@maggioli-design-system/mds-input-otp 1.0.1
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/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/index-3ce43d21.js +1360 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/mds-input-otp.cjs.entry.js +101 -0
- package/dist/cjs/mds-input-otp.cjs.js +25 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/common/aria.js +45 -0
- package/dist/collection/common/browser.js +7 -0
- package/dist/collection/common/date.js +13 -0
- package/dist/collection/common/device.js +6 -0
- package/dist/collection/common/file.js +48 -0
- package/dist/collection/common/floating-controller.js +201 -0
- package/dist/collection/common/icon.js +15 -0
- package/dist/collection/common/keyboard-manager.js +46 -0
- package/dist/collection/common/locale.js +66 -0
- package/dist/collection/common/slot.js +28 -0
- package/dist/collection/common/string.js +30 -0
- package/dist/collection/common/unit.js +22 -0
- package/dist/collection/common/yugop/core.js +16 -0
- package/dist/collection/common/yugop/index.js +3 -0
- package/dist/collection/common/yugop/random-text.js +59 -0
- package/dist/collection/common/yugop/utils/math.js +11 -0
- package/dist/collection/common/yugop/utils/noop.js +1 -0
- package/dist/collection/common/yugop/utils/prng.js +21 -0
- package/dist/collection/common/yugop/utils/string.js +2 -0
- package/dist/collection/components/mds-input-otp/mds-input-otp.css +16 -0
- package/dist/collection/components/mds-input-otp/mds-input-otp.js +159 -0
- package/dist/collection/components/mds-input-otp/test/mds-input-otp.stories.js +56 -0
- package/dist/collection/dictionary/animation.js +5 -0
- package/dist/collection/dictionary/autocomplete.js +59 -0
- package/dist/collection/dictionary/button.js +39 -0
- package/dist/collection/dictionary/color.js +19 -0
- package/dist/collection/dictionary/file-extensions.js +69 -0
- package/dist/collection/dictionary/floating-ui.js +19 -0
- package/dist/collection/dictionary/icon.js +10 -0
- package/dist/collection/dictionary/input.js +37 -0
- package/dist/collection/dictionary/keyboard.js +84 -0
- package/dist/collection/dictionary/loading.js +5 -0
- package/dist/collection/dictionary/text.js +65 -0
- package/dist/collection/dictionary/tree.js +13 -0
- package/dist/collection/dictionary/typography.js +67 -0
- package/dist/collection/dictionary/variant.js +116 -0
- package/dist/collection/fixtures/cities.js +110 -0
- package/dist/collection/fixtures/filenames.js +118 -0
- package/dist/collection/type/animation.js +1 -0
- package/dist/collection/type/autocomplete.js +1 -0
- package/dist/collection/type/button.js +1 -0
- package/dist/collection/type/date.js +1 -0
- package/dist/collection/type/file-types.js +1 -0
- package/dist/collection/type/floating-ui.js +1 -0
- package/dist/collection/type/form-rel.js +1 -0
- package/dist/collection/type/header-bar.js +1 -0
- package/dist/collection/type/input-tip.js +1 -0
- package/dist/collection/type/input.js +1 -0
- package/dist/collection/type/keyboard.js +1 -0
- package/dist/collection/type/loading.js +1 -0
- package/dist/collection/type/preference.js +1 -0
- package/dist/collection/type/text.js +1 -0
- package/dist/collection/type/tree.js +1 -0
- package/dist/collection/type/typography.js +1 -0
- package/dist/collection/type/variant-file-format.js +91 -0
- package/dist/collection/type/variant.js +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +1 -0
- package/dist/components/mds-input-otp.d.ts +11 -0
- package/dist/components/mds-input-otp.js +113 -0
- package/dist/documentation.d.ts +443 -0
- package/dist/documentation.json +105 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/index-7080a0cd.js +1332 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/mds-input-otp.entry.js +97 -0
- package/dist/esm/mds-input-otp.js +20 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm-es5/app-globals-0f993ce5.js +1 -0
- package/dist/esm-es5/index-7080a0cd.js +1 -0
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/loader.js +1 -0
- package/dist/esm-es5/mds-input-otp.entry.js +1 -0
- package/dist/esm-es5/mds-input-otp.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/mds-input-otp/index.esm.js +0 -0
- package/dist/mds-input-otp/mds-input-otp.esm.js +1 -0
- package/dist/mds-input-otp/mds-input-otp.js +127 -0
- package/dist/mds-input-otp/p-0b4b7d22.system.js +1 -0
- package/dist/mds-input-otp/p-50ea2036.system.js +1 -0
- package/dist/mds-input-otp/p-56ba5cbf.system.js +1 -0
- package/dist/mds-input-otp/p-6fa28cad.entry.js +1 -0
- package/dist/mds-input-otp/p-8d749fc9.system.entry.js +1 -0
- package/dist/mds-input-otp/p-9c3d33cc.system.js +2 -0
- package/dist/mds-input-otp/p-dea9d1b9.js +2 -0
- package/dist/mds-input-otp/p-e1255160.js +1 -0
- package/dist/stats.json +588 -0
- package/dist/types/common/aria.d.ts +7 -0
- package/dist/types/common/browser.d.ts +2 -0
- package/dist/types/common/date.d.ts +4 -0
- package/dist/types/common/device.d.ts +2 -0
- package/dist/types/common/file.d.ts +11 -0
- package/dist/types/common/floating-controller.d.ts +47 -0
- package/dist/types/common/icon.d.ts +5 -0
- package/dist/types/common/keyboard-manager.d.ts +12 -0
- package/dist/types/common/locale.d.ts +20 -0
- package/dist/types/common/slot.d.ts +4 -0
- package/dist/types/common/string.d.ts +4 -0
- package/dist/types/common/unit.d.ts +3 -0
- package/dist/types/common/yugop/core.d.ts +10 -0
- package/dist/types/common/yugop/index.d.ts +1 -0
- package/dist/types/common/yugop/random-text.d.ts +31 -0
- package/dist/types/common/yugop/utils/math.d.ts +3 -0
- package/dist/types/common/yugop/utils/noop.d.ts +1 -0
- package/dist/types/common/yugop/utils/prng.d.ts +8 -0
- package/dist/types/common/yugop/utils/string.d.ts +1 -0
- package/dist/types/components/mds-input-otp/mds-input-otp.d.ts +27 -0
- package/dist/types/components/mds-input-otp/test/mds-input-otp.stories.d.ts +21 -0
- package/dist/types/components.d.ts +61 -0
- package/dist/types/dictionary/animation.d.ts +2 -0
- package/dist/types/dictionary/autocomplete.d.ts +2 -0
- package/dist/types/dictionary/button.d.ts +7 -0
- package/dist/types/dictionary/color.d.ts +3 -0
- package/dist/types/dictionary/file-extensions.d.ts +12 -0
- package/dist/types/dictionary/floating-ui.d.ts +3 -0
- package/dist/types/dictionary/icon.d.ts +4 -0
- package/dist/types/dictionary/input.d.ts +5 -0
- package/dist/types/dictionary/keyboard.d.ts +2 -0
- package/dist/types/dictionary/loading.d.ts +2 -0
- package/dist/types/dictionary/text.d.ts +4 -0
- package/dist/types/dictionary/tree.d.ts +4 -0
- package/dist/types/dictionary/typography.d.ts +11 -0
- package/dist/types/dictionary/variant.d.ts +13 -0
- package/dist/types/fixtures/cities.d.ts +2 -0
- package/dist/types/fixtures/filenames.d.ts +63 -0
- package/dist/types/stencil-public-runtime.d.ts +1680 -0
- package/dist/types/type/animation.d.ts +1 -0
- package/dist/types/type/autocomplete.d.ts +2 -0
- package/dist/types/type/button.d.ts +5 -0
- package/dist/types/type/date.d.ts +5 -0
- package/dist/types/type/file-types.d.ts +1 -0
- package/dist/types/type/floating-ui.d.ts +2 -0
- package/dist/types/type/form-rel.d.ts +1 -0
- package/dist/types/type/header-bar.d.ts +2 -0
- package/dist/types/type/input-tip.d.ts +1 -0
- package/dist/types/type/input.d.ts +7 -0
- package/dist/types/type/keyboard.d.ts +12 -0
- package/dist/types/type/loading.d.ts +1 -0
- package/dist/types/type/preference.d.ts +2 -0
- package/dist/types/type/text.d.ts +3 -0
- package/dist/types/type/tree.d.ts +3 -0
- package/dist/types/type/typography.d.ts +10 -0
- package/dist/types/type/variant-file-format.d.ts +11 -0
- package/dist/types/type/variant.d.ts +13 -0
- package/documentation.json +703 -0
- package/loader/cdn.js +2 -0
- package/loader/index.cjs.js +2 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +2 -0
- package/loader/index.js +3 -0
- package/loader/package.json +11 -0
- package/package.json +54 -0
- package/readme.md +41 -0
- package/src/common/aria.ts +59 -0
- package/src/common/browser.ts +10 -0
- package/src/common/date.ts +21 -0
- package/src/common/device.ts +9 -0
- package/src/common/file.ts +62 -0
- package/src/common/floating-controller.ts +286 -0
- package/src/common/icon.ts +25 -0
- package/src/common/keyboard-manager.ts +51 -0
- package/src/common/locale.ts +90 -0
- package/src/common/slot.ts +35 -0
- package/src/common/string.ts +42 -0
- package/src/common/unit.ts +33 -0
- package/src/common/yugop/core.ts +47 -0
- package/src/common/yugop/index.ts +4 -0
- package/src/common/yugop/random-text.ts +95 -0
- package/src/common/yugop/utils/math.ts +21 -0
- package/src/common/yugop/utils/noop.ts +1 -0
- package/src/common/yugop/utils/prng.ts +35 -0
- package/src/common/yugop/utils/string.ts +4 -0
- package/src/components/mds-input-otp/.gitlab-ci.yml +20 -0
- package/src/components/mds-input-otp/mds-input-otp.css +16 -0
- package/src/components/mds-input-otp/mds-input-otp.tsx +123 -0
- package/src/components/mds-input-otp/readme.md +19 -0
- package/src/components/mds-input-otp/test/mds-input-otp.e2e.ts +11 -0
- package/src/components/mds-input-otp/test/mds-input-otp.stories.tsx +90 -0
- package/src/components.d.ts +61 -0
- package/src/dictionary/animation.ts +8 -0
- package/src/dictionary/autocomplete.ts +62 -0
- package/src/dictionary/button.ts +52 -0
- package/src/dictionary/color.ts +24 -0
- package/src/dictionary/file-extensions.ts +88 -0
- package/src/dictionary/floating-ui.ts +25 -0
- package/src/dictionary/icon.ts +15 -0
- package/src/dictionary/input.ts +48 -0
- package/src/dictionary/keyboard.ts +87 -0
- package/src/dictionary/loading.ts +9 -0
- package/src/dictionary/text.ts +73 -0
- package/src/dictionary/tree.ts +21 -0
- package/src/dictionary/typography.ts +88 -0
- package/src/dictionary/variant.ts +141 -0
- package/src/fixtures/cities.ts +116 -0
- package/src/fixtures/filenames.ts +123 -0
- package/src/fixtures/icons.json +447 -0
- package/src/fixtures/iconsauce.json +306 -0
- package/src/meta/file-format/locale.el.json +44 -0
- package/src/meta/file-format/locale.en.json +44 -0
- package/src/meta/file-format/locale.es.json +44 -0
- package/src/meta/file-format/locale.it.json +44 -0
- package/src/meta/keyboard/keys.json +83 -0
- package/src/tailwind/components.css +51 -0
- package/src/tailwind/fouc.css +118 -0
- package/src/tailwind/index.css +4 -0
- package/src/type/animation.ts +3 -0
- package/src/type/autocomplete.ts +68 -0
- package/src/type/button.ts +32 -0
- package/src/type/date.ts +10 -0
- package/src/type/file-types.ts +61 -0
- package/src/type/floating-ui.ts +17 -0
- package/src/type/form-rel.ts +11 -0
- package/src/type/header-bar.ts +11 -0
- package/src/type/input-tip.ts +11 -0
- package/src/type/input.ts +33 -0
- package/src/type/keyboard.ts +93 -0
- package/src/type/loading.ts +3 -0
- package/src/type/preference.ts +11 -0
- package/src/type/text.ts +63 -0
- package/src/type/tree.ts +12 -0
- package/src/type/typography.ts +65 -0
- package/src/type/variant-file-format.ts +126 -0
- package/src/type/variant.ts +119 -0
- package/www/build/index.esm.js +0 -0
- package/www/build/mds-input-otp.esm.js +1 -0
- package/www/build/mds-input-otp.js +127 -0
- package/www/build/p-0b4b7d22.system.js +1 -0
- package/www/build/p-50ea2036.system.js +1 -0
- package/www/build/p-56ba5cbf.system.js +1 -0
- package/www/build/p-6fa28cad.entry.js +1 -0
- package/www/build/p-8d749fc9.system.entry.js +1 -0
- package/www/build/p-9c3d33cc.system.js +2 -0
- package/www/build/p-dea9d1b9.js +2 -0
- package/www/build/p-e1255160.js +1 -0
- package/www/host.config.json +15 -0
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import baselineFolderZip from '@icon/mi/baseline/folder-zip.svg'
|
|
2
|
+
import baselineAttachFile from '@icon/mi/baseline/attach-file.svg'
|
|
3
|
+
import baselineAudiotrack from '@icon/mi/baseline/audiotrack.svg'
|
|
4
|
+
import baselineTerminal from '@icon/mi/baseline/terminal.svg'
|
|
5
|
+
import baselineInsertDriveFile from '@icon/mi/baseline/insert-drive-file.svg'
|
|
6
|
+
import mdiLicense from '@icon/mdi/license.svg'
|
|
7
|
+
import mdiHardDisk from '@icon/mdi/harddisk.svg'
|
|
8
|
+
import baselineEmail from '@icon/mi/baseline/email.svg'
|
|
9
|
+
import baselineWysiwyg from '@icon/mi/baseline/wysiwyg.svg'
|
|
10
|
+
import baselinePanorama from '@icon/mi/baseline/panorama.svg'
|
|
11
|
+
import baselineWeb from '@icon/mi/baseline/web.svg'
|
|
12
|
+
import baselineTV from '@icon/mi/baseline/tv.svg'
|
|
13
|
+
import baselineBorderAll from '@icon/mi/baseline/border-all.svg'
|
|
14
|
+
import baselineDescription from '@icon/mi/baseline/description.svg'
|
|
15
|
+
import mdiVectorCurve from '@icon/mdi/vector-curve.svg'
|
|
16
|
+
import baselineVideocam from '@icon/mi/baseline/videocam.svg'
|
|
17
|
+
import { ThemeFullVariantType } from '@type/variant'
|
|
18
|
+
|
|
19
|
+
type FileFormat =
|
|
20
|
+
| 'archive'
|
|
21
|
+
| 'attachment'
|
|
22
|
+
| 'audio'
|
|
23
|
+
| 'certificate'
|
|
24
|
+
| 'code'
|
|
25
|
+
| 'data'
|
|
26
|
+
| 'document'
|
|
27
|
+
| 'email'
|
|
28
|
+
| 'executable'
|
|
29
|
+
| 'image'
|
|
30
|
+
| 'markup'
|
|
31
|
+
| 'slide'
|
|
32
|
+
| 'spreadsheet'
|
|
33
|
+
| 'text'
|
|
34
|
+
| 'vector'
|
|
35
|
+
| 'video'
|
|
36
|
+
|
|
37
|
+
interface FileFormatVariant {
|
|
38
|
+
icon: string
|
|
39
|
+
variant: ThemeFullVariantType
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
interface FileFormatVariants {
|
|
43
|
+
[key: string]: FileFormatVariant
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
const fileFormatsVariant: FileFormatVariants = {
|
|
47
|
+
archive: {
|
|
48
|
+
icon: baselineFolderZip,
|
|
49
|
+
variant: 'amaranth',
|
|
50
|
+
},
|
|
51
|
+
attachment: {
|
|
52
|
+
icon: baselineAttachFile,
|
|
53
|
+
variant: 'dark',
|
|
54
|
+
},
|
|
55
|
+
audio: {
|
|
56
|
+
icon: baselineAudiotrack,
|
|
57
|
+
variant: 'violet',
|
|
58
|
+
},
|
|
59
|
+
certificate: {
|
|
60
|
+
icon: mdiLicense,
|
|
61
|
+
variant: 'orange',
|
|
62
|
+
},
|
|
63
|
+
code: {
|
|
64
|
+
icon: baselineTerminal,
|
|
65
|
+
variant: 'yellow',
|
|
66
|
+
},
|
|
67
|
+
data: {
|
|
68
|
+
icon: mdiHardDisk,
|
|
69
|
+
variant: 'yellow',
|
|
70
|
+
},
|
|
71
|
+
document: {
|
|
72
|
+
icon: baselineInsertDriveFile,
|
|
73
|
+
variant: 'orange',
|
|
74
|
+
},
|
|
75
|
+
email: {
|
|
76
|
+
icon: baselineEmail,
|
|
77
|
+
variant: 'blue',
|
|
78
|
+
},
|
|
79
|
+
executable: {
|
|
80
|
+
icon: baselineWysiwyg,
|
|
81
|
+
variant: 'amaranth',
|
|
82
|
+
},
|
|
83
|
+
image: {
|
|
84
|
+
icon: baselinePanorama,
|
|
85
|
+
variant: 'green',
|
|
86
|
+
},
|
|
87
|
+
imageRaster: {
|
|
88
|
+
icon: baselinePanorama,
|
|
89
|
+
variant: 'green',
|
|
90
|
+
},
|
|
91
|
+
markup: {
|
|
92
|
+
icon: baselineWeb,
|
|
93
|
+
variant: 'yellow',
|
|
94
|
+
},
|
|
95
|
+
slide: {
|
|
96
|
+
icon: baselineTV,
|
|
97
|
+
variant: 'orchid',
|
|
98
|
+
},
|
|
99
|
+
spreadsheet: {
|
|
100
|
+
icon: baselineBorderAll,
|
|
101
|
+
variant: 'lime',
|
|
102
|
+
},
|
|
103
|
+
text: {
|
|
104
|
+
icon: baselineDescription,
|
|
105
|
+
variant: 'blue',
|
|
106
|
+
},
|
|
107
|
+
vectorImage: {
|
|
108
|
+
icon: mdiVectorCurve,
|
|
109
|
+
variant: 'aqua',
|
|
110
|
+
},
|
|
111
|
+
vector: {
|
|
112
|
+
icon: mdiVectorCurve,
|
|
113
|
+
variant: 'aqua',
|
|
114
|
+
},
|
|
115
|
+
video: {
|
|
116
|
+
icon: baselineVideocam,
|
|
117
|
+
variant: 'violet',
|
|
118
|
+
},
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export {
|
|
122
|
+
fileFormatsVariant,
|
|
123
|
+
FileFormat,
|
|
124
|
+
FileFormatVariant,
|
|
125
|
+
FileFormatVariants,
|
|
126
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
export type ThemeStatusVariantType =
|
|
2
|
+
| 'error'
|
|
3
|
+
| 'info'
|
|
4
|
+
| 'success'
|
|
5
|
+
| 'warning'
|
|
6
|
+
|
|
7
|
+
export type ThemeVariantType =
|
|
8
|
+
| 'ai'
|
|
9
|
+
| 'dark'
|
|
10
|
+
| 'error'
|
|
11
|
+
| 'info'
|
|
12
|
+
| 'light'
|
|
13
|
+
| 'primary'
|
|
14
|
+
| 'success'
|
|
15
|
+
| 'warning'
|
|
16
|
+
|
|
17
|
+
export type ThemeFullVariantType =
|
|
18
|
+
| 'amaranth'
|
|
19
|
+
| 'aqua'
|
|
20
|
+
| 'blue'
|
|
21
|
+
| 'dark'
|
|
22
|
+
| 'error'
|
|
23
|
+
| 'green'
|
|
24
|
+
| 'info'
|
|
25
|
+
| 'light'
|
|
26
|
+
| 'lime'
|
|
27
|
+
| 'orange'
|
|
28
|
+
| 'orchid'
|
|
29
|
+
| 'sky'
|
|
30
|
+
| 'success'
|
|
31
|
+
| 'violet'
|
|
32
|
+
| 'warning'
|
|
33
|
+
| 'yellow'
|
|
34
|
+
|
|
35
|
+
export type ThemeFullVariantAvatarType =
|
|
36
|
+
| 'amaranth'
|
|
37
|
+
| 'aqua'
|
|
38
|
+
| 'blue'
|
|
39
|
+
| 'error'
|
|
40
|
+
| 'green'
|
|
41
|
+
| 'info'
|
|
42
|
+
| 'lime'
|
|
43
|
+
| 'orange'
|
|
44
|
+
| 'orchid'
|
|
45
|
+
| 'primary'
|
|
46
|
+
| 'sky'
|
|
47
|
+
| 'success'
|
|
48
|
+
| 'violet'
|
|
49
|
+
| 'warning'
|
|
50
|
+
| 'yellow'
|
|
51
|
+
|
|
52
|
+
export type ThemeLuminanceVariantType =
|
|
53
|
+
| 'dark'
|
|
54
|
+
| 'light'
|
|
55
|
+
|
|
56
|
+
export type LabelVariantType =
|
|
57
|
+
| 'amaranth'
|
|
58
|
+
| 'aqua'
|
|
59
|
+
| 'blue'
|
|
60
|
+
| 'green'
|
|
61
|
+
| 'lime'
|
|
62
|
+
| 'orange'
|
|
63
|
+
| 'orchid'
|
|
64
|
+
| 'sky'
|
|
65
|
+
| 'violet'
|
|
66
|
+
| 'yellow'
|
|
67
|
+
|
|
68
|
+
export type ActionVariantType =
|
|
69
|
+
| 'primary'
|
|
70
|
+
| 'dark'
|
|
71
|
+
| 'light'
|
|
72
|
+
|
|
73
|
+
export type ChipVariantType =
|
|
74
|
+
| 'ai'
|
|
75
|
+
| 'amaranth'
|
|
76
|
+
| 'aqua'
|
|
77
|
+
| 'blue'
|
|
78
|
+
| 'dark'
|
|
79
|
+
| 'error'
|
|
80
|
+
| 'green'
|
|
81
|
+
| 'info'
|
|
82
|
+
| 'lime'
|
|
83
|
+
| 'orange'
|
|
84
|
+
| 'orchid'
|
|
85
|
+
| 'primary'
|
|
86
|
+
| 'secondary'
|
|
87
|
+
| 'sky'
|
|
88
|
+
| 'success'
|
|
89
|
+
| 'violet'
|
|
90
|
+
| 'warning'
|
|
91
|
+
| 'yellow'
|
|
92
|
+
|
|
93
|
+
export type StateVariantType =
|
|
94
|
+
| 'disabled'
|
|
95
|
+
| 'focused'
|
|
96
|
+
| 'readonly'
|
|
97
|
+
|
|
98
|
+
export type ToneActionVariantType =
|
|
99
|
+
| 'primary' // background strong
|
|
100
|
+
| 'secondary' // background weak
|
|
101
|
+
| 'strong' // background strong
|
|
102
|
+
| 'weak' // background weak
|
|
103
|
+
| 'ghost' // bordered
|
|
104
|
+
| 'quiet' // no background, no border
|
|
105
|
+
|
|
106
|
+
export type ToneVariantType =
|
|
107
|
+
| 'strong' // background strong
|
|
108
|
+
| 'weak' // background weak
|
|
109
|
+
| 'ghost' // bordered
|
|
110
|
+
| 'quiet' // no background, no border
|
|
111
|
+
|
|
112
|
+
export type ToneSimpleVariantType =
|
|
113
|
+
| 'quiet'
|
|
114
|
+
| 'strong'
|
|
115
|
+
| 'weak'
|
|
116
|
+
|
|
117
|
+
export type ToneMinimalVariantType =
|
|
118
|
+
| 'strong'
|
|
119
|
+
| 'weak'
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{p as a,b as t}from"./p-dea9d1b9.js";export{s as setNonce}from"./p-dea9d1b9.js";import{g as e}from"./p-e1255160.js";(()=>{const t=import.meta.url,s={};return""!==t&&(s.resourcesUrl=new URL(".",t).href),a(s)})().then((async a=>(await e(),t([["p-6fa28cad",[[65,"mds-input-otp",{length:[2],autosubmit:[516],value:[1537]}]]]],a))));
|