@rovula/ui 0.0.26 → 0.0.28
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/cjs/bundle.css +185 -37
- package/dist/cjs/bundle.js +3 -3
- package/dist/cjs/bundle.js.map +1 -1
- package/dist/cjs/types/components/AlertDialog/{Alert.stories.d.ts → AlertDialog.stories.d.ts} +4 -0
- package/dist/cjs/types/components/Calendar/Calendar.stories.d.ts +7 -7
- package/dist/cjs/types/components/RadioGroup/RadioGroup.stories.d.ts +1 -1
- package/dist/cjs/types/components/Text/Text.d.ts +5 -6
- package/dist/cjs/types/components/Text/Text.stories.d.ts +10 -2
- package/dist/cjs/types/components/Toast/Toast.d.ts +17 -0
- package/dist/cjs/types/components/Toast/Toast.stories.d.ts +358 -0
- package/dist/cjs/types/components/Toast/Toast.styles.d.ts +12 -0
- package/dist/cjs/types/components/Toast/Toaster.d.ts +1 -0
- package/dist/cjs/types/components/Toast/useToast.d.ts +55 -0
- package/dist/cjs/types/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/cjs/types/components/Tooltip/Tooltip.stories.d.ts +59 -0
- package/dist/cjs/types/components/Tooltip/TooltipSimple.d.ts +13 -0
- package/dist/cjs/types/icons/material-icon/outline/AllOutIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatAlignRightIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatBoldIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatItalicIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatListBulletedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatListNumberedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/index.d.ts +10 -0
- package/dist/cjs/types/icons/material-icon/solid/AllOutIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatAlignRightIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatBoldIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatItalicIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatListBulletedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatListNumberedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/index.d.ts +10 -0
- package/dist/cjs/types/index.d.ts +5 -0
- package/dist/components/AlertDialog/{Alert.stories.js → AlertDialog.stories.js} +13 -1
- package/dist/components/Checkbox/Checkbox.js +5 -4
- package/dist/components/Icon/Icon.stories.js +10 -0
- package/dist/components/Popover/Popover.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +1 -4
- package/dist/components/Switch/Switch.js +1 -1
- package/dist/components/Text/Text.js +3 -5
- package/dist/components/Toast/Toast.js +52 -0
- package/dist/components/Toast/Toast.stories.js +82 -0
- package/dist/components/Toast/Toast.styles.js +60 -0
- package/dist/components/Toast/Toaster.js +24 -0
- package/dist/components/Toast/useToast.js +121 -0
- package/dist/components/Tooltip/Tooltip.js +26 -0
- package/dist/components/Tooltip/Tooltip.stories.js +61 -0
- package/dist/components/Tooltip/TooltipSimple.js +18 -0
- package/dist/esm/bundle.css +185 -37
- package/dist/esm/bundle.js +3 -3
- package/dist/esm/bundle.js.map +1 -1
- package/dist/esm/types/components/AlertDialog/{Alert.stories.d.ts → AlertDialog.stories.d.ts} +4 -0
- package/dist/esm/types/components/Calendar/Calendar.stories.d.ts +7 -7
- package/dist/esm/types/components/RadioGroup/RadioGroup.stories.d.ts +1 -1
- package/dist/esm/types/components/Text/Text.d.ts +5 -6
- package/dist/esm/types/components/Text/Text.stories.d.ts +10 -2
- package/dist/esm/types/components/Toast/Toast.d.ts +17 -0
- package/dist/esm/types/components/Toast/Toast.stories.d.ts +358 -0
- package/dist/esm/types/components/Toast/Toast.styles.d.ts +12 -0
- package/dist/esm/types/components/Toast/Toaster.d.ts +1 -0
- package/dist/esm/types/components/Toast/useToast.d.ts +55 -0
- package/dist/esm/types/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/esm/types/components/Tooltip/Tooltip.stories.d.ts +59 -0
- package/dist/esm/types/components/Tooltip/TooltipSimple.d.ts +13 -0
- package/dist/esm/types/icons/material-icon/outline/AllOutIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatAlignRightIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatBoldIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatItalicIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatListBulletedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatListNumberedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/index.d.ts +10 -0
- package/dist/esm/types/icons/material-icon/solid/AllOutIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatAlignRightIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatBoldIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatItalicIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatListBulletedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatListNumberedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/index.d.ts +10 -0
- package/dist/esm/types/index.d.ts +5 -0
- package/dist/icons/material-icon/outline/AllOutIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatAlignCenterIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatAlignJustifyIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatAlignLeftIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatAlignRightIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatBoldIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatItalicIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatListBulletedIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatListNumberedIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatUnderlinedIcon.js +3 -0
- package/dist/icons/material-icon/outline/index.js +10 -0
- package/dist/icons/material-icon/solid/AllOutIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatAlignCenterIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatAlignJustifyIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatAlignLeftIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatAlignRightIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatBoldIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatItalicIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatListBulletedIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatListNumberedIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatUnderlinedIcon.js +3 -0
- package/dist/icons/material-icon/solid/index.js +10 -0
- package/dist/index.d.ts +94 -6
- package/dist/index.js +5 -0
- package/dist/src/theme/global.css +230 -46
- package/dist/theme/themes/xspector/state.css +1 -1
- package/package.json +4 -1
- package/src/components/AlertDialog/{Alert.stories.tsx → AlertDialog.stories.tsx} +41 -1
- package/src/components/Checkbox/Checkbox.tsx +9 -4
- package/src/components/Icon/Icon.stories.tsx +10 -0
- package/src/components/Popover/Popover.tsx +1 -1
- package/src/components/RadioGroup/RadioGroup.tsx +6 -7
- package/src/components/Switch/Switch.tsx +8 -5
- package/src/components/Text/Text.tsx +33 -40
- package/src/components/Toast/Toast.stories.tsx +144 -0
- package/src/components/Toast/Toast.styles.tsx +73 -0
- package/src/components/Toast/Toast.tsx +116 -0
- package/src/components/Toast/Toaster.tsx +50 -0
- package/src/components/Toast/useToast.ts +222 -0
- package/src/components/Tooltip/Tooltip.stories.tsx +152 -0
- package/src/components/Tooltip/Tooltip.tsx +38 -0
- package/src/components/Tooltip/TooltipSimple.tsx +46 -0
- package/src/icons/material-icon/outline/AllOutIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatAlignCenterIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatAlignJustifyIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatAlignLeftIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatAlignRightIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatBoldIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatItalicIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatListBulletedIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatListNumberedIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatUnderlinedIcon.tsx +20 -0
- package/src/icons/material-icon/outline/index.ts +10 -0
- package/src/icons/material-icon/solid/AllOutIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatAlignCenterIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatAlignJustifyIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatAlignLeftIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatAlignRightIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatBoldIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatItalicIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatListBulletedIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatListNumberedIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatUnderlinedIcon.tsx +20 -0
- package/src/icons/material-icon/solid/index.ts +10 -0
- package/src/index.ts +5 -0
- package/src/theme/themes/xspector/state.css +1 -1
|
@@ -1275,7 +1275,7 @@
|
|
|
1275
1275
|
--state-color-error-text-hover: #ff4d35;
|
|
1276
1276
|
--state-color-error-text-pressed: #a5210f;
|
|
1277
1277
|
--state-color-disable-solid: #454f5b;
|
|
1278
|
-
--state-color-disable-outline: #
|
|
1278
|
+
--state-color-disable-outline: #D3DADF;
|
|
1279
1279
|
/* Base from design */
|
|
1280
1280
|
--input-color-default-text: #9e9e9e;
|
|
1281
1281
|
--input-color-default-stroke: rgba(158 158 158 / 0.24);
|
|
@@ -2121,6 +2121,10 @@ body {
|
|
|
2121
2121
|
pointer-events: none;
|
|
2122
2122
|
}
|
|
2123
2123
|
|
|
2124
|
+
.pointer-events-auto {
|
|
2125
|
+
pointer-events: auto;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2124
2128
|
.static {
|
|
2125
2129
|
position: static;
|
|
2126
2130
|
}
|
|
@@ -2162,6 +2166,10 @@ body {
|
|
|
2162
2166
|
top: -0.375rem;
|
|
2163
2167
|
}
|
|
2164
2168
|
|
|
2169
|
+
.bottom-\[40px\] {
|
|
2170
|
+
bottom: 40px;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2165
2173
|
.left-0 {
|
|
2166
2174
|
left: 0px;
|
|
2167
2175
|
}
|
|
@@ -2206,6 +2214,10 @@ body {
|
|
|
2206
2214
|
top: 1rem;
|
|
2207
2215
|
}
|
|
2208
2216
|
|
|
2217
|
+
.top-\[40px\] {
|
|
2218
|
+
top: 40px;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2209
2221
|
.top-\[50\%\] {
|
|
2210
2222
|
top: 50%;
|
|
2211
2223
|
}
|
|
@@ -2222,6 +2234,10 @@ body {
|
|
|
2222
2234
|
z-index: 50;
|
|
2223
2235
|
}
|
|
2224
2236
|
|
|
2237
|
+
.z-\[100\] {
|
|
2238
|
+
z-index: 100;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2225
2241
|
.col-span-3 {
|
|
2226
2242
|
grid-column: span 3 / span 3;
|
|
2227
2243
|
}
|
|
@@ -2245,6 +2261,10 @@ body {
|
|
|
2245
2261
|
margin-bottom: 0.5rem;
|
|
2246
2262
|
}
|
|
2247
2263
|
|
|
2264
|
+
.-mr-2 {
|
|
2265
|
+
margin-right: -0.5rem;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2248
2268
|
.ml-2 {
|
|
2249
2269
|
margin-left: 0.5rem;
|
|
2250
2270
|
}
|
|
@@ -2257,6 +2277,10 @@ body {
|
|
|
2257
2277
|
margin-left: 1rem;
|
|
2258
2278
|
}
|
|
2259
2279
|
|
|
2280
|
+
.ml-\[var\(--spacing-spacing-xl\)\] {
|
|
2281
|
+
margin-left: var(--spacing-spacing-xl);
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2260
2284
|
.ml-auto {
|
|
2261
2285
|
margin-left: auto;
|
|
2262
2286
|
}
|
|
@@ -2419,6 +2443,10 @@ body {
|
|
|
2419
2443
|
height: 1.5rem;
|
|
2420
2444
|
}
|
|
2421
2445
|
|
|
2446
|
+
.h-60 {
|
|
2447
|
+
height: 15rem;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2422
2450
|
.h-\[120px\] {
|
|
2423
2451
|
height: 120px;
|
|
2424
2452
|
}
|
|
@@ -2480,6 +2508,10 @@ body {
|
|
|
2480
2508
|
max-height: 15rem;
|
|
2481
2509
|
}
|
|
2482
2510
|
|
|
2511
|
+
.max-h-screen {
|
|
2512
|
+
max-height: 100vh;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2483
2515
|
.w-1\/2 {
|
|
2484
2516
|
width: 50%;
|
|
2485
2517
|
}
|
|
@@ -2723,6 +2755,10 @@ body {
|
|
|
2723
2755
|
gap: 1.5rem;
|
|
2724
2756
|
}
|
|
2725
2757
|
|
|
2758
|
+
.gap-\[2px\] {
|
|
2759
|
+
gap: 2px;
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2726
2762
|
.gap-x-\[var\(--navbar-gap\)\] {
|
|
2727
2763
|
-moz-column-gap: var(--navbar-gap);
|
|
2728
2764
|
column-gap: var(--navbar-gap);
|
|
@@ -2756,10 +2792,18 @@ body {
|
|
|
2756
2792
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
2757
2793
|
}
|
|
2758
2794
|
|
|
2795
|
+
.self-center {
|
|
2796
|
+
align-self: center;
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2759
2799
|
.self-stretch {
|
|
2760
2800
|
align-self: stretch;
|
|
2761
2801
|
}
|
|
2762
2802
|
|
|
2803
|
+
.justify-self-center {
|
|
2804
|
+
justify-self: center;
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2763
2807
|
.overflow-auto {
|
|
2764
2808
|
overflow: auto;
|
|
2765
2809
|
}
|
|
@@ -2786,6 +2830,10 @@ body {
|
|
|
2786
2830
|
border-radius: 0.25rem;
|
|
2787
2831
|
}
|
|
2788
2832
|
|
|
2833
|
+
.rounded-\[var\(--spacing-spacing-xxs\2c 2px\)\] {
|
|
2834
|
+
border-radius: var(--spacing-spacing-xxs,2px);
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2789
2837
|
.rounded-full {
|
|
2790
2838
|
border-radius: 9999px;
|
|
2791
2839
|
}
|
|
@@ -3029,6 +3077,16 @@ body {
|
|
|
3029
3077
|
border-color: color-mix(in srgb, var(--button-warning-solid-default-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3030
3078
|
}
|
|
3031
3079
|
|
|
3080
|
+
.border-error-stroke {
|
|
3081
|
+
--tw-border-opacity: 1;
|
|
3082
|
+
border-color: color-mix(in srgb, var(--state-color-error-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
.border-info-stroke {
|
|
3086
|
+
--tw-border-opacity: 1;
|
|
3087
|
+
border-color: color-mix(in srgb, var(--state-color-info-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3032
3090
|
.border-input-default-stroke {
|
|
3033
3091
|
--tw-border-opacity: 1;
|
|
3034
3092
|
border-color: color-mix(in srgb, var(--input-color-default-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
@@ -3044,19 +3102,14 @@ body {
|
|
|
3044
3102
|
border-color: color-mix(in srgb, var(--primary-ramps-primary-10) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3045
3103
|
}
|
|
3046
3104
|
|
|
3047
|
-
.border-primary-30 {
|
|
3048
|
-
--tw-border-opacity: 1;
|
|
3049
|
-
border-color: color-mix(in srgb, var(--primary-ramps-primary-30) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3050
|
-
}
|
|
3051
|
-
|
|
3052
3105
|
.border-secondary {
|
|
3053
3106
|
--tw-border-opacity: 1;
|
|
3054
3107
|
border-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3055
3108
|
}
|
|
3056
3109
|
|
|
3057
|
-
.border-
|
|
3110
|
+
.border-success-stroke {
|
|
3058
3111
|
--tw-border-opacity: 1;
|
|
3059
|
-
border-color: color-mix(in srgb, var(--state-color-
|
|
3112
|
+
border-color: color-mix(in srgb, var(--state-color-success-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3060
3113
|
}
|
|
3061
3114
|
|
|
3062
3115
|
.border-surface {
|
|
@@ -3068,6 +3121,11 @@ body {
|
|
|
3068
3121
|
border-color: transparent;
|
|
3069
3122
|
}
|
|
3070
3123
|
|
|
3124
|
+
.border-warning-stroke {
|
|
3125
|
+
--tw-border-opacity: 1;
|
|
3126
|
+
border-color: color-mix(in srgb, var(--state-color-warning-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3071
3129
|
.border-b-\[rgb\(var\(--navbar-border-color\)\)\] {
|
|
3072
3130
|
border-bottom-color: rgb(var(--navbar-border-color));
|
|
3073
3131
|
}
|
|
@@ -3167,11 +3225,6 @@ body {
|
|
|
3167
3225
|
background-color: color-mix(in srgb, var(--base-color-popup-curtain) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3168
3226
|
}
|
|
3169
3227
|
|
|
3170
|
-
.bg-base-popup-highlight {
|
|
3171
|
-
--tw-bg-opacity: 1;
|
|
3172
|
-
background-color: color-mix(in srgb, var(--base-color-popup-hightlight) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3173
|
-
}
|
|
3174
|
-
|
|
3175
3228
|
.bg-black {
|
|
3176
3229
|
--tw-bg-opacity: 1;
|
|
3177
3230
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
@@ -3282,6 +3335,16 @@ body {
|
|
|
3282
3335
|
background-color: color-mix(in srgb, var(--button-warning-solid-default-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3283
3336
|
}
|
|
3284
3337
|
|
|
3338
|
+
.bg-common-black {
|
|
3339
|
+
--tw-bg-opacity: 1;
|
|
3340
|
+
background-color: color-mix(in srgb, var(--common-black) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3341
|
+
}
|
|
3342
|
+
|
|
3343
|
+
.bg-error-transparent-8 {
|
|
3344
|
+
--tw-bg-opacity: 1;
|
|
3345
|
+
background-color: color-mix(in srgb, var(--other-transparency-error-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3285
3348
|
.bg-gray-200 {
|
|
3286
3349
|
--tw-bg-opacity: 1;
|
|
3287
3350
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
@@ -3292,11 +3355,6 @@ body {
|
|
|
3292
3355
|
background-color: color-mix(in srgb, var(--grey-grey-50) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3293
3356
|
}
|
|
3294
3357
|
|
|
3295
|
-
.bg-grey2-300 {
|
|
3296
|
-
--tw-bg-opacity: 1;
|
|
3297
|
-
background-color: color-mix(in srgb, var(--grey2-grey2-300) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3298
|
-
}
|
|
3299
|
-
|
|
3300
3358
|
.bg-grey2-700 {
|
|
3301
3359
|
--tw-bg-opacity: 1;
|
|
3302
3360
|
background-color: color-mix(in srgb, var(--grey2-grey2-700) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -3307,6 +3365,11 @@ body {
|
|
|
3307
3365
|
background-color: color-mix(in srgb, var(--other-transparency-grey2-16) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3308
3366
|
}
|
|
3309
3367
|
|
|
3368
|
+
.bg-info-transparent-8 {
|
|
3369
|
+
--tw-bg-opacity: 1;
|
|
3370
|
+
background-color: color-mix(in srgb, var(--other-transparency-info-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3310
3373
|
.bg-input-disable-bg {
|
|
3311
3374
|
--tw-bg-opacity: 1;
|
|
3312
3375
|
background-color: color-mix(in srgb, var(--input-color-disable-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -3342,6 +3405,21 @@ body {
|
|
|
3342
3405
|
background-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3343
3406
|
}
|
|
3344
3407
|
|
|
3408
|
+
.bg-secondary-hover {
|
|
3409
|
+
--tw-bg-opacity: 1;
|
|
3410
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
.bg-state-disable-solid {
|
|
3414
|
+
--tw-bg-opacity: 1;
|
|
3415
|
+
background-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3416
|
+
}
|
|
3417
|
+
|
|
3418
|
+
.bg-success-transparent-8 {
|
|
3419
|
+
--tw-bg-opacity: 1;
|
|
3420
|
+
background-color: color-mix(in srgb, var(--other-transparency-success-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3345
3423
|
.bg-surface {
|
|
3346
3424
|
--tw-bg-opacity: 1;
|
|
3347
3425
|
background-color: color-mix(in srgb, var(--surface) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -3351,6 +3429,11 @@ body {
|
|
|
3351
3429
|
background-color: transparent;
|
|
3352
3430
|
}
|
|
3353
3431
|
|
|
3432
|
+
.bg-warning-transparent-8 {
|
|
3433
|
+
--tw-bg-opacity: 1;
|
|
3434
|
+
background-color: color-mix(in srgb, var(--other-transparency-warning-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3354
3437
|
.bg-white {
|
|
3355
3438
|
--tw-bg-opacity: 1;
|
|
3356
3439
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -3500,10 +3583,6 @@ body {
|
|
|
3500
3583
|
fill: color-mix(in srgb, var(--state-color-primary-default) calc(100% * 1), transparent);
|
|
3501
3584
|
}
|
|
3502
3585
|
|
|
3503
|
-
.fill-state-disable-solid {
|
|
3504
|
-
fill: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 1), transparent);
|
|
3505
|
-
}
|
|
3506
|
-
|
|
3507
3586
|
.p-0 {
|
|
3508
3587
|
padding: 0px;
|
|
3509
3588
|
}
|
|
@@ -4150,6 +4229,11 @@ body {
|
|
|
4150
4229
|
color: color-mix(in srgb, var(--button-warning-solid-default-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4151
4230
|
}
|
|
4152
4231
|
|
|
4232
|
+
.text-common-white {
|
|
4233
|
+
--tw-text-opacity: 1;
|
|
4234
|
+
color: color-mix(in srgb, var(--common-white) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4153
4237
|
.text-current {
|
|
4154
4238
|
color: currentColor;
|
|
4155
4239
|
}
|
|
@@ -4208,11 +4292,6 @@ body {
|
|
|
4208
4292
|
color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4209
4293
|
}
|
|
4210
4294
|
|
|
4211
|
-
.text-primary-foreground {
|
|
4212
|
-
--tw-text-opacity: 1;
|
|
4213
|
-
color: color-mix(in srgb, var(--primary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
4295
|
.text-secondary {
|
|
4217
4296
|
--tw-text-opacity: 1;
|
|
4218
4297
|
color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -4228,11 +4307,6 @@ body {
|
|
|
4228
4307
|
color: color-mix(in srgb, var(--secondary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4229
4308
|
}
|
|
4230
4309
|
|
|
4231
|
-
.text-state-disable-solid {
|
|
4232
|
-
--tw-text-opacity: 1;
|
|
4233
|
-
color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4234
|
-
}
|
|
4235
|
-
|
|
4236
4310
|
.text-success {
|
|
4237
4311
|
--tw-text-opacity: 1;
|
|
4238
4312
|
color: color-mix(in srgb, var(--state-color-success-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -4772,6 +4846,11 @@ body {
|
|
|
4772
4846
|
border-color: color-mix(in srgb, var(--input-color-active-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4773
4847
|
}
|
|
4774
4848
|
|
|
4849
|
+
.hover\:border-primary-hover:hover {
|
|
4850
|
+
--tw-border-opacity: 1;
|
|
4851
|
+
border-color: color-mix(in srgb, var(--state-color-primary-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4852
|
+
}
|
|
4853
|
+
|
|
4775
4854
|
.hover\:bg-action-button-icon-active-hover:hover {
|
|
4776
4855
|
--tw-bg-opacity: 1;
|
|
4777
4856
|
background-color: color-mix(in srgb, var(--action-button-icon-active-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -5313,10 +5392,6 @@ body {
|
|
|
5313
5392
|
--tw-ring-offset-width: 2px;
|
|
5314
5393
|
}
|
|
5315
5394
|
|
|
5316
|
-
.focus-visible\:ring-offset-background:focus-visible {
|
|
5317
|
-
--tw-ring-offset-color: color-mix(in srgb, var(--background) calc(100% * 1), transparent);
|
|
5318
|
-
}
|
|
5319
|
-
|
|
5320
5395
|
.active\:border-action-button-icon-active-pressed:active {
|
|
5321
5396
|
--tw-border-opacity: 1;
|
|
5322
5397
|
border-color: color-mix(in srgb, var(--action-button-icon-active-pressed-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
@@ -6176,10 +6251,6 @@ body {
|
|
|
6176
6251
|
fill: color-mix(in srgb, var(--button-warning-solid-disabled-text) calc(100% * 1), transparent);
|
|
6177
6252
|
}
|
|
6178
6253
|
|
|
6179
|
-
.disabled\:fill-state-disable-solid:disabled {
|
|
6180
|
-
fill: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 1), transparent);
|
|
6181
|
-
}
|
|
6182
|
-
|
|
6183
6254
|
.disabled\:text-button-error-flat-disabled:disabled {
|
|
6184
6255
|
--tw-text-opacity: 1;
|
|
6185
6256
|
color: color-mix(in srgb, var(--button-error-flat-disabled-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -6285,10 +6356,26 @@ body {
|
|
|
6285
6356
|
color: color-mix(in srgb, var(--button-warning-solid-disabled-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6286
6357
|
}
|
|
6287
6358
|
|
|
6359
|
+
.disabled\:text-state-disable-outline:disabled {
|
|
6360
|
+
--tw-text-opacity: 1;
|
|
6361
|
+
color: color-mix(in srgb, var(--state-color-disable-outline) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6288
6364
|
.disabled\:opacity-50:disabled {
|
|
6289
6365
|
opacity: 0.5;
|
|
6290
6366
|
}
|
|
6291
6367
|
|
|
6368
|
+
.group:hover .group-hover\:ring {
|
|
6369
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
6370
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
6371
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
6372
|
+
}
|
|
6373
|
+
|
|
6374
|
+
.group:disabled .group-disabled\:bg-state-disable-solid {
|
|
6375
|
+
--tw-bg-opacity: 1;
|
|
6376
|
+
background-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
6377
|
+
}
|
|
6378
|
+
|
|
6292
6379
|
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-2 {
|
|
6293
6380
|
top: 0.5rem;
|
|
6294
6381
|
}
|
|
@@ -6437,6 +6524,30 @@ body {
|
|
|
6437
6524
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6438
6525
|
}
|
|
6439
6526
|
|
|
6527
|
+
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel] {
|
|
6528
|
+
--tw-translate-x: 0px;
|
|
6529
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6530
|
+
}
|
|
6531
|
+
|
|
6532
|
+
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end] {
|
|
6533
|
+
--tw-translate-x: var(--radix-toast-swipe-end-x);
|
|
6534
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6535
|
+
}
|
|
6536
|
+
|
|
6537
|
+
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move] {
|
|
6538
|
+
--tw-translate-x: var(--radix-toast-swipe-move-x);
|
|
6539
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6540
|
+
}
|
|
6541
|
+
|
|
6542
|
+
.data-\[disabled\]\:cursor-not-allowed[data-disabled] {
|
|
6543
|
+
cursor: not-allowed;
|
|
6544
|
+
}
|
|
6545
|
+
|
|
6546
|
+
.data-\[disabled\]\:border-state-disable-solid[data-disabled] {
|
|
6547
|
+
--tw-border-opacity: 1;
|
|
6548
|
+
border-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-border-opacity)), transparent);
|
|
6549
|
+
}
|
|
6550
|
+
|
|
6440
6551
|
.data-\[loading\=true\]\:border-button-error-flat-active[data-loading=true] {
|
|
6441
6552
|
--tw-border-opacity: 1;
|
|
6442
6553
|
border-color: color-mix(in srgb, var(--button-error-flat-active-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
@@ -6542,15 +6653,19 @@ body {
|
|
|
6542
6653
|
border-color: color-mix(in srgb, var(--button-warning-solid-active-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
6543
6654
|
}
|
|
6544
6655
|
|
|
6545
|
-
.data-\[state\=checked\]\:border-
|
|
6656
|
+
.data-\[state\=checked\]\:border-secondary[data-state=checked] {
|
|
6546
6657
|
--tw-border-opacity: 1;
|
|
6547
|
-
border-color: color-mix(in srgb, var(--state-color-
|
|
6658
|
+
border-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
6548
6659
|
}
|
|
6549
6660
|
|
|
6550
6661
|
.data-\[disabled\]\:\!bg-\[var\(--dropdown-menu-disabled-bg\)\][data-disabled] {
|
|
6551
6662
|
background-color: var(--dropdown-menu-disabled-bg) !important;
|
|
6552
6663
|
}
|
|
6553
6664
|
|
|
6665
|
+
.data-\[disabled\]\:bg-state-disable-solid\/\[0\.32\][data-disabled] {
|
|
6666
|
+
background-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 0.32), transparent);
|
|
6667
|
+
}
|
|
6668
|
+
|
|
6554
6669
|
.data-\[loading\=true\]\:bg-button-error-flat-active[data-loading=true] {
|
|
6555
6670
|
--tw-bg-opacity: 1;
|
|
6556
6671
|
background-color: color-mix(in srgb, var(--button-error-flat-active-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -6660,9 +6775,9 @@ body {
|
|
|
6660
6775
|
background-color: var(--dropdown-menu-selected-bg);
|
|
6661
6776
|
}
|
|
6662
6777
|
|
|
6663
|
-
.data-\[state\=checked\]\:bg-
|
|
6778
|
+
.data-\[state\=checked\]\:bg-secondary[data-state=checked] {
|
|
6664
6779
|
--tw-bg-opacity: 1;
|
|
6665
|
-
background-color: color-mix(in srgb, var(--state-color-
|
|
6780
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
6666
6781
|
}
|
|
6667
6782
|
|
|
6668
6783
|
.data-\[state\=checked\]\:bg-secondary-active\/\[0\.32\][data-state=checked] {
|
|
@@ -6688,6 +6803,10 @@ body {
|
|
|
6688
6803
|
background-color: color-mix(in srgb, var(--state-color-tertiary-active) calc(100% * 0.32), transparent);
|
|
6689
6804
|
}
|
|
6690
6805
|
|
|
6806
|
+
.data-\[disabled\]\:fill-state-disable-solid[data-disabled] {
|
|
6807
|
+
fill: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 1), transparent);
|
|
6808
|
+
}
|
|
6809
|
+
|
|
6691
6810
|
.data-\[loading\=true\]\:fill-button-error-flat-active[data-loading=true] {
|
|
6692
6811
|
fill: color-mix(in srgb, var(--button-error-flat-active-text) calc(100% * 1), transparent);
|
|
6693
6812
|
}
|
|
@@ -6776,6 +6895,11 @@ body {
|
|
|
6776
6895
|
color: var(--dropdown-menu-disabled-text) !important;
|
|
6777
6896
|
}
|
|
6778
6897
|
|
|
6898
|
+
.data-\[disabled\]\:text-state-disable-solid[data-disabled] {
|
|
6899
|
+
--tw-text-opacity: 1;
|
|
6900
|
+
color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6901
|
+
}
|
|
6902
|
+
|
|
6779
6903
|
.data-\[loading\=true\]\:text-button-error-flat-active[data-loading=true] {
|
|
6780
6904
|
--tw-text-opacity: 1;
|
|
6781
6905
|
color: color-mix(in srgb, var(--button-error-flat-active-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -6885,9 +7009,14 @@ body {
|
|
|
6885
7009
|
color: var(--dropdown-menu-selected-text);
|
|
6886
7010
|
}
|
|
6887
7011
|
|
|
6888
|
-
.data-\[state\=checked\]\:text-
|
|
7012
|
+
.data-\[state\=checked\]\:text-secondary[data-state=checked] {
|
|
6889
7013
|
--tw-text-opacity: 1;
|
|
6890
|
-
color: color-mix(in srgb, var(--
|
|
7014
|
+
color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
7015
|
+
}
|
|
7016
|
+
|
|
7017
|
+
.data-\[state\=checked\]\:text-secondary-foreground[data-state=checked] {
|
|
7018
|
+
--tw-text-opacity: 1;
|
|
7019
|
+
color: color-mix(in srgb, var(--secondary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6891
7020
|
}
|
|
6892
7021
|
|
|
6893
7022
|
.data-\[state\=open\]\:text-primary-foreground[data-state=open] {
|
|
@@ -6895,12 +7024,49 @@ body {
|
|
|
6895
7024
|
color: color-mix(in srgb, var(--primary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6896
7025
|
}
|
|
6897
7026
|
|
|
7027
|
+
.data-\[swipe\=move\]\:transition-none[data-swipe=move] {
|
|
7028
|
+
transition-property: none;
|
|
7029
|
+
}
|
|
7030
|
+
|
|
6898
7031
|
.data-\[state\=\'checked\'\]\:typography-subtitile5[data-state='checked'] {
|
|
6899
7032
|
font-size: var(--subtitle5-size, 14px);
|
|
6900
7033
|
line-height: var(--subtitle5-line-height, 22px);
|
|
6901
7034
|
font-weight: var(--subtitle5-weight, 500);
|
|
6902
7035
|
}
|
|
6903
7036
|
|
|
7037
|
+
.hover\:data-\[state\=checked\]\:border-secondary-hover[data-state=checked]:hover {
|
|
7038
|
+
--tw-border-opacity: 1;
|
|
7039
|
+
border-color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
7040
|
+
}
|
|
7041
|
+
|
|
7042
|
+
.hover\:data-\[state\=checked\]\:bg-secondary-active\/\[0\.48\][data-state=checked]:hover {
|
|
7043
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-active) calc(100% * 0.48), transparent);
|
|
7044
|
+
}
|
|
7045
|
+
|
|
7046
|
+
.hover\:data-\[state\=checked\]\:bg-secondary-hover[data-state=checked]:hover {
|
|
7047
|
+
--tw-bg-opacity: 1;
|
|
7048
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
7049
|
+
}
|
|
7050
|
+
|
|
7051
|
+
.hover\:data-\[state\=unchecked\]\:bg-tertiary-active\/\[0\.48\][data-state=unchecked]:hover {
|
|
7052
|
+
background-color: color-mix(in srgb, var(--state-color-tertiary-active) calc(100% * 0.48), transparent);
|
|
7053
|
+
}
|
|
7054
|
+
|
|
7055
|
+
.hover\:data-\[state\=checked\]\:text-secondary-hover[data-state=checked]:hover {
|
|
7056
|
+
--tw-text-opacity: 1;
|
|
7057
|
+
color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-text-opacity)), transparent);
|
|
7058
|
+
}
|
|
7059
|
+
|
|
7060
|
+
.group:hover .group-hover\:data-\[state\=checked\]\:ring-secondary-hover-bg[data-state=checked] {
|
|
7061
|
+
--tw-ring-opacity: 1;
|
|
7062
|
+
--tw-ring-color: color-mix(in srgb, var(--state-color-secondary-hover-bg) calc(100% * var(--tw-ring-opacity)), transparent);
|
|
7063
|
+
}
|
|
7064
|
+
|
|
7065
|
+
.group:hover .group-hover\:data-\[state\=unchecked\]\:ring-tertiary-hover-bg[data-state=unchecked] {
|
|
7066
|
+
--tw-ring-opacity: 1;
|
|
7067
|
+
--tw-ring-color: color-mix(in srgb, var(--state-color-tertiary-hover-bg) calc(100% * var(--tw-ring-opacity)), transparent);
|
|
7068
|
+
}
|
|
7069
|
+
|
|
6904
7070
|
@media (min-width: 640px) {
|
|
6905
7071
|
.sm\:mt-0 {
|
|
6906
7072
|
margin-top: 0px;
|
|
@@ -6918,6 +7084,10 @@ body {
|
|
|
6918
7084
|
justify-content: flex-end;
|
|
6919
7085
|
}
|
|
6920
7086
|
|
|
7087
|
+
.sm\:justify-stretch {
|
|
7088
|
+
justify-content: stretch;
|
|
7089
|
+
}
|
|
7090
|
+
|
|
6921
7091
|
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
6922
7092
|
--tw-space-x-reverse: 0;
|
|
6923
7093
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -6933,6 +7103,20 @@ body {
|
|
|
6933
7103
|
}
|
|
6934
7104
|
}
|
|
6935
7105
|
|
|
7106
|
+
@media (min-width: 768px) {
|
|
7107
|
+
.md\:left-\[40px\] {
|
|
7108
|
+
left: 40px;
|
|
7109
|
+
}
|
|
7110
|
+
|
|
7111
|
+
.md\:right-\[40px\] {
|
|
7112
|
+
right: 40px;
|
|
7113
|
+
}
|
|
7114
|
+
|
|
7115
|
+
.md\:w-auto {
|
|
7116
|
+
width: auto;
|
|
7117
|
+
}
|
|
7118
|
+
}
|
|
7119
|
+
|
|
6936
7120
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:w-4:has([role=checkbox]) {
|
|
6937
7121
|
width: 1rem;
|
|
6938
7122
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rovula/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
4
4
|
"main": "dist/cjs/bundle.js",
|
|
5
5
|
"module": "dist/esm/bundle.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
48
48
|
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
|
|
49
49
|
"@storybook/blocks": "^8.1.3",
|
|
50
|
+
"@storybook/preview-api": "^8.2.9",
|
|
50
51
|
"@storybook/react": "^8.1.3",
|
|
51
52
|
"@storybook/react-webpack5": "^8.1.3",
|
|
52
53
|
"@storybook/test": "^8.1.3",
|
|
@@ -83,6 +84,8 @@
|
|
|
83
84
|
"@radix-ui/react-slider": "^1.2.0",
|
|
84
85
|
"@radix-ui/react-slot": "^1.1.0",
|
|
85
86
|
"@radix-ui/react-switch": "^1.1.0",
|
|
87
|
+
"@radix-ui/react-toast": "^1.2.1",
|
|
88
|
+
"@radix-ui/react-tooltip": "^1.1.2",
|
|
86
89
|
"@tanstack/react-table": "^8.17.3",
|
|
87
90
|
"@tanstack/react-virtual": "^3.5.0",
|
|
88
91
|
"@types/react": "^18.3.2",
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
|
|
15
15
|
// More on how to set up stories at: https://storybook.js.org/docs/7.0/react/writing-stories/introduction
|
|
16
16
|
const meta = {
|
|
17
|
-
title: "Components/
|
|
17
|
+
title: "Components/AlertDialog",
|
|
18
18
|
component: AlertDialog,
|
|
19
19
|
tags: ["autodocs"],
|
|
20
20
|
parameters: {
|
|
@@ -65,3 +65,43 @@ export const Default = {
|
|
|
65
65
|
);
|
|
66
66
|
},
|
|
67
67
|
} satisfies StoryObj;
|
|
68
|
+
|
|
69
|
+
export const CustomStyle = {
|
|
70
|
+
args: {
|
|
71
|
+
// label: "Lorem Ipsum",
|
|
72
|
+
// value: "Lorem Ipsum",
|
|
73
|
+
// fullwidth: true,
|
|
74
|
+
},
|
|
75
|
+
render: (args) => {
|
|
76
|
+
console.log("args ", args);
|
|
77
|
+
const props: typeof args = {
|
|
78
|
+
...args,
|
|
79
|
+
};
|
|
80
|
+
return (
|
|
81
|
+
<div className="flex flex-row gap-4 w-full">
|
|
82
|
+
<AlertDialog>
|
|
83
|
+
<AlertDialogTrigger>Open</AlertDialogTrigger>
|
|
84
|
+
<AlertDialogContent className="justify-center text-center">
|
|
85
|
+
<AlertDialogHeader>
|
|
86
|
+
<AlertDialogTitle className="text-center">
|
|
87
|
+
Are you absolutely sure?
|
|
88
|
+
</AlertDialogTitle>
|
|
89
|
+
<AlertDialogDescription className="text-center">
|
|
90
|
+
This action cannot be undone. This will permanently delete your
|
|
91
|
+
account and remove your data from our servers.
|
|
92
|
+
</AlertDialogDescription>
|
|
93
|
+
</AlertDialogHeader>
|
|
94
|
+
<AlertDialogFooter className="flex sm:justify-stretch">
|
|
95
|
+
<AlertDialogCancel className="flex-1 justify-center">
|
|
96
|
+
Cancel
|
|
97
|
+
</AlertDialogCancel>
|
|
98
|
+
<AlertDialogAction className="flex-1 justify-center">
|
|
99
|
+
Continue
|
|
100
|
+
</AlertDialogAction>
|
|
101
|
+
</AlertDialogFooter>
|
|
102
|
+
</AlertDialogContent>
|
|
103
|
+
</AlertDialog>
|
|
104
|
+
</div>
|
|
105
|
+
);
|
|
106
|
+
},
|
|
107
|
+
} satisfies StoryObj;
|
|
@@ -14,11 +14,16 @@ const Checkbox = React.forwardRef<
|
|
|
14
14
|
<CheckboxPrimitive.Root
|
|
15
15
|
ref={ref}
|
|
16
16
|
className={cn(
|
|
17
|
-
"peer
|
|
17
|
+
"peer size-4 shrink-0 rounded-[var(--spacing-spacing-xxs,2px)] border border-primary ring-offset-background",
|
|
18
|
+
"hover:border-primary-hover",
|
|
19
|
+
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
20
|
+
"disabled:cursor-not-allowed disabled:border-state-disable-solid disabled:text-state-disable-outline",
|
|
18
21
|
{
|
|
19
|
-
"data-[state=checked]:border-
|
|
22
|
+
"data-[state=checked]:border-secondary data-[state=checked]:bg-secondary data-[state=checked]:text-secondary-foreground":
|
|
20
23
|
!props.disabled,
|
|
21
|
-
"bg-
|
|
24
|
+
"hover:data-[state=checked]:border-secondary-hover hover:data-[state=checked]:bg-secondary-hover":
|
|
25
|
+
!props.disabled,
|
|
26
|
+
"bg-state-disable-solid": props.checked && props.disabled,
|
|
22
27
|
},
|
|
23
28
|
className
|
|
24
29
|
)}
|
|
@@ -27,7 +32,7 @@ const Checkbox = React.forwardRef<
|
|
|
27
32
|
<CheckboxPrimitive.Indicator
|
|
28
33
|
className={cn("flex items-center justify-center text-current")}
|
|
29
34
|
>
|
|
30
|
-
<CheckIcon className="
|
|
35
|
+
<CheckIcon className="size-4" />
|
|
31
36
|
</CheckboxPrimitive.Indicator>
|
|
32
37
|
</CheckboxPrimitive.Root>
|
|
33
38
|
));
|
|
@@ -390,6 +390,16 @@ export const PreviewMaterialIcon = {
|
|
|
390
390
|
"expand-circle-up",
|
|
391
391
|
"content-copy",
|
|
392
392
|
"content-paste",
|
|
393
|
+
"format-bold",
|
|
394
|
+
"format-italic",
|
|
395
|
+
"format-underlined",
|
|
396
|
+
"format-align-left",
|
|
397
|
+
"format-align-center",
|
|
398
|
+
"format-align-right",
|
|
399
|
+
"format-align-justify",
|
|
400
|
+
"format-list-bulleted",
|
|
401
|
+
"format-list-numbered",
|
|
402
|
+
"all-out",
|
|
393
403
|
];
|
|
394
404
|
|
|
395
405
|
return (
|