@alexochihua/exos-library-components 2.25.32 → 2.25.34
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/style.css
CHANGED
|
@@ -10126,6 +10126,10 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
10126
10126
|
overflow: hidden;
|
|
10127
10127
|
}
|
|
10128
10128
|
|
|
10129
|
+
.exos-overflow-x-auto {
|
|
10130
|
+
overflow-x: auto;
|
|
10131
|
+
}
|
|
10132
|
+
|
|
10129
10133
|
.exos-text-ellipsis {
|
|
10130
10134
|
text-overflow: ellipsis;
|
|
10131
10135
|
}
|
|
@@ -10334,6 +10338,10 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
10334
10338
|
border-color: rgb(34 197 94 / var(--tw-border-opacity));
|
|
10335
10339
|
}
|
|
10336
10340
|
|
|
10341
|
+
.exos-border-neutralLightGrey {
|
|
10342
|
+
border-color: var(--color-neutral-light-grey);
|
|
10343
|
+
}
|
|
10344
|
+
|
|
10337
10345
|
.exos-border-orange-500 {
|
|
10338
10346
|
--tw-border-opacity: 1;
|
|
10339
10347
|
border-color: rgb(249 115 22 / var(--tw-border-opacity));
|
|
@@ -10363,6 +10371,11 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
10363
10371
|
border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
|
|
10364
10372
|
}
|
|
10365
10373
|
|
|
10374
|
+
.exos-bg-amber-300 {
|
|
10375
|
+
--tw-bg-opacity: 1;
|
|
10376
|
+
background-color: rgb(252 211 77 / var(--tw-bg-opacity));
|
|
10377
|
+
}
|
|
10378
|
+
|
|
10366
10379
|
.exos-bg-amber-400 {
|
|
10367
10380
|
--tw-bg-opacity: 1;
|
|
10368
10381
|
background-color: rgb(251 191 36 / var(--tw-bg-opacity));
|
|
@@ -10770,6 +10783,16 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
10770
10783
|
padding-right: 20px;
|
|
10771
10784
|
}
|
|
10772
10785
|
|
|
10786
|
+
.exos-py-0 {
|
|
10787
|
+
padding-top: 0px;
|
|
10788
|
+
padding-bottom: 0px;
|
|
10789
|
+
}
|
|
10790
|
+
|
|
10791
|
+
.exos-py-0\.5 {
|
|
10792
|
+
padding-top: 0.125rem;
|
|
10793
|
+
padding-bottom: 0.125rem;
|
|
10794
|
+
}
|
|
10795
|
+
|
|
10773
10796
|
.exos-py-1 {
|
|
10774
10797
|
padding-top: 0.25rem;
|
|
10775
10798
|
padding-bottom: 0.25rem;
|
|
@@ -10942,6 +10965,10 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
10942
10965
|
line-height: 2.25rem;
|
|
10943
10966
|
}
|
|
10944
10967
|
|
|
10968
|
+
.exos-text-\[10px\] {
|
|
10969
|
+
font-size: 10px;
|
|
10970
|
+
}
|
|
10971
|
+
|
|
10945
10972
|
.exos-text-base {
|
|
10946
10973
|
font-size: 1rem;
|
|
10947
10974
|
line-height: 1.5rem;
|
|
@@ -10967,6 +10994,10 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
10967
10994
|
line-height: 1rem;
|
|
10968
10995
|
}
|
|
10969
10996
|
|
|
10997
|
+
.exos-font-black {
|
|
10998
|
+
font-weight: 900;
|
|
10999
|
+
}
|
|
11000
|
+
|
|
10970
11001
|
.exos-font-bold {
|
|
10971
11002
|
font-weight: 700;
|
|
10972
11003
|
}
|
|
@@ -10999,6 +11030,10 @@ li:first-child div.e-stepTracker__tracker {
|
|
|
10999
11030
|
text-transform: none;
|
|
11000
11031
|
}
|
|
11001
11032
|
|
|
11033
|
+
.exos-tracking-widest {
|
|
11034
|
+
letter-spacing: 0.1em;
|
|
11035
|
+
}
|
|
11036
|
+
|
|
11002
11037
|
.exos-text-\[\#7F7E9E\] {
|
|
11003
11038
|
--tw-text-opacity: 1;
|
|
11004
11039
|
color: rgb(127 126 158 / var(--tw-text-opacity));
|