@mozaic-ds/vue 0.39.1-beta.1 → 0.40.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.
Files changed (53) hide show
  1. package/dist/mozaic-vue.adeo.css +10 -10
  2. package/dist/mozaic-vue.adeo.umd.js +515 -361
  3. package/dist/mozaic-vue.common.js +515 -361
  4. package/dist/mozaic-vue.common.js.map +1 -1
  5. package/dist/mozaic-vue.css +1 -1
  6. package/dist/mozaic-vue.umd.js +515 -361
  7. package/dist/mozaic-vue.umd.js.map +1 -1
  8. package/dist/mozaic-vue.umd.min.js +2 -2
  9. package/dist/mozaic-vue.umd.min.js.map +1 -1
  10. package/package.json +10 -10
  11. package/src/components/accordion/MAccordion.vue +1 -1
  12. package/src/components/autocomplete/MAutocomplete.vue +0 -18
  13. package/src/components/badge/MBadge.vue +2 -2
  14. package/src/components/breadcrumb/MBreadcrumb.vue +2 -2
  15. package/src/components/button/MButton.vue +8 -2
  16. package/src/components/card/MCard.vue +9 -4
  17. package/src/components/checkbox/MCheckbox.vue +1 -1
  18. package/src/components/datatable/MDataTable.vue +243 -33
  19. package/src/components/field/MField.vue +2 -2
  20. package/src/components/fileuploader/MFileResult.vue +2 -6
  21. package/src/components/fileuploader/MFileUploader.vue +2 -2
  22. package/src/components/flag/MFlag.vue +2 -2
  23. package/src/components/heading/MHeading.vue +2 -2
  24. package/src/components/hero/MHero.vue +6 -12
  25. package/src/components/layer/MLayer.vue +2 -10
  26. package/src/components/modal/MModal.vue +2 -2
  27. package/src/components/notification/MNotification.vue +2 -2
  28. package/src/components/optionbutton/MOptionButton.vue +1 -1
  29. package/src/components/optioncard/MOptionCard.vue +0 -28
  30. package/src/components/passwordinput/MPasswordInput.vue +3 -3
  31. package/src/components/phonenumber/MPhoneNumber.vue +3 -3
  32. package/src/components/progressbar/MProgress.vue +2 -2
  33. package/src/components/quantityselector/MQuantitySelector.vue +2 -2
  34. package/src/components/radio/MRadio.vue +2 -2
  35. package/src/components/ratingstars/MStarsInput.vue +2 -2
  36. package/src/components/ratingstars/MStarsResult.vue +2 -2
  37. package/src/components/select/MSelect.vue +2 -2
  38. package/src/components/stepper/MStepper.vue +7 -3
  39. package/src/components/tags/MTag.vue +2 -2
  40. package/src/components/textarea/MTextArea.vue +2 -2
  41. package/src/components/textinput/MTextInputField.vue +2 -2
  42. package/src/components/textinput/MTextInputIcon.vue +2 -2
  43. package/src/components/toggle/MToggle.vue +1 -1
  44. package/src/components/tooltip/MTooltip.vue +2 -2
  45. package/src/tokens/adeo/android/colors.xml +13 -1
  46. package/src/tokens/adeo/css/_variables.scss +13 -1
  47. package/src/tokens/adeo/css/root.scss +13 -1
  48. package/src/tokens/adeo/ios/StyleDictionaryColor.h +12 -0
  49. package/src/tokens/adeo/ios/StyleDictionaryColor.m +13 -1
  50. package/src/tokens/adeo/ios/StyleDictionaryColor.swift +13 -1
  51. package/src/tokens/adeo/js/tokens.js +13 -1
  52. package/src/tokens/adeo/js/tokensObject.js +274 -4
  53. package/src/tokens/adeo/scss/_tokens.scss +41 -1
@@ -4359,6 +4359,276 @@ module.exports = {
4359
4359
  }
4360
4360
  }
4361
4361
  },
4362
+ "datatable": {
4363
+ "filters": {
4364
+ "border": {
4365
+ "value": "#b0bbc0",
4366
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4367
+ "isSource": true,
4368
+ "original": {
4369
+ "value": "{color.secondary-blue.300.value}"
4370
+ },
4371
+ "name": "ColorDatatableFiltersBorder",
4372
+ "attributes": {
4373
+ "category": "color",
4374
+ "type": "datatable",
4375
+ "item": "filters",
4376
+ "subitem": "border"
4377
+ },
4378
+ "path": [
4379
+ "color",
4380
+ "datatable",
4381
+ "filters",
4382
+ "border"
4383
+ ]
4384
+ }
4385
+ },
4386
+ "container": {
4387
+ "background": {
4388
+ "value": "#e7e7f0",
4389
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4390
+ "isSource": true,
4391
+ "original": {
4392
+ "value": "{color.secondary-purple.100.value}"
4393
+ },
4394
+ "name": "ColorDatatableContainerBackground",
4395
+ "attributes": {
4396
+ "category": "color",
4397
+ "type": "datatable",
4398
+ "item": "container",
4399
+ "subitem": "background"
4400
+ },
4401
+ "path": [
4402
+ "color",
4403
+ "datatable",
4404
+ "container",
4405
+ "background"
4406
+ ]
4407
+ }
4408
+ },
4409
+ "thead": {
4410
+ "font": {
4411
+ "value": "#393879",
4412
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4413
+ "isSource": true,
4414
+ "original": {
4415
+ "value": "{color.secondary-purple.700.value}"
4416
+ },
4417
+ "name": "ColorDatatableTheadFont",
4418
+ "attributes": {
4419
+ "category": "color",
4420
+ "type": "datatable",
4421
+ "item": "thead",
4422
+ "subitem": "font"
4423
+ },
4424
+ "path": [
4425
+ "color",
4426
+ "datatable",
4427
+ "thead",
4428
+ "font"
4429
+ ]
4430
+ }
4431
+ },
4432
+ "sort-arrow": {
4433
+ "default": {
4434
+ "value": "#cdd4d8",
4435
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4436
+ "isSource": true,
4437
+ "original": {
4438
+ "value": "{color.secondary-blue.200.value}"
4439
+ },
4440
+ "name": "ColorDatatableSortArrowDefault",
4441
+ "attributes": {
4442
+ "category": "color",
4443
+ "type": "datatable",
4444
+ "item": "sort-arrow",
4445
+ "subitem": "default"
4446
+ },
4447
+ "path": [
4448
+ "color",
4449
+ "datatable",
4450
+ "sort-arrow",
4451
+ "default"
4452
+ ]
4453
+ },
4454
+ "active": {
4455
+ "value": "#605f9d",
4456
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4457
+ "isSource": true,
4458
+ "original": {
4459
+ "value": "{color.secondary-purple.500.value}"
4460
+ },
4461
+ "name": "ColorDatatableSortArrowActive",
4462
+ "attributes": {
4463
+ "category": "color",
4464
+ "type": "datatable",
4465
+ "item": "sort-arrow",
4466
+ "subitem": "active"
4467
+ },
4468
+ "path": [
4469
+ "color",
4470
+ "datatable",
4471
+ "sort-arrow",
4472
+ "active"
4473
+ ]
4474
+ }
4475
+ },
4476
+ "cell": {
4477
+ "font": {
4478
+ "value": "#191919",
4479
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4480
+ "isSource": true,
4481
+ "original": {
4482
+ "value": "{color.grey.900.value}"
4483
+ },
4484
+ "name": "ColorDatatableCellFont",
4485
+ "attributes": {
4486
+ "category": "color",
4487
+ "type": "datatable",
4488
+ "item": "cell",
4489
+ "subitem": "font"
4490
+ },
4491
+ "path": [
4492
+ "color",
4493
+ "datatable",
4494
+ "cell",
4495
+ "font"
4496
+ ]
4497
+ },
4498
+ "background": {
4499
+ "hover": {
4500
+ "value": "#eaedef",
4501
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4502
+ "isSource": true,
4503
+ "original": {
4504
+ "value": "{color.secondary-blue.100.value}"
4505
+ },
4506
+ "name": "ColorDatatableCellBackgroundHover",
4507
+ "attributes": {
4508
+ "category": "color",
4509
+ "type": "datatable",
4510
+ "item": "cell",
4511
+ "subitem": "background",
4512
+ "state": "hover"
4513
+ },
4514
+ "path": [
4515
+ "color",
4516
+ "datatable",
4517
+ "cell",
4518
+ "background",
4519
+ "hover"
4520
+ ]
4521
+ },
4522
+ "selected": {
4523
+ "value": "#d9f0f3",
4524
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4525
+ "isSource": true,
4526
+ "original": {
4527
+ "value": "{color.primary-01.100.value}"
4528
+ },
4529
+ "name": "ColorDatatableCellBackgroundSelected",
4530
+ "attributes": {
4531
+ "category": "color",
4532
+ "type": "datatable",
4533
+ "item": "cell",
4534
+ "subitem": "background",
4535
+ "state": "selected"
4536
+ },
4537
+ "path": [
4538
+ "color",
4539
+ "datatable",
4540
+ "cell",
4541
+ "background",
4542
+ "selected"
4543
+ ]
4544
+ }
4545
+ }
4546
+ },
4547
+ "subtable": {
4548
+ "background": {
4549
+ "value": "#e7e7f0",
4550
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4551
+ "isSource": true,
4552
+ "original": {
4553
+ "value": "{color.secondary-purple.100.value}"
4554
+ },
4555
+ "name": "ColorDatatableSubtableBackground",
4556
+ "attributes": {
4557
+ "category": "color",
4558
+ "type": "datatable",
4559
+ "item": "subtable",
4560
+ "subitem": "background"
4561
+ },
4562
+ "path": [
4563
+ "color",
4564
+ "datatable",
4565
+ "subtable",
4566
+ "background"
4567
+ ]
4568
+ },
4569
+ "border": {
4570
+ "value": "#a4a3c7",
4571
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4572
+ "isSource": true,
4573
+ "original": {
4574
+ "value": "{color.secondary-purple.300.value}"
4575
+ },
4576
+ "name": "ColorDatatableSubtableBorder",
4577
+ "attributes": {
4578
+ "category": "color",
4579
+ "type": "datatable",
4580
+ "item": "subtable",
4581
+ "subitem": "border"
4582
+ },
4583
+ "path": [
4584
+ "color",
4585
+ "datatable",
4586
+ "subtable",
4587
+ "border"
4588
+ ]
4589
+ },
4590
+ "font": {
4591
+ "value": "#1a1a4b",
4592
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4593
+ "isSource": true,
4594
+ "original": {
4595
+ "value": "{color.secondary-purple.900.value}"
4596
+ },
4597
+ "name": "ColorDatatableSubtableFont",
4598
+ "attributes": {
4599
+ "category": "color",
4600
+ "type": "datatable",
4601
+ "item": "subtable",
4602
+ "subitem": "font"
4603
+ },
4604
+ "path": [
4605
+ "color",
4606
+ "datatable",
4607
+ "subtable",
4608
+ "font"
4609
+ ]
4610
+ }
4611
+ },
4612
+ "icon": {
4613
+ "value": "#007f8c",
4614
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/datatable.json",
4615
+ "isSource": true,
4616
+ "original": {
4617
+ "value": "{color.primary-01.600.value}"
4618
+ },
4619
+ "name": "ColorDatatableIcon",
4620
+ "attributes": {
4621
+ "category": "color",
4622
+ "type": "datatable",
4623
+ "item": "icon"
4624
+ },
4625
+ "path": [
4626
+ "color",
4627
+ "datatable",
4628
+ "icon"
4629
+ ]
4630
+ }
4631
+ },
4362
4632
  "dialog": {
4363
4633
  "background": {
4364
4634
  "value": "#ffffff",
@@ -9594,11 +9864,11 @@ module.exports = {
9594
9864
  },
9595
9865
  "tooltip": {
9596
9866
  "background": {
9597
- "value": "#4d4d4d",
9598
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tooltip.json",
9867
+ "value": "#5b737d",
9868
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/tooltip.json",
9599
9869
  "isSource": true,
9600
9870
  "original": {
9601
- "value": "{color.grey.700.value}"
9871
+ "value": "{color.secondary-blue.600.value}"
9602
9872
  },
9603
9873
  "name": "ColorTooltipBackground",
9604
9874
  "attributes": {
@@ -9614,7 +9884,7 @@ module.exports = {
9614
9884
  },
9615
9885
  "border": {
9616
9886
  "value": "#ffffff",
9617
- "filePath": "node_modules/@mozaic-ds/tokens/properties/color/tooltip.json",
9887
+ "filePath": "node_modules/@mozaic-ds/tokens/AdeoProperties/color/tooltip.json",
9618
9888
  "isSource": true,
9619
9889
  "original": {
9620
9890
  "value": "{color.grey.000.value}"
@@ -208,6 +208,18 @@ $color-button-bordered-danger-hover-background: #fdeaea !default;
208
208
  $color-button-bordered-danger-hover-font: #8c0003 !default;
209
209
  $color-card-bordered-background: #ffffff !default;
210
210
  $color-card-bordered-border: #808080 !default;
211
+ $color-datatable-filters-border: #b0bbc0 !default;
212
+ $color-datatable-container-background: #e7e7f0 !default;
213
+ $color-datatable-thead-font: #393879 !default;
214
+ $color-datatable-sort-arrow-default: #cdd4d8 !default;
215
+ $color-datatable-sort-arrow-active: #605f9d !default;
216
+ $color-datatable-cell-font: #191919 !default;
217
+ $color-datatable-cell-background-hover: #eaedef !default;
218
+ $color-datatable-cell-background-selected: #d9f0f3 !default;
219
+ $color-datatable-subtable-background: #e7e7f0 !default;
220
+ $color-datatable-subtable-border: #a4a3c7 !default;
221
+ $color-datatable-subtable-font: #1a1a4b !default;
222
+ $color-datatable-icon: #007f8c !default;
211
223
  $color-dialog-background: #ffffff !default;
212
224
  $color-dialog-icon: #666666 !default;
213
225
  $color-dialog-close: #808080 !default;
@@ -442,7 +454,7 @@ $color-toggle-disabled-circle: #b3b3b3 !default;
442
454
  $color-toggle-disabled-label: #808080 !default;
443
455
  $color-toggle-disabled-checked-background: #91d5db !default;
444
456
  $color-toggle-disabled-checked-circle: #ffffff !default;
445
- $color-tooltip-background: #4d4d4d !default;
457
+ $color-tooltip-background: #5b737d !default;
446
458
  $color-tooltip-border: #ffffff !default;
447
459
  $color-secondary-sandgrey-100: #eeedea !default;
448
460
  $color-secondary-sandgrey-200: #dddcd5 !default;
@@ -888,6 +900,34 @@ $tokens: (
888
900
  'border': $color-card-bordered-border
889
901
  )
890
902
  ),
903
+ 'datatable': (
904
+ 'filters': (
905
+ 'border': $color-datatable-filters-border
906
+ ),
907
+ 'container': (
908
+ 'background': $color-datatable-container-background
909
+ ),
910
+ 'thead': (
911
+ 'font': $color-datatable-thead-font
912
+ ),
913
+ 'sort-arrow': (
914
+ 'default': $color-datatable-sort-arrow-default,
915
+ 'active': $color-datatable-sort-arrow-active
916
+ ),
917
+ 'cell': (
918
+ 'font': $color-datatable-cell-font,
919
+ 'background': (
920
+ 'hover': $color-datatable-cell-background-hover,
921
+ 'selected': $color-datatable-cell-background-selected
922
+ )
923
+ ),
924
+ 'subtable': (
925
+ 'background': $color-datatable-subtable-background,
926
+ 'border': $color-datatable-subtable-border,
927
+ 'font': $color-datatable-subtable-font
928
+ ),
929
+ 'icon': $color-datatable-icon
930
+ ),
891
931
  'dialog': (
892
932
  'background': $color-dialog-background,
893
933
  'icon': $color-dialog-icon,