@maggioli-design-system/mds-input-otp 1.1.4 → 1.1.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 +2 -2
- 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",
|
|
@@ -629,6 +629,11 @@
|
|
|
629
629
|
"docstring": "",
|
|
630
630
|
"path": "src/components.d.ts"
|
|
631
631
|
},
|
|
632
|
+
"src/components/mds-status-bar/meta/types.ts::StatusBarPositionType": {
|
|
633
|
+
"declaration": "export type StatusBarPositionType =\n | 'bottom'\n | 'bottom-left'\n | 'bottom-right'",
|
|
634
|
+
"docstring": "",
|
|
635
|
+
"path": "src/components/mds-status-bar/meta/types.ts"
|
|
636
|
+
},
|
|
632
637
|
"src/components/mds-stepper-bar/meta/event-detail.ts::MdsStepperBarEventDetail": {
|
|
633
638
|
"declaration": "export interface MdsStepperBarEventDetail {\n step: number\n value: string\n}",
|
|
634
639
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/mds-input-otp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "mds-input-otp 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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test": "stencil test --spec --e2e"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@maggioli-design-system/mds-input": "7.8.
|
|
27
|
+
"@maggioli-design-system/mds-input": "7.8.5",
|
|
28
28
|
"@maggioli-design-system/styles": "15.11.0",
|
|
29
29
|
"@stencil/core": "4.27.2"
|
|
30
30
|
},
|