@odx/ui 4.0.0 → 4.0.2
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
CHANGED
package/core-theme.css
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--odx-c-error-warning-text: var(--orange-500);
|
|
154
154
|
--odx-c-focus: var(--cyan-500-15);
|
|
155
155
|
--odx-c-focus-outline: var(--cyan-200);
|
|
156
|
-
--odx-c-focus-outline-dark: var(--
|
|
156
|
+
--odx-c-focus-outline-dark: var(--blue-700);
|
|
157
157
|
--odx-c-selected-hover: var(--cyan-500-20);
|
|
158
158
|
--odx-c-selected: var(--cyan-500-15);
|
|
159
159
|
--odx-c-selection: var(--cyan-300);
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
--odx-c-error-outline-hover: var(--red-100);
|
|
228
228
|
--odx-c-error-text: var(--red-700);
|
|
229
229
|
--odx-c-focus: var(--focus-bg);
|
|
230
|
-
--odx-c-focus-outline: var(--cyan-
|
|
231
|
-
--odx-c-focus-outline-dark: var(--
|
|
230
|
+
--odx-c-focus-outline: var(--cyan-800);
|
|
231
|
+
--odx-c-focus-outline-dark: var(--blue-900);
|
|
232
232
|
--odx-c-ghost-hover: var(--blue-50-5);
|
|
233
233
|
--odx-c-ghost-text-disabled: var(--gray-400);
|
|
234
234
|
--odx-c-highlight-text: var(--black);
|
|
@@ -6844,13 +6844,13 @@ html body .odx-fs-italic {
|
|
|
6844
6844
|
.odx-toast-item__text-content {
|
|
6845
6845
|
font-size: calc(var(--odx-typography-base-size) * (1*1/var(--odx-typography-negative-font-scaling-factor)));
|
|
6846
6846
|
flex: 1;
|
|
6847
|
+
overflow: auto;
|
|
6847
6848
|
}
|
|
6848
6849
|
.odx-toast-item__title {
|
|
6849
6850
|
font-weight: var(--odx-typography-font-weight-bold);
|
|
6850
6851
|
}
|
|
6851
6852
|
.odx-toast-item__description {
|
|
6852
6853
|
max-height: calc(var(--odx-vertical-rythm-base-size) * 5);
|
|
6853
|
-
overflow: auto;
|
|
6854
6854
|
overflow-wrap: break-word;
|
|
6855
6855
|
}
|
|
6856
6856
|
.odx-toast-item__close {
|
package/package.json
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
--odx-c-error-text: var(--red-700);
|
|
18
18
|
|
|
19
19
|
--odx-c-focus: var(--focus-bg);
|
|
20
|
-
--odx-c-focus-outline: var(--cyan-
|
|
21
|
-
--odx-c-focus-outline-dark: var(--
|
|
20
|
+
--odx-c-focus-outline: var(--cyan-800);
|
|
21
|
+
--odx-c-focus-outline-dark: var(--blue-900);
|
|
22
22
|
|
|
23
23
|
--odx-c-ghost-hover: var(--blue-50-5);
|
|
24
24
|
--odx-c-ghost-text-disabled: var(--gray-400);
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
--odx-c-focus: var(--cyan-500-15);
|
|
24
24
|
--odx-c-focus-outline: var(--cyan-200);
|
|
25
|
-
--odx-c-focus-outline-dark: var(--
|
|
25
|
+
--odx-c-focus-outline-dark: var(--blue-700);
|
|
26
26
|
|
|
27
27
|
--odx-c-selected-hover: var(--cyan-500-20);
|
|
28
28
|
--odx-c-selected: var(--cyan-500-15);
|