@odx/ui 7.2.1 → 7.3.0
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 +13 -0
- package/core-theme.css +1 -1
- package/package.json +1 -1
- package/scss/action-group.component.scss +0 -11
- package/scss/components/action-group.component.scss +0 -11
- package/scss/components/navigation-back.component.scss +1 -1
- package/scss/components/option.component.scss +2 -0
- package/scss/components/tab-bar-item.component.scss +1 -1
- package/scss/components/table.component.scss +1 -1
- package/scss/components/toast-item.component.scss +1 -1
- package/scss/components/toggle-button-group.component.scss +1 -1
- package/scss/components/toggle-button.component.scss +1 -1
- package/scss/components/wizard-step.component.scss +1 -1
- package/scss/navigation-back.component.scss +1 -1
- package/scss/option.component.scss +2 -0
- package/scss/tab-bar-item.component.scss +1 -1
- package/scss/table.component.scss +1 -1
- package/scss/toast-item.component.scss +1 -1
- package/scss/toggle-button-group.component.scss +1 -1
- package/scss/toggle-button.component.scss +1 -1
- package/scss/variables/_color-palettes-dark.scss +1 -1
- package/scss/wizard-step.component.scss +1 -1
package/package.json
CHANGED
|
@@ -11,15 +11,4 @@
|
|
|
11
11
|
&--reverse {
|
|
12
12
|
flex-direction: row-reverse;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
|
-
> .odx-button:not(.odx-button--primary, .odx-button--success, .odx-button--danger, .odx-button--confirmation, .odx-auth-sign-in) {
|
|
16
|
-
/* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
|
|
17
|
-
@extend .odx-button--ghost;
|
|
18
|
-
|
|
19
|
-
color: inherit;
|
|
20
|
-
|
|
21
|
-
&:hover {
|
|
22
|
-
color: inherit;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
14
|
}
|
|
@@ -11,15 +11,4 @@
|
|
|
11
11
|
&--reverse {
|
|
12
12
|
flex-direction: row-reverse;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
|
-
> .odx-button:not(.odx-button--primary, .odx-button--success, .odx-button--danger, .odx-button--confirmation, .odx-auth-sign-in) {
|
|
16
|
-
/* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
|
|
17
|
-
@extend .odx-button--ghost;
|
|
18
|
-
|
|
19
|
-
color: inherit;
|
|
20
|
-
|
|
21
|
-
&:hover {
|
|
22
|
-
color: inherit;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
14
|
}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
letter-spacing: var(--odx-typography-font-weight-normal-letter-spacing);
|
|
5
5
|
line-height: var(--odx-typography-line-height-text-lg);
|
|
6
6
|
margin-block-end: var(--odx-spacing-25);
|
|
7
|
+
overflow: clip;
|
|
7
8
|
padding: calc(var(--odx-spacing-12) * 3) var(--odx-spacing-75);
|
|
9
|
+
text-overflow: ellipsis;
|
|
8
10
|
transition: var(--odx-motion-transition-default);
|
|
9
11
|
transition-property: background-color, color;
|
|
10
12
|
user-select: none;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--odx-table-background-color: var(--white);
|
|
3
3
|
--odx-table-head-border-color: var(--odx-color-stroke-neutral-strong);
|
|
4
4
|
--odx-table-cell-border-color: var(--odx-color-stroke-neutral-subtle);
|
|
5
|
-
--odx-table-cell-background-color-hover: var(--
|
|
5
|
+
--odx-table-cell-background-color-hover: var(--odx-color-background-transparent-hover);
|
|
6
6
|
--odx-table-cell-background-color-striped: var(--gray-50);
|
|
7
7
|
--odx-table-cell-background-color-active: var(--cyan-500-15);
|
|
8
8
|
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
letter-spacing: var(--odx-typography-font-weight-normal-letter-spacing);
|
|
5
5
|
line-height: var(--odx-typography-line-height-text-lg);
|
|
6
6
|
margin-block-end: var(--odx-spacing-25);
|
|
7
|
+
overflow: clip;
|
|
7
8
|
padding: calc(var(--odx-spacing-12) * 3) var(--odx-spacing-75);
|
|
9
|
+
text-overflow: ellipsis;
|
|
8
10
|
transition: var(--odx-motion-transition-default);
|
|
9
11
|
transition-property: background-color, color;
|
|
10
12
|
user-select: none;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--odx-table-background-color: var(--white);
|
|
3
3
|
--odx-table-head-border-color: var(--odx-color-stroke-neutral-strong);
|
|
4
4
|
--odx-table-cell-border-color: var(--odx-color-stroke-neutral-subtle);
|
|
5
|
-
--odx-table-cell-background-color-hover: var(--
|
|
5
|
+
--odx-table-cell-background-color-hover: var(--odx-color-background-transparent-hover);
|
|
6
6
|
--odx-table-cell-background-color-striped: var(--gray-50);
|
|
7
7
|
--odx-table-cell-background-color-active: var(--cyan-500-15);
|
|
8
8
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
--blue-100: var(--odx-palette-blue-70);
|
|
27
27
|
--blue-600: var(--odx-palette-blue-20);
|
|
28
28
|
--blue-700: var(--odx-palette-blue-10);
|
|
29
|
-
--blue-700-5: var(--odx-
|
|
29
|
+
--blue-700-5: var(--odx-color-background-transparent-hover);
|
|
30
30
|
--blue-700-10: var(--odx-palette-blue-80-15);
|
|
31
31
|
--blue-900: var(--odx-palette-blue-10);
|
|
32
32
|
|