@ui5/webcomponents-theming 0.0.0-b93c2a321 → 0.0.0-cad512aa3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +203 -0
- package/README.md +5 -6
- package/config/postcss.themes/postcss.config.js +2 -2
- package/css-vars-usage.json +72 -6
- package/dist/Assets-static.d.ts +1 -0
- package/dist/Assets-static.js +1 -0
- package/dist/Assets-static.js.map +1 -0
- package/dist/Assets.d.ts +1 -0
- package/dist/Assets.js +1 -0
- package/dist/Assets.js.map +1 -0
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/json-imports/Themes-static.js +1 -1
- package/dist/generated/json-imports/Themes.js +2 -2
- package/dist/generated/themes/sap_belize/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/themes/sap_belize/css_variables.css +101 -27
- package/dist/themes/sap_belize_hcb/css_variables.css +88 -14
- package/dist/themes/sap_belize_hcw/css_variables.css +88 -14
- package/dist/themes/sap_fiori_3/css_variables.css +101 -27
- package/dist/themes/sap_fiori_3_dark/css_variables.css +90 -16
- package/dist/themes/sap_fiori_3_hcb/css_variables.css +88 -14
- package/dist/themes/sap_fiori_3_hcw/css_variables.css +88 -14
- package/dist/themes/sap_horizon/css_variables.css +96 -22
- package/dist/themes/sap_horizon_dark/css_variables.css +98 -24
- package/dist/themes/sap_horizon_exp/css_variables.css +96 -22
- package/dist/themes/sap_horizon_hcb/css_variables.css +92 -18
- package/dist/themes/sap_horizon_hcw/css_variables.css +92 -18
- package/lib/generate-css-vars-usage-report/index.js +17 -12
- package/package-scripts.js +3 -7
- package/package.json +6 -7
- package/tsconfig.json +15 -0
- package/hash.txt +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,209 @@
|
|
|
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.12.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.0...v1.12.0-rc.1) (2023-03-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0...v1.12.0-rc.0) (2023-03-09)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.11.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.4...v1.11.0) (2023-03-06)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [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)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
# [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)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
# [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)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
# [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)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
# [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)
|
|
63
|
+
|
|
64
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## [1.10.4-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.3...v1.10.4-rc.0) (2023-01-26)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## [1.10.3](https://github.com/SAP/ui5-webcomponents/compare/v1.10.2...v1.10.3) (2023-01-25)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## [1.10.2](https://github.com/SAP/ui5-webcomponents/compare/v1.10.1...v1.10.2) (2023-01-25)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package ui5-webcomponents
|
|
89
|
+
|
|
90
|
+
## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
|
|
91
|
+
|
|
92
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
# [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
|
|
99
|
+
|
|
100
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
|
|
107
|
+
|
|
108
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
|
|
115
|
+
|
|
116
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
# [1.9.0](https://github.com/SAP/ui5-webcomponents/compare/v1.8.0...v1.9.0) (2022-10-31)
|
|
123
|
+
|
|
124
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
# [1.8.0](https://github.com/SAP/ui5-webcomponents/compare/v1.7.1...v1.8.0) (2022-10-03)
|
|
131
|
+
|
|
132
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
# [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Bug Fixes
|
|
150
|
+
|
|
151
|
+
* **ui5-input:** fix item selection bugs ([#5372](https://github.com/SAP/ui5-webcomponents/issues/5372)) ([274efaa](https://github.com/SAP/ui5-webcomponents/commit/274efaaa212e3152d27665f1809e649a75f67001))
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
# [1.6.0](https://github.com/SAP/ui5-webcomponents/compare/v1.5.0...v1.6.0) (2022-07-25)
|
|
158
|
+
|
|
159
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
# [1.5.0](https://github.com/SAP/ui5-webcomponents/compare/v1.4.0...v1.5.0) (2022-07-03)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
# [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Bug Fixes
|
|
176
|
+
|
|
177
|
+
* **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)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
|
|
184
|
+
|
|
185
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
* ****Note:** Version bump only for package @ui5/webcomponents-theming
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30)
|
|
202
|
+
|
|
203
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
6
209
|
## [1.2.3](https://github.com/SAP/ui5-webcomponents/compare/v1.2.2...v1.2.3) (2022-03-23)
|
|
7
210
|
|
|
8
211
|
**Note:** Version bump only for package @ui5/webcomponents-theming
|
package/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# UI5 Web Components - Theming
|
|
4
4
|
|
|
5
|
-
[](https://travis-ci.org/SAP/ui5-webcomponents)
|
|
6
5
|
[](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/
|
|
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/
|
|
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/
|
|
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/
|
|
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.
|
|
@@ -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
|
};
|
package/css-vars-usage.json
CHANGED
|
@@ -87,6 +87,26 @@
|
|
|
87
87
|
"--sapButton_Emphasized_Hover_BorderColor",
|
|
88
88
|
"--sapButton_Emphasized_Hover_TextColor",
|
|
89
89
|
"--sapButton_Emphasized_TextColor",
|
|
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",
|
|
90
110
|
"--sapButton_Hover_Background",
|
|
91
111
|
"--sapButton_Hover_BorderColor",
|
|
92
112
|
"--sapButton_Hover_TextColor",
|
|
@@ -123,9 +143,22 @@
|
|
|
123
143
|
"--sapButton_TokenBackground",
|
|
124
144
|
"--sapButton_TokenBorderColor",
|
|
125
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",
|
|
126
157
|
"--sapButton_Track_Selected_Background",
|
|
158
|
+
"--sapButton_Track_Selected_BorderColor",
|
|
159
|
+
"--sapButton_Track_Selected_Hover_Background",
|
|
160
|
+
"--sapButton_Track_Selected_Hover_BorderColor",
|
|
127
161
|
"--sapButton_Track_Selected_TextColor",
|
|
128
|
-
"--sapButton_Track_TextColor",
|
|
129
162
|
"--sapChart_Good",
|
|
130
163
|
"--sapChart_Sequence_6",
|
|
131
164
|
"--sapContent_BadgeBackground",
|
|
@@ -133,6 +166,7 @@
|
|
|
133
166
|
"--sapContent_BusyColor",
|
|
134
167
|
"--sapContent_ContrastFocusColor",
|
|
135
168
|
"--sapContent_ContrastIconColor",
|
|
169
|
+
"--sapContent_ContrastShadowColor",
|
|
136
170
|
"--sapContent_ContrastTextColor",
|
|
137
171
|
"--sapContent_Critical_Shadow",
|
|
138
172
|
"--sapContent_DisabledOpacity",
|
|
@@ -147,6 +181,7 @@
|
|
|
147
181
|
"--sapContent_HeaderShadow",
|
|
148
182
|
"--sapContent_HelpColor",
|
|
149
183
|
"--sapContent_IconColor",
|
|
184
|
+
"--sapContent_IconFontFamily",
|
|
150
185
|
"--sapContent_Illustrative_Color1",
|
|
151
186
|
"--sapContent_Illustrative_Color2",
|
|
152
187
|
"--sapContent_Illustrative_Color3",
|
|
@@ -160,6 +195,7 @@
|
|
|
160
195
|
"--sapContent_Informative_Shadow",
|
|
161
196
|
"--sapContent_Interaction_Shadow",
|
|
162
197
|
"--sapContent_LabelColor",
|
|
198
|
+
"--sapContent_MeasureIndicatorColor",
|
|
163
199
|
"--sapContent_Negative_Shadow",
|
|
164
200
|
"--sapContent_NonInteractiveIconColor",
|
|
165
201
|
"--sapContent_Positive_Shadow",
|
|
@@ -167,6 +203,7 @@
|
|
|
167
203
|
"--sapContent_Selected_Background",
|
|
168
204
|
"--sapContent_Selected_ForegroundColor",
|
|
169
205
|
"--sapContent_Selected_Hover_Background",
|
|
206
|
+
"--sapContent_Selected_MeasureIndicatorColor",
|
|
170
207
|
"--sapContent_Selected_Shadow",
|
|
171
208
|
"--sapContent_Selected_TextColor",
|
|
172
209
|
"--sapContent_Shadow0",
|
|
@@ -191,7 +228,6 @@
|
|
|
191
228
|
"--sapField_BorderStyle",
|
|
192
229
|
"--sapField_BorderWidth",
|
|
193
230
|
"--sapField_Focus_Background",
|
|
194
|
-
"--sapField_Focus_BorderColor",
|
|
195
231
|
"--sapField_Hover_Background",
|
|
196
232
|
"--sapField_Hover_BackgroundStyle",
|
|
197
233
|
"--sapField_Hover_BorderColor",
|
|
@@ -233,11 +269,10 @@
|
|
|
233
269
|
"--sapFontSmallSize",
|
|
234
270
|
"--sapGroup_ContentBackground",
|
|
235
271
|
"--sapGroup_ContentBorderColor",
|
|
272
|
+
"--sapGroup_Title_FontSize",
|
|
236
273
|
"--sapGroup_TitleBackground",
|
|
237
274
|
"--sapGroup_TitleBorderColor",
|
|
238
|
-
"--sapGroup_TitleFontSize",
|
|
239
275
|
"--sapGroup_TitleTextColor",
|
|
240
|
-
"--sapHC_ReducedAltForeground",
|
|
241
276
|
"--sapHC_ReducedBackground",
|
|
242
277
|
"--sapHC_ReducedForeground",
|
|
243
278
|
"--sapHighlightColor",
|
|
@@ -274,7 +309,6 @@
|
|
|
274
309
|
"--sapLink_Active_Color",
|
|
275
310
|
"--sapLink_Hover_Color",
|
|
276
311
|
"--sapLink_SubtleColor",
|
|
277
|
-
"--sapLink_Visited_Color",
|
|
278
312
|
"--sapLinkColor",
|
|
279
313
|
"--sapList_Active_Background",
|
|
280
314
|
"--sapList_Active_TextColor",
|
|
@@ -288,6 +322,7 @@
|
|
|
288
322
|
"--sapList_GroupHeaderBorderColor",
|
|
289
323
|
"--sapList_HeaderBackground",
|
|
290
324
|
"--sapList_HeaderBorderColor",
|
|
325
|
+
"--sapList_HeaderTextColor",
|
|
291
326
|
"--sapList_Hover_Background",
|
|
292
327
|
"--sapList_Hover_SelectionBackground",
|
|
293
328
|
"--sapList_SelectionBackgroundColor",
|
|
@@ -304,7 +339,6 @@
|
|
|
304
339
|
"--sapNegativeElementColor",
|
|
305
340
|
"--sapNegativeTextColor",
|
|
306
341
|
"--sapNeutralBackground",
|
|
307
|
-
"--sapNeutralBorderColor",
|
|
308
342
|
"--sapNeutralColor",
|
|
309
343
|
"--sapNeutralElementColor",
|
|
310
344
|
"--sapNeutralTextColor",
|
|
@@ -320,6 +354,27 @@
|
|
|
320
354
|
"--sapPositiveColor",
|
|
321
355
|
"--sapPositiveElementColor",
|
|
322
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",
|
|
323
378
|
"--sapScrollBar_Dimension",
|
|
324
379
|
"--sapScrollBar_FaceColor",
|
|
325
380
|
"--sapScrollBar_Hover_FaceColor",
|
|
@@ -329,10 +384,21 @@
|
|
|
329
384
|
"--sapShell_Active_TextColor",
|
|
330
385
|
"--sapShell_Background",
|
|
331
386
|
"--sapShell_Hover_Background",
|
|
387
|
+
"--sapShell_InteractiveBackground",
|
|
332
388
|
"--sapShell_InteractiveBorderColor",
|
|
333
389
|
"--sapShell_InteractiveTextColor",
|
|
334
390
|
"--sapShell_TextColor",
|
|
335
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",
|
|
336
402
|
"--sapSuccessBackground",
|
|
337
403
|
"--sapSuccessBorderColor",
|
|
338
404
|
"--sapTextColor",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./generated/json-imports/Themes-static.js";
|
package/dist/Assets-static.js
CHANGED
|
@@ -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"]}
|
package/dist/Assets.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./generated/json-imports/Themes.js";
|
package/dist/Assets.js
CHANGED
|
@@ -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"]}
|