@ganpatiinfo/gids-web-dom-reference 2.0.5 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/components/GidsAvatar/GidsAvatar.d.ts +7 -0
- package/dist/components/GidsAvatar/GidsAvatar.d.ts.map +1 -0
- package/dist/components/GidsAvatar/GidsAvatar.js +42 -0
- package/dist/components/GidsAvatar/GidsAvatar.js.map +1 -0
- package/dist/components/GidsAvatarGroup/GidsAvatarGroup.d.ts +7 -0
- package/dist/components/GidsAvatarGroup/GidsAvatarGroup.d.ts.map +1 -0
- package/dist/components/GidsAvatarGroup/GidsAvatarGroup.js +10 -0
- package/dist/components/GidsAvatarGroup/GidsAvatarGroup.js.map +1 -0
- package/dist/components/GidsBadge/GidsBadge.d.ts +6 -0
- package/dist/components/GidsBadge/GidsBadge.d.ts.map +1 -0
- package/dist/components/GidsBadge/GidsBadge.js +30 -0
- package/dist/components/GidsBadge/GidsBadge.js.map +1 -0
- package/dist/components/GidsButton/GidsButton.d.ts +1 -1
- package/dist/components/GidsButton/GidsButton.d.ts.map +1 -1
- package/dist/components/GidsButton/GidsButton.js +2 -2
- package/dist/components/GidsButton/GidsButton.js.map +1 -1
- package/dist/components/GidsCheckbox/GidsCheckbox.js +2 -2
- package/dist/components/GidsCheckbox/GidsCheckbox.js.map +1 -1
- package/dist/components/GidsCheckboxGroup/GidsCheckboxGroup.d.ts +1 -1
- package/dist/components/GidsCheckboxGroup/GidsCheckboxGroup.d.ts.map +1 -1
- package/dist/components/GidsCheckboxGroup/GidsCheckboxGroup.js +1 -1
- package/dist/components/GidsCheckboxGroup/GidsCheckboxGroup.js.map +1 -1
- package/dist/components/GidsDisplayTag/GidsDisplayTag.d.ts +1 -1
- package/dist/components/GidsDisplayTag/GidsDisplayTag.d.ts.map +1 -1
- package/dist/components/GidsLabel/GidsLabel.d.ts +1 -1
- package/dist/components/GidsLabel/GidsLabel.d.ts.map +1 -1
- package/dist/components/GidsLabel/GidsLabel.js +1 -1
- package/dist/components/GidsLabel/GidsLabel.js.map +1 -1
- package/dist/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.js +2 -2
- package/dist/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.js.map +1 -1
- package/dist/components/GidsLink/GidsLink.d.ts +1 -1
- package/dist/components/GidsLink/GidsLink.d.ts.map +1 -1
- package/dist/components/GidsLink/GidsLink.js +1 -1
- package/dist/components/GidsLink/GidsLink.js.map +1 -1
- package/dist/components/GidsRadio/GidsRadio.d.ts +1 -1
- package/dist/components/GidsRadio/GidsRadio.d.ts.map +1 -1
- package/dist/components/GidsRadio/GidsRadio.js +2 -2
- package/dist/components/GidsRadio/GidsRadio.js.map +1 -1
- package/dist/components/GidsRadioGroup/GidsRadioGroup.d.ts +1 -1
- package/dist/components/GidsRadioGroup/GidsRadioGroup.d.ts.map +1 -1
- package/dist/components/GidsRadioGroup/GidsRadioGroup.js +1 -1
- package/dist/components/GidsRadioGroup/GidsRadioGroup.js.map +1 -1
- package/dist/components/GidsSpinner/GidsSpinner.js +1 -1
- package/dist/components/GidsSpinner/GidsSpinner.js.map +1 -1
- package/dist/components/GidsSwitch/GidsSwitch.d.ts +1 -1
- package/dist/components/GidsSwitch/GidsSwitch.d.ts.map +1 -1
- package/dist/components/GidsSwitch/GidsSwitch.js +2 -2
- package/dist/components/GidsSwitch/GidsSwitch.js.map +1 -1
- package/dist/components/GidsSwitchGroup/GidsSwitchGroup.d.ts +1 -1
- package/dist/components/GidsSwitchGroup/GidsSwitchGroup.d.ts.map +1 -1
- package/dist/components/GidsSwitchGroup/GidsSwitchGroup.js +1 -1
- package/dist/components/GidsSwitchGroup/GidsSwitchGroup.js.map +1 -1
- package/dist/components/GidsToggleButton/GidsToggleButton.d.ts +1 -1
- package/dist/components/GidsToggleButton/GidsToggleButton.d.ts.map +1 -1
- package/dist/components/GidsToggleButton/GidsToggleButton.js +2 -2
- package/dist/components/GidsToggleButton/GidsToggleButton.js.map +1 -1
- package/dist/components/_GidsCheckboxControl/GidsCheckboxControl.js +2 -2
- package/dist/components/_GidsCheckboxControl/GidsCheckboxControl.js.map +1 -1
- package/dist/components/_GidsRadioControl/GidsRadioControl.js +1 -1
- package/dist/components/_GidsRadioControl/GidsRadioControl.js.map +1 -1
- package/dist/components/_GidsSwitchControl/GidsSwitchControl.js +2 -2
- package/dist/components/_GidsSwitchControl/GidsSwitchControl.js.map +1 -1
- package/dist/index.d.ts +23 -20
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -20
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/components/GidsAvatar/GidsAvatar.ts +66 -0
- package/src/components/GidsAvatarGroup/GidsAvatarGroup.ts +27 -0
- package/src/components/GidsBadge/GidsBadge.ts +53 -0
- package/src/components/GidsButton/GidsButton.ts +2 -2
- package/src/components/GidsCheckbox/GidsCheckbox.ts +2 -2
- package/src/components/GidsCheckboxGroup/GidsCheckboxGroup.ts +1 -1
- package/src/components/GidsDisplayTag/GidsDisplayTag.ts +1 -1
- package/src/components/GidsLabel/GidsLabel.ts +1 -1
- package/src/components/GidsLabel/GidsLabelInfo/GidsLabelInfo.ts +2 -2
- package/src/components/GidsLink/GidsLink.ts +1 -1
- package/src/components/GidsRadio/GidsRadio.ts +3 -3
- package/src/components/GidsRadioGroup/GidsRadioGroup.ts +1 -1
- package/src/components/GidsSpinner/GidsSpinner.ts +1 -1
- package/src/components/GidsSwitch/GidsSwitch.ts +3 -3
- package/src/components/GidsSwitchGroup/GidsSwitchGroup.ts +1 -1
- package/src/components/GidsToggleButton/GidsToggleButton.ts +2 -2
- package/src/components/_GidsCheckboxControl/GidsCheckboxControl.ts +2 -2
- package/src/components/_GidsRadioControl/GidsRadioControl.ts +1 -1
- package/src/components/_GidsSwitchControl/GidsSwitchControl.ts +2 -2
- package/src/index.ts +23 -20
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GidsSwitchControlWebUtils, } from '@ganpatiinfo/gids-web-shared';
|
|
2
|
-
import { applyStatefulInputProps, toggleAttribute } from '../../utils/domUtils';
|
|
3
|
-
import { GidsIconDom } from '../GidsIcon/GidsIcon';
|
|
2
|
+
import { applyStatefulInputProps, toggleAttribute } from '../../utils/domUtils.js';
|
|
3
|
+
import { GidsIconDom } from '../GidsIcon/GidsIcon.js';
|
|
4
4
|
const { getGidsSwitchControlClassNames } = GidsSwitchControlWebUtils;
|
|
5
5
|
export const GidsSwitchControlDom = ({ checked, defaultChecked, disabled, inputId, name, value, onChange, className, }) => {
|
|
6
6
|
const switchControlWrapper = document.createElement('span');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GidsSwitchControl.js","sourceRoot":"","sources":["../../../src/components/_GidsSwitchControl/GidsSwitchControl.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,yBAAyB,GACzB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"GidsSwitchControl.js","sourceRoot":"","sources":["../../../src/components/_GidsSwitchControl/GidsSwitchControl.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,yBAAyB,GACzB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,MAAM,EAAE,8BAA8B,EAAE,GAAG,yBAAyB,CAAC;AAOrE,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,EACpC,OAAO,EACP,cAAc,EACd,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,SAAS,GACkB,EAAmB,EAAE;IAChD,MAAM,oBAAoB,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5D,oBAAoB,CAAC,SAAS,GAAG,8BAA8B,CAAC,SAAS,CAAC,CAAC;IAE3E,MAAM,kBAAkB,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAC3D,kBAAkB,CAAC,SAAS,GAAG,4BAA4B,CAAC;IAC5D,kBAAkB,CAAC,YAAY,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IACpD,kBAAkB,CAAC,YAAY,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAElD,eAAe,CAAC,kBAAkB,EAAE,UAAU,EAAE,QAAQ,IAAI,KAAK,CAAC,CAAC;IAEnE,uBAAuB,CAAC,kBAAkB,EAAE;QAC3C,OAAO;QACP,cAAc;QACd,KAAK;KACL,CAAC,CAAC;IAEH,IAAI,OAAO,EAAE,CAAC;QACb,kBAAkB,CAAC,EAAE,GAAG,OAAO,CAAC;IACjC,CAAC;IACD,IAAI,IAAI,EAAE,CAAC;QACV,kBAAkB,CAAC,IAAI,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAI,QAAQ,EAAE,CAAC;QACd,kBAAkB,CAAC,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IACzD,CAAC;IAED,oBAAoB,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAAC;IAErD,oBAAoB,CAAC,WAAW,CAC/B,WAAW,CAAC;QACX,IAAI,EAAE,IAAI;QACV,IAAI,EAAE,WAAW;QACjB,GAAG,EAAE,EAAE;QACP,SAAS,EAAE,4BAA4B;KACvC,CAAC,CACF,CAAC;IAEF,oBAAoB,CAAC,WAAW,CAC/B,WAAW,CAAC;QACX,IAAI,EAAE,IAAI;QACV,IAAI,EAAE,OAAO;QACb,GAAG,EAAE,EAAE;QACP,SAAS,EAAE,4BAA4B;KACvC,CAAC,CACF,CAAC;IAEF,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC9C,MAAM,CAAC,SAAS,GAAG,6BAA6B,CAAC;IACjD,oBAAoB,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAEzC,OAAO,oBAAoB,CAAC;AAC7B,CAAC,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,27 +1,30 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Referenced to DOM components
|
|
3
3
|
*/
|
|
4
|
-
export * from './components/GidsButton/GidsButton';
|
|
5
|
-
export * from './components/GidsDivider/GidsDivider';
|
|
6
|
-
export * from './components/GidsDisplayTag/GidsDisplayTag';
|
|
7
|
-
export * from './components/GidsIcon/GidsIcon';
|
|
8
|
-
export * from './components/GidsLabel/GidsLabelInfo/GidsLabelInfo';
|
|
9
|
-
export * from './components/GidsLabel/GidsLabel';
|
|
10
|
-
export * from './components/GidsLink/GidsLink';
|
|
11
|
-
export * from './components/_GidsSpinnerControl/GidsSpinnerControl';
|
|
12
|
-
export * from './components/GidsSpinner/GidsSpinner';
|
|
13
|
-
export * from './components/GidsToggleButton/GidsToggleButton';
|
|
14
|
-
export * from './components/_GidsCheckboxControl/GidsCheckboxControl';
|
|
15
|
-
export * from './components/_GidsRadioControl/GidsRadioControl';
|
|
16
|
-
export * from './components/_GidsSwitchControl/GidsSwitchControl';
|
|
17
|
-
export * from './components/GidsCheckbox/GidsCheckbox';
|
|
18
|
-
export * from './components/GidsRadio/GidsRadio';
|
|
19
|
-
export * from './components/GidsSwitch/GidsSwitch';
|
|
20
|
-
export * from './components/GidsCheckboxGroup/GidsCheckboxGroup';
|
|
21
|
-
export * from './components/GidsRadioGroup/GidsRadioGroup';
|
|
22
|
-
export * from './components/GidsSwitchGroup/GidsSwitchGroup';
|
|
4
|
+
export * from './components/GidsButton/GidsButton.js';
|
|
5
|
+
export * from './components/GidsDivider/GidsDivider.js';
|
|
6
|
+
export * from './components/GidsDisplayTag/GidsDisplayTag.js';
|
|
7
|
+
export * from './components/GidsIcon/GidsIcon.js';
|
|
8
|
+
export * from './components/GidsLabel/GidsLabelInfo/GidsLabelInfo.js';
|
|
9
|
+
export * from './components/GidsLabel/GidsLabel.js';
|
|
10
|
+
export * from './components/GidsLink/GidsLink.js';
|
|
11
|
+
export * from './components/_GidsSpinnerControl/GidsSpinnerControl.js';
|
|
12
|
+
export * from './components/GidsSpinner/GidsSpinner.js';
|
|
13
|
+
export * from './components/GidsToggleButton/GidsToggleButton.js';
|
|
14
|
+
export * from './components/_GidsCheckboxControl/GidsCheckboxControl.js';
|
|
15
|
+
export * from './components/_GidsRadioControl/GidsRadioControl.js';
|
|
16
|
+
export * from './components/_GidsSwitchControl/GidsSwitchControl.js';
|
|
17
|
+
export * from './components/GidsCheckbox/GidsCheckbox.js';
|
|
18
|
+
export * from './components/GidsRadio/GidsRadio.js';
|
|
19
|
+
export * from './components/GidsSwitch/GidsSwitch.js';
|
|
20
|
+
export * from './components/GidsCheckboxGroup/GidsCheckboxGroup.js';
|
|
21
|
+
export * from './components/GidsRadioGroup/GidsRadioGroup.js';
|
|
22
|
+
export * from './components/GidsSwitchGroup/GidsSwitchGroup.js';
|
|
23
|
+
export * from './components/GidsBadge/GidsBadge.js';
|
|
24
|
+
export * from './components/GidsAvatar/GidsAvatar.js';
|
|
25
|
+
export * from './components/GidsAvatarGroup/GidsAvatarGroup.js';
|
|
23
26
|
/**
|
|
24
27
|
* Utilities
|
|
25
28
|
*/
|
|
26
|
-
export * from './utils/domUtils';
|
|
29
|
+
export * from './utils/domUtils.js';
|
|
27
30
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,mCAAmC,CAAC;AAClD,cAAc,uDAAuD,CAAC;AACtE,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wDAAwD,CAAC;AACvE,cAAc,yCAAyC,CAAC;AACxD,cAAc,mDAAmD,CAAC;AAClE,cAAc,0DAA0D,CAAC;AACzE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qDAAqD,CAAC;AACpE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,iDAAiD,CAAC;AAEhE;;GAEG;AACH,cAAc,qBAAqB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,27 +1,30 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Referenced to DOM components
|
|
3
3
|
*/
|
|
4
|
-
export * from './components/GidsButton/GidsButton';
|
|
5
|
-
export * from './components/GidsDivider/GidsDivider';
|
|
6
|
-
export * from './components/GidsDisplayTag/GidsDisplayTag';
|
|
7
|
-
export * from './components/GidsIcon/GidsIcon';
|
|
8
|
-
export * from './components/GidsLabel/GidsLabelInfo/GidsLabelInfo';
|
|
9
|
-
export * from './components/GidsLabel/GidsLabel';
|
|
10
|
-
export * from './components/GidsLink/GidsLink';
|
|
11
|
-
export * from './components/_GidsSpinnerControl/GidsSpinnerControl';
|
|
12
|
-
export * from './components/GidsSpinner/GidsSpinner';
|
|
13
|
-
export * from './components/GidsToggleButton/GidsToggleButton';
|
|
14
|
-
export * from './components/_GidsCheckboxControl/GidsCheckboxControl';
|
|
15
|
-
export * from './components/_GidsRadioControl/GidsRadioControl';
|
|
16
|
-
export * from './components/_GidsSwitchControl/GidsSwitchControl';
|
|
17
|
-
export * from './components/GidsCheckbox/GidsCheckbox';
|
|
18
|
-
export * from './components/GidsRadio/GidsRadio';
|
|
19
|
-
export * from './components/GidsSwitch/GidsSwitch';
|
|
20
|
-
export * from './components/GidsCheckboxGroup/GidsCheckboxGroup';
|
|
21
|
-
export * from './components/GidsRadioGroup/GidsRadioGroup';
|
|
22
|
-
export * from './components/GidsSwitchGroup/GidsSwitchGroup';
|
|
4
|
+
export * from './components/GidsButton/GidsButton.js';
|
|
5
|
+
export * from './components/GidsDivider/GidsDivider.js';
|
|
6
|
+
export * from './components/GidsDisplayTag/GidsDisplayTag.js';
|
|
7
|
+
export * from './components/GidsIcon/GidsIcon.js';
|
|
8
|
+
export * from './components/GidsLabel/GidsLabelInfo/GidsLabelInfo.js';
|
|
9
|
+
export * from './components/GidsLabel/GidsLabel.js';
|
|
10
|
+
export * from './components/GidsLink/GidsLink.js';
|
|
11
|
+
export * from './components/_GidsSpinnerControl/GidsSpinnerControl.js';
|
|
12
|
+
export * from './components/GidsSpinner/GidsSpinner.js';
|
|
13
|
+
export * from './components/GidsToggleButton/GidsToggleButton.js';
|
|
14
|
+
export * from './components/_GidsCheckboxControl/GidsCheckboxControl.js';
|
|
15
|
+
export * from './components/_GidsRadioControl/GidsRadioControl.js';
|
|
16
|
+
export * from './components/_GidsSwitchControl/GidsSwitchControl.js';
|
|
17
|
+
export * from './components/GidsCheckbox/GidsCheckbox.js';
|
|
18
|
+
export * from './components/GidsRadio/GidsRadio.js';
|
|
19
|
+
export * from './components/GidsSwitch/GidsSwitch.js';
|
|
20
|
+
export * from './components/GidsCheckboxGroup/GidsCheckboxGroup.js';
|
|
21
|
+
export * from './components/GidsRadioGroup/GidsRadioGroup.js';
|
|
22
|
+
export * from './components/GidsSwitchGroup/GidsSwitchGroup.js';
|
|
23
|
+
export * from './components/GidsBadge/GidsBadge.js';
|
|
24
|
+
export * from './components/GidsAvatar/GidsAvatar.js';
|
|
25
|
+
export * from './components/GidsAvatarGroup/GidsAvatarGroup.js';
|
|
23
26
|
/**
|
|
24
27
|
* Utilities
|
|
25
28
|
*/
|
|
26
|
-
export * from './utils/domUtils';
|
|
29
|
+
export * from './utils/domUtils.js';
|
|
27
30
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,mCAAmC,CAAC;AAClD,cAAc,uDAAuD,CAAC;AACtE,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wDAAwD,CAAC;AACvE,cAAc,yCAAyC,CAAC;AACxD,cAAc,mDAAmD,CAAC;AAClE,cAAc,0DAA0D,CAAC;AACzE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qDAAqD,CAAC;AACpE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,iDAAiD,CAAC;AAEhE;;GAEG;AACH,cAAc,qBAAqB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ganpatiinfo/gids-web-dom-reference",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "DOM for components reference implementations",
|
|
6
6
|
"homepage": "https://ganpatiinfosystem.vercel.app/",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"directory": "packages/private/web-dom-reference"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@ganpatiinfo/gids-core-shared": "2.0.
|
|
28
|
-
"@ganpatiinfo/gids-web-shared": "2.0.
|
|
27
|
+
"@ganpatiinfo/gids-core-shared": "2.0.7",
|
|
28
|
+
"@ganpatiinfo/gids-web-shared": "2.0.7"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@ganpatiinfo/gids-web-theme-interface": "2.0.
|
|
31
|
+
"@ganpatiinfo/gids-web-theme-interface": "2.0.6",
|
|
32
32
|
"@jest/globals": "29.7.0",
|
|
33
33
|
"@types/jasmine": "5.1.7",
|
|
34
34
|
"expect": "29.7.0"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { GidsAvatarCommonUtils } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
+
import {
|
|
3
|
+
type GidsAvatarWebProps,
|
|
4
|
+
GidsAvatarWebUtils,
|
|
5
|
+
} from '@ganpatiinfo/gids-web-shared';
|
|
6
|
+
import { type DomNodeOrString } from '../../utils/domUtils.js';
|
|
7
|
+
import { GidsIconDom } from '../GidsIcon/GidsIcon.js';
|
|
8
|
+
|
|
9
|
+
const { shouldTextBeHiddenFromAt } = GidsAvatarCommonUtils;
|
|
10
|
+
const { getGidsAvatarClassNames } = GidsAvatarWebUtils;
|
|
11
|
+
|
|
12
|
+
export type GidsAvatarDomProps = GidsAvatarWebProps<DomNodeOrString> & {
|
|
13
|
+
extraClasses?: string;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const GidsAvatarDom = ({
|
|
17
|
+
appearance,
|
|
18
|
+
color,
|
|
19
|
+
size,
|
|
20
|
+
badge,
|
|
21
|
+
text,
|
|
22
|
+
imageSrc,
|
|
23
|
+
alt,
|
|
24
|
+
iconTitleId,
|
|
25
|
+
extraClasses,
|
|
26
|
+
}: GidsAvatarDomProps): HTMLElement => {
|
|
27
|
+
const avatarElement = document.createElement('span');
|
|
28
|
+
avatarElement.className = getGidsAvatarClassNames(
|
|
29
|
+
{ color, size },
|
|
30
|
+
extraClasses,
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
if (appearance === 'image') {
|
|
34
|
+
const image = document.createElement('img');
|
|
35
|
+
image.src = imageSrc!;
|
|
36
|
+
image.setAttribute('alt', alt ?? text ?? '');
|
|
37
|
+
image.width = 100;
|
|
38
|
+
image.height = 100;
|
|
39
|
+
|
|
40
|
+
avatarElement.append(image);
|
|
41
|
+
} else if (appearance === 'icon') {
|
|
42
|
+
const icon = GidsIconDom({
|
|
43
|
+
name: 'user',
|
|
44
|
+
alt: alt ?? text,
|
|
45
|
+
titleId: iconTitleId,
|
|
46
|
+
});
|
|
47
|
+
avatarElement.append(icon);
|
|
48
|
+
} else {
|
|
49
|
+
const displayText = document.createElement('span');
|
|
50
|
+
if (shouldTextBeHiddenFromAt({ text, alt })) {
|
|
51
|
+
displayText.setAttribute('aria-hidden', 'true');
|
|
52
|
+
} else {
|
|
53
|
+
displayText.setAttribute('role', 'img');
|
|
54
|
+
displayText.setAttribute('aria-label', alt ?? text!);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
displayText.append(text!);
|
|
58
|
+
avatarElement.append(displayText);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
if (badge) {
|
|
62
|
+
avatarElement.append(badge);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
return avatarElement;
|
|
66
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type GidsAvatarGroupCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
+
import { GidsAvatarGroupWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
+
import { appendAsChildren, type DomChildren } from '../../utils/domUtils.js';
|
|
4
|
+
|
|
5
|
+
const { getGidsAvatarGroupClassNames } = GidsAvatarGroupWebUtils;
|
|
6
|
+
|
|
7
|
+
export type GidsAvatarGroupDomProps =
|
|
8
|
+
GidsAvatarGroupCommonProps<DomChildren> & {
|
|
9
|
+
extraClasses?: string;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export const GidsAvatarGroupDom = ({
|
|
13
|
+
appearance,
|
|
14
|
+
layout,
|
|
15
|
+
children,
|
|
16
|
+
extraClasses,
|
|
17
|
+
}: GidsAvatarGroupDomProps): HTMLSpanElement => {
|
|
18
|
+
const avatarGroup = document.createElement('span');
|
|
19
|
+
avatarGroup.className = getGidsAvatarGroupClassNames(
|
|
20
|
+
{ appearance, layout },
|
|
21
|
+
extraClasses,
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
appendAsChildren(avatarGroup, children);
|
|
25
|
+
|
|
26
|
+
return avatarGroup;
|
|
27
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import {
|
|
2
|
+
type GidsBadgeCommonProps,
|
|
3
|
+
GidsBadgeCommonUtils,
|
|
4
|
+
} from '@ganpatiinfo/gids-core-shared';
|
|
5
|
+
import { GidsBadgeWebUtils, nonEmpty } from '@ganpatiinfo/gids-web-shared';
|
|
6
|
+
import { appendAsChildren, DomChildren } from '../../utils/domUtils.js';
|
|
7
|
+
|
|
8
|
+
const { getDisplayContent, shouldIncludeA11yText } = GidsBadgeCommonUtils;
|
|
9
|
+
const { getGidsBadgeClassNames } = GidsBadgeWebUtils;
|
|
10
|
+
|
|
11
|
+
export interface GidsBadgeDomProps extends GidsBadgeCommonProps<DomChildren> {}
|
|
12
|
+
|
|
13
|
+
export const GidsBadgeDom = ({
|
|
14
|
+
appearance,
|
|
15
|
+
count,
|
|
16
|
+
accessibleText,
|
|
17
|
+
type,
|
|
18
|
+
outline,
|
|
19
|
+
}: GidsBadgeDomProps): HTMLSpanElement => {
|
|
20
|
+
const badge = document.createElement('span');
|
|
21
|
+
badge.className = getGidsBadgeClassNames({ appearance, type, outline });
|
|
22
|
+
|
|
23
|
+
const includeA11yText = shouldIncludeA11yText(
|
|
24
|
+
type,
|
|
25
|
+
count,
|
|
26
|
+
nonEmpty(accessibleText),
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
if (includeA11yText) {
|
|
30
|
+
const a11yText = document.createElement('span');
|
|
31
|
+
a11yText.className = 'gids-visually-hidden';
|
|
32
|
+
appendAsChildren(
|
|
33
|
+
a11yText,
|
|
34
|
+
accessibleText ?? (count !== undefined ? count.toString() : count),
|
|
35
|
+
);
|
|
36
|
+
badge.appendChild(a11yText);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
if (type === 'notification') {
|
|
40
|
+
const displayedContent = getDisplayContent(count, accessibleText);
|
|
41
|
+
if (includeA11yText) {
|
|
42
|
+
const displayedContentSpan = document.createElement('span');
|
|
43
|
+
displayedContentSpan.setAttribute('aria-hidden', 'true');
|
|
44
|
+
|
|
45
|
+
appendAsChildren(displayedContentSpan, displayedContent);
|
|
46
|
+
badge.appendChild(displayedContentSpan);
|
|
47
|
+
} else {
|
|
48
|
+
appendAsChildren(badge, displayedContent);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
return badge;
|
|
53
|
+
};
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
PermittedGidsButtonElements,
|
|
5
5
|
type GidsButtonWebProps,
|
|
6
6
|
} from '@ganpatiinfo/gids-web-shared';
|
|
7
|
-
import { GidsSpinnerControlDom } from '../_GidsSpinnerControl/GidsSpinnerControl';
|
|
8
|
-
import { appendAsChildren, type DomChildren } from '../../utils/domUtils';
|
|
7
|
+
import { GidsSpinnerControlDom } from '../_GidsSpinnerControl/GidsSpinnerControl.js';
|
|
8
|
+
import { appendAsChildren, type DomChildren } from '../../utils/domUtils.js';
|
|
9
9
|
|
|
10
10
|
const { getGidsButtonClassNames } = GidsButtonWebUtils;
|
|
11
11
|
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
type GidsCheckboxWebProps,
|
|
5
5
|
GidsCheckboxWebUtils,
|
|
6
6
|
} from '@ganpatiinfo/gids-web-shared';
|
|
7
|
-
import { GidsCheckboxControlDom } from '../_GidsCheckboxControl/GidsCheckboxControl';
|
|
8
|
-
import { GidsLabelDom } from '../GidsLabel/GidsLabel';
|
|
7
|
+
import { GidsCheckboxControlDom } from '../_GidsCheckboxControl/GidsCheckboxControl.js';
|
|
8
|
+
import { GidsLabelDom } from '../GidsLabel/GidsLabel.js';
|
|
9
9
|
|
|
10
10
|
const { getGidsCheckboxClassNames } = GidsCheckboxWebUtils;
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type GidsCheckboxGroupCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
2
|
import { GidsCheckboxGroupWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
-
import { appendAsChildren, type DomChildren } from '../../utils/domUtils';
|
|
3
|
+
import { appendAsChildren, type DomChildren } from '../../utils/domUtils.js';
|
|
4
4
|
|
|
5
5
|
const { getGidsCheckboxGroupClassNames } = GidsCheckboxGroupWebUtils;
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type GidsDisplayTagCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
2
|
import { GidsDisplayTagWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
3
|
-
import { type DomNodeOrString } from '../../utils/domUtils';
|
|
3
|
+
import { type DomNodeOrString } from '../../utils/domUtils.js';
|
|
4
4
|
|
|
5
5
|
const { getGidsDisplaTagClassNames } = GidsDisplayTagWebUtils;
|
|
6
6
|
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
appendAsChildren,
|
|
7
7
|
type DomChildren,
|
|
8
8
|
type DomNodeOrString,
|
|
9
|
-
} from '../../utils/domUtils';
|
|
9
|
+
} from '../../utils/domUtils.js';
|
|
10
10
|
import { GidsLabelCommonUtils } from '@ganpatiinfo/gids-core-shared';
|
|
11
11
|
|
|
12
12
|
const { getIndicatorText } = GidsLabelCommonUtils;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type GidsLabelInfoCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
2
|
import { type ClassValue } from '@ganpatiinfo/gids-web-shared';
|
|
3
3
|
import { GidsLabelInfoWebUtils } from '@ganpatiinfo/gids-web-shared';
|
|
4
|
-
import { toggleAttribute } from '../../../utils/domUtils';
|
|
4
|
+
import { toggleAttribute } from '../../../utils/domUtils.js';
|
|
5
5
|
import { GidsLabelInfoCommonUtils } from '@ganpatiinfo/gids-core-shared';
|
|
6
|
-
import { GidsIconDom } from '../../GidsIcon/GidsIcon';
|
|
6
|
+
import { GidsIconDom } from '../../GidsIcon/GidsIcon.js';
|
|
7
7
|
|
|
8
8
|
const { getGidsLabelInfoClassNames } = GidsLabelInfoWebUtils;
|
|
9
9
|
const { getLabelInfoAltText } = GidsLabelInfoCommonUtils;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsLinkCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
-
import { appendAsChildren, type DomChildren } from '../../utils/domUtils';
|
|
2
|
+
import { appendAsChildren, type DomChildren } from '../../utils/domUtils.js';
|
|
3
3
|
import {
|
|
4
4
|
type ClassValue,
|
|
5
5
|
GidsLinkWebUtils,
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
type GidsRadioWebProps,
|
|
5
5
|
GidsRadioWebUtils,
|
|
6
6
|
} from '@ganpatiinfo/gids-web-shared';
|
|
7
|
-
import { GidsRadioControlDom } from '../_GidsRadioControl/GidsRadioControl';
|
|
8
|
-
import { GidsLabelDom } from '../GidsLabel/GidsLabel';
|
|
9
|
-
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils';
|
|
7
|
+
import { GidsRadioControlDom } from '../_GidsRadioControl/GidsRadioControl.js';
|
|
8
|
+
import { GidsLabelDom } from '../GidsLabel/GidsLabel.js';
|
|
9
|
+
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils.js';
|
|
10
10
|
|
|
11
11
|
const { getGidsRadioClassNames } = GidsRadioWebUtils;
|
|
12
12
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsRadioGroupCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
-
import { appendAsChildren, type DomChildren } from '../../utils/domUtils';
|
|
2
|
+
import { appendAsChildren, type DomChildren } from '../../utils/domUtils.js';
|
|
3
3
|
|
|
4
4
|
export type GidsRadioGroupDomProps = GidsRadioGroupCommonProps<DomChildren>;
|
|
5
5
|
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
type ClassValue,
|
|
7
7
|
GidsSpinnerWebUtils,
|
|
8
8
|
} from '@ganpatiinfo/gids-web-shared';
|
|
9
|
-
import { GidsSpinnerControlDom } from '../_GidsSpinnerControl/GidsSpinnerControl';
|
|
9
|
+
import { GidsSpinnerControlDom } from '../_GidsSpinnerControl/GidsSpinnerControl.js';
|
|
10
10
|
|
|
11
11
|
const { getGidsSpinnerClassNames } = GidsSpinnerWebUtils;
|
|
12
12
|
const { getElementVisibility } = GidsSpinnerCommonUtils;
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
type GidsSwitchWebProps,
|
|
5
5
|
GidsSwitchWebUtils,
|
|
6
6
|
} from '@ganpatiinfo/gids-web-shared';
|
|
7
|
-
import { GidsSwitchControlDom } from '../_GidsSwitchControl/GidsSwitchControl';
|
|
8
|
-
import { GidsLabelDom } from '../GidsLabel/GidsLabel';
|
|
9
|
-
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils';
|
|
7
|
+
import { GidsSwitchControlDom } from '../_GidsSwitchControl/GidsSwitchControl.js';
|
|
8
|
+
import { GidsLabelDom } from '../GidsLabel/GidsLabel.js';
|
|
9
|
+
import { type DomChildren, type DomNodeOrString } from '../../utils/domUtils.js';
|
|
10
10
|
|
|
11
11
|
const { getGidsSwitchClassNames } = GidsSwitchWebUtils;
|
|
12
12
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GidsSwitchGroupCommonProps } from '@ganpatiinfo/gids-core-shared';
|
|
2
|
-
import { appendAsChildren, type DomChildren } from '../../utils/domUtils';
|
|
2
|
+
import { appendAsChildren, type DomChildren } from '../../utils/domUtils.js';
|
|
3
3
|
|
|
4
4
|
export type GidsSwitchGroupDomProps = GidsSwitchGroupCommonProps<DomChildren>;
|
|
5
5
|
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
appendAsChildren,
|
|
4
4
|
toggleAttribute,
|
|
5
5
|
type DomChildren,
|
|
6
|
-
} from '../../utils/domUtils';
|
|
6
|
+
} from '../../utils/domUtils.js';
|
|
7
7
|
|
|
8
8
|
export interface GidsToggleButtonDomProps
|
|
9
9
|
extends GidsToggleButtonWebProps<DomChildren> {
|
|
@@ -41,7 +41,7 @@ export const GidsToggleButtonDom = ({
|
|
|
41
41
|
toggleAttribute(toggleButton, 'disabled', !!disabled);
|
|
42
42
|
toggleAttribute(toggleButton, 'default-selected', !!defaultSelected);
|
|
43
43
|
|
|
44
|
-
// @ts-expect-error
|
|
44
|
+
// @ts-expect-error: Expected
|
|
45
45
|
toggleButton.selected = selected;
|
|
46
46
|
|
|
47
47
|
appendAsChildren(toggleButton, children);
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
type GidsCheckboxControlWebProps,
|
|
4
4
|
GidsCheckboxControlWebUtils,
|
|
5
5
|
} from '@ganpatiinfo/gids-web-shared';
|
|
6
|
-
import { applyStatefulInputProps, toggleAttribute } from '../../utils/domUtils';
|
|
7
|
-
import { GidsIconDom } from '../GidsIcon/GidsIcon';
|
|
6
|
+
import { applyStatefulInputProps, toggleAttribute } from '../../utils/domUtils.js';
|
|
7
|
+
import { GidsIconDom } from '../GidsIcon/GidsIcon.js';
|
|
8
8
|
|
|
9
9
|
const { getGidsCheckboxControlClassNames } = GidsCheckboxControlWebUtils;
|
|
10
10
|
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
type GidsRadioControlWebProps,
|
|
4
4
|
GidsRadioControlWebUtils,
|
|
5
5
|
} from '@ganpatiinfo/gids-web-shared';
|
|
6
|
-
import { applyStatefulInputProps, toggleAttribute } from '../../utils/domUtils';
|
|
6
|
+
import { applyStatefulInputProps, toggleAttribute } from '../../utils/domUtils.js';
|
|
7
7
|
|
|
8
8
|
const { getGidsRadioControlClassNames } = GidsRadioControlWebUtils;
|
|
9
9
|
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
type GidsSwitchControlWebProps,
|
|
4
4
|
GidsSwitchControlWebUtils,
|
|
5
5
|
} from '@ganpatiinfo/gids-web-shared';
|
|
6
|
-
import { applyStatefulInputProps, toggleAttribute } from '../../utils/domUtils';
|
|
7
|
-
import { GidsIconDom } from '../GidsIcon/GidsIcon';
|
|
6
|
+
import { applyStatefulInputProps, toggleAttribute } from '../../utils/domUtils.js';
|
|
7
|
+
import { GidsIconDom } from '../GidsIcon/GidsIcon.js';
|
|
8
8
|
|
|
9
9
|
const { getGidsSwitchControlClassNames } = GidsSwitchControlWebUtils;
|
|
10
10
|
|
package/src/index.ts
CHANGED
|
@@ -1,27 +1,30 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Referenced to DOM components
|
|
3
3
|
*/
|
|
4
|
-
export * from './components/GidsButton/GidsButton';
|
|
5
|
-
export * from './components/GidsDivider/GidsDivider';
|
|
6
|
-
export * from './components/GidsDisplayTag/GidsDisplayTag';
|
|
7
|
-
export * from './components/GidsIcon/GidsIcon';
|
|
8
|
-
export * from './components/GidsLabel/GidsLabelInfo/GidsLabelInfo';
|
|
9
|
-
export * from './components/GidsLabel/GidsLabel';
|
|
10
|
-
export * from './components/GidsLink/GidsLink';
|
|
11
|
-
export * from './components/_GidsSpinnerControl/GidsSpinnerControl';
|
|
12
|
-
export * from './components/GidsSpinner/GidsSpinner';
|
|
13
|
-
export * from './components/GidsToggleButton/GidsToggleButton';
|
|
14
|
-
export * from './components/_GidsCheckboxControl/GidsCheckboxControl';
|
|
15
|
-
export * from './components/_GidsRadioControl/GidsRadioControl';
|
|
16
|
-
export * from './components/_GidsSwitchControl/GidsSwitchControl';
|
|
17
|
-
export * from './components/GidsCheckbox/GidsCheckbox';
|
|
18
|
-
export * from './components/GidsRadio/GidsRadio';
|
|
19
|
-
export * from './components/GidsSwitch/GidsSwitch';
|
|
20
|
-
export * from './components/GidsCheckboxGroup/GidsCheckboxGroup';
|
|
21
|
-
export * from './components/GidsRadioGroup/GidsRadioGroup';
|
|
22
|
-
export * from './components/GidsSwitchGroup/GidsSwitchGroup';
|
|
4
|
+
export * from './components/GidsButton/GidsButton.js';
|
|
5
|
+
export * from './components/GidsDivider/GidsDivider.js';
|
|
6
|
+
export * from './components/GidsDisplayTag/GidsDisplayTag.js';
|
|
7
|
+
export * from './components/GidsIcon/GidsIcon.js';
|
|
8
|
+
export * from './components/GidsLabel/GidsLabelInfo/GidsLabelInfo.js';
|
|
9
|
+
export * from './components/GidsLabel/GidsLabel.js';
|
|
10
|
+
export * from './components/GidsLink/GidsLink.js';
|
|
11
|
+
export * from './components/_GidsSpinnerControl/GidsSpinnerControl.js';
|
|
12
|
+
export * from './components/GidsSpinner/GidsSpinner.js';
|
|
13
|
+
export * from './components/GidsToggleButton/GidsToggleButton.js';
|
|
14
|
+
export * from './components/_GidsCheckboxControl/GidsCheckboxControl.js';
|
|
15
|
+
export * from './components/_GidsRadioControl/GidsRadioControl.js';
|
|
16
|
+
export * from './components/_GidsSwitchControl/GidsSwitchControl.js';
|
|
17
|
+
export * from './components/GidsCheckbox/GidsCheckbox.js';
|
|
18
|
+
export * from './components/GidsRadio/GidsRadio.js';
|
|
19
|
+
export * from './components/GidsSwitch/GidsSwitch.js';
|
|
20
|
+
export * from './components/GidsCheckboxGroup/GidsCheckboxGroup.js';
|
|
21
|
+
export * from './components/GidsRadioGroup/GidsRadioGroup.js';
|
|
22
|
+
export * from './components/GidsSwitchGroup/GidsSwitchGroup.js';
|
|
23
|
+
export * from './components/GidsBadge/GidsBadge.js';
|
|
24
|
+
export * from './components/GidsAvatar/GidsAvatar.js';
|
|
25
|
+
export * from './components/GidsAvatarGroup/GidsAvatarGroup.js';
|
|
23
26
|
|
|
24
27
|
/**
|
|
25
28
|
* Utilities
|
|
26
29
|
*/
|
|
27
|
-
export * from './utils/domUtils';
|
|
30
|
+
export * from './utils/domUtils.js';
|