@optiaxiom/react 0.1.0-next.8 → 0.1.0-next.9

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.
Files changed (72) hide show
  1. package/dist/alert-dialog/AlertDialog-css.js +12 -0
  2. package/dist/alert-dialog/AlertDialog.js +51 -0
  3. package/dist/assets/src/alert-dialog/AlertDialog.css.ts.vanilla-CeDk9JQ5.css +29 -0
  4. package/dist/assets/src/button/{Button.css.ts.vanilla-BopXGX13.css → Button.css.ts.vanilla-CmOG82Kg.css} +53 -41
  5. package/dist/assets/src/checkbox/Checkbox.css.ts.vanilla-w5cdPwHc.css +23 -0
  6. package/dist/assets/src/chip/Chip.css.ts.vanilla-SD4SsrSx.css +26 -0
  7. package/dist/assets/src/control-base/ControlBase.css.ts.vanilla-BRvl57K9.css +32 -0
  8. package/dist/assets/src/dialog/Dialog.css.ts.vanilla-B7OE7tnX.css +28 -0
  9. package/dist/assets/src/dialog-body/DialogBody.css.ts.vanilla-C_QoodTy.css +6 -0
  10. package/dist/assets/src/{input/Input.css.ts.vanilla-X0R-SsOp.css → input-base/InputBase.css.ts.vanilla-CZg9RekC.css} +10 -8
  11. package/dist/assets/src/kbd/{Kbd.css.ts.vanilla-DB-l95Nr.css → Kbd.css.ts.vanilla-C9xHGnsD.css} +0 -3
  12. package/dist/assets/src/link/Link.css.ts.vanilla-Cpe5mdsJ.css +32 -0
  13. package/dist/assets/src/radio-group-item/RadioGroupItem.css.ts.vanilla-BFZr4-E-.css +9 -0
  14. package/dist/assets/src/sprinkles/{sprinkles.css.ts.vanilla-Cj5eURGG.css → sprinkles.css.ts.vanilla-3EoQkW4g.css} +2244 -2741
  15. package/dist/assets/src/styles/{theme.css.ts.vanilla-BftJbjRk.css → theme.css.ts.vanilla-CQvpCMCS.css} +53 -51
  16. package/dist/assets/src/switch/Switch.css.ts.vanilla-DqRWTr5T.css +23 -0
  17. package/dist/assets/src/textarea/Textarea.css.ts.vanilla-B4lEj1jX.css +9 -0
  18. package/dist/box/Box-css.js +1 -1
  19. package/dist/button/Button-css.js +3 -3
  20. package/dist/button/Button.js +7 -5
  21. package/dist/checkbox/Checkbox-css.js +12 -0
  22. package/dist/checkbox/Checkbox.js +32 -0
  23. package/dist/checkbox/icons-svg/IconChecked.js +27 -0
  24. package/dist/checkbox/icons-svg/IconIndeterminate.js +23 -0
  25. package/dist/chip/Chip-css.js +8 -0
  26. package/dist/chip/Chip.js +31 -0
  27. package/dist/chip/IconCross.js +21 -0
  28. package/dist/code/Code-css.js +1 -1
  29. package/dist/code/Code.js +4 -13
  30. package/dist/control-base/ControlBase-css.js +10 -0
  31. package/dist/control-base/ControlBase.js +30 -0
  32. package/dist/dialog/CloseIcon.js +21 -0
  33. package/dist/dialog/Dialog-css.js +9 -0
  34. package/dist/dialog/Dialog.js +51 -0
  35. package/dist/dialog-body/DialogBody-css.js +7 -0
  36. package/dist/dialog-body/DialogBody.js +13 -0
  37. package/dist/dialog-footer/DialogFooter-css.js +6 -0
  38. package/dist/dialog-footer/DialogFooter.js +13 -0
  39. package/dist/dialog-title/DialogTitle.js +21 -0
  40. package/dist/field/Field.js +24 -7
  41. package/dist/field/IconInfo.js +26 -0
  42. package/dist/index.d.ts +537 -376
  43. package/dist/index.js +12 -0
  44. package/dist/input/Input-css.js +3 -5
  45. package/dist/input/Input.js +11 -23
  46. package/dist/input-base/InputBase-css.js +9 -0
  47. package/dist/input-base/InputBase.js +44 -0
  48. package/dist/kbd/Kbd-css.js +3 -4
  49. package/dist/kbd/Kbd.js +3 -3
  50. package/dist/link/IconUpRight.js +24 -0
  51. package/dist/link/Link-css.js +8 -0
  52. package/dist/link/Link.js +39 -0
  53. package/dist/radio-group/RadioGroup.js +28 -0
  54. package/dist/radio-group-item/RadioGroupItem-css.js +10 -0
  55. package/dist/radio-group-item/RadioGroupItem.js +27 -0
  56. package/dist/skeleton/Skeleton-css.js +1 -1
  57. package/dist/skeleton/Skeleton.js +3 -8
  58. package/dist/sprinkles/sprinkles-css.js +3 -3
  59. package/dist/styles/theme-css.js +2 -2
  60. package/dist/switch/Switch-css.js +10 -0
  61. package/dist/switch/Switch.js +27 -0
  62. package/dist/text/Text-css.js +1 -1
  63. package/dist/text/Text.js +0 -1
  64. package/dist/textarea/Textarea-css.js +8 -0
  65. package/dist/textarea/Textarea.js +40 -0
  66. package/dist/tokens/colors.js +16 -1
  67. package/dist/tokens/fontSize.js +13 -9
  68. package/dist/tokens/spacing.js +0 -6
  69. package/dist/tooltip/Tooltip.js +36 -7
  70. package/dist/transition/Transition.js +7 -8
  71. package/dist/vanilla-extract/recipeRuntime.js +2 -2
  72. package/package.json +21 -12
@@ -0,0 +1,12 @@
1
+ import './../assets/src/styles/layers.css.ts.vanilla-D5zCXZwe.css';
2
+ import './../assets/src/styles/theme.css.ts.vanilla-CQvpCMCS.css';
3
+ import './../assets/src/alert-dialog/AlertDialog.css.ts.vanilla-CeDk9JQ5.css';
4
+ import { recipeRuntime } from '../vanilla-extract/recipeRuntime.js';
5
+
6
+ var content = recipeRuntime({base:[{rounded:'lg',shadow:'md',z:'popover'},'ot5vc20'],variants:{size:{sm:'ot5vc21',md:'ot5vc22',lg:'ot5vc23'}}});
7
+ var description = recipeRuntime({base:[{fontSize:'md',overflow:'auto',px:'24',py:'16'},'ot5vc26']});
8
+ var footer = recipeRuntime({base:[{flexDirection:'row',gap:'md',justifyContent:'end',px:'24',py:'20'},'ot5vc25']});
9
+ var overlay = recipeRuntime({base:[{bg:'overlay',z:'popover'},'ot5vc24']});
10
+ var title = recipeRuntime({base:[{fontSize:'2xl',fontWeight:'600',pb:'16',pt:'24',px:'24'}]});
11
+
12
+ export { content, description, footer, overlay, title };
@@ -0,0 +1,51 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+ import * as RadixAlertDialog from '@radix-ui/react-alert-dialog';
3
+ import { forwardRef } from 'react';
4
+ import { AnimatePresence } from '../animate-presence/AnimatePresence.js';
5
+ import '../animate-presence/PresenceContext.js';
6
+ import { Box } from '../box/Box.js';
7
+ import { Button } from '../button/Button.js';
8
+ import { Flex } from '../flex/Flex.js';
9
+ import { Paper } from '../paper/Paper.js';
10
+ import { Transition } from '../transition/Transition.js';
11
+ import { overlay, content, title, description, footer } from './AlertDialog-css.js';
12
+
13
+ const AlertDialog = forwardRef(
14
+ ({
15
+ action,
16
+ appearance = "primary",
17
+ cancel = "Cancel",
18
+ children,
19
+ defaultOpen,
20
+ onAction,
21
+ onCancel,
22
+ onOpenChange,
23
+ open,
24
+ size = "sm",
25
+ title: title$1,
26
+ ...props
27
+ }, ref) => {
28
+ return /* @__PURE__ */ jsx(
29
+ RadixAlertDialog.Root,
30
+ {
31
+ defaultOpen,
32
+ onOpenChange,
33
+ open,
34
+ children: /* @__PURE__ */ jsx(AnimatePresence, { children: open && /* @__PURE__ */ jsxs(RadixAlertDialog.Portal, { forceMount: true, children: [
35
+ /* @__PURE__ */ jsx(Transition, { children: /* @__PURE__ */ jsx(Box, { asChild: true, ...overlay(), children: /* @__PURE__ */ jsx(RadixAlertDialog.Overlay, {}) }) }),
36
+ /* @__PURE__ */ jsx(Transition, { type: "fade-down", children: /* @__PURE__ */ jsx(Paper, { asChild: true, ...content({ size }), children: /* @__PURE__ */ jsxs(RadixAlertDialog.Content, { ref, ...props, children: [
37
+ /* @__PURE__ */ jsx(Box, { asChild: true, ...title(), children: /* @__PURE__ */ jsx(RadixAlertDialog.Title, { children: title$1 }) }),
38
+ /* @__PURE__ */ jsx(Box, { asChild: true, ...description(), children: /* @__PURE__ */ jsx(RadixAlertDialog.Description, { children }) }),
39
+ /* @__PURE__ */ jsxs(Flex, { ...footer(), children: [
40
+ /* @__PURE__ */ jsx(RadixAlertDialog.Cancel, { asChild: true, children: /* @__PURE__ */ jsx(Button, { appearance: "secondary", onClick: onCancel, children: cancel }) }),
41
+ /* @__PURE__ */ jsx(RadixAlertDialog.Action, { asChild: true, children: /* @__PURE__ */ jsx(Button, { appearance, onClick: onAction, children: action }) })
42
+ ] })
43
+ ] }) }) })
44
+ ] }) })
45
+ }
46
+ );
47
+ }
48
+ );
49
+ AlertDialog.displayName = "@optiaxiom/react/AlertDialog";
50
+
51
+ export { AlertDialog };
@@ -0,0 +1,29 @@
1
+ @layer optiaxiom._1kfj4ga1;
2
+ @layer optiaxiom._1kfj4ga1 {
3
+ .ot5vc20 {
4
+ left: 50%;
5
+ max-width: 90dvw;
6
+ position: fixed;
7
+ top: 50%;
8
+ translate: -50% -50%;
9
+ }
10
+ .ot5vc21 {
11
+ width: 375px;
12
+ }
13
+ .ot5vc22 {
14
+ width: 600px;
15
+ }
16
+ .ot5vc23 {
17
+ width: 800px;
18
+ }
19
+ .ot5vc24 {
20
+ inset: 0;
21
+ position: fixed;
22
+ }
23
+ .ot5vc25 {
24
+ border-top: 1px solid var(--ax-colors-border-secondary);
25
+ }
26
+ .ot5vc26 {
27
+ max-height: 50dvh;
28
+ }
29
+ }
@@ -1,97 +1,78 @@
1
1
  @layer optiaxiom._1kfj4ga1;
2
2
  @layer optiaxiom._1kfj4ga1 {
3
- ._1gqmi2d3 {
3
+ ._1gqmi2d4 {
4
4
  border-radius: var(--ax-borderRadius-sm);
5
5
  cursor: pointer;
6
+ padding-inline: var(--_1gqmi2d3);
6
7
  position: relative;
7
8
  text-decoration: none;
8
9
  user-select: none;
9
10
  }
10
- ._1gqmi2d3:active:not([data-disabled="true"]) {
11
+ ._1gqmi2d4:active:not([data-disabled]) {
11
12
  box-shadow: var(--ax-boxShadow-inner);
12
13
  }
13
- ._1gqmi2d3:focus-visible {
14
+ ._1gqmi2d4:focus-visible {
15
+ --tw-ring-offset-width: 0;
16
+ outline: 2px solid var(--ax-colors-outline-brand);
14
17
  outline-offset: 1px;
15
- outline-style: solid;
16
- outline-width: 2px;
17
18
  }
18
- ._1gqmi2d3[data-disabled="true"] {
19
+ ._1gqmi2d4[data-disabled] {
19
20
  cursor: not-allowed;
20
21
  }
21
- ._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d3:not(:first-child):not(:last-child) {
22
+ ._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d4:not(:first-child):not(:last-child) {
22
23
  border-inline-width: 0.5px;
23
24
  }
24
- ._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d3:not(:only-child):first-child {
25
+ ._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d4:not(:only-child):first-child {
25
26
  border-bottom-right-radius: 0;
26
27
  border-right-width: 0.5px;
27
28
  border-top-right-radius: 0;
28
29
  }
29
- ._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d3:not(:only-child):last-child {
30
+ ._1sewcgl0[data-orientation="horizontal"] ._1gqmi2d4:not(:only-child):last-child {
30
31
  border-bottom-left-radius: 0;
31
32
  border-left-width: 0.5px;
32
33
  border-top-left-radius: 0;
33
34
  }
34
- ._1sewcgl0[data-orientation="vertical"] ._1gqmi2d3:not(:first-child):not(:last-child) {
35
+ ._1sewcgl0[data-orientation="vertical"] ._1gqmi2d4:not(:first-child):not(:last-child) {
35
36
  border-block-width: 0.5px;
36
37
  }
37
- ._1sewcgl0[data-orientation="vertical"] ._1gqmi2d3:not(:only-child):first-child {
38
+ ._1sewcgl0[data-orientation="vertical"] ._1gqmi2d4:not(:only-child):first-child {
38
39
  border-bottom-left-radius: 0;
39
40
  border-bottom-right-radius: 0;
40
41
  border-bottom-width: 0.5px;
41
42
  }
42
- ._1sewcgl0[data-orientation="vertical"] ._1gqmi2d3:not(:only-child):last-child {
43
+ ._1sewcgl0[data-orientation="vertical"] ._1gqmi2d4:not(:only-child):last-child {
43
44
  border-top-left-radius: 0;
44
45
  border-top-right-radius: 0;
45
46
  border-top-width: 0.5px;
46
47
  }
47
- ._1sewcgl0[data-orientation] ._1gqmi2d3:not(:first-child):not(:last-child) {
48
+ ._1sewcgl0[data-orientation] ._1gqmi2d4:not(:first-child):not(:last-child) {
48
49
  border-radius: 0;
49
50
  }
50
- ._1gqmi2d4 {
51
+ ._1gqmi2d5 {
51
52
  --_1gqmi2d0: var(--ax-colors-bg-error-solid);
52
53
  --_1gqmi2d1: var(--ax-colors-bg-error-solid-hover);
53
54
  --_1gqmi2d2: var(--ax-colors-bg-error-subtle);
54
55
  }
55
- ._1gqmi2d4:focus-visible {
56
- outline-color: var(--ax-colors-red-200);
57
- }
58
- ._1gqmi2d5 {
56
+ ._1gqmi2d6 {
59
57
  --_1gqmi2d0: var(--ax-colors-bg-brand-solid);
60
58
  --_1gqmi2d1: var(--ax-colors-bg-brand-solid-hover);
61
59
  --_1gqmi2d2: var(--ax-colors-bg-brand-subtle);
62
60
  }
63
- ._1gqmi2d5:focus-visible {
64
- outline-color: var(--ax-colors-brand-300);
65
- }
66
- ._1gqmi2d6 {
61
+ ._1gqmi2d7 {
67
62
  --_1gqmi2d0: var(--ax-colors-fg-secondary);
68
63
  --_1gqmi2d1: var(--ax-colors-fg-secondary-hover);
69
64
  --_1gqmi2d2: var(--ax-colors-bg-secondary-hover);
70
65
  }
71
- ._1gqmi2d6:focus-visible {
72
- outline-color: var(--ax-colors-neutral-500);
73
- }
74
- ._1gqmi2d7 {
75
- background-color: transparent;
76
- border-color: var(--_1gqmi2d0);
77
- color: var(--_1gqmi2d0);
78
- }
79
- ._1gqmi2d7:hover:not([data-disabled="true"]) {
80
- background-color: var(--_1gqmi2d2);
81
- }
82
- ._1gqmi2d7[data-disabled="true"] {
83
- background-color: var(--ax-colors-bg-disabled);
84
- color: var(--ax-colors-fg-disabled);
85
- }
86
66
  ._1gqmi2d8 {
87
67
  background-color: transparent;
88
68
  border: 1px solid var(--_1gqmi2d0);
89
69
  color: var(--_1gqmi2d0);
70
+ padding-inline: calc(var(--_1gqmi2d3) - 1px);
90
71
  }
91
- ._1gqmi2d8:hover:not([data-disabled="true"]) {
72
+ ._1gqmi2d8:hover:not([data-disabled]) {
92
73
  background-color: var(--_1gqmi2d2);
93
74
  }
94
- ._1gqmi2d8[data-disabled="true"] {
75
+ ._1gqmi2d8[data-disabled] {
95
76
  border-color: var(--ax-colors-border-disabled);
96
77
  color: var(--ax-colors-fg-disabled);
97
78
  }
@@ -99,15 +80,46 @@
99
80
  background-color: var(--_1gqmi2d0);
100
81
  color: var(--ax-colors-fg-default-inverse);
101
82
  }
102
- ._1gqmi2d9:hover:not([data-disabled="true"]) {
83
+ ._1gqmi2d9:hover:not([data-disabled]) {
103
84
  background-color: var(--_1gqmi2d1);
104
85
  }
105
- ._1gqmi2d9[data-disabled="true"] {
86
+ ._1gqmi2d9[data-disabled] {
106
87
  background-color: var(--ax-colors-bg-disabled);
107
88
  border: 1px solid var(--ax-colors-border-disabled);
108
89
  color: var(--ax-colors-fg-disabled);
90
+ padding-inline: calc(var(--_1gqmi2d3) - 1px);
109
91
  }
110
92
  ._1gqmi2da {
93
+ background-color: transparent;
94
+ border-color: var(--_1gqmi2d0);
95
+ color: var(--_1gqmi2d0);
96
+ }
97
+ ._1gqmi2da:hover:not([data-disabled]) {
98
+ background-color: var(--_1gqmi2d2);
99
+ }
100
+ ._1gqmi2da[data-disabled] {
101
+ background-color: var(--ax-colors-bg-disabled);
102
+ color: var(--ax-colors-fg-disabled);
103
+ }
104
+ ._1gqmi2db {
111
105
  border-color: var(--ax-colors-border-default);
112
106
  }
107
+ ._1gqmi2dc {
108
+ --_1gqmi2d3: 2px;
109
+ }
110
+ ._1gqmi2dd {
111
+ --_1gqmi2d3: 4px;
112
+ }
113
+ ._1gqmi2de {
114
+ --_1gqmi2d3: 6px;
115
+ }
116
+ ._1gqmi2df {
117
+ --_1gqmi2d3: 8px;
118
+ }
119
+ ._1gqmi2dg {
120
+ --_1gqmi2d3: 10px;
121
+ }
122
+ ._1gqmi2dh {
123
+ --_1gqmi2d3: 12px;
124
+ }
113
125
  }
@@ -0,0 +1,23 @@
1
+ @layer optiaxiom._1kfj4ga1;
2
+ @layer optiaxiom._1kfj4ga1 {
3
+ ._1vlnf5q1 {
4
+ display: none;
5
+ }
6
+ ._1vlnf5q0[data-state="checked"] ._1vlnf5q1 {
7
+ display: block;
8
+ }
9
+ ._1vlnf5q2 {
10
+ display: none;
11
+ }
12
+ ._1vlnf5q0[data-state="indeterminate"] ._1vlnf5q2 {
13
+ display: block;
14
+ }
15
+ ._1vlnf5q3 {
16
+ border-color: var(--_7uwxjo1);
17
+ border-width: 1px;
18
+ }
19
+ ._1vlnf5q3:not([data-state="unchecked"]) {
20
+ background-color: var(--_7uwxjo1);
21
+ border-width: 0;
22
+ }
23
+ }
@@ -0,0 +1,26 @@
1
+ @layer optiaxiom._1kfj4ga1;
2
+ @layer optiaxiom._1kfj4ga1 {
3
+ .wnd97r0 {
4
+ background-color: var(--ax-colors-gray-300);
5
+ color: var(--ax-colors-fg-default);
6
+ position: relative;
7
+ user-select: none;
8
+ }
9
+ .wnd97r0:focus-visible {
10
+ outline: 2px solid var(--ax-colors-gray-300);
11
+ outline-offset: 1px;
12
+ }
13
+ .wnd97r0:hover:not([data-disabled]) {
14
+ background-color: var(--ax-colors-gray-600);
15
+ color: var(--ax-colors-white);
16
+ }
17
+ .wnd97r0[data-disabled] {
18
+ background-color: var(--ax-colors-bg-disabled);
19
+ border: 1px solid var(--ax-colors-border-disabled);
20
+ color: var(--ax-colors-fg-disabled);
21
+ }
22
+ .wnd97r0[data-state="on"] {
23
+ background-color: var(--ax-colors-gray-600);
24
+ color: var(--ax-colors-white);
25
+ }
26
+ }
@@ -0,0 +1,32 @@
1
+ @layer optiaxiom._1kfj4ga1;
2
+ @layer optiaxiom._1kfj4ga1 {
3
+ ._7uwxjo2 {
4
+ --_7uwxjo1: var(--ax-colors-border-active);
5
+ color: var(--ax-colors-fg-default);
6
+ }
7
+ ._7uwxjo2:has(._7uwxjo0:not([data-disabled]):not([data-state="unchecked"])):hover {
8
+ --_7uwxjo1: var(--ax-colors-bg-brand-solid-hover);
9
+ }
10
+ ._7uwxjo2:has(._7uwxjo0:not([data-disabled]):not([data-state="unchecked"])) {
11
+ --_7uwxjo1: var(--ax-colors-bg-brand-solid);
12
+ }
13
+ ._7uwxjo2:has(._7uwxjo0:not([data-disabled])[data-state="unchecked"]):hover {
14
+ --_7uwxjo1: var(--ax-colors-border-active-hover);
15
+ }
16
+ ._7uwxjo2:has(._7uwxjo0[data-disabled]) {
17
+ color: var(--ax-colors-fg-disabled);
18
+ }
19
+ ._7uwxjo3:focus-visible {
20
+ outline: 2px solid var(--ax-colors-outline-brand);
21
+ outline-offset: 1px;
22
+ }
23
+ ._7uwxjo3[data-disabled] {
24
+ --_7uwxjo1: var(--ax-colors-bg-disabled);
25
+ }
26
+ ._7uwxjo4 {
27
+ cursor: pointer;
28
+ }
29
+ ._7uwxjo0[data-disabled] + ._7uwxjo4 {
30
+ cursor: default;
31
+ }
32
+ }
@@ -0,0 +1,28 @@
1
+ @layer optiaxiom._1kfj4ga1;
2
+ @layer optiaxiom._1kfj4ga1 {
3
+ ._1hgarxm0 {
4
+ left: 50%;
5
+ max-width: 90dvw;
6
+ position: fixed;
7
+ top: 50%;
8
+ translate: -50% -50%;
9
+ }
10
+ ._1hgarxm1 {
11
+ width: 375px;
12
+ }
13
+ ._1hgarxm2 {
14
+ width: 600px;
15
+ }
16
+ ._1hgarxm3 {
17
+ width: 800px;
18
+ }
19
+ ._1hgarxm4 {
20
+ inset: 0;
21
+ position: fixed;
22
+ }
23
+ ._1hgarxm5 {
24
+ position: absolute;
25
+ right: 24px;
26
+ top: 24px;
27
+ }
28
+ }
@@ -0,0 +1,6 @@
1
+ @layer optiaxiom._1kfj4ga1;
2
+ @layer optiaxiom._1kfj4ga1 {
3
+ .qdjgpq0 {
4
+ max-height: 50dvh;
5
+ }
6
+ }
@@ -1,32 +1,34 @@
1
1
  @layer optiaxiom._1kfj4ga1;
2
2
  @layer optiaxiom._1kfj4ga1 {
3
- ._5j10wf0 {
3
+ ._4nrdl00 {
4
4
  border-color: var(--ax-colors-border-default);
5
5
  }
6
- ._5j10wf0:focus-within:is([data-invalid="true"]) {
6
+ ._4nrdl00:focus-within:is([data-invalid]) {
7
7
  outline-color: var(--ax-colors-red-200);
8
8
  outline-offset: 1px;
9
9
  outline-style: solid;
10
10
  outline-width: 2px;
11
11
  }
12
- ._5j10wf0:focus-within:not([data-invalid="true"]) {
12
+ ._4nrdl00:focus-within:not([data-invalid]) {
13
13
  outline-color: var(--ax-colors-brand-200);
14
14
  outline-offset: 1px;
15
15
  outline-style: solid;
16
16
  outline-width: 2px;
17
17
  }
18
- ._5j10wf0:hover {
18
+ ._4nrdl00:hover {
19
19
  border-color: var(--ax-colors-border-brand);
20
20
  }
21
- ._5j10wf0[data-disabled="true"] {
21
+ ._4nrdl00[data-disabled] {
22
22
  background-color: var(--ax-colors-bg-disabled);
23
23
  border-color: var(--ax-colors-border-secondary);
24
24
  pointer-events: none;
25
25
  }
26
- ._5j10wf0[data-invalid="true"] {
26
+ ._4nrdl00[data-invalid] {
27
27
  border-color: var(--ax-colors-border-error);
28
28
  }
29
- ._5j10wf1:focus-visible {
30
- outline-width: 0px;
29
+ ._4nrdl01 {
30
+ font-size: 14px;
31
+ line-height: 22px;
32
+ outline: 2px solid transparent;
31
33
  }
32
34
  }
@@ -1,9 +1,6 @@
1
1
  @layer optiaxiom._1kfj4ga1;
2
2
  @layer optiaxiom._1kfj4ga1 {
3
3
  .q5e32p0 {
4
- border-bottom-width: 2px;
5
- }
6
- .q5e32p1 {
7
4
  font-size: 1.2em;
8
5
  line-height: 1;
9
6
  text-decoration: none;
@@ -0,0 +1,32 @@
1
+ @layer optiaxiom._1kfj4ga1;
2
+ @layer optiaxiom._1kfj4ga1 {
3
+ ._1gvyme20 {
4
+ text-decoration: none;
5
+ }
6
+ ._1gvyme20:focus-visible {
7
+ outline: 2px solid var(--ax-colors-outline-brand);
8
+ outline-offset: 1px;
9
+ }
10
+ ._1gvyme20:hover {
11
+ text-decoration: underline;
12
+ }
13
+ ._1gvyme20[data-disabled="true"] {
14
+ color: var(--ax-colors-fg-disabled);
15
+ cursor: not-allowed;
16
+ }
17
+ ._1gvyme21 {
18
+ color: var(--ax-colors-fg-brand);
19
+ }
20
+ ._1gvyme21:hover {
21
+ color: var(--ax-colors-fg-brand-hover);
22
+ }
23
+ ._1gvyme21:visited {
24
+ color: var(--ax-colors-purple-500);
25
+ }
26
+ ._1gvyme22 {
27
+ color: black;
28
+ }
29
+ ._1gvyme22:visited {
30
+ color: var(--ax-colors-purple-500);
31
+ }
32
+ }
@@ -0,0 +1,9 @@
1
+ @layer optiaxiom._1kfj4ga1;
2
+ @layer optiaxiom._1kfj4ga1 {
3
+ ._1ohtycq0 {
4
+ border-color: var(--_7uwxjo1);
5
+ }
6
+ ._1ohtycq1 {
7
+ background-color: var(--_7uwxjo1);
8
+ }
9
+ }