@mozaic-ds/vue 0.16.1 → 0.17.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/mozaic-vue.adeo.css +1 -1
- package/dist/mozaic-vue.adeo.umd.js +3518 -2059
- package/dist/mozaic-vue.common.js +3518 -2059
- package/dist/mozaic-vue.common.js.map +1 -1
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +3518 -2059
- package/dist/mozaic-vue.umd.js.map +1 -1
- package/dist/mozaic-vue.umd.min.js +1 -1
- package/dist/mozaic-vue.umd.min.js.map +1 -1
- package/package.json +4 -4
- package/src/components/autocomplete/MAutocomplete.vue +198 -0
- package/src/components/autocomplete/index.js +7 -0
- package/src/components/card/MCard.vue +1 -0
- package/src/components/checkbox/MCheckboxGroup.vue +8 -2
- package/src/components/fileuploader/MFileResult.vue +5 -0
- package/src/components/fileuploader/MFileUploader.vue +1 -0
- package/src/components/index.js +2 -0
- package/src/components/listbox/MListBox.vue +106 -0
- package/src/components/listbox/index.js +7 -0
- package/src/components/optioncard/MOptionCard.vue +2 -0
- package/src/components/tabs/MTab.vue +35 -7
- package/src/components/tags/MTag.vue +21 -0
- package/src/components/textinput/MTextInput.vue +5 -0
- package/src/index.js +2 -0
- package/src/tokens/adeo/android/colors.xml +21 -21
- package/src/tokens/adeo/css/_variables.scss +21 -21
- package/src/tokens/adeo/css/root.scss +21 -21
- package/src/tokens/adeo/ios/StyleDictionaryColor.m +21 -21
- package/src/tokens/adeo/ios/StyleDictionaryColor.swift +21 -21
- package/src/tokens/adeo/js/tokens.js +21 -21
- package/src/tokens/adeo/js/tokensObject.js +65 -65
- package/src/tokens/adeo/scss/_tokens.scss +21 -21
- package/types/index.d.ts +4 -0
|
@@ -135,13 +135,13 @@ export const ColorSuccess600 = "#188803";
|
|
|
135
135
|
export const ColorSuccess700 = "#006902";
|
|
136
136
|
export const ColorSuccess800 = "#035010";
|
|
137
137
|
export const ColorSuccess900 = "#023618";
|
|
138
|
-
export const ColorButtonSolidBackground = "#
|
|
138
|
+
export const ColorButtonSolidBackground = "#007f8c";
|
|
139
139
|
export const ColorButtonSolidFont = "#ffffff";
|
|
140
140
|
export const ColorButtonSolidFocusBorder = "#006974";
|
|
141
141
|
export const ColorButtonSolidDisabledBackground = "#dddcd5";
|
|
142
142
|
export const ColorButtonSolidDisabledFont = "#71706b";
|
|
143
143
|
export const ColorButtonSolidActiveBackground = "#006974";
|
|
144
|
-
export const ColorButtonSolidHoverBackground = "#
|
|
144
|
+
export const ColorButtonSolidHoverBackground = "#006974";
|
|
145
145
|
export const ColorButtonSolidHoverFont = "#ffffff";
|
|
146
146
|
export const ColorButtonSolidPrimary02Background = "#007574";
|
|
147
147
|
export const ColorButtonSolidPrimary02Font = "#ffffff";
|
|
@@ -159,17 +159,17 @@ export const ColorButtonSolidNeutralDisabledFont = "#71706b";
|
|
|
159
159
|
export const ColorButtonSolidNeutralActiveBackground = "#3a3936";
|
|
160
160
|
export const ColorButtonSolidNeutralHoverBackground = "#1e1e1c";
|
|
161
161
|
export const ColorButtonSolidNeutralHoverFont = "#ffffff";
|
|
162
|
-
export const ColorButtonSolidDangerBackground = "#
|
|
162
|
+
export const ColorButtonSolidDangerBackground = "#b42a27";
|
|
163
163
|
export const ColorButtonSolidDangerFont = "#ffffff";
|
|
164
164
|
export const ColorButtonSolidDangerFocusBorder = "#8c0003";
|
|
165
165
|
export const ColorButtonSolidDangerDisabledBackground = "#dddcd5";
|
|
166
166
|
export const ColorButtonSolidDangerDisabledFont = "#71706b";
|
|
167
167
|
export const ColorButtonSolidDangerActiveBackground = "#8c0003";
|
|
168
|
-
export const ColorButtonSolidDangerHoverBackground = "#
|
|
168
|
+
export const ColorButtonSolidDangerHoverBackground = "#8c0003";
|
|
169
169
|
export const ColorButtonSolidDangerHoverFont = "#ffffff";
|
|
170
170
|
export const ColorButtonBorderedBackground = "#ffffff";
|
|
171
|
-
export const ColorButtonBorderedBorder = "#
|
|
172
|
-
export const ColorButtonBorderedFont = "#
|
|
171
|
+
export const ColorButtonBorderedBorder = "#007f8c";
|
|
172
|
+
export const ColorButtonBorderedFont = "#007f8c";
|
|
173
173
|
export const ColorButtonBorderedFocusBorder = "#006974";
|
|
174
174
|
export const ColorButtonBorderedDisabledBackground = "#dddcd5";
|
|
175
175
|
export const ColorButtonBorderedDisabledFont = "#71706b";
|
|
@@ -192,8 +192,8 @@ export const ColorButtonBorderedNeutralDisabledFont = "#71706b";
|
|
|
192
192
|
export const ColorButtonBorderedNeutralActiveBackground = "#dddcd5";
|
|
193
193
|
export const ColorButtonBorderedNeutralHoverBackground = "#eeedea";
|
|
194
194
|
export const ColorButtonBorderedDangerBackground = "#ffffff";
|
|
195
|
-
export const ColorButtonBorderedDangerBorder = "#
|
|
196
|
-
export const ColorButtonBorderedDangerFont = "#
|
|
195
|
+
export const ColorButtonBorderedDangerBorder = "#b42a27";
|
|
196
|
+
export const ColorButtonBorderedDangerFont = "#b42a27";
|
|
197
197
|
export const ColorButtonBorderedDangerFocusBorder = "#8b2226";
|
|
198
198
|
export const ColorButtonBorderedDangerDisabledBackground = "#dddcd5";
|
|
199
199
|
export const ColorButtonBorderedDangerDisabledFont = "#71706b";
|
|
@@ -212,11 +212,11 @@ export const ColorFileuploaderFilesList = "#eeedea";
|
|
|
212
212
|
export const ColorFileuploaderFilesDelete = "#dddcd5";
|
|
213
213
|
export const ColorFileuploaderValid = "#00919f";
|
|
214
214
|
export const ColorFileuploaderAlert = "#c61112";
|
|
215
|
-
export const ColorFlagSolidBackground = "#
|
|
216
|
-
export const ColorFlagSolidBorder = "#
|
|
215
|
+
export const ColorFlagSolidBackground = "#007f8c";
|
|
216
|
+
export const ColorFlagSolidBorder = "#007f8c";
|
|
217
217
|
export const ColorFlagSolidText = "#ffffff";
|
|
218
|
-
export const ColorFlagSolidPrimary02Background = "#
|
|
219
|
-
export const ColorFlagSolidPrimary02Border = "#
|
|
218
|
+
export const ColorFlagSolidPrimary02Background = "#4b4a8c";
|
|
219
|
+
export const ColorFlagSolidPrimary02Border = "#4b4a8c";
|
|
220
220
|
export const ColorFlagSolidPrimary02Text = "#ffffff";
|
|
221
221
|
export const ColorFlagSolidDarkBackground = "#000000";
|
|
222
222
|
export const ColorFlagSolidDarkBorder = "#000000";
|
|
@@ -224,15 +224,15 @@ export const ColorFlagSolidDarkText = "#ffffff";
|
|
|
224
224
|
export const ColorFlagSolidLightBackground = "#ffffff";
|
|
225
225
|
export const ColorFlagSolidLightBorder = "#ffffff";
|
|
226
226
|
export const ColorFlagSolidLightText = "#000000";
|
|
227
|
-
export const ColorFlagSolidDangerBackground = "#
|
|
228
|
-
export const ColorFlagSolidDangerBorder = "#
|
|
227
|
+
export const ColorFlagSolidDangerBackground = "#b42a27";
|
|
228
|
+
export const ColorFlagSolidDangerBorder = "#b42a27";
|
|
229
229
|
export const ColorFlagSolidDangerText = "#ffffff";
|
|
230
230
|
export const ColorFlagBorderedBackground = "#ffffff";
|
|
231
|
-
export const ColorFlagBorderedBorder = "#
|
|
232
|
-
export const ColorFlagBorderedText = "#
|
|
231
|
+
export const ColorFlagBorderedBorder = "#007f8c";
|
|
232
|
+
export const ColorFlagBorderedText = "#007f8c";
|
|
233
233
|
export const ColorFlagBorderedPrimary02Background = "#ffffff";
|
|
234
|
-
export const ColorFlagBorderedPrimary02Border = "#
|
|
235
|
-
export const ColorFlagBorderedPrimary02Text = "#
|
|
234
|
+
export const ColorFlagBorderedPrimary02Border = "#4b4a8c";
|
|
235
|
+
export const ColorFlagBorderedPrimary02Text = "#4b4a8c";
|
|
236
236
|
export const ColorFlagBorderedDarkBackground = "#ffffff";
|
|
237
237
|
export const ColorFlagBorderedDarkBorder = "#000000";
|
|
238
238
|
export const ColorFlagBorderedDarkText = "#000000";
|
|
@@ -240,8 +240,8 @@ export const ColorFlagBorderedLightBackground = "#000000";
|
|
|
240
240
|
export const ColorFlagBorderedLightBorder = "#ffffff";
|
|
241
241
|
export const ColorFlagBorderedLightText = "#ffffff";
|
|
242
242
|
export const ColorFlagBorderedDangerBackground = "#ffffff";
|
|
243
|
-
export const ColorFlagBorderedDangerBorder = "#
|
|
244
|
-
export const ColorFlagBorderedDangerText = "#
|
|
243
|
+
export const ColorFlagBorderedDangerBorder = "#b42a27";
|
|
244
|
+
export const ColorFlagBorderedDangerText = "#b42a27";
|
|
245
245
|
export const ColorFocusGap = "#ffffff";
|
|
246
246
|
export const ColorFocusBorder = "#758992";
|
|
247
247
|
export const ColorFontPrimary01 = "#00919f";
|
|
@@ -282,7 +282,7 @@ export const ColorLinkLightVisited = "#dddcd5";
|
|
|
282
282
|
export const ColorLinkLightActive = "#dddcd5";
|
|
283
283
|
export const ColorLinkLightDisabled = "#eeedea";
|
|
284
284
|
export const ColorLinkLightHover = "#a7a6a0";
|
|
285
|
-
export const ColorLinkPrimaryBase = "#
|
|
285
|
+
export const ColorLinkPrimaryBase = "#007f8c";
|
|
286
286
|
export const ColorLinkPrimaryVisited = "#006974";
|
|
287
287
|
export const ColorLinkPrimaryActive = "#006974";
|
|
288
288
|
export const ColorLinkPrimaryDisabled = "#eeedea";
|
|
@@ -2670,11 +2670,11 @@ module.exports = {
|
|
|
2670
2670
|
"button": {
|
|
2671
2671
|
"solid": {
|
|
2672
2672
|
"background": {
|
|
2673
|
-
"value": "#
|
|
2674
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
2673
|
+
"value": "#007f8c",
|
|
2674
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
2675
2675
|
"isSource": true,
|
|
2676
2676
|
"original": {
|
|
2677
|
-
"value": "{color.primary-01.
|
|
2677
|
+
"value": "{color.primary-01.600.value}"
|
|
2678
2678
|
},
|
|
2679
2679
|
"name": "ColorButtonSolidBackground",
|
|
2680
2680
|
"attributes": {
|
|
@@ -2811,11 +2811,11 @@ module.exports = {
|
|
|
2811
2811
|
},
|
|
2812
2812
|
"hover": {
|
|
2813
2813
|
"background": {
|
|
2814
|
-
"value": "#
|
|
2815
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
2814
|
+
"value": "#006974",
|
|
2815
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
2816
2816
|
"isSource": true,
|
|
2817
2817
|
"original": {
|
|
2818
|
-
"value": "{color.primary-01.
|
|
2818
|
+
"value": "{color.primary-01.700.value}"
|
|
2819
2819
|
},
|
|
2820
2820
|
"name": "ColorButtonSolidHoverBackground",
|
|
2821
2821
|
"attributes": {
|
|
@@ -3240,11 +3240,11 @@ module.exports = {
|
|
|
3240
3240
|
},
|
|
3241
3241
|
"solid-danger": {
|
|
3242
3242
|
"background": {
|
|
3243
|
-
"value": "#
|
|
3244
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
3243
|
+
"value": "#b42a27",
|
|
3244
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
3245
3245
|
"isSource": true,
|
|
3246
3246
|
"original": {
|
|
3247
|
-
"value": "{color.
|
|
3247
|
+
"value": "{color.secondary-red.600.value}"
|
|
3248
3248
|
},
|
|
3249
3249
|
"name": "ColorButtonSolidDangerBackground",
|
|
3250
3250
|
"attributes": {
|
|
@@ -3381,11 +3381,11 @@ module.exports = {
|
|
|
3381
3381
|
},
|
|
3382
3382
|
"hover": {
|
|
3383
3383
|
"background": {
|
|
3384
|
-
"value": "#
|
|
3385
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
3384
|
+
"value": "#8c0003",
|
|
3385
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
3386
3386
|
"isSource": true,
|
|
3387
3387
|
"original": {
|
|
3388
|
-
"value": "{color.danger.
|
|
3388
|
+
"value": "{color.danger.700.value}"
|
|
3389
3389
|
},
|
|
3390
3390
|
"name": "ColorButtonSolidDangerHoverBackground",
|
|
3391
3391
|
"attributes": {
|
|
@@ -3451,11 +3451,11 @@ module.exports = {
|
|
|
3451
3451
|
]
|
|
3452
3452
|
},
|
|
3453
3453
|
"border": {
|
|
3454
|
-
"value": "#
|
|
3455
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
3454
|
+
"value": "#007f8c",
|
|
3455
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
3456
3456
|
"isSource": true,
|
|
3457
3457
|
"original": {
|
|
3458
|
-
"value": "{color.primary-01.
|
|
3458
|
+
"value": "{color.primary-01.600.value}"
|
|
3459
3459
|
},
|
|
3460
3460
|
"name": "ColorButtonBorderedBorder",
|
|
3461
3461
|
"attributes": {
|
|
@@ -3472,11 +3472,11 @@ module.exports = {
|
|
|
3472
3472
|
]
|
|
3473
3473
|
},
|
|
3474
3474
|
"font": {
|
|
3475
|
-
"value": "#
|
|
3476
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
3475
|
+
"value": "#007f8c",
|
|
3476
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
3477
3477
|
"isSource": true,
|
|
3478
3478
|
"original": {
|
|
3479
|
-
"value": "{color.primary-01.
|
|
3479
|
+
"value": "{color.primary-01.600.value}"
|
|
3480
3480
|
},
|
|
3481
3481
|
"name": "ColorButtonBorderedFont",
|
|
3482
3482
|
"attributes": {
|
|
@@ -4015,11 +4015,11 @@ module.exports = {
|
|
|
4015
4015
|
]
|
|
4016
4016
|
},
|
|
4017
4017
|
"border": {
|
|
4018
|
-
"value": "#
|
|
4019
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4018
|
+
"value": "#b42a27",
|
|
4019
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
4020
4020
|
"isSource": true,
|
|
4021
4021
|
"original": {
|
|
4022
|
-
"value": "{color.secondary-red.
|
|
4022
|
+
"value": "{color.secondary-red.600.value}"
|
|
4023
4023
|
},
|
|
4024
4024
|
"name": "ColorButtonBorderedDangerBorder",
|
|
4025
4025
|
"attributes": {
|
|
@@ -4036,11 +4036,11 @@ module.exports = {
|
|
|
4036
4036
|
]
|
|
4037
4037
|
},
|
|
4038
4038
|
"font": {
|
|
4039
|
-
"value": "#
|
|
4040
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4039
|
+
"value": "#b42a27",
|
|
4040
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/button.json",
|
|
4041
4041
|
"isSource": true,
|
|
4042
4042
|
"original": {
|
|
4043
|
-
"value": "{color.secondary-red.
|
|
4043
|
+
"value": "{color.secondary-red.600.value}"
|
|
4044
4044
|
},
|
|
4045
4045
|
"name": "ColorButtonBorderedDangerFont",
|
|
4046
4046
|
"attributes": {
|
|
@@ -4443,11 +4443,11 @@ module.exports = {
|
|
|
4443
4443
|
"flag": {
|
|
4444
4444
|
"solid": {
|
|
4445
4445
|
"background": {
|
|
4446
|
-
"value": "#
|
|
4447
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4446
|
+
"value": "#007f8c",
|
|
4447
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4448
4448
|
"isSource": true,
|
|
4449
4449
|
"original": {
|
|
4450
|
-
"value": "{color.primary-01.
|
|
4450
|
+
"value": "{color.primary-01.600.value}"
|
|
4451
4451
|
},
|
|
4452
4452
|
"name": "ColorFlagSolidBackground",
|
|
4453
4453
|
"attributes": {
|
|
@@ -4464,11 +4464,11 @@ module.exports = {
|
|
|
4464
4464
|
]
|
|
4465
4465
|
},
|
|
4466
4466
|
"border": {
|
|
4467
|
-
"value": "#
|
|
4468
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4467
|
+
"value": "#007f8c",
|
|
4468
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4469
4469
|
"isSource": true,
|
|
4470
4470
|
"original": {
|
|
4471
|
-
"value": "{color.primary-01.
|
|
4471
|
+
"value": "{color.primary-01.600.value}"
|
|
4472
4472
|
},
|
|
4473
4473
|
"name": "ColorFlagSolidBorder",
|
|
4474
4474
|
"attributes": {
|
|
@@ -4508,11 +4508,11 @@ module.exports = {
|
|
|
4508
4508
|
},
|
|
4509
4509
|
"solid-primary-02": {
|
|
4510
4510
|
"background": {
|
|
4511
|
-
"value": "#
|
|
4512
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4511
|
+
"value": "#4b4a8c",
|
|
4512
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4513
4513
|
"isSource": true,
|
|
4514
4514
|
"original": {
|
|
4515
|
-
"value": "{color.
|
|
4515
|
+
"value": "{color.secondary-purple.600.value}"
|
|
4516
4516
|
},
|
|
4517
4517
|
"name": "ColorFlagSolidPrimary02Background",
|
|
4518
4518
|
"attributes": {
|
|
@@ -4529,11 +4529,11 @@ module.exports = {
|
|
|
4529
4529
|
]
|
|
4530
4530
|
},
|
|
4531
4531
|
"border": {
|
|
4532
|
-
"value": "#
|
|
4533
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4532
|
+
"value": "#4b4a8c",
|
|
4533
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4534
4534
|
"isSource": true,
|
|
4535
4535
|
"original": {
|
|
4536
|
-
"value": "{color.
|
|
4536
|
+
"value": "{color.secondary-purple.600.value}"
|
|
4537
4537
|
},
|
|
4538
4538
|
"name": "ColorFlagSolidPrimary02Border",
|
|
4539
4539
|
"attributes": {
|
|
@@ -4703,11 +4703,11 @@ module.exports = {
|
|
|
4703
4703
|
},
|
|
4704
4704
|
"solid-danger": {
|
|
4705
4705
|
"background": {
|
|
4706
|
-
"value": "#
|
|
4707
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4706
|
+
"value": "#b42a27",
|
|
4707
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4708
4708
|
"isSource": true,
|
|
4709
4709
|
"original": {
|
|
4710
|
-
"value": "{color.secondary-red.
|
|
4710
|
+
"value": "{color.secondary-red.600.value}"
|
|
4711
4711
|
},
|
|
4712
4712
|
"name": "ColorFlagSolidDangerBackground",
|
|
4713
4713
|
"attributes": {
|
|
@@ -4724,11 +4724,11 @@ module.exports = {
|
|
|
4724
4724
|
]
|
|
4725
4725
|
},
|
|
4726
4726
|
"border": {
|
|
4727
|
-
"value": "#
|
|
4728
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4727
|
+
"value": "#b42a27",
|
|
4728
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4729
4729
|
"isSource": true,
|
|
4730
4730
|
"original": {
|
|
4731
|
-
"value": "{color.secondary-red.
|
|
4731
|
+
"value": "{color.secondary-red.600.value}"
|
|
4732
4732
|
},
|
|
4733
4733
|
"name": "ColorFlagSolidDangerBorder",
|
|
4734
4734
|
"attributes": {
|
|
@@ -4789,11 +4789,11 @@ module.exports = {
|
|
|
4789
4789
|
]
|
|
4790
4790
|
},
|
|
4791
4791
|
"border": {
|
|
4792
|
-
"value": "#
|
|
4793
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4792
|
+
"value": "#007f8c",
|
|
4793
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4794
4794
|
"isSource": true,
|
|
4795
4795
|
"original": {
|
|
4796
|
-
"value": "{color.primary-01.
|
|
4796
|
+
"value": "{color.primary-01.600.value}"
|
|
4797
4797
|
},
|
|
4798
4798
|
"name": "ColorFlagBorderedBorder",
|
|
4799
4799
|
"attributes": {
|
|
@@ -4810,11 +4810,11 @@ module.exports = {
|
|
|
4810
4810
|
]
|
|
4811
4811
|
},
|
|
4812
4812
|
"text": {
|
|
4813
|
-
"value": "#
|
|
4814
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4813
|
+
"value": "#007f8c",
|
|
4814
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4815
4815
|
"isSource": true,
|
|
4816
4816
|
"original": {
|
|
4817
|
-
"value": "{color.primary-01.
|
|
4817
|
+
"value": "{color.primary-01.600.value}"
|
|
4818
4818
|
},
|
|
4819
4819
|
"name": "ColorFlagBorderedText",
|
|
4820
4820
|
"attributes": {
|
|
@@ -4854,11 +4854,11 @@ module.exports = {
|
|
|
4854
4854
|
]
|
|
4855
4855
|
},
|
|
4856
4856
|
"border": {
|
|
4857
|
-
"value": "#
|
|
4858
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4857
|
+
"value": "#4b4a8c",
|
|
4858
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4859
4859
|
"isSource": true,
|
|
4860
4860
|
"original": {
|
|
4861
|
-
"value": "{color.
|
|
4861
|
+
"value": "{color.secondary-purple.600.value}"
|
|
4862
4862
|
},
|
|
4863
4863
|
"name": "ColorFlagBorderedPrimary02Border",
|
|
4864
4864
|
"attributes": {
|
|
@@ -4875,11 +4875,11 @@ module.exports = {
|
|
|
4875
4875
|
]
|
|
4876
4876
|
},
|
|
4877
4877
|
"text": {
|
|
4878
|
-
"value": "#
|
|
4879
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
4878
|
+
"value": "#4b4a8c",
|
|
4879
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
4880
4880
|
"isSource": true,
|
|
4881
4881
|
"original": {
|
|
4882
|
-
"value": "{color.
|
|
4882
|
+
"value": "{color.secondary-purple.600.value}"
|
|
4883
4883
|
},
|
|
4884
4884
|
"name": "ColorFlagBorderedPrimary02Text",
|
|
4885
4885
|
"attributes": {
|
|
@@ -5029,7 +5029,7 @@ module.exports = {
|
|
|
5029
5029
|
"bordered-danger": {
|
|
5030
5030
|
"background": {
|
|
5031
5031
|
"value": "#ffffff",
|
|
5032
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
5032
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5033
5033
|
"isSource": true,
|
|
5034
5034
|
"original": {
|
|
5035
5035
|
"value": "{color.grey.000.value}"
|
|
@@ -5049,11 +5049,11 @@ module.exports = {
|
|
|
5049
5049
|
]
|
|
5050
5050
|
},
|
|
5051
5051
|
"border": {
|
|
5052
|
-
"value": "#
|
|
5053
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
5052
|
+
"value": "#b42a27",
|
|
5053
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5054
5054
|
"isSource": true,
|
|
5055
5055
|
"original": {
|
|
5056
|
-
"value": "{color.secondary-red.
|
|
5056
|
+
"value": "{color.secondary-red.600.value}"
|
|
5057
5057
|
},
|
|
5058
5058
|
"name": "ColorFlagBorderedDangerBorder",
|
|
5059
5059
|
"attributes": {
|
|
@@ -5070,11 +5070,11 @@ module.exports = {
|
|
|
5070
5070
|
]
|
|
5071
5071
|
},
|
|
5072
5072
|
"text": {
|
|
5073
|
-
"value": "#
|
|
5074
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
5073
|
+
"value": "#b42a27",
|
|
5074
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/flag.json",
|
|
5075
5075
|
"isSource": true,
|
|
5076
5076
|
"original": {
|
|
5077
|
-
"value": "{color.secondary-red.
|
|
5077
|
+
"value": "{color.secondary-red.600.value}"
|
|
5078
5078
|
},
|
|
5079
5079
|
"name": "ColorFlagBorderedDangerText",
|
|
5080
5080
|
"attributes": {
|
|
@@ -5935,11 +5935,11 @@ module.exports = {
|
|
|
5935
5935
|
},
|
|
5936
5936
|
"primary": {
|
|
5937
5937
|
"base": {
|
|
5938
|
-
"value": "#
|
|
5939
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
5938
|
+
"value": "#007f8c",
|
|
5939
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/link.json",
|
|
5940
5940
|
"isSource": true,
|
|
5941
5941
|
"original": {
|
|
5942
|
-
"value": "{color.primary-01.
|
|
5942
|
+
"value": "{color.primary-01.600.value}"
|
|
5943
5943
|
},
|
|
5944
5944
|
"name": "ColorLinkPrimaryBase",
|
|
5945
5945
|
"attributes": {
|
|
@@ -6150,7 +6150,7 @@ module.exports = {
|
|
|
6150
6150
|
"danger": {
|
|
6151
6151
|
"base": {
|
|
6152
6152
|
"value": "#b42a27",
|
|
6153
|
-
"filePath": "node_modules/@mozaic-ds/tokens/
|
|
6153
|
+
"filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/link.json",
|
|
6154
6154
|
"isSource": true,
|
|
6155
6155
|
"original": {
|
|
6156
6156
|
"value": "{color.secondary-red.600.value}"
|
|
@@ -136,13 +136,13 @@ $color-success-600: #188803 !default;
|
|
|
136
136
|
$color-success-700: #006902 !default;
|
|
137
137
|
$color-success-800: #035010 !default;
|
|
138
138
|
$color-success-900: #023618 !default;
|
|
139
|
-
$color-button-solid-background: #
|
|
139
|
+
$color-button-solid-background: #007f8c !default;
|
|
140
140
|
$color-button-solid-font: #ffffff !default;
|
|
141
141
|
$color-button-solid-focus-border: #006974 !default;
|
|
142
142
|
$color-button-solid-disabled-background: #dddcd5 !default;
|
|
143
143
|
$color-button-solid-disabled-font: #71706b !default;
|
|
144
144
|
$color-button-solid-active-background: #006974 !default;
|
|
145
|
-
$color-button-solid-hover-background: #
|
|
145
|
+
$color-button-solid-hover-background: #006974 !default;
|
|
146
146
|
$color-button-solid-hover-font: #ffffff !default;
|
|
147
147
|
$color-button-solid-primary-02-background: #007574 !default;
|
|
148
148
|
$color-button-solid-primary-02-font: #ffffff !default;
|
|
@@ -160,17 +160,17 @@ $color-button-solid-neutral-disabled-font: #71706b !default;
|
|
|
160
160
|
$color-button-solid-neutral-active-background: #3a3936 !default;
|
|
161
161
|
$color-button-solid-neutral-hover-background: #1e1e1c !default;
|
|
162
162
|
$color-button-solid-neutral-hover-font: #ffffff !default;
|
|
163
|
-
$color-button-solid-danger-background: #
|
|
163
|
+
$color-button-solid-danger-background: #b42a27 !default;
|
|
164
164
|
$color-button-solid-danger-font: #ffffff !default;
|
|
165
165
|
$color-button-solid-danger-focus-border: #8c0003 !default;
|
|
166
166
|
$color-button-solid-danger-disabled-background: #dddcd5 !default;
|
|
167
167
|
$color-button-solid-danger-disabled-font: #71706b !default;
|
|
168
168
|
$color-button-solid-danger-active-background: #8c0003 !default;
|
|
169
|
-
$color-button-solid-danger-hover-background: #
|
|
169
|
+
$color-button-solid-danger-hover-background: #8c0003 !default;
|
|
170
170
|
$color-button-solid-danger-hover-font: #ffffff !default;
|
|
171
171
|
$color-button-bordered-background: #ffffff !default;
|
|
172
|
-
$color-button-bordered-border: #
|
|
173
|
-
$color-button-bordered-font: #
|
|
172
|
+
$color-button-bordered-border: #007f8c !default;
|
|
173
|
+
$color-button-bordered-font: #007f8c !default;
|
|
174
174
|
$color-button-bordered-focus-border: #006974 !default;
|
|
175
175
|
$color-button-bordered-disabled-background: #dddcd5 !default;
|
|
176
176
|
$color-button-bordered-disabled-font: #71706b !default;
|
|
@@ -193,8 +193,8 @@ $color-button-bordered-neutral-disabled-font: #71706b !default;
|
|
|
193
193
|
$color-button-bordered-neutral-active-background: #dddcd5 !default;
|
|
194
194
|
$color-button-bordered-neutral-hover-background: #eeedea !default;
|
|
195
195
|
$color-button-bordered-danger-background: #ffffff !default;
|
|
196
|
-
$color-button-bordered-danger-border: #
|
|
197
|
-
$color-button-bordered-danger-font: #
|
|
196
|
+
$color-button-bordered-danger-border: #b42a27 !default;
|
|
197
|
+
$color-button-bordered-danger-font: #b42a27 !default;
|
|
198
198
|
$color-button-bordered-danger-focus-border: #8b2226 !default;
|
|
199
199
|
$color-button-bordered-danger-disabled-background: #dddcd5 !default;
|
|
200
200
|
$color-button-bordered-danger-disabled-font: #71706b !default;
|
|
@@ -213,11 +213,11 @@ $color-fileuploader-files-list: #eeedea !default;
|
|
|
213
213
|
$color-fileuploader-files-delete: #dddcd5 !default;
|
|
214
214
|
$color-fileuploader-valid: #00919f !default;
|
|
215
215
|
$color-fileuploader-alert: #c61112 !default;
|
|
216
|
-
$color-flag-solid-background: #
|
|
217
|
-
$color-flag-solid-border: #
|
|
216
|
+
$color-flag-solid-background: #007f8c !default;
|
|
217
|
+
$color-flag-solid-border: #007f8c !default;
|
|
218
218
|
$color-flag-solid-text: #ffffff !default;
|
|
219
|
-
$color-flag-solid-primary-02-background: #
|
|
220
|
-
$color-flag-solid-primary-02-border: #
|
|
219
|
+
$color-flag-solid-primary-02-background: #4b4a8c !default;
|
|
220
|
+
$color-flag-solid-primary-02-border: #4b4a8c !default;
|
|
221
221
|
$color-flag-solid-primary-02-text: #ffffff !default;
|
|
222
222
|
$color-flag-solid-dark-background: #000000 !default;
|
|
223
223
|
$color-flag-solid-dark-border: #000000 !default;
|
|
@@ -225,15 +225,15 @@ $color-flag-solid-dark-text: #ffffff !default;
|
|
|
225
225
|
$color-flag-solid-light-background: #ffffff !default;
|
|
226
226
|
$color-flag-solid-light-border: #ffffff !default;
|
|
227
227
|
$color-flag-solid-light-text: #000000 !default;
|
|
228
|
-
$color-flag-solid-danger-background: #
|
|
229
|
-
$color-flag-solid-danger-border: #
|
|
228
|
+
$color-flag-solid-danger-background: #b42a27 !default;
|
|
229
|
+
$color-flag-solid-danger-border: #b42a27 !default;
|
|
230
230
|
$color-flag-solid-danger-text: #ffffff !default;
|
|
231
231
|
$color-flag-bordered-background: #ffffff !default;
|
|
232
|
-
$color-flag-bordered-border: #
|
|
233
|
-
$color-flag-bordered-text: #
|
|
232
|
+
$color-flag-bordered-border: #007f8c !default;
|
|
233
|
+
$color-flag-bordered-text: #007f8c !default;
|
|
234
234
|
$color-flag-bordered-primary-02-background: #ffffff !default;
|
|
235
|
-
$color-flag-bordered-primary-02-border: #
|
|
236
|
-
$color-flag-bordered-primary-02-text: #
|
|
235
|
+
$color-flag-bordered-primary-02-border: #4b4a8c !default;
|
|
236
|
+
$color-flag-bordered-primary-02-text: #4b4a8c !default;
|
|
237
237
|
$color-flag-bordered-dark-background: #ffffff !default;
|
|
238
238
|
$color-flag-bordered-dark-border: #000000 !default;
|
|
239
239
|
$color-flag-bordered-dark-text: #000000 !default;
|
|
@@ -241,8 +241,8 @@ $color-flag-bordered-light-background: #000000 !default;
|
|
|
241
241
|
$color-flag-bordered-light-border: #ffffff !default;
|
|
242
242
|
$color-flag-bordered-light-text: #ffffff !default;
|
|
243
243
|
$color-flag-bordered-danger-background: #ffffff !default;
|
|
244
|
-
$color-flag-bordered-danger-border: #
|
|
245
|
-
$color-flag-bordered-danger-text: #
|
|
244
|
+
$color-flag-bordered-danger-border: #b42a27 !default;
|
|
245
|
+
$color-flag-bordered-danger-text: #b42a27 !default;
|
|
246
246
|
$color-focus-gap: #ffffff !default;
|
|
247
247
|
$color-focus-border: #758992 !default;
|
|
248
248
|
$color-font-primary-01: #00919f !default;
|
|
@@ -283,7 +283,7 @@ $color-link-light-visited: #dddcd5 !default;
|
|
|
283
283
|
$color-link-light-active: #dddcd5 !default;
|
|
284
284
|
$color-link-light-disabled: #eeedea !default;
|
|
285
285
|
$color-link-light-hover: #a7a6a0 !default;
|
|
286
|
-
$color-link-primary-base: #
|
|
286
|
+
$color-link-primary-base: #007f8c !default;
|
|
287
287
|
$color-link-primary-visited: #006974 !default;
|
|
288
288
|
$color-link-primary-active: #006974 !default;
|
|
289
289
|
$color-link-primary-disabled: #eeedea !default;
|
package/types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare module '@mozaic-ds/vue' {
|
|
|
9
9
|
const MHeading: VueConstructor;
|
|
10
10
|
// Components
|
|
11
11
|
const MAccordion: VueConstructor;
|
|
12
|
+
const MAutocomplete: VueConstructor;
|
|
12
13
|
const MBadge: VueConstructor;
|
|
13
14
|
const MBreadcrumb: VueConstructor;
|
|
14
15
|
const MButton: VueConstructor;
|
|
@@ -22,6 +23,7 @@ declare module '@mozaic-ds/vue' {
|
|
|
22
23
|
const MIcon: VueConstructor;
|
|
23
24
|
const MLayer: VueConstructor;
|
|
24
25
|
const MLink: VueConstructor;
|
|
26
|
+
const MListBox: VueConstructor;
|
|
25
27
|
const MLoader: VueConstructor;
|
|
26
28
|
const MModal: VueConstructor;
|
|
27
29
|
const MNotification: VueConstructor;
|
|
@@ -54,6 +56,7 @@ declare module '@mozaic-ds/vue' {
|
|
|
54
56
|
MHeading,
|
|
55
57
|
// Components
|
|
56
58
|
MAccordion,
|
|
59
|
+
MAutocomplete,
|
|
57
60
|
MBadge,
|
|
58
61
|
MBreadcrumb,
|
|
59
62
|
MButton,
|
|
@@ -67,6 +70,7 @@ declare module '@mozaic-ds/vue' {
|
|
|
67
70
|
MIcon,
|
|
68
71
|
MLayer,
|
|
69
72
|
MLink,
|
|
73
|
+
MListBox,
|
|
70
74
|
MLoader,
|
|
71
75
|
MModal,
|
|
72
76
|
MNotification,
|