@itwin/itwinui-react 2.12.4 → 2.12.5
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 +6 -0
- package/cjs/styles.js +12 -2
- package/esm/styles.js +12 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/cjs/styles.js
CHANGED
|
@@ -83,7 +83,12 @@ const _default = String.raw`.iui-root,
|
|
|
83
83
|
--iui-color-background-backdrop-hover: #e6e9ea;
|
|
84
84
|
--iui-color-background-disabled: #dde1e3;
|
|
85
85
|
--iui-color-background-accent: var(--iui-color-background-informational);
|
|
86
|
-
--iui-color-background-accent-
|
|
86
|
+
--iui-color-background-accent-hover: var(
|
|
87
|
+
--iui-color-background-informational-hover
|
|
88
|
+
);
|
|
89
|
+
--iui-color-background-accent-muted: var(
|
|
90
|
+
--iui-color-background-informational-muted
|
|
91
|
+
);
|
|
87
92
|
--iui-color-background-informational: #0071b8;
|
|
88
93
|
--iui-color-background-informational-hover: #00568f;
|
|
89
94
|
--iui-color-background-informational-muted: #e4f3fc;
|
|
@@ -227,7 +232,12 @@ const _default = String.raw`.iui-root,
|
|
|
227
232
|
--iui-color-background-backdrop-hover: #2c3338;
|
|
228
233
|
--iui-color-background-disabled: #1d2225;
|
|
229
234
|
--iui-color-background-accent: var(--iui-color-background-informational);
|
|
230
|
-
--iui-color-background-accent-
|
|
235
|
+
--iui-color-background-accent-hover: var(
|
|
236
|
+
--iui-color-background-informational-hover
|
|
237
|
+
);
|
|
238
|
+
--iui-color-background-accent-muted: var(
|
|
239
|
+
--iui-color-background-informational-muted
|
|
240
|
+
);
|
|
231
241
|
--iui-color-background-informational: #0071b8;
|
|
232
242
|
--iui-color-background-informational-hover: #008ee0;
|
|
233
243
|
--iui-color-background-informational-muted: #384652;
|
package/esm/styles.js
CHANGED
|
@@ -70,7 +70,12 @@ export default String.raw`.iui-root,
|
|
|
70
70
|
--iui-color-background-backdrop-hover: #e6e9ea;
|
|
71
71
|
--iui-color-background-disabled: #dde1e3;
|
|
72
72
|
--iui-color-background-accent: var(--iui-color-background-informational);
|
|
73
|
-
--iui-color-background-accent-
|
|
73
|
+
--iui-color-background-accent-hover: var(
|
|
74
|
+
--iui-color-background-informational-hover
|
|
75
|
+
);
|
|
76
|
+
--iui-color-background-accent-muted: var(
|
|
77
|
+
--iui-color-background-informational-muted
|
|
78
|
+
);
|
|
74
79
|
--iui-color-background-informational: #0071b8;
|
|
75
80
|
--iui-color-background-informational-hover: #00568f;
|
|
76
81
|
--iui-color-background-informational-muted: #e4f3fc;
|
|
@@ -214,7 +219,12 @@ export default String.raw`.iui-root,
|
|
|
214
219
|
--iui-color-background-backdrop-hover: #2c3338;
|
|
215
220
|
--iui-color-background-disabled: #1d2225;
|
|
216
221
|
--iui-color-background-accent: var(--iui-color-background-informational);
|
|
217
|
-
--iui-color-background-accent-
|
|
222
|
+
--iui-color-background-accent-hover: var(
|
|
223
|
+
--iui-color-background-informational-hover
|
|
224
|
+
);
|
|
225
|
+
--iui-color-background-accent-muted: var(
|
|
226
|
+
--iui-color-background-informational-muted
|
|
227
|
+
);
|
|
218
228
|
--iui-color-background-informational: #0071b8;
|
|
219
229
|
--iui-color-background-informational-hover: #008ee0;
|
|
220
230
|
--iui-color-background-informational-muted: #384652;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/itwinui-react",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.5",
|
|
4
4
|
"author": "Bentley Systems",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@babel/core": "^7.12.10",
|
|
82
82
|
"@itwin/itwinui-css": "^1.12.2",
|
|
83
|
-
"@itwin/itwinui-variables": "^2.1.
|
|
83
|
+
"@itwin/itwinui-variables": "^2.1.1",
|
|
84
84
|
"@swc/cli": "^0.1.57",
|
|
85
85
|
"@swc/core": "^1.3.21",
|
|
86
86
|
"@testing-library/jest-dom": "^5.16.4",
|