@sellmate/design-system-react 0.0.37 → 0.0.38
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.
|
@@ -252,7 +252,9 @@ export const SdSelectMultipleGroup = /*@__PURE__*/ createComponent({
|
|
|
252
252
|
clearable: 'clearable',
|
|
253
253
|
searchable: 'searchable',
|
|
254
254
|
useCheckbox: 'use-checkbox',
|
|
255
|
-
useAll: 'use-all'
|
|
255
|
+
useAll: 'use-all',
|
|
256
|
+
allCheckedLabel: 'all-checked-label',
|
|
257
|
+
allCheckOptionLabel: 'all-check-option-label'
|
|
256
258
|
},
|
|
257
259
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
258
260
|
clientModule: clientComponents.SdSelectMultipleGroup,
|
|
@@ -354,7 +354,9 @@ export const SdSelectMultipleGroup: StencilReactComponent<SdSelectMultipleGroupE
|
|
|
354
354
|
clearable: 'clearable',
|
|
355
355
|
searchable: 'searchable',
|
|
356
356
|
useCheckbox: 'use-checkbox',
|
|
357
|
-
useAll: 'use-all'
|
|
357
|
+
useAll: 'use-all',
|
|
358
|
+
allCheckedLabel: 'all-checked-label',
|
|
359
|
+
allCheckOptionLabel: 'all-check-option-label'
|
|
358
360
|
},
|
|
359
361
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
360
362
|
clientModule: clientComponents.SdSelectMultipleGroup as ReactWebComponent<SdSelectMultipleGroupElement, SdSelectMultipleGroupEvents>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
4
4
|
"description": "Design System - React Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dev": "tsc --watch"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@sellmate/design-system": "^0.0.
|
|
57
|
+
"@sellmate/design-system": "^0.0.33",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"rimraf": "^6.0.1",
|
|
69
69
|
"typescript": "^5.9.3"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "80694b4fa16cdbfcde2b3d48641ccac4e4bd6533"
|
|
72
72
|
}
|