@commercetools-uikit/collapsible-panel 13.0.1 → 14.0.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.
|
@@ -294,7 +294,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
294
294
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
295
295
|
|
|
296
296
|
// NOTE: This string will be replaced on build time with the package version.
|
|
297
|
-
var version = "
|
|
297
|
+
var version = "14.0.0";
|
|
298
298
|
|
|
299
299
|
exports["default"] = CollapsiblePanel$1;
|
|
300
300
|
exports.version = version;
|
|
@@ -238,7 +238,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
238
238
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
239
239
|
|
|
240
240
|
// NOTE: This string will be replaced on build time with the package version.
|
|
241
|
-
var version = "
|
|
241
|
+
var version = "14.0.0";
|
|
242
242
|
|
|
243
243
|
exports["default"] = CollapsiblePanel$1;
|
|
244
244
|
exports.version = version;
|
|
@@ -277,6 +277,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
|
|
|
277
277
|
var CollapsiblePanel$1 = CollapsiblePanel;
|
|
278
278
|
|
|
279
279
|
// NOTE: This string will be replaced on build time with the package version.
|
|
280
|
-
var version = "
|
|
280
|
+
var version = "14.0.0";
|
|
281
281
|
|
|
282
282
|
export { CollapsiblePanel$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/collapsible-panel",
|
|
3
3
|
"description": "A panel to collapse and expand your content.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "14.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/components/collapsible-panel"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": ["javascript", "design
|
|
12
|
+
"keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
@@ -19,20 +19,21 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-collapsible-panel.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.17.2",
|
|
23
|
-
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "
|
|
25
|
-
"@commercetools-uikit/collapsible-motion": "
|
|
26
|
-
"@commercetools-uikit/constraints": "
|
|
27
|
-
"@commercetools-uikit/design-system": "
|
|
28
|
-
"@commercetools-uikit/icons": "
|
|
29
|
-
"@commercetools-uikit/spacings": "
|
|
30
|
-
"@commercetools-uikit/text": "
|
|
31
|
-
"@commercetools-uikit/utils": "
|
|
22
|
+
"@babel/runtime": "^7.17.2",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
+
"@commercetools-uikit/accessible-button": "14.0.0",
|
|
25
|
+
"@commercetools-uikit/collapsible-motion": "14.0.0",
|
|
26
|
+
"@commercetools-uikit/constraints": "14.0.0",
|
|
27
|
+
"@commercetools-uikit/design-system": "14.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "14.0.0",
|
|
29
|
+
"@commercetools-uikit/spacings": "14.0.0",
|
|
30
|
+
"@commercetools-uikit/text": "14.0.0",
|
|
31
|
+
"@commercetools-uikit/utils": "14.0.0",
|
|
32
32
|
"@emotion/react": "^11.4.0",
|
|
33
33
|
"@emotion/styled": "^11.3.0",
|
|
34
34
|
"lodash": "4.17.21",
|
|
35
|
-
"prop-types": "15.8.1"
|
|
35
|
+
"prop-types": "15.8.1",
|
|
36
|
+
"react-intl": "^5.24.6"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
39
|
"react": "17.0.2"
|