@optiaxiom/react 0.1.0-next.6 → 0.1.0-next.7
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/dist/assets/src/button/{Button.css.ts.vanilla-CAppQRyC.css → Button.css.ts.vanilla-DJjt3whH.css} +30 -0
- package/dist/assets/src/button-group/ButtonGroup.css.ts.vanilla-4BGjgIuZ.css +4 -0
- package/dist/assets/src/sprinkles/{sprinkles.css.ts.vanilla-CDl96MYc.css → sprinkles.css.ts.vanilla-Cj5eURGG.css} +2140 -1492
- package/dist/assets/src/styles/{theme.css.ts.vanilla-0B4GnT52.css → theme.css.ts.vanilla-BftJbjRk.css} +24 -0
- package/dist/box/Box-css.js +1 -1
- package/dist/button/Button-css.js +6 -4
- package/dist/button/Button.js +32 -9
- package/dist/button-group/ButtonGroup-css.js +3 -3
- package/dist/button-group/ButtonGroup.js +6 -36
- package/dist/index.d.ts +185 -154
- package/dist/input/Input-css.js +1 -1
- package/dist/sprinkles/sprinkles-css.js +3 -3
- package/dist/styles/theme-css.js +2 -2
- package/dist/tokens/spacing.js +6 -0
- package/package.json +1 -1
- package/dist/assets/src/button-group/ButtonGroup.css.ts.vanilla-xsXT6MRu.css +0 -28
|
@@ -17,6 +17,35 @@
|
|
|
17
17
|
._1gqmi2d3[data-disabled="true"] {
|
|
18
18
|
cursor: not-allowed;
|
|
19
19
|
}
|
|
20
|
+
._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d3:not(:first-child):not(:last-child) {
|
|
21
|
+
border-inline-width: 0.5px;
|
|
22
|
+
}
|
|
23
|
+
._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d3:not(:only-child):first-child {
|
|
24
|
+
border-bottom-right-radius: 0;
|
|
25
|
+
border-right-width: 0.5px;
|
|
26
|
+
border-top-right-radius: 0;
|
|
27
|
+
}
|
|
28
|
+
._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d3:not(:only-child):last-child {
|
|
29
|
+
border-bottom-left-radius: 0;
|
|
30
|
+
border-left-width: 0.5px;
|
|
31
|
+
border-top-left-radius: 0;
|
|
32
|
+
}
|
|
33
|
+
._1sewcgl0[data-orientation="vertical"] ._1gqmi2d3:not(:first-child):not(:last-child) {
|
|
34
|
+
border-block-width: 0.5px;
|
|
35
|
+
}
|
|
36
|
+
._1sewcgl0[data-orientation="vertical"] ._1gqmi2d3:not(:only-child):first-child {
|
|
37
|
+
border-bottom-left-radius: 0;
|
|
38
|
+
border-bottom-right-radius: 0;
|
|
39
|
+
border-bottom-width: 0.5px;
|
|
40
|
+
}
|
|
41
|
+
._1sewcgl0[data-orientation="vertical"] ._1gqmi2d3:not(:only-child):last-child {
|
|
42
|
+
border-top-left-radius: 0;
|
|
43
|
+
border-top-right-radius: 0;
|
|
44
|
+
border-top-width: 0.5px;
|
|
45
|
+
}
|
|
46
|
+
._1sewcgl0[data-orientation] ._1gqmi2d3:not(:first-child):not(:last-child) {
|
|
47
|
+
border-radius: 0;
|
|
48
|
+
}
|
|
20
49
|
._1gqmi2d4 {
|
|
21
50
|
--_1gqmi2d0: var(--ax-colors-bg-error-solid);
|
|
22
51
|
--_1gqmi2d1: var(--ax-colors-bg-error-solid-hover);
|
|
@@ -43,6 +72,7 @@
|
|
|
43
72
|
}
|
|
44
73
|
._1gqmi2d7 {
|
|
45
74
|
background-color: transparent;
|
|
75
|
+
border-color: var(--_1gqmi2d0);
|
|
46
76
|
color: var(--_1gqmi2d0);
|
|
47
77
|
}
|
|
48
78
|
._1gqmi2d7:hover:not([data-disabled="true"]) {
|