@mozaic-ds/vue 0.17.0 → 0.19.1-beta.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/README.md +2 -2
- package/dist/demo.html +1 -10
- package/dist/mozaic-vue.adeo.css +44 -1
- package/dist/mozaic-vue.adeo.umd.js +7590 -24558
- package/dist/mozaic-vue.common.js +7606 -24575
- package/dist/mozaic-vue.common.js.map +1 -1
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +7590 -24558
- 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 +21 -21
- package/src/components/accordion/MAccordion.vue +1 -1
- package/src/components/autocomplete/MAutocomplete.vue +3 -3
- package/src/components/breadcrumb/MBreadcrumb.vue +1 -1
- package/src/components/button/MButton.vue +1 -1
- package/src/components/datatable/MDataTable.vue +1 -3
- package/src/components/fileuploader/MFileUploader.vue +1 -1
- package/src/components/icon/MIcon.vue +42 -19
- package/src/components/icon/icons.js +18887 -0
- package/src/components/layer/MLayer.vue +7 -1
- package/src/components/link/MLink.vue +1 -1
- package/src/components/listbox/MListBox.vue +1 -1
- package/src/components/notification/MNotification.vue +1 -1
- package/src/components/pagination/MPagination.vue +2 -2
- package/src/components/quantityselector/MQuantitySelector.vue +2 -2
- package/src/components/select/MSelect.vue +10 -0
- package/src/components/stepper/MStepper.vue +1 -1
- package/src/components/tabs/MTab.vue +1 -3
- package/src/components/textinput/MTextInput.vue +2 -2
- package/src/components/textinput/MTextInputIcon.vue +1 -1
- package/src/tokens/adeo/android/colors.xml +34 -23
- package/src/tokens/adeo/css/_variables.scss +34 -23
- package/src/tokens/adeo/css/root.scss +34 -23
- package/src/tokens/adeo/ios/StyleDictionaryColor.h +11 -0
- package/src/tokens/adeo/ios/StyleDictionaryColor.m +28 -17
- package/src/tokens/adeo/ios/StyleDictionaryColor.swift +34 -23
- package/src/tokens/adeo/js/tokens.js +34 -23
- package/src/tokens/adeo/js/tokensObject.js +314 -46
- package/src/tokens/adeo/scss/_tokens.scss +53 -27
- package/dist/fonts/LeroyMerlinSans-Web-Italic.3f4e3fc6.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Italic.d826f8b3.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Light.1847746a.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Light.c3d8a284.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-LightItalic.343f7e0c.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-LightItalic.f4bc7b4c.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Regular.1631e1d1.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-Regular.f1fa0f56.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-SemiBold.44f32155.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-SemiBold.c1061939.woff2 +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-SemiBoldItalic.083f0cc1.woff +0 -0
- package/dist/fonts/LeroyMerlinSans-Web-SemiBoldItalic.cce10920.woff2 +0 -0
|
@@ -323,45 +323,56 @@ export const ColorTabsDisabled = "#71706b";
|
|
|
323
323
|
export const ColorTabsActive = "#00919f";
|
|
324
324
|
export const ColorTabsActiveDisabled = "#91d5db";
|
|
325
325
|
export const ColorTagTextLightBackground = "#ffffff";
|
|
326
|
-
export const ColorTagTextLightBorder = "#
|
|
327
|
-
export const ColorTagTextLightText = "#
|
|
328
|
-
export const ColorTagTextDarkBackground = "#
|
|
326
|
+
export const ColorTagTextLightBorder = "#8c8b85";
|
|
327
|
+
export const ColorTagTextLightText = "#1e1e1c";
|
|
328
|
+
export const ColorTagTextDarkBackground = "#1e1e1c";
|
|
329
329
|
export const ColorTagTextDarkBorder = "#ffffff";
|
|
330
330
|
export const ColorTagTextDarkText = "#ffffff";
|
|
331
331
|
export const ColorTagLinkLightBackground = "#ffffff";
|
|
332
|
-
export const ColorTagLinkLightBorder = "#
|
|
333
|
-
export const ColorTagLinkLightText = "#
|
|
332
|
+
export const ColorTagLinkLightBorder = "#8c8b85";
|
|
333
|
+
export const ColorTagLinkLightText = "#1e1e1c";
|
|
334
334
|
export const ColorTagLinkLightHoverBackground = "#eeedea";
|
|
335
335
|
export const ColorTagLinkLightActiveBackground = "#dddcd5";
|
|
336
|
-
export const ColorTagLinkDarkBackground = "#
|
|
336
|
+
export const ColorTagLinkDarkBackground = "#1e1e1c";
|
|
337
337
|
export const ColorTagLinkDarkBorder = "#ffffff";
|
|
338
338
|
export const ColorTagLinkDarkText = "#ffffff";
|
|
339
339
|
export const ColorTagLinkDarkHoverBackground = "#3a3936";
|
|
340
340
|
export const ColorTagLinkDarkActiveBackground = "#555550";
|
|
341
|
-
export const ColorTagSelectableLightBackground = "#
|
|
341
|
+
export const ColorTagSelectableLightBackground = "#ffffff";
|
|
342
|
+
export const ColorTagSelectableLightBorder = "#8c8b85";
|
|
342
343
|
export const ColorTagSelectableLightText = "#1e1e1c";
|
|
343
344
|
export const ColorTagSelectableLightHoverBackground = "#48bac4";
|
|
344
|
-
export const ColorTagSelectableLightActiveBackground = "#
|
|
345
|
+
export const ColorTagSelectableLightActiveBackground = "#004e57";
|
|
346
|
+
export const ColorTagSelectableLightActiveBorder = "#004e57";
|
|
347
|
+
export const ColorTagSelectableLightActiveText = "#ffffff";
|
|
345
348
|
export const ColorTagSelectableLightDisabledBackground = "#eeedea";
|
|
346
349
|
export const ColorTagSelectableLightDisabledText = "#8c8b85";
|
|
347
|
-
export const ColorTagSelectableLightSelectedBackground = "#
|
|
348
|
-
export const
|
|
350
|
+
export const ColorTagSelectableLightSelectedBackground = "#007f8c";
|
|
351
|
+
export const ColorTagSelectableLightSelectedText = "#ffffff";
|
|
352
|
+
export const ColorTagSelectableLightSelectedHoverBackground = "#006974";
|
|
353
|
+
export const ColorTagSelectableDarkBackground = "#1e1e1c";
|
|
354
|
+
export const ColorTagSelectableDarkBorder = "#ffffff";
|
|
349
355
|
export const ColorTagSelectableDarkText = "#ffffff";
|
|
350
|
-
export const ColorTagSelectableDarkHoverBackground = "#
|
|
351
|
-
export const ColorTagSelectableDarkActiveBackground = "#
|
|
352
|
-
export const
|
|
356
|
+
export const ColorTagSelectableDarkHoverBackground = "#006974";
|
|
357
|
+
export const ColorTagSelectableDarkActiveBackground = "#91d5db";
|
|
358
|
+
export const ColorTagSelectableDarkActiveBorder = "#91d5db";
|
|
359
|
+
export const ColorTagSelectableDarkActiveText = "#1e1e1c";
|
|
360
|
+
export const ColorTagSelectableDarkSelectedBackground = "#009eac";
|
|
361
|
+
export const ColorTagSelectableDarkSelectedBorder = "#009eac";
|
|
362
|
+
export const ColorTagSelectableDarkSelectedText = "#1e1e1c";
|
|
363
|
+
export const ColorTagSelectableDarkSelectedHoverBackground = "#48bac4";
|
|
353
364
|
export const ColorTagSelectableDarkDisabledBackground = "#555550";
|
|
354
365
|
export const ColorTagSelectableDarkDisabledText = "#8c8b85";
|
|
355
|
-
export const ColorTagRemovableLightBackground = "#
|
|
356
|
-
export const ColorTagRemovableLightText = "#
|
|
357
|
-
export const ColorTagRemovableLightIcon = "#
|
|
358
|
-
export const ColorTagRemovableLightHoverBackground = "#
|
|
359
|
-
export const ColorTagRemovableLightActiveBackground = "#
|
|
360
|
-
export const ColorTagRemovableDarkBackground = "#
|
|
361
|
-
export const ColorTagRemovableDarkText = "#
|
|
362
|
-
export const ColorTagRemovableDarkIcon = "#
|
|
363
|
-
export const ColorTagRemovableDarkHoverBackground = "#
|
|
364
|
-
export const ColorTagRemovableDarkActiveBackground = "#
|
|
366
|
+
export const ColorTagRemovableLightBackground = "#3a3936";
|
|
367
|
+
export const ColorTagRemovableLightText = "#ffffff";
|
|
368
|
+
export const ColorTagRemovableLightIcon = "#dddcd5";
|
|
369
|
+
export const ColorTagRemovableLightHoverBackground = "#555550";
|
|
370
|
+
export const ColorTagRemovableLightActiveBackground = "#71706b";
|
|
371
|
+
export const ColorTagRemovableDarkBackground = "#dddcd5";
|
|
372
|
+
export const ColorTagRemovableDarkText = "#1e1e1c";
|
|
373
|
+
export const ColorTagRemovableDarkIcon = "#1e1e1c";
|
|
374
|
+
export const ColorTagRemovableDarkHoverBackground = "#c2c1ba";
|
|
375
|
+
export const ColorTagRemovableDarkActiveBackground = "#a7a6a0";
|
|
365
376
|
export const ColorToggleOffBackground = "#71706b";
|
|
366
377
|
export const ColorToggleOffCircle = "#ffffff";
|
|
367
378
|
export const ColorToggleOnBackground = "#00919f";
|