@maggioli-design-system/mds-input 7.8.4 → 7.8.5
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/documentation.json +1 -1
- package/dist/stats.json +1 -1
- package/documentation.json +6 -1
- package/package.json +4 -4
- package/src/fixtures/icons.json +0 -1
package/dist/documentation.json
CHANGED
package/dist/stats.json
CHANGED
package/documentation.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-19T16:41:28",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.27.2",
|
|
@@ -1786,6 +1786,11 @@
|
|
|
1786
1786
|
"docstring": "",
|
|
1787
1787
|
"path": "src/components.d.ts"
|
|
1788
1788
|
},
|
|
1789
|
+
"src/components/mds-status-bar/meta/types.ts::StatusBarPositionType": {
|
|
1790
|
+
"declaration": "export type StatusBarPositionType =\n | 'bottom'\n | 'bottom-left'\n | 'bottom-right'",
|
|
1791
|
+
"docstring": "",
|
|
1792
|
+
"path": "src/components/mds-status-bar/meta/types.ts"
|
|
1793
|
+
},
|
|
1789
1794
|
"src/components/mds-stepper-bar/meta/event-detail.ts::MdsStepperBarEventDetail": {
|
|
1790
1795
|
"declaration": "export interface MdsStepperBarEventDetail {\n step: number\n value: string\n}",
|
|
1791
1796
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/mds-input",
|
|
3
|
-
"version": "7.8.
|
|
3
|
+
"version": "7.8.5",
|
|
4
4
|
"description": "mds-input is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScript framework you are using.",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"prepublishOnly": "npm run build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@maggioli-design-system/mds-button": "6.8.
|
|
26
|
+
"@maggioli-design-system/mds-button": "6.8.3",
|
|
27
27
|
"@maggioli-design-system/mds-icon": "2.13.3",
|
|
28
|
-
"@maggioli-design-system/mds-input-tip": "1.5.
|
|
29
|
-
"@maggioli-design-system/mds-text": "4.7.
|
|
28
|
+
"@maggioli-design-system/mds-input-tip": "1.5.6",
|
|
29
|
+
"@maggioli-design-system/mds-text": "4.7.6",
|
|
30
30
|
"@maggioli-design-system/styles": "15.11.0",
|
|
31
31
|
"@stencil/core": "4.27.2",
|
|
32
32
|
"clsx": "2.1.0"
|