@vsn-ux/gaia-styles 0.5.13 → 0.5.15
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/all-10pt.css +5 -1
- package/dist/all-no-reset-10pt.css +5 -1
- package/dist/all-no-reset.css +5 -1
- package/dist/all.css +5 -1
- package/dist/components/segmented-control.css +1 -1
- package/dist/components/select.css +3 -0
- package/dist/components/switch.css +1 -0
- package/dist/components.css +5 -1
- package/package.json +1 -1
- package/src/styles/components/segmented-control.css +1 -1
- package/src/styles/components/select.css +4 -0
- package/src/styles/components/switch.css +1 -1
- package/src/styles/theme.css +1 -0
package/dist/all-10pt.css
CHANGED
|
@@ -2029,7 +2029,7 @@
|
|
|
2029
2029
|
));
|
|
2030
2030
|
.ga-segmented-control__button {
|
|
2031
2031
|
display: inline-flex;
|
|
2032
|
-
height: calc(0.4rem *
|
|
2032
|
+
height: calc(0.4rem * 8.5);
|
|
2033
2033
|
cursor: pointer;
|
|
2034
2034
|
align-items: center;
|
|
2035
2035
|
justify-content: center;
|
|
@@ -2239,6 +2239,9 @@
|
|
|
2239
2239
|
}
|
|
2240
2240
|
.ga-select__value {
|
|
2241
2241
|
display: contents;
|
|
2242
|
+
.ga-tag {
|
|
2243
|
+
min-width: calc(0.4rem * 0);
|
|
2244
|
+
}
|
|
2242
2245
|
}
|
|
2243
2246
|
.ga-select__input {
|
|
2244
2247
|
height: calc(0.4rem * 6.5);
|
|
@@ -2311,6 +2314,7 @@
|
|
|
2311
2314
|
display: inline-block;
|
|
2312
2315
|
height: calc(0.4rem * 6);
|
|
2313
2316
|
width: calc(0.4rem * 12);
|
|
2317
|
+
flex-shrink: 0;
|
|
2314
2318
|
cursor: pointer;
|
|
2315
2319
|
border-radius: calc(infinity * 1px);
|
|
2316
2320
|
opacity: 0%;
|
|
@@ -1882,7 +1882,7 @@
|
|
|
1882
1882
|
));
|
|
1883
1883
|
.ga-segmented-control__button {
|
|
1884
1884
|
display: inline-flex;
|
|
1885
|
-
height: calc(0.4rem *
|
|
1885
|
+
height: calc(0.4rem * 8.5);
|
|
1886
1886
|
cursor: pointer;
|
|
1887
1887
|
align-items: center;
|
|
1888
1888
|
justify-content: center;
|
|
@@ -2092,6 +2092,9 @@
|
|
|
2092
2092
|
}
|
|
2093
2093
|
.ga-select__value {
|
|
2094
2094
|
display: contents;
|
|
2095
|
+
.ga-tag {
|
|
2096
|
+
min-width: calc(0.4rem * 0);
|
|
2097
|
+
}
|
|
2095
2098
|
}
|
|
2096
2099
|
.ga-select__input {
|
|
2097
2100
|
height: calc(0.4rem * 6.5);
|
|
@@ -2164,6 +2167,7 @@
|
|
|
2164
2167
|
display: inline-block;
|
|
2165
2168
|
height: calc(0.4rem * 6);
|
|
2166
2169
|
width: calc(0.4rem * 12);
|
|
2170
|
+
flex-shrink: 0;
|
|
2167
2171
|
cursor: pointer;
|
|
2168
2172
|
border-radius: calc(infinity * 1px);
|
|
2169
2173
|
opacity: 0%;
|
package/dist/all-no-reset.css
CHANGED
|
@@ -1882,7 +1882,7 @@
|
|
|
1882
1882
|
));
|
|
1883
1883
|
.ga-segmented-control__button {
|
|
1884
1884
|
display: inline-flex;
|
|
1885
|
-
height: calc(0.25rem *
|
|
1885
|
+
height: calc(0.25rem * 8.5);
|
|
1886
1886
|
cursor: pointer;
|
|
1887
1887
|
align-items: center;
|
|
1888
1888
|
justify-content: center;
|
|
@@ -2092,6 +2092,9 @@
|
|
|
2092
2092
|
}
|
|
2093
2093
|
.ga-select__value {
|
|
2094
2094
|
display: contents;
|
|
2095
|
+
.ga-tag {
|
|
2096
|
+
min-width: calc(0.25rem * 0);
|
|
2097
|
+
}
|
|
2095
2098
|
}
|
|
2096
2099
|
.ga-select__input {
|
|
2097
2100
|
height: calc(0.25rem * 6.5);
|
|
@@ -2164,6 +2167,7 @@
|
|
|
2164
2167
|
display: inline-block;
|
|
2165
2168
|
height: calc(0.25rem * 6);
|
|
2166
2169
|
width: calc(0.25rem * 12);
|
|
2170
|
+
flex-shrink: 0;
|
|
2167
2171
|
cursor: pointer;
|
|
2168
2172
|
border-radius: calc(infinity * 1px);
|
|
2169
2173
|
opacity: 0%;
|
package/dist/all.css
CHANGED
|
@@ -2029,7 +2029,7 @@
|
|
|
2029
2029
|
));
|
|
2030
2030
|
.ga-segmented-control__button {
|
|
2031
2031
|
display: inline-flex;
|
|
2032
|
-
height: calc(0.25rem *
|
|
2032
|
+
height: calc(0.25rem * 8.5);
|
|
2033
2033
|
cursor: pointer;
|
|
2034
2034
|
align-items: center;
|
|
2035
2035
|
justify-content: center;
|
|
@@ -2239,6 +2239,9 @@
|
|
|
2239
2239
|
}
|
|
2240
2240
|
.ga-select__value {
|
|
2241
2241
|
display: contents;
|
|
2242
|
+
.ga-tag {
|
|
2243
|
+
min-width: calc(0.25rem * 0);
|
|
2244
|
+
}
|
|
2242
2245
|
}
|
|
2243
2246
|
.ga-select__input {
|
|
2244
2247
|
height: calc(0.25rem * 6.5);
|
|
@@ -2311,6 +2314,7 @@
|
|
|
2311
2314
|
display: inline-block;
|
|
2312
2315
|
height: calc(0.25rem * 6);
|
|
2313
2316
|
width: calc(0.25rem * 12);
|
|
2317
|
+
flex-shrink: 0;
|
|
2314
2318
|
cursor: pointer;
|
|
2315
2319
|
border-radius: calc(infinity * 1px);
|
|
2316
2320
|
opacity: 0%;
|
package/dist/components.css
CHANGED
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
));
|
|
1659
1659
|
.ga-segmented-control__button {
|
|
1660
1660
|
display: inline-flex;
|
|
1661
|
-
height: calc(0.25rem *
|
|
1661
|
+
height: calc(0.25rem * 8.5);
|
|
1662
1662
|
cursor: pointer;
|
|
1663
1663
|
align-items: center;
|
|
1664
1664
|
justify-content: center;
|
|
@@ -1868,6 +1868,9 @@
|
|
|
1868
1868
|
}
|
|
1869
1869
|
.ga-select__value {
|
|
1870
1870
|
display: contents;
|
|
1871
|
+
.ga-tag {
|
|
1872
|
+
min-width: calc(0.25rem * 0);
|
|
1873
|
+
}
|
|
1871
1874
|
}
|
|
1872
1875
|
.ga-select__input {
|
|
1873
1876
|
height: calc(0.25rem * 6.5);
|
|
@@ -1940,6 +1943,7 @@
|
|
|
1940
1943
|
display: inline-block;
|
|
1941
1944
|
height: calc(0.25rem * 6);
|
|
1942
1945
|
width: calc(0.25rem * 12);
|
|
1946
|
+
flex-shrink: 0;
|
|
1943
1947
|
cursor: pointer;
|
|
1944
1948
|
border-radius: calc(infinity * 1px);
|
|
1945
1949
|
opacity: 0%;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@apply text-md inline-flex items-center justify-center gap-0.5 rounded border border-(--ga-color-border-primary) p-0.5 align-middle;
|
|
3
3
|
|
|
4
4
|
.ga-segmented-control__button {
|
|
5
|
-
@apply inline-flex h-
|
|
5
|
+
@apply inline-flex h-8.5 cursor-pointer items-center justify-center gap-2 rounded border border-transparent px-4 align-middle leading-1 whitespace-nowrap text-(--ga-color-text-action);
|
|
6
6
|
|
|
7
7
|
&.ga-segmented-control__button--selected,
|
|
8
8
|
&:hover {
|
package/src/styles/theme.css
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
--color-neutral-10: var(--ga-color-neutral-10);
|
|
20
20
|
--color-neutral-20: var(--ga-color-neutral-20);
|
|
21
21
|
--color-neutral-30: var(--ga-color-neutral-30);
|
|
22
|
+
--color-neutral-60: var(--ga-color-neutral-60);
|
|
22
23
|
--color-orange-10: var(--ga-color-orange-10);
|
|
23
24
|
--color-orange-20: var(--ga-color-orange-20);
|
|
24
25
|
--color-orange-30: var(--ga-color-orange-30);
|