@alexochihua/exos-library-components 2.0.0 → 2.2.0
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/exos-library-components.common.js +490 -197
- package/dist/exos-library-components.umd.js +490 -197
- package/dist/exos-library-components.umd.min.js +1 -1
- package/dist/style.css +110 -38
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,28 +1,5 @@
|
|
|
1
1
|
/* exos-library-components/indexCss */
|
|
2
2
|
|
|
3
|
-
.e-checkbox {
|
|
4
|
-
margin: 0px;
|
|
5
|
-
display: flex;
|
|
6
|
-
cursor: pointer;
|
|
7
|
-
align-items: center;
|
|
8
|
-
padding: 0px;
|
|
9
|
-
line-height: 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.e-checkbox.exos-disabled {
|
|
13
|
-
cursor: not-allowed;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.e-checkbox__label {
|
|
17
|
-
padding-left: 0.5rem;
|
|
18
|
-
padding-right: 0.5rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.exos-reverse .e-checkbox__label {
|
|
22
|
-
padding-left: 0px;
|
|
23
|
-
padding-right: 0.5rem;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
3
|
.exos-disabled {
|
|
27
4
|
opacity: 0.6;
|
|
28
5
|
}
|
|
@@ -964,6 +941,42 @@ video {
|
|
|
964
941
|
border-color: rgb(107 114 128 / 0.3);
|
|
965
942
|
}
|
|
966
943
|
|
|
944
|
+
.e-checkbox {
|
|
945
|
+
margin: 0px;
|
|
946
|
+
display: flex;
|
|
947
|
+
cursor: pointer;
|
|
948
|
+
align-items: center;
|
|
949
|
+
padding: 0px;
|
|
950
|
+
line-height: 0;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.e-checkbox.exos-disabled {
|
|
954
|
+
cursor: not-allowed;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.e-checkbox__label {
|
|
958
|
+
padding-left: 0.5rem;
|
|
959
|
+
padding-right: 0.5rem;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
.exos-reverse .e-checkbox__label {
|
|
963
|
+
padding-left: 0px;
|
|
964
|
+
padding-right: 0.5rem;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.e-checkbox__boxClass {
|
|
968
|
+
display: flex;
|
|
969
|
+
height: 1em;
|
|
970
|
+
width: 1em;
|
|
971
|
+
align-items: center;
|
|
972
|
+
justify-content: center;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.e-checkbox__iconColor {
|
|
976
|
+
--tw-text-opacity: 1;
|
|
977
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
978
|
+
}
|
|
979
|
+
|
|
967
980
|
.e-collapse-base {
|
|
968
981
|
display: flex;
|
|
969
982
|
width: 100%;
|
|
@@ -1240,6 +1253,16 @@ video {
|
|
|
1240
1253
|
background-color: var(--color-secondary);
|
|
1241
1254
|
}
|
|
1242
1255
|
|
|
1256
|
+
.e-dropdown__options--rounded:first-child {
|
|
1257
|
+
border-top-left-radius: 0.5rem;
|
|
1258
|
+
border-top-right-radius: 0.5rem;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.e-dropdown__options--rounded:last-child {
|
|
1262
|
+
border-bottom-right-radius: 0.5rem;
|
|
1263
|
+
border-bottom-left-radius: 0.5rem;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1243
1266
|
.e-dropdown-optionsTextColor {
|
|
1244
1267
|
color: var(--color-content-dark);
|
|
1245
1268
|
}
|
|
@@ -1568,6 +1591,56 @@ video {
|
|
|
1568
1591
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
1569
1592
|
}
|
|
1570
1593
|
|
|
1594
|
+
.e-stepper__container {
|
|
1595
|
+
display: flex;
|
|
1596
|
+
width: 100%;
|
|
1597
|
+
font-size: 1.5rem;
|
|
1598
|
+
line-height: 2rem;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.e-step__container {
|
|
1602
|
+
width: -moz-fit-content;
|
|
1603
|
+
width: fit-content;
|
|
1604
|
+
padding-top: 0.25rem;
|
|
1605
|
+
padding-bottom: 0.25rem;
|
|
1606
|
+
padding-left: 0.75rem;
|
|
1607
|
+
padding-right: 0.75rem;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
.e-step__container:last-child {
|
|
1611
|
+
flex: 1 1 0%;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
:not(.e-step__selected).e-step__container {
|
|
1615
|
+
border-bottom-width: 2px;
|
|
1616
|
+
border-color: var(--color-secondary);
|
|
1617
|
+
font-weight: 300;
|
|
1618
|
+
--tw-text-opacity: 1;
|
|
1619
|
+
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
:not(.e-step__selected).e-step__container.e-step__clickable {
|
|
1623
|
+
cursor: pointer;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
:not(.e-step__selected).e-step__container.e-step__clickable.exos-disabled {
|
|
1627
|
+
cursor: not-allowed;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.e-step__selected {
|
|
1631
|
+
border-top-left-radius: 0.375rem;
|
|
1632
|
+
border-top-right-radius: 0.375rem;
|
|
1633
|
+
border-top-width: 2px;
|
|
1634
|
+
border-bottom-width: 2px;
|
|
1635
|
+
border-left-width: 2px;
|
|
1636
|
+
border-right-width: 2px;
|
|
1637
|
+
border-left-color: var(--color-secondary);
|
|
1638
|
+
border-right-color: var(--color-secondary);
|
|
1639
|
+
border-top-color: var(--color-secondary);
|
|
1640
|
+
font-weight: 500;
|
|
1641
|
+
background-color: color-mix(in srgb, var(--color-secondary) 35%, white);
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1571
1644
|
.e-input-base {
|
|
1572
1645
|
display: flex;
|
|
1573
1646
|
height: -moz-fit-content;
|
|
@@ -1704,9 +1777,6 @@ video {
|
|
|
1704
1777
|
|
|
1705
1778
|
.e-table__mainContainer {
|
|
1706
1779
|
overflow-x: auto;
|
|
1707
|
-
--tw-shadow: 0 1px 3px rgba(0,0,0,0.2),0 1px 1px rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);
|
|
1708
|
-
--tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 1px var(--tw-shadow-color), 0 2px 1px -1px var(--tw-shadow-color);
|
|
1709
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1710
1780
|
}
|
|
1711
1781
|
|
|
1712
1782
|
.e-table__table {
|
|
@@ -2080,10 +2150,6 @@ video {
|
|
|
2080
2150
|
height: 2.25rem;
|
|
2081
2151
|
}
|
|
2082
2152
|
|
|
2083
|
-
.exos-h-\[1em\] {
|
|
2084
|
-
height: 1em;
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
2153
|
.exos-h-\[4\.3rem\] {
|
|
2088
2154
|
height: 4.3rem;
|
|
2089
2155
|
}
|
|
@@ -2149,10 +2215,6 @@ video {
|
|
|
2149
2215
|
width: 2.25rem;
|
|
2150
2216
|
}
|
|
2151
2217
|
|
|
2152
|
-
.exos-w-\[1em\] {
|
|
2153
|
-
width: 1em;
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
2218
|
.exos-w-\[30\%\] {
|
|
2157
2219
|
width: 30%;
|
|
2158
2220
|
}
|
|
@@ -2212,6 +2274,11 @@ video {
|
|
|
2212
2274
|
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));
|
|
2213
2275
|
}
|
|
2214
2276
|
|
|
2277
|
+
.exos-rotate-180 {
|
|
2278
|
+
--tw-rotate: 180deg;
|
|
2279
|
+
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));
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2215
2282
|
.exos-scale-75 {
|
|
2216
2283
|
--tw-scale-x: .75;
|
|
2217
2284
|
--tw-scale-y: .75;
|
|
@@ -2856,6 +2923,10 @@ video {
|
|
|
2856
2923
|
--tw-bg-opacity: 0.5;
|
|
2857
2924
|
}
|
|
2858
2925
|
|
|
2926
|
+
.exos-fill-current {
|
|
2927
|
+
fill: currentColor;
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2859
2930
|
.exos-fill-secondary {
|
|
2860
2931
|
fill: var(--color-secondary);
|
|
2861
2932
|
}
|
|
@@ -3069,10 +3140,6 @@ video {
|
|
|
3069
3140
|
line-height: 2.25rem;
|
|
3070
3141
|
}
|
|
3071
3142
|
|
|
3072
|
-
.exos-text-\[\.95em\] {
|
|
3073
|
-
font-size: .95em;
|
|
3074
|
-
}
|
|
3075
|
-
|
|
3076
3143
|
.exos-text-base {
|
|
3077
3144
|
font-size: 1rem;
|
|
3078
3145
|
line-height: 1.5rem;
|
|
@@ -3217,6 +3284,11 @@ video {
|
|
|
3217
3284
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
3218
3285
|
}
|
|
3219
3286
|
|
|
3287
|
+
.exos-text-zinc-500 {
|
|
3288
|
+
--tw-text-opacity: 1;
|
|
3289
|
+
color: rgb(113 113 122 / var(--tw-text-opacity));
|
|
3290
|
+
}
|
|
3291
|
+
|
|
3220
3292
|
.exos-text-opacity-90 {
|
|
3221
3293
|
--tw-text-opacity: 0.9;
|
|
3222
3294
|
}
|