@demos-europe/demosplan-ui 0.3.19 → 0.3.21

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 (94) hide show
  1. package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21_[Changes]/shelved.patch +36 -0
  2. package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21__Changes_.xml +4 -0
  3. package/.idea/workspace.xml +37 -7
  4. package/.yarn/install-state.gz +0 -0
  5. package/CHANGELOG.md +20 -1
  6. package/buildTokens.js +157 -41
  7. package/dist/demosplan-ui.umd.js +1 -1
  8. package/package.json +5 -4
  9. package/src/components/DpButtonRow/DpButtonRow.vue +8 -2
  10. package/src/components/DpEditor/DpEditor.vue +46 -33
  11. package/src/components/DpEditor/DpResizableImage.vue +10 -4
  12. package/src/components/DpEditor/DpUploadModal.vue +29 -15
  13. package/src/components/DpUploadFiles/DpUpload.vue +9 -1
  14. package/src/components/DpUploadFiles/DpUploadFiles.vue +7 -0
  15. package/storybook-static/favicon.svg +7 -0
  16. package/storybook-static/index.html +123 -0
  17. package/storybook-static/index.json +1 -0
  18. package/storybook-static/project.json +1 -0
  19. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
  20. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
  21. package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +12 -0
  22. package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
  23. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +63 -0
  24. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
  25. package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +3 -0
  26. package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
  27. package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +3 -0
  28. package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
  29. package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +3 -0
  30. package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
  31. package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +3 -0
  32. package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
  33. package/storybook-static/sb-addons/links-0/manager-bundle.js +3 -0
  34. package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
  35. package/storybook-static/sb-common-assets/fonts.css +31 -0
  36. package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  37. package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  38. package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  39. package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  40. package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-TRLNWEGW.js +1 -0
  41. package/storybook-static/sb-manager/chunk-4IYAVH3S.js +348 -0
  42. package/storybook-static/sb-manager/chunk-CXYKRFSY.js +9 -0
  43. package/storybook-static/sb-manager/chunk-LVLAH4SI.js +7 -0
  44. package/storybook-static/sb-manager/chunk-VFHDXWEA.js +406 -0
  45. package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +1 -0
  46. package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
  47. package/storybook-static/sb-manager/globals-module-info.js +1 -0
  48. package/storybook-static/sb-manager/globals.js +1 -0
  49. package/storybook-static/sb-manager/index.js +1 -0
  50. package/storybook-static/sb-manager/runtime.js +1 -0
  51. package/storybook-static/sb-manager/syntaxhighlighter-B5GMVT5T-EA5ASEYD.js +1 -0
  52. package/storybook-static/stories.json +1 -0
  53. package/tailwind.config.js +27 -1
  54. package/tokens/dist/js/boxShadow.js +13 -81
  55. package/tokens/dist/js/breakpoints.js +1 -1
  56. package/tokens/dist/js/color.brand.js +19 -7
  57. package/tokens/dist/js/color.data.js +85 -29
  58. package/tokens/dist/js/color.palette.js +175 -59
  59. package/tokens/dist/js/color.ui-tailwind.js +1899 -0
  60. package/tokens/dist/js/color.ui.js +2063 -57
  61. package/tokens/dist/js/fontSize.js +1 -1
  62. package/tokens/dist/js/rounded.js +1 -77
  63. package/tokens/dist/js/space.js +1 -1
  64. package/tokens/dist/js/zIndex.js +1 -1
  65. package/tokens/dist/scss/_boxShadow.scss +1 -1
  66. package/tokens/dist/scss/_breakpoints.scss +1 -1
  67. package/tokens/dist/scss/_color.brand.scss +1 -1
  68. package/tokens/dist/scss/_color.data.scss +1 -1
  69. package/tokens/dist/scss/_color.palette.scss +1 -1
  70. package/tokens/dist/scss/_color.ui.scss +1 -1
  71. package/tokens/dist/scss/_fontSize.scss +1 -1
  72. package/tokens/dist/scss/_rounded.scss +1 -1
  73. package/tokens/dist/scss/_space.scss +1 -1
  74. package/tokens/dist/scss/_zIndex.scss +1 -1
  75. package/tokens/dist/tailwind/backgroundColor.js +24 -0
  76. package/tokens/dist/tailwind/borderColor.js +9 -0
  77. package/tokens/dist/tailwind/color.brand.js +8 -0
  78. package/tokens/dist/tailwind/color.data.js +30 -0
  79. package/tokens/dist/tailwind/color.js +5 -0
  80. package/tokens/dist/tailwind/color.palette.js +60 -0
  81. package/tokens/dist/tailwind/textColor.js +37 -0
  82. package/tokens/src/boxShadow.json +16 -8
  83. package/tokens/src/color/color.brand.json +12 -6
  84. package/tokens/src/color/color.data.json +56 -28
  85. package/tokens/src/color/color.palette.json +116 -58
  86. package/tokens/src/color/color.ui-tailwind.json +401 -0
  87. package/tokens/src/color/color.ui.json +114 -57
  88. package/tokens/tokens.color.stories.mdx +83 -34
  89. package/tokens/tokens.space.stories.mdx +20 -20
  90. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46_[Changes]/shelved.patch +0 -30538
  91. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46__Changes_.xml +0 -4
  92. package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02_[Changes]/shelved.patch +0 -19
  93. package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02__Changes_.xml +0 -4
  94. package/style/index.css +0 -7
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ * Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ * Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -45,25 +45,6 @@ module.exports = {
45
45
  "sm"
46
46
  ]
47
47
  },
48
- "smallest": {
49
- "$status": "Deprecated",
50
- "value": "2px",
51
- "filePath": "tokens/src/rounded.json",
52
- "isSource": true,
53
- "original": {
54
- "$status": "{_status.deprecated}",
55
- "value": "{rounded.sm}"
56
- },
57
- "name": "RoundedSmallest",
58
- "attributes": {
59
- "category": "rounded",
60
- "type": "smallest"
61
- },
62
- "path": [
63
- "rounded",
64
- "smallest"
65
- ]
66
- },
67
48
  "DEFAULT": {
68
49
  "$description": "Default - The standard for ui elements that shall appear rounded. Use this value for form elements and other smaller ui elements. When in doubt, pick this one.",
69
50
  "value": "3px",
@@ -85,25 +66,6 @@ module.exports = {
85
66
  "DEFAULT"
86
67
  ]
87
68
  },
88
- "small": {
89
- "$status": "Deprecated",
90
- "value": "3px",
91
- "filePath": "tokens/src/rounded.json",
92
- "isSource": true,
93
- "original": {
94
- "$status": "{_status.deprecated}",
95
- "value": "{rounded.DEFAULT}"
96
- },
97
- "name": "RoundedSmall",
98
- "attributes": {
99
- "category": "rounded",
100
- "type": "small"
101
- },
102
- "path": [
103
- "rounded",
104
- "small"
105
- ]
106
- },
107
69
  "md": {
108
70
  "$description": "Medium - The \"next best\" radius. Use for larger organisms like list items or areas, that should appear softened but not aggressively rounded.",
109
71
  "value": "4px",
@@ -125,25 +87,6 @@ module.exports = {
125
87
  "md"
126
88
  ]
127
89
  },
128
- "medium": {
129
- "$status": "Deprecated",
130
- "value": "4px",
131
- "filePath": "tokens/src/rounded.json",
132
- "isSource": true,
133
- "original": {
134
- "$status": "{_status.deprecated}",
135
- "value": "{rounded.md}"
136
- },
137
- "name": "RoundedMedium",
138
- "attributes": {
139
- "category": "rounded",
140
- "type": "medium"
141
- },
142
- "path": [
143
- "rounded",
144
- "medium"
145
- ]
146
- },
147
90
  "lg": {
148
91
  "$description": "Large - The biggest radius. Use for boxes that purposefully should appear rounded - plays nice with rounded elements inside it that are rounded via 3px.",
149
92
  "value": "5px",
@@ -165,25 +108,6 @@ module.exports = {
165
108
  "lg"
166
109
  ]
167
110
  },
168
- "large": {
169
- "$status": "Deprecated",
170
- "value": "5px",
171
- "filePath": "tokens/src/rounded.json",
172
- "isSource": true,
173
- "original": {
174
- "$status": "{_status.deprecated}",
175
- "value": "{rounded.lg}"
176
- },
177
- "name": "RoundedLarge",
178
- "attributes": {
179
- "category": "rounded",
180
- "type": "large"
181
- },
182
- "path": [
183
- "rounded",
184
- "large"
185
- ]
186
- },
187
111
  "full": {
188
112
  "$description": "Full - use to craft pill-like elements.",
189
113
  "value": "9999px",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ * Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ * Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-box-shadow-xl: 0 0 16px rgb(0 0 0 / 20%), 0 0 3px rgb(0 0 0 / 50%) !default;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-breakpoints-xl: 1400px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-color-highlight-contrast: $dp-color-white !default;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-color-11-11: #313695;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-color-magenta-dark-2: #650324 !default;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-color-background-medium: $dp-color-neutral-light-3 !default;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-font-size-7: 50px !default;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-rounded-full: 9999px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-space-1_5: 9px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 12 Jul 2024 13:02:56 GMT
3
+ // Generated on Mon, 22 Jul 2024 09:37:27 GMT
4
4
 
5
5
 
6
6
  $dp-z-ultimate: 10000;
@@ -0,0 +1,24 @@
1
+ module.exports = {
2
+ "interactive-subtle-hover": "var(--dp-backgroundColor-interactive-subtle-hover, var(--dp-color-neutral-light-4, #f5f5f5));",
3
+ "interactive-subtle-active": "var(--dp-backgroundColor-interactive-subtle-active, var(--dp-color-neutral-light-3, #ebe9e9));",
4
+ "interactive-muted": "var(--dp-backgroundColor-interactive-muted, var(--dp-color-neutral-light-1, #aeaeae));",
5
+ "message-info": "var(--dp-backgroundColor-message-info, var(--dp-color-blue-light-3, #cee6fb));",
6
+ "message-warning": "var(--dp-backgroundColor-message-warning, var(--dp-color-yellow-light-3, #ffefca));",
7
+ "message-severe": "var(--dp-backgroundColor-message-severe, var(--dp-color-red-light-3, #fcdddd));",
8
+ "message-success": "var(--dp-backgroundColor-message-success, var(--dp-color-green-light-3, #def7de));",
9
+ "message-debug": "var(--dp-backgroundColor-message-debug, var(--dp-color-purple-light-3, #dfcced));",
10
+ "selected": "var(--dp-backgroundColor-selected, var(--dp-color-blue-light-3, #cee6fb));",
11
+ "status-progress": "var(--dp-backgroundColor-status-progress, var(--dp-color-blue-base, #006fd0));",
12
+ "status-changed": "var(--dp-backgroundColor-status-changed, var(--dp-color-yellow-base, #ffbe24));",
13
+ "status-failed": "var(--dp-backgroundColor-status-failed, var(--dp-color-red-base, #e52222));",
14
+ "status-complete": "var(--dp-backgroundColor-status-complete, var(--dp-color-green-base, #228b22));",
15
+ "status-neutral": "var(--dp-backgroundColor-status-neutral, var(--dp-color-neutral-dark-1, #595959));",
16
+ "surface": "var(--dp-backgroundColor-surface, var(--dp-color-white, #ffffff));",
17
+ "surface-light": "var(--dp-backgroundColor-surface-light, var(--dp-color-neutral-light-4, #f5f5f5));",
18
+ "surface-medium": "var(--dp-backgroundColor-surface-medium, var(--dp-color-neutral-light-3, #ebe9e9));",
19
+ "text-deleted": "var(--dp-backgroundColor-text-deleted, var(--dp-color-yellow-light-2, #ffe5a7));",
20
+ "text-deleted-muted": "var(--dp-backgroundColor-text-deleted-muted, var(--dp-color-yellow-light-3, #ffefca));",
21
+ "text-inserted": "var(--dp-backgroundColor-text-inserted, var(--dp-color-blue-light-3, #cee6fb));",
22
+ "text-inserted-muted": "var(--dp-backgroundColor-text-inserted-muted, var(--dp-color-blue-light-4, #ebf5ff));",
23
+ "text-marked": "var(--dp-backgroundColor-text-marked, var(--dp-color-blue-light-3, #cee6fb));"
24
+ };
@@ -0,0 +1,9 @@
1
+ module.exports = {
2
+ "message-info": "var(--dp-borderColor-message-info, var(--dp-color-blue-light-1, #44a8ff));",
3
+ "message-warning": "var(--dp-borderColor-message-warning, var(--dp-color-yellow-base, #ffbe24));",
4
+ "message-severe": "var(--dp-borderColor-message-severe, var(--dp-color-red-light-1, #fc5e5e));",
5
+ "message-success": "var(--dp-borderColor-message-success, var(--dp-color-green-light-1, #5cba5c));",
6
+ "message-debug": "var(--dp-borderColor-message-debug, var(--dp-color-purple-light-1, #a572cd));",
7
+ "neutral": "var(--dp-borderColor-neutral, var(--dp-color-neutral-light-2, #d3d3d3));",
8
+ "status-failed": "var(--dp-borderColor-status-failed, var(--dp-color-red-base, #e52222));"
9
+ };
@@ -0,0 +1,8 @@
1
+ module.exports = {
2
+ "main": "var(--dp-color-main, var(--dp-color-blue-base, #006fd0));",
3
+ "main-contrast": "var(--dp-color-main-contrast, var(--dp-color-white, #ffffff));",
4
+ "alt": "var(--dp-color-alt, var(--dp-color-teal-base, #0095b0));",
5
+ "alt-contrast": "var(--dp-color-alt-contrast, var(--dp-color-white, #ffffff));",
6
+ "highlight": "var(--dp-color-highlight, var(--dp-color-red-dark-1, #b20000));",
7
+ "highlight-contrast": "var(--dp-color-highlight-contrast, var(--dp-color-white, #ffffff));"
8
+ };
@@ -0,0 +1,30 @@
1
+ module.exports = {
2
+ "3-1": "var(--dp-color-3-1, #fc8d59);",
3
+ "3-2": "var(--dp-color-3-2, #f1f1a3);",
4
+ "3-3": "var(--dp-color-3-3, #91bfdb);",
5
+ "6-1": "var(--dp-color-6-1, #d73027);",
6
+ "6-2": "var(--dp-color-6-2, #fc8d59);",
7
+ "6-3": "var(--dp-color-6-3, #fee090);",
8
+ "6-4": "var(--dp-color-6-4, #e0f3f8);",
9
+ "6-5": "var(--dp-color-6-5, #91bfdb);",
10
+ "6-6": "var(--dp-color-6-6, #4575b4);",
11
+ "8-1": "var(--dp-color-8-1, #d73027);",
12
+ "8-2": "var(--dp-color-8-2, #f46d43);",
13
+ "8-3": "var(--dp-color-8-3, #fdae61);",
14
+ "8-4": "var(--dp-color-8-4, #fee090);",
15
+ "8-5": "var(--dp-color-8-5, #e0f3f8);",
16
+ "8-6": "var(--dp-color-8-6, #abd9e9);",
17
+ "8-7": "var(--dp-color-8-7, #74add1);",
18
+ "8-8": "var(--dp-color-8-8, #4575b4);",
19
+ "11-1": "var(--dp-color-11-1, #a50026);",
20
+ "11-2": "var(--dp-color-11-2, #d73027);",
21
+ "11-3": "var(--dp-color-11-3, #f46d43);",
22
+ "11-4": "var(--dp-color-11-4, #fdae61);",
23
+ "11-5": "var(--dp-color-11-5, #fee090);",
24
+ "11-6": "var(--dp-color-11-6, #ffffbf);",
25
+ "11-7": "var(--dp-color-11-7, #e0f3f8);",
26
+ "11-8": "var(--dp-color-11-8, #abd9e9);",
27
+ "11-9": "var(--dp-color-11-9, #74add1);",
28
+ "11-10": "var(--dp-color-11-10, #4575b4);",
29
+ "11-11": "var(--dp-color-11-11, #313695);"
30
+ };
@@ -0,0 +1,5 @@
1
+ module.exports = {
2
+ "interactive": "var(--dp-color-interactive, var(--dp-color-blue-base, #006fd0));",
3
+ "interactive-hover": "var(--dp-color-interactive-hover, var(--dp-color-blue-dark-1, #005eb1));",
4
+ "interactive-active": "var(--dp-color-interactive-active, var(--dp-color-blue-dark-2, #004078));"
5
+ };
@@ -0,0 +1,60 @@
1
+ module.exports = {
2
+ "black": "var(--dp-color-black, #000000);",
3
+ "white": "var(--dp-color-white, #ffffff);",
4
+ "neutral-light-4": "var(--dp-color-neutral-light-4, #f5f5f5);",
5
+ "neutral-light-3": "var(--dp-color-neutral-light-3, #ebe9e9);",
6
+ "neutral-light-2": "var(--dp-color-neutral-light-2, #d3d3d3);",
7
+ "neutral-light-1": "var(--dp-color-neutral-light-1, #aeaeae);",
8
+ "neutral-base": "var(--dp-color-neutral-base, #757575);",
9
+ "neutral-dark-1": "var(--dp-color-neutral-dark-1, #595959);",
10
+ "neutral-dark-2": "var(--dp-color-neutral-dark-2, #333333);",
11
+ "blue-light-4": "var(--dp-color-blue-light-4, #ebf5ff);",
12
+ "blue-light-3": "var(--dp-color-blue-light-3, #cee6fb);",
13
+ "blue-light-2": "var(--dp-color-blue-light-2, #82c5ff);",
14
+ "blue-light-1": "var(--dp-color-blue-light-1, #44a8ff);",
15
+ "blue-base": "var(--dp-color-blue-base, #006fd0);",
16
+ "blue-dark-1": "var(--dp-color-blue-dark-1, #005eb1);",
17
+ "blue-dark-2": "var(--dp-color-blue-dark-2, #004078);",
18
+ "red-light-4": "var(--dp-color-red-light-4, #fff0f0);",
19
+ "red-light-3": "var(--dp-color-red-light-3, #fcdddd);",
20
+ "red-light-2": "var(--dp-color-red-light-2, #ffb3b3);",
21
+ "red-light-1": "var(--dp-color-red-light-1, #fc5e5e);",
22
+ "red-base": "var(--dp-color-red-base, #e52222);",
23
+ "red-dark-1": "var(--dp-color-red-dark-1, #b20000);",
24
+ "red-dark-2": "var(--dp-color-red-dark-2, #820000);",
25
+ "teal-light-4": "var(--dp-color-teal-light-4, #e6fbff);",
26
+ "teal-light-3": "var(--dp-color-teal-light-3, #bcedf6);",
27
+ "teal-light-2": "var(--dp-color-teal-light-2, #66cee2);",
28
+ "teal-light-1": "var(--dp-color-teal-light-1, #29acc4);",
29
+ "teal-base": "var(--dp-color-teal-base, #0095b0);",
30
+ "teal-dark-1": "var(--dp-color-teal-dark-1, #007286);",
31
+ "teal-dark-2": "var(--dp-color-teal-dark-2, #004f5d);",
32
+ "green-light-4": "var(--dp-color-green-light-4, #effbef);",
33
+ "green-light-3": "var(--dp-color-green-light-3, #def7de);",
34
+ "green-light-2": "var(--dp-color-green-light-2, #93e293);",
35
+ "green-light-1": "var(--dp-color-green-light-1, #5cba5c);",
36
+ "green-base": "var(--dp-color-green-base, #228b22);",
37
+ "green-dark-1": "var(--dp-color-green-dark-1, #186218);",
38
+ "green-dark-2": "var(--dp-color-green-dark-2, #064006);",
39
+ "yellow-light-4": "var(--dp-color-yellow-light-4, #fff7e5);",
40
+ "yellow-light-3": "var(--dp-color-yellow-light-3, #ffefca);",
41
+ "yellow-light-2": "var(--dp-color-yellow-light-2, #ffe5a7);",
42
+ "yellow-light-1": "var(--dp-color-yellow-light-1, #ffd87c);",
43
+ "yellow-base": "var(--dp-color-yellow-base, #ffbe24);",
44
+ "yellow-dark-1": "var(--dp-color-yellow-dark-1, #d09200);",
45
+ "yellow-dark-2": "var(--dp-color-yellow-dark-2, #845d01);",
46
+ "purple-light-4": "var(--dp-color-purple-light-4, #f3ecf8);",
47
+ "purple-light-3": "var(--dp-color-purple-light-3, #dfcced);",
48
+ "purple-light-2": "var(--dp-color-purple-light-2, #bf99db);",
49
+ "purple-light-1": "var(--dp-color-purple-light-1, #a572cd);",
50
+ "purple-base": "var(--dp-color-purple-base, #8f4fc0);",
51
+ "purple-dark-1": "var(--dp-color-purple-dark-1, #5e00a6);",
52
+ "purple-dark-2": "var(--dp-color-purple-dark-2, #4b0085);",
53
+ "magenta-light-4": "var(--dp-color-magenta-light-4, #fdedf2);",
54
+ "magenta-light-3": "var(--dp-color-magenta-light-3, #fbdbe5);",
55
+ "magenta-light-2": "var(--dp-color-magenta-light-2, #ff9fbd);",
56
+ "magenta-light-1": "var(--dp-color-magenta-light-1, #e73e79);",
57
+ "magenta-base": "var(--dp-color-magenta-base, #d4004b);",
58
+ "magenta-dark-1": "var(--dp-color-magenta-dark-1, #960739);",
59
+ "magenta-dark-2": "var(--dp-color-magenta-dark-2, #650324);"
60
+ };
@@ -0,0 +1,37 @@
1
+ module.exports = {
2
+ "default": "var(--dp-textColor-default, var(--dp-color-neutral-dark-2, #333333));",
3
+ "muted": "var(--dp-textColor-muted, var(--dp-color-neutral-base, #757575));",
4
+ "on-dark": "var(--dp-textColor-on-dark, var(--dp-color-white, #ffffff));",
5
+ "marked": "var(--dp-textColor-marked, var(--dp-color-blue-dark-2, #004078));",
6
+ "message-info": "var(--dp-textColor-message-info, var(--dp-color-blue-dark-2, #004078));",
7
+ "message-info-icon": "var(--dp-textColor-message-info-icon, var(--dp-color-blue-dark-1, #005eb1));",
8
+ "message-info-interactive": "var(--dp-textColor-message-info-interactive, var(--dp-color-blue-base, #006fd0));",
9
+ "message-warning": "var(--dp-textColor-message-warning, var(--dp-color-yellow-dark-2, #845d01));",
10
+ "message-warning-icon": "var(--dp-textColor-message-warning-icon, var(--dp-color-yellow-dark-2, #845d01));",
11
+ "message-warning-interactive": "var(--dp-textColor-message-warning-interactive, var(--dp-color-yellow-dark-2, #845d01));",
12
+ "message-severe": "var(--dp-textColor-message-severe, var(--dp-color-red-dark-2, #820000));",
13
+ "message-severe-icon": "var(--dp-textColor-message-severe-icon, var(--dp-color-red-dark-1, #b20000));",
14
+ "message-severe-interactive": "var(--dp-textColor-message-severe-interactive, var(--dp-color-red-dark-1, #b20000));",
15
+ "message-success": "var(--dp-textColor-message-success, var(--dp-color-green-dark-2, #064006));",
16
+ "message-success-icon": "var(--dp-textColor-message-success-icon, var(--dp-color-green-dark-1, #186218));",
17
+ "message-success-interactive": "var(--dp-textColor-message-success-interactive, var(--dp-color-green-base, #228b22));",
18
+ "message-debug": "var(--dp-textColor-message-debug, var(--dp-color-purple-dark-2, #4b0085));",
19
+ "message-debug-icon": "var(--dp-textColor-message-debug-icon, var(--dp-color-purple-dark-1, #5e00a6));",
20
+ "message-debug-interactive": "var(--dp-textColor-message-debug-interactive, var(--dp-color-purple-dark-1, #5e00a6));",
21
+ "selected": "var(--dp-textColor-selected, var(--dp-color-blue-dark-1, #005eb1));",
22
+ "status-progress": "var(--dp-textColor-status-progress, var(--dp-color-blue-dark-1, #005eb1));",
23
+ "status-progress-fill": "var(--dp-textColor-status-progress-fill, var(--dp-color-blue-base, #006fd0));",
24
+ "status-progress-icon": "var(--dp-textColor-status-progress-icon, var(--dp-color-blue-base, #006fd0));",
25
+ "status-changed": "var(--dp-textColor-status-changed, var(--dp-color-yellow-dark-2, #845d01));",
26
+ "status-changed-fill": "var(--dp-textColor-status-changed-fill, var(--dp-color-yellow-base, #ffbe24));",
27
+ "status-changed-icon": "var(--dp-textColor-status-changed-icon, var(--dp-color-yellow-dark-1, #d09200));",
28
+ "status-failed": "var(--dp-textColor-status-failed, var(--dp-color-red-dark-1, #b20000));",
29
+ "status-failed-fill": "var(--dp-textColor-status-failed-fill, var(--dp-color-red-base, #e52222));",
30
+ "status-failed-icon": "var(--dp-textColor-status-failed-icon, var(--dp-color-red-base, #e52222));",
31
+ "status-complete": "var(--dp-textColor-status-complete, var(--dp-color-green-dark-1, #186218));",
32
+ "status-complete-fill": "var(--dp-textColor-status-complete-fill, var(--dp-color-green-base, #228b22));",
33
+ "status-complete-icon": "var(--dp-textColor-status-complete-icon, var(--dp-color-green-base, #228b22));",
34
+ "status-neutral": "var(--dp-textColor-status-neutral, var(--dp-color-neutral-dark-1, #595959));",
35
+ "status-neutral-fill": "var(--dp-textColor-status-neutral-fill, var(--dp-color-neutral-base, #757575));",
36
+ "status-neutral-icon": "var(--dp-textColor-status-neutral-icon, var(--dp-color-neutral-base, #757575));"
37
+ };
@@ -3,38 +3,46 @@
3
3
  "DEFAULT": {
4
4
  "$description": "Default elevation. Use for Cards + Buttons.",
5
5
  "value": "0 1px 4px rgb(0 0 0 / 22%), 0 1px 2px rgb(0 0 0 / 26%)",
6
- "themeable": true
6
+ "themeable": true,
7
+ "$type": "shadow"
7
8
  },
8
9
  "1": {
9
10
  "$status": "{_status.deprecated}",
10
- "value": "{box-shadow.DEFAULT}"
11
+ "value": "{box-shadow.DEFAULT}",
12
+ "$type": "shadow"
11
13
  },
12
14
  "md": {
13
15
  "$description": "Medium elevation. Use for Elevated Cards + Buttons.",
14
16
  "value": "0 4px 10px rgb(0 0 0 / 24%), 0 3px 4px rgb(0 0 0 / 25%)",
15
- "themeable": true
17
+ "themeable": true,
18
+ "$type": "shadow"
16
19
  },
17
20
  "2": {
18
21
  "$status": "{_status.deprecated}",
19
- "value": "{box-shadow.md}"
22
+ "value": "{box-shadow.md}",
23
+ "$type": "shadow"
20
24
  },
21
25
  "lg": {
22
26
  "$description": "Highest elevation. Use for Modals.",
23
27
  "value": "0 8px 20px rgb(0 0 0 / 26%), 0 5px 7px rgb(0 0 0 / 24%)",
24
- "themeable": true
28
+ "themeable": true,
29
+ "$type": "shadow"
25
30
  },
26
31
  "3": {
27
32
  "$status": "{_status.deprecated}",
28
- "value": "{box-shadow.lg}"
33
+ "value": "{box-shadow.lg}",
34
+ "$type": "shadow"
29
35
  },
30
36
  "xl": {
31
37
  "$description": "Extra shadow optimized for boxes that take up 100% width or height of viewport. Use eg. for Sidebar, BottomBar.",
32
38
  "value": "0 0 16px rgb(0 0 0 / 20%), 0 0 3px rgb(0 0 0 / 50%)",
33
- "themeable": true
39
+ "themeable": true,
40
+ "$type": "shadow"
34
41
  },
35
42
  "4": {
36
43
  "$status": "{_status.deprecated}",
37
- "value": "{box-shadow.xl}"
44
+ "value": "{box-shadow.xl}",
45
+ "$type": "shadow"
38
46
  }
39
47
  }
40
48
  }
@@ -5,32 +5,38 @@
5
5
  "main": {
6
6
  "$description": "Loudest brand color. Currently reserved for header and tabs on public detail page.",
7
7
  "value": "{color.palette.blue.base}",
8
- "themeable": true
8
+ "themeable": true,
9
+ "$type": "color"
9
10
  },
10
11
  "main-contrast": {
11
12
  "$description": "Should pass AAA contrast check with the value of 'main'.",
12
13
  "value": "{color.palette.white}",
13
- "themeable": true
14
+ "themeable": true,
15
+ "$type": "color"
14
16
  },
15
17
  "alt": {
16
18
  "$description": "The second most prominent brand representation in the color scheme.",
17
19
  "value": "{color.palette.teal.base}",
18
- "themeable": true
20
+ "themeable": true,
21
+ "$type": "color"
19
22
  },
20
23
  "alt-contrast": {
21
24
  "$description": "Should pass AAA contrast check with the value of 'alt'.",
22
25
  "value": "{color.palette.white}",
23
- "themeable": true
26
+ "themeable": true,
27
+ "$type": "color"
24
28
  },
25
29
  "highlight": {
26
30
  "$description": "Brand accent color to be used sparingly when raising awareness for important elements.",
27
31
  "value": "{color.palette.red.dark-1}",
28
- "themeable": true
32
+ "themeable": true,
33
+ "$type": "color"
29
34
  },
30
35
  "highlight-contrast": {
31
36
  "$description": "Should pass AAA contrast check with the value of 'highlight'.",
32
37
  "value": "{color.palette.white}",
33
- "themeable": true
38
+ "themeable": true,
39
+ "$type": "color"
34
40
  }
35
41
  }
36
42
  }