wacomm 2.13.0 → 2.14.0
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/dist/checkboxGroup/Checkbox.stories.d.ts +8 -0
- package/dist/checkboxGroup/CheckboxGroup.d.ts +1 -2
- package/dist/checkboxGroup/CheckboxGroup.stories.d.ts +7 -0
- package/dist/{index-CpXkGSDD.mjs → index-3WFX5AXN.mjs} +5124 -5060
- package/dist/{index-BmAcoJrZ.js → index-BGJPJFUe.js} +124 -124
- package/dist/index.d.ts +2 -0
- package/dist/{mapbox-gl-CRf3K4Li.mjs → mapbox-gl-BmKkST-d.mjs} +1 -1
- package/dist/{mapbox-gl-xdC_jU2Q.js → mapbox-gl-Crw12k02.js} +1 -1
- package/dist/{maplibre-gl-hQUwaAr3.js → maplibre-gl-B9vTAmah.js} +1 -1
- package/dist/{maplibre-gl-Vo5Ls2Y8.mjs → maplibre-gl-rd6CZkG6.mjs} +1 -1
- package/dist/radioGroup/Radio.d.ts +13 -0
- package/dist/radioGroup/Radio.stories.d.ts +8 -0
- package/dist/radioGroup/RadioGroup.d.ts +17 -0
- package/dist/radioGroup/RadioGroup.stories.d.ts +9 -0
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.css +1 -1
- package/dist/wacomm.es.js +50 -49
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { AutocompleteOption } from './Autocomplete';
|
|
|
9
9
|
export { default as CommentEditor } from './CommentEditor';
|
|
10
10
|
export { default as DuelVersus } from './DuelVersus';
|
|
11
11
|
export { default as CheckboxGroup } from './checkboxGroup/CheckboxGroup';
|
|
12
|
+
export { default as RadioGroup } from './radioGroup/RadioGroup';
|
|
12
13
|
export { default as TextUpdater } from './TextUpdater';
|
|
13
14
|
export { default as TextareaAutosize } from './TextareaAutosize';
|
|
14
15
|
export { default as GameScore } from './GameScore';
|
|
@@ -48,3 +49,4 @@ export type { ExpandableContainerProps } from './expandableContainer/ExpandableC
|
|
|
48
49
|
export * from './avatar';
|
|
49
50
|
export * from './images';
|
|
50
51
|
export type { CheckboxGroupItemProps } from './checkboxGroup/CheckboxGroup';
|
|
52
|
+
export type { RadioGroupItemProps } from './radioGroup/RadioGroup';
|