@opexa/portal-components 0.0.579 → 0.0.580
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/styles/theme.css
CHANGED
|
@@ -294,7 +294,15 @@
|
|
|
294
294
|
--color-text-tab-trigger-primary: var(--color-text-quarterary-500);
|
|
295
295
|
--color-text-tab-trigger-selected-primary: var(--color-text-primary-brand);
|
|
296
296
|
|
|
297
|
-
|
|
297
|
+
|
|
298
|
+
/* Segment */
|
|
299
|
+
|
|
300
|
+
--color-border-segment-root-primary: var(--color-border-secondary);
|
|
301
|
+
--color-bg-segment-root-primary: var(--color-bg-secondary-alt);
|
|
302
|
+
--color-bg-segment-indicator-primary: var(--color-bg-primary-hover);
|
|
303
|
+
--color-text-segment-item-primary: var(--color-text-quarterary-500);
|
|
304
|
+
--color-text-segment-item-checked-primary: var(--color-text-primary-brand);
|
|
305
|
+
|
|
298
306
|
|
|
299
307
|
|
|
300
308
|
|
|
@@ -10,9 +10,9 @@ export const segmentGroupRecipe = tv({
|
|
|
10
10
|
variant: {
|
|
11
11
|
unstyled: {},
|
|
12
12
|
default: {
|
|
13
|
-
root: 'relative flex w-fit gap-md rounded-md border border-border-
|
|
14
|
-
item: 'relative z-1 flex cursor-pointer items-center justify-center gap-md text-text-
|
|
15
|
-
indicator: 'top-[var(--top)] left-[var(--left)] h-[var(--height)] w-[var(--width)] bg-bg-primary
|
|
13
|
+
root: 'relative flex w-fit gap-md rounded-md border border-border-segment-root-primary bg-bg-segment-root-primary p-1',
|
|
14
|
+
item: 'relative z-1 flex cursor-pointer items-center justify-center gap-md text-text-segment-item-primary ui-checked:text-text-segment-item-checked-primary transition-all duration-200',
|
|
15
|
+
indicator: 'top-[var(--top)] left-[var(--left)] h-[var(--height)] w-[var(--width)] bg-bg-segment-indicator-primary',
|
|
16
16
|
},
|
|
17
17
|
},
|
|
18
18
|
},
|