@luscii-healthtech/web-ui 40.3.0 → 40.3.2
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/index.development.js +18 -21
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/components/Radio/StyledRadio.d.ts +0 -1
- package/dist/web-ui-tailwind.css +98 -6
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import "./RadioV2.css";
|
|
3
2
|
export declare const StyledRadio: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
|
|
4
3
|
ref?: ((instance: HTMLInputElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
5
4
|
}, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
package/dist/web-ui-tailwind.css
CHANGED
|
@@ -893,9 +893,6 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
893
893
|
.ui\:h-1 {
|
|
894
894
|
height: calc(var(--ui-spacing) * 1);
|
|
895
895
|
}
|
|
896
|
-
.ui\:h-1\.5 {
|
|
897
|
-
height: 0.375rem;
|
|
898
|
-
}
|
|
899
896
|
.ui\:h-2\.5 {
|
|
900
897
|
height: 0.625rem;
|
|
901
898
|
}
|
|
@@ -1046,9 +1043,6 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
1046
1043
|
.ui\:min-h-\[650px\] {
|
|
1047
1044
|
min-height: 650px;
|
|
1048
1045
|
}
|
|
1049
|
-
.ui\:w-1\.5 {
|
|
1050
|
-
width: 0.375rem;
|
|
1051
|
-
}
|
|
1052
1046
|
.ui\:w-1\/2 {
|
|
1053
1047
|
width: calc(1/2 * 100%);
|
|
1054
1048
|
}
|
|
@@ -1250,6 +1244,9 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
1250
1244
|
.ui\:max-w-full {
|
|
1251
1245
|
max-width: 100%;
|
|
1252
1246
|
}
|
|
1247
|
+
.ui\:max-w-screen {
|
|
1248
|
+
max-width: 100vw;
|
|
1249
|
+
}
|
|
1253
1250
|
.ui\:min-w-24 {
|
|
1254
1251
|
min-width: 1.5rem;
|
|
1255
1252
|
}
|
|
@@ -1439,6 +1436,9 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
1439
1436
|
.ui\:list-none {
|
|
1440
1437
|
list-style-type: none;
|
|
1441
1438
|
}
|
|
1439
|
+
.ui\:appearance-none {
|
|
1440
|
+
appearance: none;
|
|
1441
|
+
}
|
|
1442
1442
|
.ui\:grid-cols-\[100px_auto\] {
|
|
1443
1443
|
grid-template-columns: 100px auto;
|
|
1444
1444
|
}
|
|
@@ -3174,6 +3174,58 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
3174
3174
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
3175
3175
|
}
|
|
3176
3176
|
}
|
|
3177
|
+
.ui\:before\:h-1\.5 {
|
|
3178
|
+
&::before {
|
|
3179
|
+
content: var(--tw-content);
|
|
3180
|
+
height: 0.375rem;
|
|
3181
|
+
}
|
|
3182
|
+
}
|
|
3183
|
+
.ui\:before\:w-1\.5 {
|
|
3184
|
+
&::before {
|
|
3185
|
+
content: var(--tw-content);
|
|
3186
|
+
width: 0.375rem;
|
|
3187
|
+
}
|
|
3188
|
+
}
|
|
3189
|
+
.ui\:before\:scale-\[0\] {
|
|
3190
|
+
&::before {
|
|
3191
|
+
content: var(--tw-content);
|
|
3192
|
+
scale: 0;
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
.ui\:before\:rounded {
|
|
3196
|
+
&::before {
|
|
3197
|
+
content: var(--tw-content);
|
|
3198
|
+
border-radius: 0.25rem;
|
|
3199
|
+
}
|
|
3200
|
+
}
|
|
3201
|
+
.ui\:before\:bg-white {
|
|
3202
|
+
&::before {
|
|
3203
|
+
content: var(--tw-content);
|
|
3204
|
+
background-color: var(--ui-color-white);
|
|
3205
|
+
}
|
|
3206
|
+
}
|
|
3207
|
+
.ui\:before\:transition-transform {
|
|
3208
|
+
&::before {
|
|
3209
|
+
content: var(--tw-content);
|
|
3210
|
+
transition-property: transform, translate, scale, rotate;
|
|
3211
|
+
transition-timing-function: var(--tw-ease, var(--ui-default-transition-timing-function));
|
|
3212
|
+
transition-duration: var(--tw-duration, var(--ui-default-transition-duration));
|
|
3213
|
+
}
|
|
3214
|
+
}
|
|
3215
|
+
.ui\:before\:duration-200 {
|
|
3216
|
+
&::before {
|
|
3217
|
+
content: var(--tw-content);
|
|
3218
|
+
--tw-duration: 200ms;
|
|
3219
|
+
transition-duration: 200ms;
|
|
3220
|
+
}
|
|
3221
|
+
}
|
|
3222
|
+
.ui\:before\:ease-\[cubic-bezier\(\.47\,\.34\,\.52\,1\.39\)\] {
|
|
3223
|
+
&::before {
|
|
3224
|
+
content: var(--tw-content);
|
|
3225
|
+
--tw-ease: cubic-bezier(.47,.34,.52,1.39);
|
|
3226
|
+
transition-timing-function: cubic-bezier(.47,.34,.52,1.39);
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3177
3229
|
.ui\:before\:content-\[\'\\00a0\'\] {
|
|
3178
3230
|
&::before {
|
|
3179
3231
|
content: var(--tw-content);
|
|
@@ -3181,6 +3233,18 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
3181
3233
|
content: var(--tw-content);
|
|
3182
3234
|
}
|
|
3183
3235
|
}
|
|
3236
|
+
.ui\:before\:duration-200 {
|
|
3237
|
+
&::before {
|
|
3238
|
+
content: var(--tw-content);
|
|
3239
|
+
animation-duration: 200ms;
|
|
3240
|
+
}
|
|
3241
|
+
}
|
|
3242
|
+
.ui\:before\:ease-\[cubic-bezier\(\.47\,\.34\,\.52\,1\.39\)\] {
|
|
3243
|
+
&::before {
|
|
3244
|
+
content: var(--tw-content);
|
|
3245
|
+
animation-timing-function: cubic-bezier(.47,.34,.52,1.39);
|
|
3246
|
+
}
|
|
3247
|
+
}
|
|
3184
3248
|
.ui\:after\:absolute {
|
|
3185
3249
|
&::after {
|
|
3186
3250
|
content: var(--tw-content);
|
|
@@ -3344,6 +3408,34 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
|
|
|
3344
3408
|
border-bottom-left-radius: var(--ui-radius-2xl);
|
|
3345
3409
|
}
|
|
3346
3410
|
}
|
|
3411
|
+
.ui\:checked\:grid {
|
|
3412
|
+
&:checked {
|
|
3413
|
+
display: grid;
|
|
3414
|
+
}
|
|
3415
|
+
}
|
|
3416
|
+
.ui\:checked\:place-content-center {
|
|
3417
|
+
&:checked {
|
|
3418
|
+
place-content: center;
|
|
3419
|
+
}
|
|
3420
|
+
}
|
|
3421
|
+
.ui\:checked\:border-primary {
|
|
3422
|
+
&:checked {
|
|
3423
|
+
border-color: var(--ui-color-blue-800);
|
|
3424
|
+
}
|
|
3425
|
+
}
|
|
3426
|
+
.ui\:checked\:bg-primary {
|
|
3427
|
+
&:checked {
|
|
3428
|
+
background-color: var(--ui-color-blue-800);
|
|
3429
|
+
}
|
|
3430
|
+
}
|
|
3431
|
+
.ui\:checked\:before\:scale-\[1\] {
|
|
3432
|
+
&:checked {
|
|
3433
|
+
&::before {
|
|
3434
|
+
content: var(--tw-content);
|
|
3435
|
+
scale: 1;
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3438
|
+
}
|
|
3347
3439
|
.ui\:hover\:border-input-border-dark {
|
|
3348
3440
|
&:hover {
|
|
3349
3441
|
@media (hover: hover) {
|