@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 * 1);
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;
@@ -1155,7 +1155,7 @@
1155
1155
  display: inline-flex;
1156
1156
  align-items: center;
1157
1157
  justify-content: center;
1158
- gap: calc(0.25rem * 1);
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 * 1);
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;
@@ -12,7 +12,7 @@
12
12
  display: inline-flex;
13
13
  align-items: center;
14
14
  justify-content: center;
15
- gap: calc(0.25rem * 1);
15
+ gap: calc(0.25rem * 0.5);
16
16
  border-radius: var(--ga-radius);
17
17
  border-style: var(--tw-border-style);
18
18
  border-width: 1px;
@@ -921,7 +921,7 @@
921
921
  display: inline-flex;
922
922
  align-items: center;
923
923
  justify-content: center;
924
- gap: calc(0.25rem * 1);
924
+ gap: calc(0.25rem * 0.5);
925
925
  border-radius: var(--ga-radius);
926
926
  border-style: var(--tw-border-style);
927
927
  border-width: 1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vsn-ux/gaia-styles",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "storybook dev -p 6006",
@@ -1,5 +1,5 @@
1
1
  .ga-segmented-control {
2
- @apply text-md inline-flex items-center justify-center gap-1 rounded border border-(--ga-color-border-primary) p-0.5 align-middle;
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);