@ui5/webcomponents-theming 0.0.0-1929d08ff → 0.0.0-1acdb5da5

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 (93) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +273 -0
  3. package/README.md +5 -6
  4. package/config/postcss.themes/{postcss.config.js → postcss.config.cjs} +3 -3
  5. package/css-vars-usage.json +140 -6
  6. package/dist/Assets-static.d.ts +1 -0
  7. package/dist/Assets-static.js +1 -0
  8. package/dist/Assets-static.js.map +1 -0
  9. package/dist/Assets.d.ts +1 -0
  10. package/dist/Assets.js +1 -0
  11. package/dist/Assets.js.map +1 -0
  12. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  13. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  15. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  16. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  17. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  18. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  19. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  20. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  21. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  22. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  23. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  24. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  28. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  29. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  30. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  31. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  32. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  33. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  34. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  35. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  36. package/dist/generated/json-imports/Themes-static.js +9 -3
  37. package/dist/generated/json-imports/Themes.js +6 -3
  38. package/dist/generated/themes/sap_belize/parameters-bundle.css.d.ts +3 -0
  39. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +3 -1
  40. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
  41. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
  42. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +3 -1
  43. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
  44. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
  45. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +3 -1
  46. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
  47. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
  48. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  49. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  50. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +3 -0
  51. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  52. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  53. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +3 -0
  54. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  55. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  56. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +3 -0
  57. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  58. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  59. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +3 -0
  60. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  61. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  62. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +3 -0
  63. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -0
  64. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  65. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +3 -0
  66. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -1
  67. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  68. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +3 -0
  69. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -0
  70. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  71. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +3 -0
  72. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -0
  73. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  74. package/dist/themes/sap_belize/css_variables.css +261 -24
  75. package/dist/themes/sap_belize_hcb/css_variables.css +251 -14
  76. package/dist/themes/sap_belize_hcw/css_variables.css +248 -11
  77. package/dist/themes/sap_fiori_3/css_variables.css +263 -26
  78. package/dist/themes/sap_fiori_3_dark/css_variables.css +253 -16
  79. package/dist/themes/sap_fiori_3_hcb/css_variables.css +254 -17
  80. package/dist/themes/sap_fiori_3_hcw/css_variables.css +251 -14
  81. package/dist/themes/sap_horizon/css_variables.css +421 -184
  82. package/dist/themes/sap_horizon_dark/css_variables.css +821 -0
  83. package/dist/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  84. package/dist/themes/sap_horizon_exp/css_variables.css +421 -184
  85. package/dist/themes/sap_horizon_hcb/css_variables.css +821 -0
  86. package/dist/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  87. package/dist/themes/sap_horizon_hcw/css_variables.css +821 -0
  88. package/dist/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  89. package/lib/generate-css-vars-usage-report/index.js +23 -14
  90. package/{package-scripts.js → package-scripts.cjs} +3 -7
  91. package/package.json +7 -8
  92. package/tsconfig.json +15 -0
  93. package/hash.txt +0 -1
package/.npsrc.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "config": "./package-scripts.cjs"
3
+ }
package/CHANGELOG.md CHANGED
@@ -3,6 +3,279 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.13.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0...v1.13.0-rc.0) (2023-04-06)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-theming
9
+
10
+
11
+
12
+
13
+
14
+ # [1.12.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.3...v1.12.0) (2023-04-04)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-theming
17
+
18
+
19
+
20
+
21
+
22
+ # [1.12.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.2...v1.12.0-rc.3) (2023-03-30)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-theming
25
+
26
+
27
+
28
+
29
+
30
+ # [1.12.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.1...v1.12.0-rc.2) (2023-03-23)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * inline sources in the .map file so the src folder is not mandatory ([#6732](https://github.com/SAP/ui5-webcomponents/issues/6732)) ([16771a6](https://github.com/SAP/ui5-webcomponents/commit/16771a64d7b13f418af9afa1a03b224fe3762775))
36
+
37
+
38
+
39
+
40
+
41
+ # [1.12.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.0...v1.12.0-rc.1) (2023-03-16)
42
+
43
+ **Note:** Version bump only for package @ui5/webcomponents-theming
44
+
45
+
46
+
47
+
48
+
49
+ # [1.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0...v1.12.0-rc.0) (2023-03-09)
50
+
51
+ **Note:** Version bump only for package @ui5/webcomponents-theming
52
+
53
+
54
+
55
+
56
+
57
+ # [1.11.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.4...v1.11.0) (2023-03-06)
58
+
59
+ **Note:** Version bump only for package @ui5/webcomponents-theming
60
+
61
+
62
+
63
+
64
+
65
+ # [1.11.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.3...v1.11.0-rc.4) (2023-03-02)
66
+
67
+ **Note:** Version bump only for package @ui5/webcomponents-theming
68
+
69
+
70
+
71
+
72
+
73
+ # [1.11.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.2...v1.11.0-rc.3) (2023-02-23)
74
+
75
+ **Note:** Version bump only for package @ui5/webcomponents-theming
76
+
77
+
78
+
79
+
80
+
81
+ # [1.11.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.1...v1.11.0-rc.2) (2023-02-16)
82
+
83
+ **Note:** Version bump only for package @ui5/webcomponents-theming
84
+
85
+
86
+
87
+
88
+
89
+ # [1.11.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.0...v1.11.0-rc.1) (2023-02-09)
90
+
91
+ **Note:** Version bump only for package @ui5/webcomponents-theming
92
+
93
+
94
+
95
+
96
+
97
+ # [1.11.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.4-rc.0...v1.11.0-rc.0) (2023-02-02)
98
+
99
+ **Note:** Version bump only for package @ui5/webcomponents-theming
100
+
101
+
102
+
103
+
104
+
105
+ ## [1.10.4-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.3...v1.10.4-rc.0) (2023-01-26)
106
+
107
+ **Note:** Version bump only for package @ui5/webcomponents-theming
108
+
109
+
110
+
111
+
112
+
113
+ ## [1.10.3](https://github.com/SAP/ui5-webcomponents/compare/v1.10.2...v1.10.3) (2023-01-25)
114
+
115
+ **Note:** Version bump only for package @ui5/webcomponents-theming
116
+
117
+
118
+
119
+
120
+
121
+ ## [1.10.2](https://github.com/SAP/ui5-webcomponents/compare/v1.10.1...v1.10.2) (2023-01-25)
122
+
123
+ **Note:** Version bump only for package ui5-webcomponents
124
+
125
+ ## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
126
+
127
+ **Note:** Version bump only for package @ui5/webcomponents-theming
128
+
129
+
130
+
131
+
132
+
133
+ # [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
134
+
135
+ **Note:** Version bump only for package @ui5/webcomponents-theming
136
+
137
+
138
+
139
+
140
+
141
+ ## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
142
+
143
+ **Note:** Version bump only for package @ui5/webcomponents-theming
144
+
145
+
146
+
147
+
148
+
149
+ ## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
150
+
151
+ **Note:** Version bump only for package @ui5/webcomponents-theming
152
+
153
+
154
+
155
+
156
+
157
+ # [1.9.0](https://github.com/SAP/ui5-webcomponents/compare/v1.8.0...v1.9.0) (2022-10-31)
158
+
159
+ **Note:** Version bump only for package @ui5/webcomponents-theming
160
+
161
+
162
+
163
+
164
+
165
+ # [1.8.0](https://github.com/SAP/ui5-webcomponents/compare/v1.7.1...v1.8.0) (2022-10-03)
166
+
167
+ **Note:** Version bump only for package @ui5/webcomponents-theming
168
+
169
+
170
+
171
+
172
+
173
+ ## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
174
+
175
+ **Note:** Version bump only for package @ui5/webcomponents-theming
176
+
177
+
178
+
179
+
180
+
181
+ # [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
182
+
183
+
184
+ ### Bug Fixes
185
+
186
+ * **ui5-input:** fix item selection bugs ([#5372](https://github.com/SAP/ui5-webcomponents/issues/5372)) ([274efaa](https://github.com/SAP/ui5-webcomponents/commit/274efaaa212e3152d27665f1809e649a75f67001))
187
+
188
+
189
+
190
+
191
+
192
+ # [1.6.0](https://github.com/SAP/ui5-webcomponents/compare/v1.5.0...v1.6.0) (2022-07-25)
193
+
194
+ **Note:** Version bump only for package @ui5/webcomponents-theming
195
+
196
+
197
+
198
+
199
+
200
+ # [1.5.0](https://github.com/SAP/ui5-webcomponents/compare/v1.4.0...v1.5.0) (2022-07-03)
201
+
202
+
203
+
204
+
205
+
206
+
207
+ # [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25)
208
+
209
+
210
+ ### Bug Fixes
211
+
212
+ * **framework:** fix fallback to default theme ([#5185](https://github.com/SAP/ui5-webcomponents/issues/5185)) ([0fc2f0d](https://github.com/SAP/ui5-webcomponents/commit/0fc2f0d)), closes [#5136](https://github.com/SAP/ui5-webcomponents/issues/5136) [#5136](https://github.com/SAP/ui5-webcomponents/issues/5136)
213
+
214
+
215
+
216
+
217
+
218
+ ## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
219
+
220
+ **Note:** Version bump only for package @ui5/webcomponents-theming
221
+
222
+
223
+
224
+
225
+
226
+ # [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
227
+
228
+
229
+ * ****Note:** Version bump only for package @ui5/webcomponents-theming
230
+
231
+
232
+
233
+
234
+
235
+
236
+ ## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30)
237
+
238
+ **Note:** Version bump only for package @ui5/webcomponents-theming
239
+
240
+
241
+
242
+
243
+
244
+ ## [1.2.3](https://github.com/SAP/ui5-webcomponents/compare/v1.2.2...v1.2.3) (2022-03-23)
245
+
246
+ **Note:** Version bump only for package @ui5/webcomponents-theming
247
+
248
+
249
+
250
+
251
+
252
+ ## [1.2.2](https://github.com/SAP/ui5-webcomponents/compare/v1.2.1...v1.2.2) (2022-03-22)
253
+
254
+
255
+ ### Features
256
+
257
+ * add ` sap_horizon_dark` and `sap_horizon_hcb(hcw)` theme params ([#4722](https://github.com/SAP/ui5-webcomponents/issues/4722)) ([dc070a1](https://github.com/SAP/ui5-webcomponents/commit/dc070a1))
258
+
259
+
260
+
261
+
262
+
263
+ ## [1.2.1](https://github.com/SAP/ui5-webcomponents/compare/v1.2.0...v1.2.1) (2022-03-02)
264
+
265
+ **Note:** Version bump only for package @ui5/webcomponents-theming
266
+
267
+
268
+
269
+
270
+
271
+ # [1.2.0](https://github.com/SAP/ui5-webcomponents/compare/v1.1.2...v1.2.0) (2022-02-28)
272
+
273
+ **Note:** Version bump only for package @ui5/webcomponents-theming
274
+
275
+
276
+
277
+
278
+
6
279
  ## [1.1.2](https://github.com/SAP/ui5-webcomponents/compare/v1.1.1...v1.1.2) (2022-01-26)
7
280
 
8
281
  **Note:** Version bump only for package @ui5/webcomponents-theming
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
- ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/master/docs/images/UI5_logo_wide.png)
1
+ ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_wide.png)
2
2
 
3
3
  # UI5 Web Components - Theming
4
4
 
5
- [![Travis CI Build Status](https://travis-ci.org/SAP/ui5-webcomponents.svg?branch=master)](https://travis-ci.org/SAP/ui5-webcomponents)
6
5
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents)
7
6
 
8
7
  Provides common theming assets, used by other UI5 Web Components packages, such as `main` and `fiori`.
@@ -18,16 +17,16 @@ The assets, provided by this package, are additional themes:
18
17
  *Note:* These assets are already imported by the UI5 Web Components packages that need them.
19
18
 
20
19
  ## Resources
21
- - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/master/README.md)
20
+ - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md)
22
21
  - [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
23
22
  - [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/)
24
23
 
25
24
  ## Support
26
- We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
25
+ We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
27
26
 
28
27
  ## Contribute
29
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md).
28
+ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
30
29
 
31
30
  ## License
32
31
  Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
33
- This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt) file.
32
+ This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/main/LICENSE.txt) file.
@@ -1,4 +1,4 @@
1
- const combineSelectors = require('postcss-combine-duplicated-selectors');
1
+ const combineSelectors = require('@ui5/webcomponents-tools/lib/postcss-combine-duplicated-selectors/index.js');
2
2
  const postcssImport = require('postcss-import');
3
3
  const cssnano = require('cssnano');
4
4
  const postcssCSStoJSON = require('@ui5/webcomponents-tools/lib/postcss-css-to-json/index.js');
@@ -18,7 +18,7 @@ module.exports = {
18
18
  ]
19
19
  },
20
20
  ),
21
- postcssCSStoJSON({toReplace: `dist`, packageName: "@ui5/webcomponents-theming"}),
22
- postcssCSStoESM({toReplace: `dist`, packageName: "@ui5/webcomponents-theming"}),
21
+ postcssCSStoJSON({ toReplace: `dist`, packageName: "@ui5/webcomponents-theming" }),
22
+ postcssCSStoESM({ toReplace: `dist`, packageName: "@ui5/webcomponents-theming" }),
23
23
  ]
24
24
  };
@@ -10,10 +10,39 @@
10
10
  "--sapAccentColor9",
11
11
  "--sapAccentColor10",
12
12
  "--sapActiveColor",
13
+ "--sapAvatar_1_Background",
14
+ "--sapAvatar_1_BorderColor",
15
+ "--sapAvatar_1_TextColor",
16
+ "--sapAvatar_2_Background",
17
+ "--sapAvatar_2_BorderColor",
18
+ "--sapAvatar_2_TextColor",
19
+ "--sapAvatar_3_Background",
20
+ "--sapAvatar_3_BorderColor",
21
+ "--sapAvatar_3_TextColor",
22
+ "--sapAvatar_4_Background",
23
+ "--sapAvatar_4_BorderColor",
24
+ "--sapAvatar_4_TextColor",
25
+ "--sapAvatar_5_Background",
26
+ "--sapAvatar_5_BorderColor",
27
+ "--sapAvatar_5_TextColor",
28
+ "--sapAvatar_6_Background",
29
+ "--sapAvatar_6_BorderColor",
30
+ "--sapAvatar_6_TextColor",
31
+ "--sapAvatar_7_Background",
32
+ "--sapAvatar_7_BorderColor",
33
+ "--sapAvatar_7_TextColor",
34
+ "--sapAvatar_8_Background",
35
+ "--sapAvatar_8_BorderColor",
36
+ "--sapAvatar_8_TextColor",
37
+ "--sapAvatar_9_Background",
38
+ "--sapAvatar_9_BorderColor",
39
+ "--sapAvatar_9_TextColor",
40
+ "--sapAvatar_10_Background",
41
+ "--sapAvatar_10_BorderColor",
42
+ "--sapAvatar_10_TextColor",
13
43
  "--sapBackgroundColor",
14
44
  "--sapBaseColor",
15
45
  "--sapBlockLayer_Background",
16
- "--sapBrandColor",
17
46
  "--sapButton_Accept_Active_Background",
18
47
  "--sapButton_Accept_Active_BorderColor",
19
48
  "--sapButton_Accept_Active_TextColor",
@@ -21,7 +50,11 @@
21
50
  "--sapButton_Accept_BorderColor",
22
51
  "--sapButton_Accept_Hover_Background",
23
52
  "--sapButton_Accept_Hover_BorderColor",
53
+ "--sapButton_Accept_Hover_TextColor",
54
+ "--sapButton_Accept_Selected_Background",
55
+ "--sapButton_Accept_Selected_BorderColor",
24
56
  "--sapButton_Accept_Selected_Hover_Background",
57
+ "--sapButton_Accept_Selected_Hover_BorderColor",
25
58
  "--sapButton_Accept_Selected_TextColor",
26
59
  "--sapButton_Accept_TextColor",
27
60
  "--sapButton_Active_Background",
@@ -35,11 +68,16 @@
35
68
  "--sapButton_Attention_Hover_Background",
36
69
  "--sapButton_Attention_Hover_BorderColor",
37
70
  "--sapButton_Attention_Hover_TextColor",
71
+ "--sapButton_Attention_Selected_Background",
72
+ "--sapButton_Attention_Selected_BorderColor",
73
+ "--sapButton_Attention_Selected_Hover_Background",
74
+ "--sapButton_Attention_Selected_Hover_BorderColor",
38
75
  "--sapButton_Attention_Selected_TextColor",
39
76
  "--sapButton_Attention_TextColor",
40
77
  "--sapButton_Background",
41
78
  "--sapButton_BorderColor",
42
79
  "--sapButton_BorderCornerRadius",
80
+ "--sapButton_BorderWidth",
43
81
  "--sapButton_Emphasized_Active_Background",
44
82
  "--sapButton_Emphasized_Active_BorderColor",
45
83
  "--sapButton_Emphasized_Active_TextColor",
@@ -47,15 +85,38 @@
47
85
  "--sapButton_Emphasized_BorderColor",
48
86
  "--sapButton_Emphasized_Hover_Background",
49
87
  "--sapButton_Emphasized_Hover_BorderColor",
88
+ "--sapButton_Emphasized_Hover_TextColor",
50
89
  "--sapButton_Emphasized_TextColor",
51
- "--sapButton_Emphasized_TextShadow",
90
+ "--sapButton_Handle_Background",
91
+ "--sapButton_Handle_BorderColor",
92
+ "--sapButton_Handle_Hover_Background",
93
+ "--sapButton_Handle_Hover_BorderColor",
94
+ "--sapButton_Handle_Negative_Background",
95
+ "--sapButton_Handle_Negative_BorderColor",
96
+ "--sapButton_Handle_Negative_Hover_Background",
97
+ "--sapButton_Handle_Negative_Hover_BorderColor",
98
+ "--sapButton_Handle_Negative_TextColor",
99
+ "--sapButton_Handle_Positive_Background",
100
+ "--sapButton_Handle_Positive_BorderColor",
101
+ "--sapButton_Handle_Positive_Hover_Background",
102
+ "--sapButton_Handle_Positive_Hover_BorderColor",
103
+ "--sapButton_Handle_Positive_TextColor",
104
+ "--sapButton_Handle_Selected_Background",
105
+ "--sapButton_Handle_Selected_BorderColor",
106
+ "--sapButton_Handle_Selected_Hover_Background",
107
+ "--sapButton_Handle_Selected_Hover_BorderColor",
108
+ "--sapButton_Handle_Selected_TextColor",
109
+ "--sapButton_Handle_TextColor",
52
110
  "--sapButton_Hover_Background",
53
111
  "--sapButton_Hover_BorderColor",
54
112
  "--sapButton_Hover_TextColor",
113
+ "--sapButton_Lite_Active_Background",
114
+ "--sapButton_Lite_Active_BorderColor",
55
115
  "--sapButton_Lite_Background",
56
116
  "--sapButton_Lite_BorderColor",
57
117
  "--sapButton_Lite_Hover_Background",
58
118
  "--sapButton_Lite_Hover_BorderColor",
119
+ "--sapButton_Lite_Hover_TextColor",
59
120
  "--sapButton_Lite_TextColor",
60
121
  "--sapButton_Negative_BorderColor",
61
122
  "--sapButton_Neutral_Background",
@@ -66,7 +127,11 @@
66
127
  "--sapButton_Reject_BorderColor",
67
128
  "--sapButton_Reject_Hover_Background",
68
129
  "--sapButton_Reject_Hover_BorderColor",
130
+ "--sapButton_Reject_Hover_TextColor",
131
+ "--sapButton_Reject_Selected_Background",
132
+ "--sapButton_Reject_Selected_BorderColor",
69
133
  "--sapButton_Reject_Selected_Hover_Background",
134
+ "--sapButton_Reject_Selected_Hover_BorderColor",
70
135
  "--sapButton_Reject_Selected_TextColor",
71
136
  "--sapButton_Reject_TextColor",
72
137
  "--sapButton_Selected_Background",
@@ -78,15 +143,30 @@
78
143
  "--sapButton_TokenBackground",
79
144
  "--sapButton_TokenBorderColor",
80
145
  "--sapButton_Track_Background",
146
+ "--sapButton_Track_BorderColor",
147
+ "--sapButton_Track_Hover_Background",
148
+ "--sapButton_Track_Hover_BorderColor",
149
+ "--sapButton_Track_Negative_Background",
150
+ "--sapButton_Track_Negative_BorderColor",
151
+ "--sapButton_Track_Negative_Hover_Background",
152
+ "--sapButton_Track_Negative_Hover_BorderColor",
153
+ "--sapButton_Track_Positive_Background",
154
+ "--sapButton_Track_Positive_BorderColor",
155
+ "--sapButton_Track_Positive_Hover_Background",
156
+ "--sapButton_Track_Positive_Hover_BorderColor",
81
157
  "--sapButton_Track_Selected_Background",
158
+ "--sapButton_Track_Selected_BorderColor",
159
+ "--sapButton_Track_Selected_Hover_Background",
160
+ "--sapButton_Track_Selected_Hover_BorderColor",
82
161
  "--sapButton_Track_Selected_TextColor",
83
- "--sapButton_Track_TextColor",
84
162
  "--sapChart_Good",
85
163
  "--sapChart_Sequence_6",
86
164
  "--sapContent_BadgeBackground",
87
165
  "--sapContent_BadgeTextColor",
166
+ "--sapContent_BusyColor",
88
167
  "--sapContent_ContrastFocusColor",
89
168
  "--sapContent_ContrastIconColor",
169
+ "--sapContent_ContrastShadowColor",
90
170
  "--sapContent_ContrastTextColor",
91
171
  "--sapContent_Critical_Shadow",
92
172
  "--sapContent_DisabledOpacity",
@@ -101,6 +181,7 @@
101
181
  "--sapContent_HeaderShadow",
102
182
  "--sapContent_HelpColor",
103
183
  "--sapContent_IconColor",
184
+ "--sapContent_IconFontFamily",
104
185
  "--sapContent_Illustrative_Color1",
105
186
  "--sapContent_Illustrative_Color2",
106
187
  "--sapContent_Illustrative_Color3",
@@ -114,6 +195,7 @@
114
195
  "--sapContent_Informative_Shadow",
115
196
  "--sapContent_Interaction_Shadow",
116
197
  "--sapContent_LabelColor",
198
+ "--sapContent_MeasureIndicatorColor",
117
199
  "--sapContent_Negative_Shadow",
118
200
  "--sapContent_NonInteractiveIconColor",
119
201
  "--sapContent_Positive_Shadow",
@@ -121,6 +203,7 @@
121
203
  "--sapContent_Selected_Background",
122
204
  "--sapContent_Selected_ForegroundColor",
123
205
  "--sapContent_Selected_Hover_Background",
206
+ "--sapContent_Selected_MeasureIndicatorColor",
124
207
  "--sapContent_Selected_Shadow",
125
208
  "--sapContent_Selected_TextColor",
126
209
  "--sapContent_Shadow0",
@@ -134,33 +217,41 @@
134
217
  "--sapCriticalElementColor",
135
218
  "--sapCriticalTextColor",
136
219
  "--sapElement_BorderCornerRadius",
220
+ "--sapElement_BorderWidth",
137
221
  "--sapErrorBackground",
138
222
  "--sapErrorBorderColor",
139
223
  "--sapField_Active_BorderColor",
140
224
  "--sapField_Background",
225
+ "--sapField_BackgroundStyle",
141
226
  "--sapField_BorderColor",
142
227
  "--sapField_BorderCornerRadius",
228
+ "--sapField_BorderStyle",
143
229
  "--sapField_BorderWidth",
144
230
  "--sapField_Focus_Background",
145
- "--sapField_Focus_BorderColor",
146
231
  "--sapField_Hover_Background",
232
+ "--sapField_Hover_BackgroundStyle",
147
233
  "--sapField_Hover_BorderColor",
148
234
  "--sapField_HoverBorderColor",
149
235
  "--sapField_InformationBackground",
236
+ "--sapField_InformationBackgroundStyle",
150
237
  "--sapField_InformationBorderWidth",
151
238
  "--sapField_InformationColor",
152
239
  "--sapField_InvalidBackground",
240
+ "--sapField_InvalidBackgroundStyle",
153
241
  "--sapField_InvalidBorderWidth",
154
242
  "--sapField_InvalidColor",
155
243
  "--sapField_PlaceholderTextColor",
156
244
  "--sapField_ReadOnly_Background",
245
+ "--sapField_ReadOnly_BackgroundStyle",
157
246
  "--sapField_ReadOnly_BorderColor",
158
247
  "--sapField_RequiredColor",
159
248
  "--sapField_SuccessBackground",
249
+ "--sapField_SuccessBackgroundStyle",
160
250
  "--sapField_SuccessBorderWidth",
161
251
  "--sapField_SuccessColor",
162
252
  "--sapField_TextColor",
163
253
  "--sapField_WarningBackground",
254
+ "--sapField_WarningBackgroundStyle",
164
255
  "--sapField_WarningBorderWidth",
165
256
  "--sapField_WarningColor",
166
257
  "--sapFontBoldFamily",
@@ -178,10 +269,10 @@
178
269
  "--sapFontSmallSize",
179
270
  "--sapGroup_ContentBackground",
180
271
  "--sapGroup_ContentBorderColor",
272
+ "--sapGroup_Title_FontSize",
181
273
  "--sapGroup_TitleBackground",
182
274
  "--sapGroup_TitleBorderColor",
183
275
  "--sapGroup_TitleTextColor",
184
- "--sapHC_ReducedAltForeground",
185
276
  "--sapHC_ReducedBackground",
186
277
  "--sapHC_ReducedForeground",
187
278
  "--sapHighlightColor",
@@ -215,6 +306,8 @@
215
306
  "--sapLegendBackgroundColor18",
216
307
  "--sapLegendBackgroundColor20",
217
308
  "--sapLegendColor18",
309
+ "--sapLink_Active_Color",
310
+ "--sapLink_Hover_Color",
218
311
  "--sapLink_SubtleColor",
219
312
  "--sapLinkColor",
220
313
  "--sapList_Active_Background",
@@ -228,6 +321,8 @@
228
321
  "--sapList_GroupHeaderBackground",
229
322
  "--sapList_GroupHeaderBorderColor",
230
323
  "--sapList_HeaderBackground",
324
+ "--sapList_HeaderBorderColor",
325
+ "--sapList_HeaderTextColor",
231
326
  "--sapList_Hover_Background",
232
327
  "--sapList_Hover_SelectionBackground",
233
328
  "--sapList_SelectionBackgroundColor",
@@ -236,11 +331,14 @@
236
331
  "--sapList_TableGroupHeaderBorderColor",
237
332
  "--sapList_TableGroupHeaderTextColor",
238
333
  "--sapList_TextColor",
334
+ "--sapMessage_ErrorBorderColor",
335
+ "--sapMessage_InformationBorderColor",
336
+ "--sapMessage_SuccessBorderColor",
337
+ "--sapMessage_WarningBorderColor",
239
338
  "--sapNegativeColor",
240
339
  "--sapNegativeElementColor",
241
340
  "--sapNegativeTextColor",
242
341
  "--sapNeutralBackground",
243
- "--sapNeutralBorderColor",
244
342
  "--sapNeutralColor",
245
343
  "--sapNeutralElementColor",
246
344
  "--sapNeutralTextColor",
@@ -252,9 +350,31 @@
252
350
  "--sapPageHeader_Background",
253
351
  "--sapPageHeader_BorderColor",
254
352
  "--sapPageHeader_TextColor",
353
+ "--sapPopover_BorderCornerRadius",
255
354
  "--sapPositiveColor",
256
355
  "--sapPositiveElementColor",
257
356
  "--sapPositiveTextColor",
357
+ "--sapProgress_Background",
358
+ "--sapProgress_CriticalBackground",
359
+ "--sapProgress_FontSize",
360
+ "--sapProgress_InformationBackground",
361
+ "--sapProgress_NegativeBackground",
362
+ "--sapProgress_PositiveBackground",
363
+ "--sapProgress_TextColor",
364
+ "--sapProgress_Value_Background",
365
+ "--sapProgress_Value_BorderColor",
366
+ "--sapProgress_Value_CriticalBackground",
367
+ "--sapProgress_Value_CriticalBorderColor",
368
+ "--sapProgress_Value_CriticalTextColor",
369
+ "--sapProgress_Value_InformationBackground",
370
+ "--sapProgress_Value_InformationBorderColor",
371
+ "--sapProgress_Value_InformationTextColor",
372
+ "--sapProgress_Value_NegativeBackground",
373
+ "--sapProgress_Value_NegativeBorderColor",
374
+ "--sapProgress_Value_NegativeTextColor",
375
+ "--sapProgress_Value_PositiveBackground",
376
+ "--sapProgress_Value_PositiveBorderColor",
377
+ "--sapProgress_Value_PositiveTextColor",
258
378
  "--sapScrollBar_Dimension",
259
379
  "--sapScrollBar_FaceColor",
260
380
  "--sapScrollBar_Hover_FaceColor",
@@ -264,15 +384,29 @@
264
384
  "--sapShell_Active_TextColor",
265
385
  "--sapShell_Background",
266
386
  "--sapShell_Hover_Background",
387
+ "--sapShell_InteractiveBackground",
267
388
  "--sapShell_InteractiveBorderColor",
268
389
  "--sapShell_InteractiveTextColor",
269
390
  "--sapShell_TextColor",
270
391
  "--sapShellColor",
392
+ "--sapSlider_Active_HandleBackground",
393
+ "--sapSlider_Active_RangeHandleBackground",
394
+ "--sapSlider_Background",
395
+ "--sapSlider_HandleBackground",
396
+ "--sapSlider_HandleBorderColor",
397
+ "--sapSlider_Hover_HandleBackground",
398
+ "--sapSlider_Hover_HandleBorderColor",
399
+ "--sapSlider_RangeHandleBackground",
400
+ "--sapSlider_Selected_Background",
401
+ "--sapSlider_Selected_BorderColor",
271
402
  "--sapSuccessBackground",
272
403
  "--sapSuccessBorderColor",
273
404
  "--sapTextColor",
405
+ "--sapTile_Active_Background",
274
406
  "--sapTile_Background",
275
407
  "--sapTile_BorderColor",
408
+ "--sapTile_BorderCornerRadius",
409
+ "--sapTile_Hover_Background",
276
410
  "--sapTile_IconColor",
277
411
  "--sapTile_Interactive_BorderColor",
278
412
  "--sapTile_SeparatorColor",
@@ -0,0 +1 @@
1
+ import "./generated/json-imports/Themes-static.js";
@@ -1,2 +1,3 @@
1
1
  // The theming package provides theming assets only
2
2
  import "./generated/json-imports/Themes-static.js";
3
+ //# sourceMappingURL=Assets-static.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Assets-static.js","sourceRoot":"","sources":["../src/Assets-static.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,OAAO,2CAA2C,CAAC","sourcesContent":["// The theming package provides theming assets only\nimport \"./generated/json-imports/Themes-static.js\";\n"]}
@@ -0,0 +1 @@
1
+ import "./generated/json-imports/Themes.js";
package/dist/Assets.js CHANGED
@@ -1,2 +1,3 @@
1
1
  // The theming package provides theming assets only
2
2
  import "./generated/json-imports/Themes.js";
3
+ //# sourceMappingURL=Assets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Assets.js","sourceRoot":"","sources":["../src/Assets.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,OAAO,oCAAoC,CAAC","sourcesContent":["// The theming package provides theming assets only\nimport \"./generated/json-imports/Themes.js\";\n"]}