{"version":3,"file":"iconSections-BbFCle6k.js","sources":["../../src/scripts/modules/iconSections.ts"],"sourcesContent":["import { Component } from '@verndale/core';\r\n\r\nclass IconSections extends Component {\r\n  setupDefaults() {\r\n    this.dom = {\r\n      el: this.el,\r\n      iconSections: this.el.querySelectorAll<HTMLElement>('.icon-section__item')\r\n    };\r\n\r\n    this.initModule();\r\n  }\r\n\r\n  initModule() {\r\n    if ((this.dom.iconSections as NodeList).length < 3) {\r\n      this.el.classList.add('icon-section__no-border');\r\n    }\r\n  }\r\n}\r\n\r\nexport default IconSections;\r\n"],"names":["IconSections","Component"],"mappings":"yCAEA,MAAMA,UAAqBC,CAAU,CACnC,eAAgB,CACd,KAAK,IAAM,CACT,GAAI,KAAK,GACT,aAAc,KAAK,GAAG,iBAA8B,qBAAqB,CAC3E,EAEA,KAAK,WAAW,CAAA,CAGlB,YAAa,CACN,KAAK,IAAI,aAA0B,OAAS,GAC1C,KAAA,GAAG,UAAU,IAAI,yBAAyB,CACjD,CAEJ"}