@rovula/ui 0.0.77 → 0.0.78
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 +28 -0
- package/dist/cjs/bundle.js +3 -3
- package/dist/cjs/bundle.js.map +1 -1
- package/dist/cjs/types/components/MaskedTextInput/MaskedTextInput.d.ts +75 -0
- package/dist/cjs/types/components/MaskedTextInput/MaskedTextInput.stories.d.ts +491 -0
- package/dist/cjs/types/components/MaskedTextInput/index.d.ts +3 -0
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/components/MaskedTextInput/MaskedTextInput.js +267 -0
- package/dist/components/MaskedTextInput/MaskedTextInput.stories.js +167 -0
- package/dist/components/MaskedTextInput/index.js +2 -0
- package/dist/components/Toast/Toast.styles.js +1 -1
- package/dist/esm/bundle.css +28 -0
- package/dist/esm/bundle.js +3 -3
- package/dist/esm/bundle.js.map +1 -1
- package/dist/esm/types/components/MaskedTextInput/MaskedTextInput.d.ts +75 -0
- package/dist/esm/types/components/MaskedTextInput/MaskedTextInput.stories.d.ts +491 -0
- package/dist/esm/types/components/MaskedTextInput/index.d.ts +3 -0
- package/dist/esm/types/index.d.ts +2 -0
- package/dist/index.d.ts +59 -1
- package/dist/index.js +1 -0
- package/dist/src/theme/global.css +35 -0
- package/package.json +1 -1
- package/src/components/MaskedTextInput/MaskedTextInput.stories.tsx +414 -0
- package/src/components/MaskedTextInput/MaskedTextInput.tsx +391 -0
- package/src/components/MaskedTextInput/README.md +202 -0
- package/src/components/MaskedTextInput/index.ts +3 -0
- package/src/components/Toast/Toast.styles.tsx +1 -1
- package/src/index.ts +5 -0
package/dist/cjs/bundle.css
CHANGED
|
@@ -665,6 +665,9 @@ input[type=number] {
|
|
|
665
665
|
.z-50{
|
|
666
666
|
z-index: 50;
|
|
667
667
|
}
|
|
668
|
+
.z-\[1000\]{
|
|
669
|
+
z-index: 1000;
|
|
670
|
+
}
|
|
668
671
|
.z-\[100\]{
|
|
669
672
|
z-index: 100;
|
|
670
673
|
}
|
|
@@ -993,6 +996,9 @@ input[type=number] {
|
|
|
993
996
|
min-width: -moz-fit-content;
|
|
994
997
|
min-width: fit-content;
|
|
995
998
|
}
|
|
999
|
+
.max-w-2xl{
|
|
1000
|
+
max-width: 42rem;
|
|
1001
|
+
}
|
|
996
1002
|
.max-w-\[300px\]{
|
|
997
1003
|
max-width: 300px;
|
|
998
1004
|
}
|
|
@@ -1002,6 +1008,9 @@ input[type=number] {
|
|
|
1002
1008
|
.max-w-lg{
|
|
1003
1009
|
max-width: 32rem;
|
|
1004
1010
|
}
|
|
1011
|
+
.max-w-md{
|
|
1012
|
+
max-width: 28rem;
|
|
1013
|
+
}
|
|
1005
1014
|
.flex-1{
|
|
1006
1015
|
flex: 1 1 0%;
|
|
1007
1016
|
}
|
|
@@ -1869,6 +1878,10 @@ input[type=number] {
|
|
|
1869
1878
|
--tw-bg-opacity: 1;
|
|
1870
1879
|
background-color: color-mix(in srgb, var(--function-default-stroke) calc(100% * var(--tw-bg-opacity, 1)), transparent);
|
|
1871
1880
|
}
|
|
1881
|
+
.bg-gray-100{
|
|
1882
|
+
--tw-bg-opacity: 1;
|
|
1883
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
1884
|
+
}
|
|
1872
1885
|
.bg-gray-200{
|
|
1873
1886
|
--tw-bg-opacity: 1;
|
|
1874
1887
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
@@ -3165,6 +3178,10 @@ input[type=number] {
|
|
|
3165
3178
|
line-height: var(--label-label2-line-height, 10px);
|
|
3166
3179
|
font-weight: var(--label-label2-weight, 400);
|
|
3167
3180
|
}
|
|
3181
|
+
.text-lg{
|
|
3182
|
+
font-size: 1.125rem;
|
|
3183
|
+
line-height: 1.75rem;
|
|
3184
|
+
}
|
|
3168
3185
|
.text-sm{
|
|
3169
3186
|
font-size: 0.875rem;
|
|
3170
3187
|
line-height: 1.25rem;
|
|
@@ -3258,6 +3275,9 @@ input[type=number] {
|
|
|
3258
3275
|
.font-medium{
|
|
3259
3276
|
font-weight: 500;
|
|
3260
3277
|
}
|
|
3278
|
+
.font-semibold{
|
|
3279
|
+
font-weight: 600;
|
|
3280
|
+
}
|
|
3261
3281
|
.uppercase{
|
|
3262
3282
|
text-transform: uppercase;
|
|
3263
3283
|
}
|
|
@@ -3458,6 +3478,10 @@ input[type=number] {
|
|
|
3458
3478
|
--tw-text-opacity: 1;
|
|
3459
3479
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
3460
3480
|
}
|
|
3481
|
+
.text-gray-700{
|
|
3482
|
+
--tw-text-opacity: 1;
|
|
3483
|
+
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
3484
|
+
}
|
|
3461
3485
|
.text-green-500{
|
|
3462
3486
|
--tw-text-opacity: 1;
|
|
3463
3487
|
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
|
@@ -5826,6 +5850,10 @@ input[type=number] {
|
|
|
5826
5850
|
.md\:right-\[40px\]{
|
|
5827
5851
|
right: 40px;
|
|
5828
5852
|
}
|
|
5853
|
+
|
|
5854
|
+
.md\:grid-cols-2{
|
|
5855
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
5856
|
+
}
|
|
5829
5857
|
}
|
|
5830
5858
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:w-4:has([role=checkbox]){
|
|
5831
5859
|
width: 1rem;
|