@mgdis/mg-components 5.14.0 → 5.15.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/cjs/mg-action-more_32.cjs.entry.js +23 -10
- package/dist/collection/components/molecules/mg-form/mg-form.js +12 -7
- package/dist/components/mg-form.js +12 -7
- package/dist/components/mg-icon2.js +11 -3
- package/dist/esm/mg-action-more_32.entry.js +23 -10
- package/dist/mg-components/mg-components.esm.js +1 -1
- package/dist/mg-components/p-6672f590.entry.js +1 -0
- package/package.json +14 -14
- package/dist/mg-components/p-aa298e17.entry.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mgdis/mg-components",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.15.0",
|
|
4
4
|
"description": "MG Components",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@popperjs/core": "^2.11.7",
|
|
27
27
|
"@stencil/core": "^2.22.1",
|
|
28
28
|
"normalize.css": "^8.0.1",
|
|
29
|
-
"@mgdis/img": "1.
|
|
29
|
+
"@mgdis/img": "1.1.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.20.12",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"@playwright/test": "^1.34.3",
|
|
39
39
|
"@pxtrn/storybook-addon-docs-stencil": "^6.4.1",
|
|
40
40
|
"@stencil/sass": "^1.5.2",
|
|
41
|
-
"@storybook/addon-a11y": "^7.0
|
|
42
|
-
"@storybook/addon-actions": "^7.0
|
|
43
|
-
"@storybook/addon-essentials": "^7.0
|
|
44
|
-
"@storybook/addon-links": "^7.0
|
|
45
|
-
"@storybook/addon-mdx-gfm": "^7.0
|
|
46
|
-
"@storybook/blocks": "^7.0
|
|
47
|
-
"@storybook/html": "^7.0
|
|
48
|
-
"@storybook/html-webpack5": "^7.0
|
|
41
|
+
"@storybook/addon-a11y": "^7.2.0",
|
|
42
|
+
"@storybook/addon-actions": "^7.2.0",
|
|
43
|
+
"@storybook/addon-essentials": "^7.2.0",
|
|
44
|
+
"@storybook/addon-links": "^7.2.0",
|
|
45
|
+
"@storybook/addon-mdx-gfm": "^7.2.0",
|
|
46
|
+
"@storybook/blocks": "^7.2.0",
|
|
47
|
+
"@storybook/html": "^7.2.0",
|
|
48
|
+
"@storybook/html-webpack5": "^7.2.0",
|
|
49
49
|
"@storybook/preset-scss": "^1.0.3",
|
|
50
50
|
"@types/jest": "npm:@types/jest@^26",
|
|
51
51
|
"@types/jest-image-snapshot": "^4.3.2",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"babel-plugin-jsx-pragmatic": "^1.0.2",
|
|
55
55
|
"chromatic": "^6.15.0",
|
|
56
56
|
"css-loader": "^5.2.7",
|
|
57
|
-
"eslint": "^8.
|
|
58
|
-
"eslint-plugin-storybook": "^0.6.
|
|
57
|
+
"eslint": "^8.x",
|
|
58
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
59
59
|
"jest": "npm:jest@^26",
|
|
60
60
|
"jest-cli": "npm:jest-cli@^26",
|
|
61
61
|
"jest-image-snapshot": "^4.5.1",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
"react-textarea-autosize": "^8.5.0",
|
|
71
71
|
"sass": "^1.58.0",
|
|
72
72
|
"sass-loader": "^10.4.1",
|
|
73
|
-
"storybook": "^7.0
|
|
73
|
+
"storybook": "^7.2.0",
|
|
74
74
|
"style-loader": "^2.0.0",
|
|
75
75
|
"ts-node": "^10.9.1",
|
|
76
76
|
"typescript": "^4.9.5",
|
|
77
77
|
"@mgdis/linting-stencil": "1.1.0",
|
|
78
|
-
"eslint-config-stencil": "1.1.1",
|
|
79
78
|
"playwright-config": "1.0.0",
|
|
79
|
+
"eslint-config-stencil": "1.1.1",
|
|
80
80
|
"tsconfig": "1.0.0"
|
|
81
81
|
},
|
|
82
82
|
"license": "BSD-3-Clause",
|