@vsn-ux/gaia-styles 0.4.0 → 0.4.1
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.
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
display: inline-flex;
|
|
1156
1156
|
align-items: center;
|
|
1157
1157
|
justify-content: center;
|
|
1158
|
-
gap: calc(0.4rem *
|
|
1158
|
+
gap: calc(0.4rem * 0.5);
|
|
1159
1159
|
border-radius: var(--ga-radius);
|
|
1160
1160
|
border-style: var(--tw-border-style);
|
|
1161
1161
|
border-width: 1px;
|
package/dist/all-no-reset.css
CHANGED
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
display: inline-flex;
|
|
1156
1156
|
align-items: center;
|
|
1157
1157
|
justify-content: center;
|
|
1158
|
-
gap: calc(0.25rem *
|
|
1158
|
+
gap: calc(0.25rem * 0.5);
|
|
1159
1159
|
border-radius: var(--ga-radius);
|
|
1160
1160
|
border-style: var(--tw-border-style);
|
|
1161
1161
|
border-width: 1px;
|
package/dist/all.css
CHANGED
|
@@ -1298,7 +1298,7 @@
|
|
|
1298
1298
|
display: inline-flex;
|
|
1299
1299
|
align-items: center;
|
|
1300
1300
|
justify-content: center;
|
|
1301
|
-
gap: calc(0.25rem *
|
|
1301
|
+
gap: calc(0.25rem * 0.5);
|
|
1302
1302
|
border-radius: var(--ga-radius);
|
|
1303
1303
|
border-style: var(--tw-border-style);
|
|
1304
1304
|
border-width: 1px;
|
package/dist/components.css
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.ga-segmented-control {
|
|
2
|
-
@apply text-md inline-flex items-center justify-center gap-
|
|
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
5
|
@apply inline-flex h-9 cursor-pointer items-center justify-center gap-2 rounded border border-transparent bg-(--ga-color-surface-primary) px-4 align-middle leading-1 text-(--ga-color-text-action);
|