@sellmate/design-system-react 1.0.30 → 1.0.31
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.
|
@@ -596,7 +596,6 @@ export const SdToastContainer = /*@__PURE__*/ createComponent({
|
|
|
596
596
|
position: 'position',
|
|
597
597
|
maxVisible: 'max-visible',
|
|
598
598
|
defaultDuration: 'default-duration',
|
|
599
|
-
gap: 'gap',
|
|
600
599
|
zIndex: 'z-index'
|
|
601
600
|
},
|
|
602
601
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
@@ -837,7 +837,6 @@ export const SdToastContainer: StencilReactComponent<SdToastContainerElement, Sd
|
|
|
837
837
|
position: 'position',
|
|
838
838
|
maxVisible: 'max-visible',
|
|
839
839
|
defaultDuration: 'default-duration',
|
|
840
|
-
gap: 'gap',
|
|
841
840
|
zIndex: 'z-index'
|
|
842
841
|
},
|
|
843
842
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
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": "^1.0.
|
|
57
|
+
"@sellmate/design-system": "^1.0.31",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|