@gooddata/sdk-ui-theme-provider 10.17.0-alpha.6 → 10.17.0-alpha.8

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 (185) hide show
  1. package/esm/ThemeProvider/ScopedThemeProvider.d.ts +67 -0
  2. package/esm/ThemeProvider/ScopedThemeProvider.d.ts.map +1 -0
  3. package/esm/ThemeProvider/ScopedThemeProvider.js +77 -0
  4. package/esm/ThemeProvider/ScopedThemeProvider.js.map +1 -0
  5. package/esm/cssProperties.d.ts +4 -4
  6. package/esm/cssProperties.d.ts.map +1 -1
  7. package/esm/cssProperties.js +79 -23
  8. package/esm/cssProperties.js.map +1 -1
  9. package/esm/defaultThemes/blueLight.d.ts +6 -0
  10. package/esm/defaultThemes/blueLight.d.ts.map +1 -0
  11. package/esm/defaultThemes/blueLight.js +112 -0
  12. package/esm/defaultThemes/blueLight.js.map +1 -0
  13. package/esm/defaultThemes/greenDark.d.ts +6 -0
  14. package/esm/defaultThemes/greenDark.d.ts.map +1 -0
  15. package/esm/defaultThemes/greenDark.js +42 -0
  16. package/esm/defaultThemes/greenDark.js.map +1 -0
  17. package/esm/defaultThemes/indigo.d.ts +9 -0
  18. package/esm/defaultThemes/indigo.d.ts.map +1 -0
  19. package/esm/defaultThemes/indigo.js +161 -0
  20. package/esm/defaultThemes/indigo.js.map +1 -0
  21. package/esm/defaultThemes/indigoDark.d.ts +6 -0
  22. package/esm/defaultThemes/indigoDark.d.ts.map +1 -0
  23. package/esm/defaultThemes/indigoDark.js +28 -0
  24. package/esm/defaultThemes/indigoDark.js.map +1 -0
  25. package/esm/defaultThemes/pinkLight.d.ts +6 -0
  26. package/esm/defaultThemes/pinkLight.d.ts.map +1 -0
  27. package/esm/defaultThemes/pinkLight.js +85 -0
  28. package/esm/defaultThemes/pinkLight.js.map +1 -0
  29. package/esm/defaultThemes/pompelmoLight.d.ts +6 -0
  30. package/esm/defaultThemes/pompelmoLight.d.ts.map +1 -0
  31. package/esm/defaultThemes/pompelmoLight.js +117 -0
  32. package/esm/defaultThemes/pompelmoLight.js.map +1 -0
  33. package/esm/defaultThemes/redLightTheme.d.ts +6 -0
  34. package/esm/defaultThemes/redLightTheme.d.ts.map +1 -0
  35. package/esm/defaultThemes/redLightTheme.js +114 -0
  36. package/esm/defaultThemes/redLightTheme.js.map +1 -0
  37. package/esm/derivedColors.d.ts.map +1 -1
  38. package/esm/derivedColors.js +6 -1
  39. package/esm/derivedColors.js.map +1 -1
  40. package/esm/index.d.ts +2 -0
  41. package/esm/index.d.ts.map +1 -1
  42. package/esm/index.js +1 -0
  43. package/esm/index.js.map +1 -1
  44. package/esm/internal.d.ts +9 -0
  45. package/esm/internal.d.ts.map +1 -0
  46. package/esm/internal.js +10 -0
  47. package/esm/internal.js.map +1 -0
  48. package/esm/node.d.ts +17 -0
  49. package/esm/node.d.ts.map +1 -0
  50. package/esm/node.js +52 -0
  51. package/esm/node.js.map +1 -0
  52. package/esm/sdk-ui-theme-provider.d.ts +64 -0
  53. package/esm/variablesSpec/DefaultThemePreview.d.ts +7 -0
  54. package/esm/variablesSpec/DefaultThemePreview.d.ts.map +1 -0
  55. package/esm/variablesSpec/DefaultThemePreview.js +116 -0
  56. package/esm/variablesSpec/DefaultThemePreview.js.map +1 -0
  57. package/esm/variablesSpec/allThemeCssVariables.d.ts +6 -0
  58. package/esm/variablesSpec/allThemeCssVariables.d.ts.map +1 -0
  59. package/esm/variablesSpec/allThemeCssVariables.js +72 -0
  60. package/esm/variablesSpec/allThemeCssVariables.js.map +1 -0
  61. package/esm/variablesSpec/deprecated/palette-base.d.ts +3 -0
  62. package/esm/variablesSpec/deprecated/palette-base.d.ts.map +1 -0
  63. package/esm/variablesSpec/deprecated/palette-base.js +78 -0
  64. package/esm/variablesSpec/deprecated/palette-base.js.map +1 -0
  65. package/esm/variablesSpec/generate/generateDefaultScssThemeContent.d.ts +7 -0
  66. package/esm/variablesSpec/generate/generateDefaultScssThemeContent.d.ts.map +1 -0
  67. package/esm/variablesSpec/generate/generateDefaultScssThemeContent.js +56 -0
  68. package/esm/variablesSpec/generate/generateDefaultScssThemeContent.js.map +1 -0
  69. package/esm/variablesSpec/generate/generateDefaultTypeScriptThemeContent.d.ts +7 -0
  70. package/esm/variablesSpec/generate/generateDefaultTypeScriptThemeContent.d.ts.map +1 -0
  71. package/esm/variablesSpec/generate/generateDefaultTypeScriptThemeContent.js +28 -0
  72. package/esm/variablesSpec/generate/generateDefaultTypeScriptThemeContent.js.map +1 -0
  73. package/esm/variablesSpec/inconsistent/inconsistent.d.ts +3 -0
  74. package/esm/variablesSpec/inconsistent/inconsistent.d.ts.map +1 -0
  75. package/esm/variablesSpec/inconsistent/inconsistent.js +275 -0
  76. package/esm/variablesSpec/inconsistent/inconsistent.js.map +1 -0
  77. package/esm/variablesSpec/internal/button.d.ts +3 -0
  78. package/esm/variablesSpec/internal/button.d.ts.map +1 -0
  79. package/esm/variablesSpec/internal/button.js +18 -0
  80. package/esm/variablesSpec/internal/button.js.map +1 -0
  81. package/esm/variablesSpec/internal/font.d.ts +3 -0
  82. package/esm/variablesSpec/internal/font.d.ts.map +1 -0
  83. package/esm/variablesSpec/internal/font.js +8 -0
  84. package/esm/variablesSpec/internal/font.js.map +1 -0
  85. package/esm/variablesSpec/internal/icon.d.ts +3 -0
  86. package/esm/variablesSpec/internal/icon.d.ts.map +1 -0
  87. package/esm/variablesSpec/internal/icon.js +8 -0
  88. package/esm/variablesSpec/internal/icon.js.map +1 -0
  89. package/esm/variablesSpec/internal/modeler.d.ts +3 -0
  90. package/esm/variablesSpec/internal/modeler.d.ts.map +1 -0
  91. package/esm/variablesSpec/internal/modeler.js +13 -0
  92. package/esm/variablesSpec/internal/modeler.js.map +1 -0
  93. package/esm/variablesSpec/internal/spacing.d.ts +3 -0
  94. package/esm/variablesSpec/internal/spacing.d.ts.map +1 -0
  95. package/esm/variablesSpec/internal/spacing.js +33 -0
  96. package/esm/variablesSpec/internal/spacing.js.map +1 -0
  97. package/esm/variablesSpec/internal/transition.d.ts +3 -0
  98. package/esm/variablesSpec/internal/transition.d.ts.map +1 -0
  99. package/esm/variablesSpec/internal/transition.js +8 -0
  100. package/esm/variablesSpec/internal/transition.js.map +1 -0
  101. package/esm/variablesSpec/theme/analytical-designer.d.ts +3 -0
  102. package/esm/variablesSpec/theme/analytical-designer.d.ts.map +1 -0
  103. package/esm/variablesSpec/theme/analytical-designer.js +9 -0
  104. package/esm/variablesSpec/theme/analytical-designer.js.map +1 -0
  105. package/esm/variablesSpec/theme/button.d.ts +3 -0
  106. package/esm/variablesSpec/theme/button.d.ts.map +1 -0
  107. package/esm/variablesSpec/theme/button.js +24 -0
  108. package/esm/variablesSpec/theme/button.js.map +1 -0
  109. package/esm/variablesSpec/theme/chart.d.ts +3 -0
  110. package/esm/variablesSpec/theme/chart.d.ts.map +1 -0
  111. package/esm/variablesSpec/theme/chart.js +70 -0
  112. package/esm/variablesSpec/theme/chart.js.map +1 -0
  113. package/esm/variablesSpec/theme/dashboard.d.ts +3 -0
  114. package/esm/variablesSpec/theme/dashboard.d.ts.map +1 -0
  115. package/esm/variablesSpec/theme/dashboard.js +243 -0
  116. package/esm/variablesSpec/theme/dashboard.js.map +1 -0
  117. package/esm/variablesSpec/theme/kpi.d.ts +3 -0
  118. package/esm/variablesSpec/theme/kpi.d.ts.map +1 -0
  119. package/esm/variablesSpec/theme/kpi.js +33 -0
  120. package/esm/variablesSpec/theme/kpi.js.map +1 -0
  121. package/esm/variablesSpec/theme/modal.d.ts +3 -0
  122. package/esm/variablesSpec/theme/modal.d.ts.map +1 -0
  123. package/esm/variablesSpec/theme/modal.js +47 -0
  124. package/esm/variablesSpec/theme/modal.js.map +1 -0
  125. package/esm/variablesSpec/theme/palette-base.d.ts +3 -0
  126. package/esm/variablesSpec/theme/palette-base.d.ts.map +1 -0
  127. package/esm/variablesSpec/theme/palette-base.js +33 -0
  128. package/esm/variablesSpec/theme/palette-base.js.map +1 -0
  129. package/esm/variablesSpec/theme/palette-complementary.d.ts +3 -0
  130. package/esm/variablesSpec/theme/palette-complementary.d.ts.map +1 -0
  131. package/esm/variablesSpec/theme/palette-complementary.js +63 -0
  132. package/esm/variablesSpec/theme/palette-complementary.js.map +1 -0
  133. package/esm/variablesSpec/theme/table.d.ts +3 -0
  134. package/esm/variablesSpec/theme/table.d.ts.map +1 -0
  135. package/esm/variablesSpec/theme/table.js +69 -0
  136. package/esm/variablesSpec/theme/table.js.map +1 -0
  137. package/esm/variablesSpec/theme/tooltip.d.ts +3 -0
  138. package/esm/variablesSpec/theme/tooltip.d.ts.map +1 -0
  139. package/esm/variablesSpec/theme/tooltip.js +15 -0
  140. package/esm/variablesSpec/theme/tooltip.js.map +1 -0
  141. package/esm/variablesSpec/theme/typography.d.ts +3 -0
  142. package/esm/variablesSpec/theme/typography.d.ts.map +1 -0
  143. package/esm/variablesSpec/theme/typography.js +15 -0
  144. package/esm/variablesSpec/theme/typography.js.map +1 -0
  145. package/esm/variablesSpec/theme-derived/palette-base-derived.d.ts +3 -0
  146. package/esm/variablesSpec/theme-derived/palette-base-derived.d.ts.map +1 -0
  147. package/esm/variablesSpec/theme-derived/palette-base-derived.js +275 -0
  148. package/esm/variablesSpec/theme-derived/palette-base-derived.js.map +1 -0
  149. package/esm/variablesSpec/theme-derived/palette-complementary-derived.d.ts +3 -0
  150. package/esm/variablesSpec/theme-derived/palette-complementary-derived.d.ts.map +1 -0
  151. package/esm/variablesSpec/theme-derived/palette-complementary-derived.js +36 -0
  152. package/esm/variablesSpec/theme-derived/palette-complementary-derived.js.map +1 -0
  153. package/esm/variablesSpec/theme-derived/shadow-derived.d.ts +3 -0
  154. package/esm/variablesSpec/theme-derived/shadow-derived.d.ts.map +1 -0
  155. package/esm/variablesSpec/theme-derived/shadow-derived.js +11 -0
  156. package/esm/variablesSpec/theme-derived/shadow-derived.js.map +1 -0
  157. package/esm/variablesSpec/types.d.ts +104 -0
  158. package/esm/variablesSpec/types.d.ts.map +1 -0
  159. package/esm/variablesSpec/types.js +3 -0
  160. package/esm/variablesSpec/types.js.map +1 -0
  161. package/esm/variablesSpec/validate/log.d.ts +17 -0
  162. package/esm/variablesSpec/validate/log.d.ts.map +1 -0
  163. package/esm/variablesSpec/validate/log.js +30 -0
  164. package/esm/variablesSpec/validate/log.js.map +1 -0
  165. package/esm/variablesSpec/validate/main.d.ts +7 -0
  166. package/esm/variablesSpec/validate/main.d.ts.map +1 -0
  167. package/esm/variablesSpec/validate/main.js +41 -0
  168. package/esm/variablesSpec/validate/main.js.map +1 -0
  169. package/esm/variablesSpec/validate/parse.d.ts +7 -0
  170. package/esm/variablesSpec/validate/parse.d.ts.map +1 -0
  171. package/esm/variablesSpec/validate/parse.js +61 -0
  172. package/esm/variablesSpec/validate/parse.js.map +1 -0
  173. package/esm/variablesSpec/validate/types.d.ts +25 -0
  174. package/esm/variablesSpec/validate/types.d.ts.map +1 -0
  175. package/esm/variablesSpec/validate/types.js +3 -0
  176. package/esm/variablesSpec/validate/types.js.map +1 -0
  177. package/esm/variablesSpec/validate/utils.d.ts +6 -0
  178. package/esm/variablesSpec/validate/utils.d.ts.map +1 -0
  179. package/esm/variablesSpec/validate/utils.js +21 -0
  180. package/esm/variablesSpec/validate/utils.js.map +1 -0
  181. package/esm/variablesSpec/validate/validate.d.ts +42 -0
  182. package/esm/variablesSpec/validate/validate.d.ts.map +1 -0
  183. package/esm/variablesSpec/validate/validate.js +133 -0
  184. package/esm/variablesSpec/validate/validate.js.map +1 -0
  185. package/package.json +15 -7
@@ -0,0 +1,243 @@
1
+ export const dashboardThemeVariables = [
2
+ {
3
+ type: "theme",
4
+ themePath: ["dashboards", "content", "backgroundColor"],
5
+ variableName: "--gd-dashboards-content-backgroundColor",
6
+ defaultValue: "var(--gd-palette-complementary-0, #fff)",
7
+ },
8
+ {
9
+ type: "theme",
10
+ themePath: ["dashboards", "content", "kpiWidget", "backgroundColor"],
11
+ variableName: "--gd-dashboards-content-kpiWidget-backgroundColor",
12
+ defaultValue: "var(--gd-dashboards-content-widget-backgroundColor, var(--gd-palette-complementary-0, #fff))",
13
+ },
14
+ {
15
+ type: "theme",
16
+ themePath: ["dashboards", "content", "kpiWidget", "borderColor"],
17
+ variableName: "--gd-dashboards-content-kpiWidget-borderColor",
18
+ defaultValue: "var(--gd-dashboards-content-widget-borderColor, transparent)",
19
+ },
20
+ {
21
+ type: "theme",
22
+ themePath: ["dashboards", "content", "kpiWidget", "borderRadius"],
23
+ variableName: "--gd-dashboards-content-kpiWidget-borderRadius",
24
+ defaultValue: "var(--gd-dashboards-content-widget-borderRadius, 15px)",
25
+ },
26
+ {
27
+ type: "theme",
28
+ themePath: ["dashboards", "content", "kpiWidget", "borderWidth"],
29
+ variableName: "--gd-dashboards-content-kpiWidget-borderWidth",
30
+ defaultValue: "var(--gd-dashboards-content-widget-borderWidth, 2px)",
31
+ },
32
+ {
33
+ type: "theme",
34
+ themePath: ["dashboards", "content", "kpiWidget", "dropShadow"],
35
+ variableName: "--gd-dashboards-content-kpiWidget-dropShadow",
36
+ defaultValue: "var(--gd-dashboards-content-widget-dropShadow, none)",
37
+ defaultThemeValue: false,
38
+ },
39
+ {
40
+ type: "theme",
41
+ themePath: ["dashboards", "content", "kpiWidget", "kpi", "primaryMeasureColor"],
42
+ variableName: "--gd-dashboards-content-kpiWidget-kpi-primaryMeasureColor",
43
+ defaultValue: "var(--gd-palette-complementary-9-from-theme, #6d7680)",
44
+ },
45
+ {
46
+ type: "theme",
47
+ themePath: ["dashboards", "content", "kpiWidget", "kpi", "secondaryInfoColor"],
48
+ variableName: "--gd-dashboards-content-kpiWidget-kpi-secondaryInfoColor",
49
+ defaultValue: "var(--gd-palette-complementary-6, #94a1ad)",
50
+ },
51
+ {
52
+ type: "theme",
53
+ themePath: ["dashboards", "content", "kpiWidget", "kpi", "value", "negativeColor"],
54
+ variableName: "--gd-dashboards-content-kpiWidget-kpi-value-negativeColor",
55
+ defaultValue: null,
56
+ },
57
+ {
58
+ type: "theme",
59
+ themePath: ["dashboards", "content", "kpiWidget", "kpi", "value", "positiveColor"],
60
+ variableName: "--gd-dashboards-content-kpiWidget-kpi-value-positiveColor",
61
+ defaultValue: null,
62
+ },
63
+ {
64
+ type: "theme",
65
+ themePath: ["dashboards", "content", "kpiWidget", "kpi", "value", "textAlign"],
66
+ variableName: "--gd-dashboards-content-kpiWidget-kpi-value-textAlign",
67
+ defaultValue: null,
68
+ },
69
+ {
70
+ type: "theme",
71
+ themePath: ["dashboards", "content", "kpiWidget", "title", "color"],
72
+ variableName: "--gd-dashboards-content-kpiWidget-title-color",
73
+ defaultValue: "var(--gd-dashboards-content-widget-title-color, var(--gd-palette-complementary-8, #464e56))",
74
+ },
75
+ {
76
+ type: "theme",
77
+ themePath: ["dashboards", "content", "kpiWidget", "title", "textAlign"],
78
+ variableName: "--gd-dashboards-content-kpiWidget-title-textAlign",
79
+ defaultValue: "var(--gd-dashboards-content-widget-title-textAlign, center)",
80
+ },
81
+ {
82
+ type: "theme",
83
+ themePath: ["dashboards", "content", "widget", "backgroundColor"],
84
+ variableName: "--gd-dashboards-content-widget-backgroundColor",
85
+ defaultValue: "var(--gd-palette-complementary-0, #fff)",
86
+ },
87
+ {
88
+ type: "theme",
89
+ themePath: ["dashboards", "content", "widget", "borderColor"],
90
+ variableName: "--gd-dashboards-content-widget-borderColor",
91
+ defaultValue: "transparent",
92
+ },
93
+ {
94
+ type: "theme",
95
+ themePath: ["dashboards", "content", "widget", "borderRadius"],
96
+ variableName: "--gd-dashboards-content-widget-borderRadius",
97
+ defaultValue: "15px",
98
+ },
99
+ {
100
+ type: "theme",
101
+ themePath: ["dashboards", "content", "widget", "borderWidth"],
102
+ variableName: "--gd-dashboards-content-widget-borderWidth",
103
+ defaultValue: "2px",
104
+ },
105
+ {
106
+ type: "theme",
107
+ themePath: ["dashboards", "content", "widget", "chart", "backgroundColor"],
108
+ variableName: "--gd-dashboards-content-widget-chart-backgroundColor",
109
+ // see themeModifier in @gooddata/sdk-ui-dashboard -> --gd-chart-backgroundColor
110
+ defaultValue: "var(--gd-dashboards-content-widget-backgroundColor, var(--gd-palette-complementary-0, #fff))",
111
+ isNotTypedByTheme: true,
112
+ },
113
+ {
114
+ type: "theme",
115
+ themePath: ["dashboards", "content", "widget", "dropShadow"],
116
+ variableName: "--gd-dashboards-content-widget-dropShadow",
117
+ defaultValue: "none",
118
+ defaultThemeValue: false,
119
+ },
120
+ {
121
+ type: "theme",
122
+ themePath: ["dashboards", "content", "widget", "table", "backgroundColor"],
123
+ variableName: "--gd-dashboards-content-widget-table-backgroundColor",
124
+ // see themeModifier @gooddata/sdk-ui-dashboard -> --gd-table-backgroundColor
125
+ defaultValue: "var(--gd-dashboards-content-widget-backgroundColor, var(--gd-palette-complementary-0, #fff))",
126
+ isNotTypedByTheme: true,
127
+ },
128
+ {
129
+ type: "theme",
130
+ themePath: ["dashboards", "content", "widget", "title", "color"],
131
+ variableName: "--gd-dashboards-content-widget-title-color",
132
+ defaultValue: "var(--gd-palette-complementary-8, #464e56)",
133
+ },
134
+ {
135
+ type: "theme",
136
+ themePath: ["dashboards", "content", "widget", "title", "textAlign"],
137
+ variableName: "--gd-dashboards-content-widget-title-textAlign",
138
+ defaultValue: "center",
139
+ },
140
+ {
141
+ type: "theme",
142
+ themePath: ["dashboards", "editPanel", "backgroundColor"],
143
+ variableName: "--gd-dashboards-editPanel-backgroundColor",
144
+ defaultValue: null,
145
+ },
146
+ {
147
+ type: "theme",
148
+ themePath: ["dashboards", "filterBar", "backgroundColor"],
149
+ variableName: "--gd-dashboards-filterBar-backgroundColor",
150
+ defaultValue: "var(--gd-palette-complementary-0, #fff)",
151
+ },
152
+ {
153
+ type: "theme",
154
+ themePath: ["dashboards", "filterBar", "borderColor"],
155
+ variableName: "--gd-dashboards-filterBar-borderColor",
156
+ defaultValue: "var(--gd-palette-complementary-3, #dde4eb)",
157
+ },
158
+ {
159
+ type: "theme",
160
+ themePath: ["dashboards", "filterBar", "filterButton", "backgroundColor"],
161
+ variableName: "--gd-dashboards-filterBar-filterButton-backgroundColor",
162
+ defaultValue: "transparent",
163
+ },
164
+ {
165
+ type: "theme",
166
+ themePath: ["dashboards", "navigation", "backgroundColor"],
167
+ variableName: "--gd-dashboards-navigation-backgroundColor",
168
+ defaultValue: "var(--gd-palette-complementary-1-from-theme, #303442)",
169
+ },
170
+ {
171
+ type: "theme",
172
+ themePath: ["dashboards", "navigation", "borderColor"],
173
+ variableName: "--gd-dashboards-navigation-borderColor",
174
+ defaultValue: "var(--gd-palette-complementary-4-from-theme, rgba(148, 161, 173, 0.2))",
175
+ },
176
+ {
177
+ type: "theme",
178
+ themePath: ["dashboards", "navigation", "title", "color"],
179
+ variableName: "--gd-dashboards-navigation-title-color",
180
+ defaultValue: "var(--gd-palette-complementary-6, #94a1ad)",
181
+ },
182
+ {
183
+ type: "theme",
184
+ themePath: ["dashboards", "navigation", "item", "color"],
185
+ variableName: "--gd-dashboards-navigation-item-color",
186
+ defaultValue: "var(--gd-palette-complementary-8-from-theme, #94a1ad)",
187
+ },
188
+ {
189
+ type: "theme",
190
+ themePath: ["dashboards", "navigation", "item", "hoverColor"],
191
+ variableName: "--gd-dashboards-navigation-item-hoverColor",
192
+ defaultValue: "var(--gd-palette-complementary-9-from-theme, #fff)",
193
+ },
194
+ {
195
+ type: "theme",
196
+ themePath: ["dashboards", "navigation", "item", "selectedColor"],
197
+ variableName: "--gd-dashboards-navigation-item-selectedColor",
198
+ defaultValue: "var(--gd-palette-complementary-9-from-theme, #fff)",
199
+ },
200
+ {
201
+ type: "theme",
202
+ themePath: ["dashboards", "navigation", "item", "selectedBackgroundColor"],
203
+ variableName: "--gd-dashboards-navigation-item-selectedBackgroundColor",
204
+ defaultValue: "var(--gd-palette-complementary-0-from-theme, #131c28)",
205
+ },
206
+ {
207
+ type: "theme",
208
+ themePath: ["dashboards", "section", "description", "color"],
209
+ variableName: "--gd-dashboards-section-description-color",
210
+ defaultValue: "var(--gd-palette-complementary-6, #94a1ad)",
211
+ },
212
+ {
213
+ type: "theme",
214
+ themePath: ["dashboards", "section", "title", "color"],
215
+ variableName: "--gd-dashboards-section-title-color",
216
+ defaultValue: "var(--gd-palette-complementary-8, #464e56)",
217
+ },
218
+ {
219
+ type: "theme",
220
+ themePath: ["dashboards", "section", "title", "lineColor"],
221
+ variableName: "--gd-dashboards-section-title-lineColor",
222
+ defaultValue: "var(--gd-palette-complementary-3, #dde4eb)",
223
+ },
224
+ {
225
+ type: "theme",
226
+ themePath: ["dashboards", "title", "backgroundColor"],
227
+ variableName: "--gd-dashboards-title-backgroundColor",
228
+ defaultValue: "var(--gd-palette-complementary-0, #fff)",
229
+ },
230
+ {
231
+ type: "theme",
232
+ themePath: ["dashboards", "title", "color"],
233
+ variableName: "--gd-dashboards-title-color",
234
+ defaultValue: "var(--gd-palette-complementary-8, #464e56)",
235
+ },
236
+ {
237
+ type: "theme",
238
+ themePath: ["dashboards", "title", "borderColor"],
239
+ variableName: "--gd-dashboards-title-borderColor",
240
+ defaultValue: "var(--gd-palette-complementary-3, #dde4eb)",
241
+ },
242
+ ];
243
+ //# sourceMappingURL=dashboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../src/variablesSpec/theme/dashboard.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import { ThemeDefinedCssVariable } from "../types.js";
2
+ export declare const kpiThemeVariables: ThemeDefinedCssVariable[];
3
+ //# sourceMappingURL=kpi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kpi.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/theme/kpi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,eAAO,MAAM,iBAAiB,EAAE,uBAAuB,EA+BtD,CAAC"}
@@ -0,0 +1,33 @@
1
+ export const kpiThemeVariables = [
2
+ {
3
+ type: "theme",
4
+ themePath: ["kpi", "primaryMeasureColor"],
5
+ variableName: "--gd-kpi-primaryMeasureColor",
6
+ defaultValue: "var(--gd-palette-complementary-9, #000)",
7
+ },
8
+ {
9
+ type: "theme",
10
+ themePath: ["kpi", "secondaryInfoColor"],
11
+ variableName: "--gd-kpi-secondaryInfoColor",
12
+ defaultValue: "var(--gd-palette-complementary-3-from-theme, rgba(176, 190, 202, 0.5))",
13
+ },
14
+ {
15
+ type: "theme",
16
+ themePath: ["kpi", "value", "negativeColor"],
17
+ variableName: "--gd-kpi-value-negativeColor",
18
+ defaultValue: null,
19
+ },
20
+ {
21
+ type: "theme",
22
+ themePath: ["kpi", "value", "positiveColor"],
23
+ variableName: "--gd-kpi-value-positiveColor",
24
+ defaultValue: null,
25
+ },
26
+ {
27
+ type: "theme",
28
+ themePath: ["kpi", "value", "textAlign"],
29
+ variableName: "--gd-kpi-value-textAlign",
30
+ defaultValue: null,
31
+ },
32
+ ];
33
+ //# sourceMappingURL=kpi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kpi.js","sourceRoot":"","sources":["../../../src/variablesSpec/theme/kpi.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,iBAAiB,GAA8B;IACxD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,KAAK,EAAE,qBAAqB,CAAC;QACzC,YAAY,EAAE,8BAA8B;QAC5C,YAAY,EAAE,yCAAyC;KAC1D;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC;QACxC,YAAY,EAAE,6BAA6B;QAC3C,YAAY,EAAE,wEAAwE;KACzF;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,eAAe,CAAC;QAC5C,YAAY,EAAE,8BAA8B;QAC5C,YAAY,EAAE,IAAI;KACrB;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,eAAe,CAAC;QAC5C,YAAY,EAAE,8BAA8B;QAC5C,YAAY,EAAE,IAAI;KACrB;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,WAAW,CAAC;QACxC,YAAY,EAAE,0BAA0B;QACxC,YAAY,EAAE,IAAI;KACrB;CACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ThemeDefinedCssVariable } from "../types.js";
2
+ export declare const modalThemeVariables: ThemeDefinedCssVariable[];
3
+ //# sourceMappingURL=modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/theme/modal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,uBAAuB,EA6CxD,CAAC"}
@@ -0,0 +1,47 @@
1
+ export const modalThemeVariables = [
2
+ {
3
+ type: "theme",
4
+ variableName: "--gd-modal-borderColor",
5
+ themePath: ["modal", "borderColor"],
6
+ defaultValue: "var(--gd-palette-complementary-3, #dde4eb)",
7
+ },
8
+ {
9
+ type: "theme",
10
+ variableName: "--gd-modal-borderRadius",
11
+ themePath: ["modal", "borderRadius"],
12
+ defaultValue: "3px",
13
+ },
14
+ {
15
+ type: "theme",
16
+ variableName: "--gd-modal-borderWidth",
17
+ themePath: ["modal", "borderWidth"],
18
+ defaultValue: "0",
19
+ },
20
+ {
21
+ type: "theme",
22
+ variableName: "--gd-modal-dropShadow",
23
+ themePath: ["modal", "dropShadow"],
24
+ defaultValue: null,
25
+ defaultThemeValue: true,
26
+ skipDefaultValueValidation: true,
27
+ },
28
+ {
29
+ type: "theme",
30
+ variableName: "--gd-modal-outsideBackgroundColor",
31
+ themePath: ["modal", "outsideBackgroundColor"],
32
+ defaultValue: "var(--gd-palette-complementary-2-from-theme, #eff1f3)",
33
+ },
34
+ {
35
+ type: "theme",
36
+ variableName: "--gd-modal-title-color",
37
+ themePath: ["modal", "title", "color"],
38
+ defaultValue: "var(--gd-palette-complementary-9, #000)",
39
+ },
40
+ {
41
+ type: "theme",
42
+ variableName: "--gd-modal-title-lineColor",
43
+ themePath: ["modal", "title", "lineColor"],
44
+ defaultValue: "var(--gd-palette-complementary-3, #dde4eb)",
45
+ },
46
+ ];
47
+ //# sourceMappingURL=modal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.js","sourceRoot":"","sources":["../../../src/variablesSpec/theme/modal.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,mBAAmB,GAA8B;IAC1D;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,wBAAwB;QACtC,SAAS,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC;QACnC,YAAY,EAAE,4CAA4C;KAC7D;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,yBAAyB;QACvC,SAAS,EAAE,CAAC,OAAO,EAAE,cAAc,CAAC;QACpC,YAAY,EAAE,KAAK;KACtB;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,wBAAwB;QACtC,SAAS,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC;QACnC,YAAY,EAAE,GAAG;KACpB;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,uBAAuB;QACrC,SAAS,EAAE,CAAC,OAAO,EAAE,YAAY,CAAC;QAClC,YAAY,EAAE,IAAI;QAClB,iBAAiB,EAAE,IAAI;QACvB,0BAA0B,EAAE,IAAI;KACnC;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,mCAAmC;QACjD,SAAS,EAAE,CAAC,OAAO,EAAE,wBAAwB,CAAC;QAC9C,YAAY,EAAE,uDAAuD;KACxE;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,wBAAwB;QACtC,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC;QACtC,YAAY,EAAE,yCAAyC;KAC1D;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,4BAA4B;QAC1C,SAAS,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,WAAW,CAAC;QAC1C,YAAY,EAAE,4CAA4C;KAC7D;CACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ThemeDefinedCssVariable } from "../types.js";
2
+ export declare const paletteBaseThemeVariables: ThemeDefinedCssVariable[];
3
+ //# sourceMappingURL=palette-base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette-base.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/theme/palette-base.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,eAAO,MAAM,yBAAyB,EAAE,uBAAuB,EA+B9D,CAAC"}
@@ -0,0 +1,33 @@
1
+ export const paletteBaseThemeVariables = [
2
+ {
3
+ type: "theme",
4
+ variableName: "--gd-palette-error-base",
5
+ themePath: ["palette", "error", "base"],
6
+ defaultValue: "#e54d42",
7
+ },
8
+ {
9
+ type: "theme",
10
+ variableName: "--gd-palette-info-base",
11
+ themePath: ["palette", "info", "base"],
12
+ defaultValue: "var(--gd-palette-primary-base, #14b2e2)",
13
+ },
14
+ {
15
+ type: "theme",
16
+ variableName: "--gd-palette-primary-base",
17
+ themePath: ["palette", "primary", "base"],
18
+ defaultValue: "#14b2e2",
19
+ },
20
+ {
21
+ type: "theme",
22
+ variableName: "--gd-palette-success-base",
23
+ themePath: ["palette", "success", "base"],
24
+ defaultValue: "#00c18d",
25
+ },
26
+ {
27
+ type: "theme",
28
+ variableName: "--gd-palette-warning-base",
29
+ themePath: ["palette", "warning", "base"],
30
+ defaultValue: "#fada23",
31
+ },
32
+ ];
33
+ //# sourceMappingURL=palette-base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette-base.js","sourceRoot":"","sources":["../../../src/variablesSpec/theme/palette-base.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,yBAAyB,GAA8B;IAChE;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,yBAAyB;QACvC,SAAS,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE,MAAM,CAAC;QACvC,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,wBAAwB;QACtC,SAAS,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC;QACtC,YAAY,EAAE,yCAAyC;KAC1D;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,2BAA2B;QACzC,SAAS,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,CAAC;QACzC,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,2BAA2B;QACzC,SAAS,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,CAAC;QACzC,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,2BAA2B;QACzC,SAAS,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,CAAC;QACzC,YAAY,EAAE,SAAS;KAC1B;CACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ThemeDefinedCssVariable } from "../types.js";
2
+ export declare const paletteComplementaryThemeVariables: ThemeDefinedCssVariable[];
3
+ //# sourceMappingURL=palette-complementary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette-complementary.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/theme/palette-complementary.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,eAAO,MAAM,kCAAkC,EAAE,uBAAuB,EA6DvE,CAAC"}
@@ -0,0 +1,63 @@
1
+ export const paletteComplementaryThemeVariables = [
2
+ {
3
+ type: "theme",
4
+ variableName: "--gd-palette-complementary-0",
5
+ themePath: ["palette", "complementary", "c0"],
6
+ defaultValue: "#fff",
7
+ },
8
+ {
9
+ type: "theme",
10
+ variableName: "--gd-palette-complementary-1",
11
+ themePath: ["palette", "complementary", "c1"],
12
+ defaultValue: "#f5f8fa",
13
+ },
14
+ {
15
+ type: "theme",
16
+ variableName: "--gd-palette-complementary-2",
17
+ themePath: ["palette", "complementary", "c2"],
18
+ defaultValue: "#ebeff4",
19
+ },
20
+ {
21
+ type: "theme",
22
+ variableName: "--gd-palette-complementary-3",
23
+ themePath: ["palette", "complementary", "c3"],
24
+ defaultValue: "#dde4eb",
25
+ },
26
+ {
27
+ type: "theme",
28
+ variableName: "--gd-palette-complementary-4",
29
+ themePath: ["palette", "complementary", "c4"],
30
+ defaultValue: "#ccd8e2",
31
+ },
32
+ {
33
+ type: "theme",
34
+ variableName: "--gd-palette-complementary-5",
35
+ themePath: ["palette", "complementary", "c5"],
36
+ defaultValue: "#b0beca",
37
+ },
38
+ {
39
+ type: "theme",
40
+ variableName: "--gd-palette-complementary-6",
41
+ themePath: ["palette", "complementary", "c6"],
42
+ defaultValue: "#94a1ad",
43
+ },
44
+ {
45
+ type: "theme",
46
+ variableName: "--gd-palette-complementary-7",
47
+ themePath: ["palette", "complementary", "c7"],
48
+ defaultValue: "#6d7680",
49
+ },
50
+ {
51
+ type: "theme",
52
+ variableName: "--gd-palette-complementary-8",
53
+ themePath: ["palette", "complementary", "c8"],
54
+ defaultValue: "#464e56",
55
+ },
56
+ {
57
+ type: "theme",
58
+ variableName: "--gd-palette-complementary-9",
59
+ themePath: ["palette", "complementary", "c9"],
60
+ defaultValue: "#000",
61
+ },
62
+ ];
63
+ //# sourceMappingURL=palette-complementary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette-complementary.js","sourceRoot":"","sources":["../../../src/variablesSpec/theme/palette-complementary.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,kCAAkC,GAA8B;IACzE;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,MAAM;KACvB;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,SAAS;KAC1B;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,IAAI,CAAC;QAC7C,YAAY,EAAE,MAAM;KACvB;CACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ThemeDefinedCssVariable } from "../types.js";
2
+ export declare const tableThemeVariables: ThemeDefinedCssVariable[];
3
+ //# sourceMappingURL=table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/theme/table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,uBAAuB,EAqExD,CAAC"}
@@ -0,0 +1,69 @@
1
+ export const tableThemeVariables = [
2
+ {
3
+ type: "theme",
4
+ themePath: ["table", "backgroundColor"],
5
+ variableName: "--gd-table-backgroundColor",
6
+ defaultValue: "var(--gd-palette-complementary-0, #fff)",
7
+ },
8
+ {
9
+ type: "theme",
10
+ themePath: ["table", "gridColor"],
11
+ variableName: "--gd-table-gridColor",
12
+ defaultValue: "var(--gd-palette-complementary-4-from-theme, rgba(176, 190, 202, 0.5))",
13
+ },
14
+ {
15
+ type: "theme",
16
+ themePath: ["table", "headerHoverBackgroundColor"],
17
+ variableName: "--gd-table-headerHoverBackgroundColor",
18
+ defaultValue: "var(--gd-palette-complementary-1-from-theme, var(--gd-palette-primary-dimmed, #e8f7fc))",
19
+ },
20
+ {
21
+ type: "theme",
22
+ themePath: ["table", "headerLabelColor"],
23
+ variableName: "--gd-table-headerLabelColor",
24
+ defaultValue: "var(--gd-palette-complementary-7-from-theme, var(--gd-palette-complementary-8, #464e56))",
25
+ },
26
+ {
27
+ type: "theme",
28
+ themePath: ["table", "hoverBackgroundColor"],
29
+ variableName: "--gd-table-hoverBackgroundColor",
30
+ defaultValue: "var(--gd-palette-complementary-1-from-theme, rgba(109, 118, 128, 0.1))",
31
+ },
32
+ {
33
+ type: "theme",
34
+ themePath: ["table", "loadingIconColor"],
35
+ variableName: "--gd-table-loadingIconColor",
36
+ defaultValue: "var(--gd-palette-complementary-6, #94a1ad)",
37
+ },
38
+ {
39
+ type: "theme",
40
+ themePath: ["table", "nullValueColor"],
41
+ variableName: "--gd-table-nullValueColor",
42
+ defaultValue: "var(--gd-palette-complementary-6, #94a1ad)",
43
+ },
44
+ {
45
+ type: "theme",
46
+ themePath: ["table", "subtotalBackgroundColor"],
47
+ variableName: "--gd-table-subtotalBackgroundColor",
48
+ defaultValue: "var(--gd-palette-complementary-1-from-theme, rgba(176, 190, 202, 0.1))",
49
+ },
50
+ {
51
+ type: "theme",
52
+ themePath: ["table", "totalBackgroundColor"],
53
+ variableName: "--gd-table-totalBackgroundColor",
54
+ defaultValue: "var(--gd-palette-complementary-2-from-theme, rgba(176, 190, 202, 0.2))",
55
+ },
56
+ {
57
+ type: "theme",
58
+ themePath: ["table", "totalValueColor"],
59
+ variableName: "--gd-table-totalValueColor",
60
+ defaultValue: "var(--gd-palette-complementary-9, #000)",
61
+ },
62
+ {
63
+ type: "theme",
64
+ themePath: ["table", "valueColor"],
65
+ variableName: "--gd-table-valueColor",
66
+ defaultValue: "var(--gd-palette-complementary-8, #464e56)",
67
+ },
68
+ ];
69
+ //# sourceMappingURL=table.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.js","sourceRoot":"","sources":["../../../src/variablesSpec/theme/table.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,mBAAmB,GAA8B;IAC1D;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,iBAAiB,CAAC;QACvC,YAAY,EAAE,4BAA4B;QAC1C,YAAY,EAAE,yCAAyC;KAC1D;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,WAAW,CAAC;QACjC,YAAY,EAAE,sBAAsB;QACpC,YAAY,EAAE,wEAAwE;KACzF;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,4BAA4B,CAAC;QAClD,YAAY,EAAE,uCAAuC;QACrD,YAAY,EACR,yFAAyF;KAChG;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,kBAAkB,CAAC;QACxC,YAAY,EAAE,6BAA6B;QAC3C,YAAY,EACR,0FAA0F;KACjG;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,sBAAsB,CAAC;QAC5C,YAAY,EAAE,iCAAiC;QAC/C,YAAY,EAAE,wEAAwE;KACzF;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,kBAAkB,CAAC;QACxC,YAAY,EAAE,6BAA6B;QAC3C,YAAY,EAAE,4CAA4C;KAC7D;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,gBAAgB,CAAC;QACtC,YAAY,EAAE,2BAA2B;QACzC,YAAY,EAAE,4CAA4C;KAC7D;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,yBAAyB,CAAC;QAC/C,YAAY,EAAE,oCAAoC;QAClD,YAAY,EAAE,wEAAwE;KACzF;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,sBAAsB,CAAC;QAC5C,YAAY,EAAE,iCAAiC;QAC/C,YAAY,EAAE,wEAAwE;KACzF;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,iBAAiB,CAAC;QACvC,YAAY,EAAE,4BAA4B;QAC1C,YAAY,EAAE,yCAAyC;KAC1D;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,OAAO,EAAE,YAAY,CAAC;QAClC,YAAY,EAAE,uBAAuB;QACrC,YAAY,EAAE,4CAA4C;KAC7D;CACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ThemeDefinedCssVariable } from "../types.js";
2
+ export declare const tooltipThemeVariables: ThemeDefinedCssVariable[];
3
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/theme/tooltip.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,eAAO,MAAM,qBAAqB,EAAE,uBAAuB,EAa1D,CAAC"}
@@ -0,0 +1,15 @@
1
+ export const tooltipThemeVariables = [
2
+ {
3
+ type: "theme",
4
+ variableName: "--gd-tooltip-backgroundColor",
5
+ themePath: ["tooltip", "backgroundColor"],
6
+ defaultValue: "var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95))",
7
+ },
8
+ {
9
+ type: "theme",
10
+ variableName: "--gd-tooltip-color",
11
+ themePath: ["tooltip", "color"],
12
+ defaultValue: "var(--gd-palette-complementary-0, #fff)",
13
+ },
14
+ ];
15
+ //# sourceMappingURL=tooltip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.js","sourceRoot":"","sources":["../../../src/variablesSpec/theme/tooltip.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,qBAAqB,GAA8B;IAC5D;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,8BAA8B;QAC5C,SAAS,EAAE,CAAC,SAAS,EAAE,iBAAiB,CAAC;QACzC,YAAY,EAAE,sEAAsE;KACvF;IACD;QACI,IAAI,EAAE,OAAO;QACb,YAAY,EAAE,oBAAoB;QAClC,SAAS,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC;QAC/B,YAAY,EAAE,yCAAyC;KAC1D;CACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ThemeDefinedCssVariable } from "../types.js";
2
+ export declare const typographyThemeVariables: ThemeDefinedCssVariable[];
3
+ //# sourceMappingURL=typography.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/theme/typography.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,eAAO,MAAM,wBAAwB,EAAE,uBAAuB,EAa7D,CAAC"}
@@ -0,0 +1,15 @@
1
+ export const typographyThemeVariables = [
2
+ {
3
+ type: "theme",
4
+ themePath: ["typography", "font"],
5
+ variableName: "--gd-typography-font",
6
+ defaultValue: null,
7
+ },
8
+ {
9
+ type: "theme",
10
+ themePath: ["typography", "fontBold"],
11
+ variableName: "--gd-typography-fontBold",
12
+ defaultValue: null,
13
+ },
14
+ ];
15
+ //# sourceMappingURL=typography.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typography.js","sourceRoot":"","sources":["../../../src/variablesSpec/theme/typography.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,wBAAwB,GAA8B;IAC/D;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC;QACjC,YAAY,EAAE,sBAAsB;QACpC,YAAY,EAAE,IAAI;KACrB;IACD;QACI,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,CAAC,YAAY,EAAE,UAAU,CAAC;QACrC,YAAY,EAAE,0BAA0B;QACxC,YAAY,EAAE,IAAI;KACrB;CACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ThemeDerivedCssVariable } from "../types.js";
2
+ export declare const derivedPaletteBaseThemeVariables: ThemeDerivedCssVariable[];
3
+ //# sourceMappingURL=palette-base-derived.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette-base-derived.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/theme-derived/palette-base-derived.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,eAAO,MAAM,gCAAgC,EAAE,uBAAuB,EAiRrE,CAAC"}