@geomak/ui 6.32.0 → 6.34.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/chunk-4V4U2W7K.cjs +389 -0
- package/dist/chunk-4V4U2W7K.cjs.map +1 -0
- package/dist/chunk-KAFJJO5O.js +284 -0
- package/dist/chunk-KAFJJO5O.js.map +1 -0
- package/dist/icons/index.cjs +424 -0
- package/dist/icons/index.cjs.map +1 -0
- package/dist/icons/index.d.cts +274 -0
- package/dist/icons/index.d.ts +274 -0
- package/dist/icons/index.js +3 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/index.cjs +16 -167
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +377 -623
- package/dist/index.d.ts +377 -623
- package/dist/index.js +8 -166
- package/dist/index.js.map +1 -1
- package/dist/styles.css +25 -0
- package/package.json +6 -1
package/dist/styles.css
CHANGED
|
@@ -1088,6 +1088,9 @@ video {
|
|
|
1088
1088
|
.mb-6 {
|
|
1089
1089
|
margin-bottom: 1.5rem;
|
|
1090
1090
|
}
|
|
1091
|
+
.mb-8 {
|
|
1092
|
+
margin-bottom: 2rem;
|
|
1093
|
+
}
|
|
1091
1094
|
.ml-0\.5 {
|
|
1092
1095
|
margin-left: 0.125rem;
|
|
1093
1096
|
}
|
|
@@ -1928,11 +1931,21 @@ video {
|
|
|
1928
1931
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1929
1932
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
1930
1933
|
}
|
|
1934
|
+
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
|
|
1935
|
+
--tw-space-y-reverse: 0;
|
|
1936
|
+
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1937
|
+
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
|
|
1938
|
+
}
|
|
1931
1939
|
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
|
|
1932
1940
|
--tw-space-y-reverse: 0;
|
|
1933
1941
|
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1934
1942
|
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
|
|
1935
1943
|
}
|
|
1944
|
+
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
|
|
1945
|
+
--tw-space-y-reverse: 0;
|
|
1946
|
+
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1947
|
+
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
|
|
1948
|
+
}
|
|
1936
1949
|
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
1937
1950
|
--tw-divide-y-reverse: 0;
|
|
1938
1951
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
@@ -2882,6 +2895,9 @@ video {
|
|
|
2882
2895
|
.hover\:bg-white\/80:hover {
|
|
2883
2896
|
background-color: rgb(255 255 255 / 0.8);
|
|
2884
2897
|
}
|
|
2898
|
+
.hover\:text-accent:hover {
|
|
2899
|
+
color: var(--color-accent);
|
|
2900
|
+
}
|
|
2885
2901
|
.hover\:text-accent-fg:hover {
|
|
2886
2902
|
color: var(--color-accent-foreground);
|
|
2887
2903
|
}
|
|
@@ -3246,6 +3262,9 @@ video {
|
|
|
3246
3262
|
.sm\:grid-cols-2 {
|
|
3247
3263
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3248
3264
|
}
|
|
3265
|
+
.sm\:grid-cols-5 {
|
|
3266
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
3267
|
+
}
|
|
3249
3268
|
.sm\:flex-row {
|
|
3250
3269
|
flex-direction: row;
|
|
3251
3270
|
}
|
|
@@ -3313,6 +3332,9 @@ video {
|
|
|
3313
3332
|
.md\:grid-cols-2 {
|
|
3314
3333
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3315
3334
|
}
|
|
3335
|
+
.md\:grid-cols-7 {
|
|
3336
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
3337
|
+
}
|
|
3316
3338
|
.md\:px-6 {
|
|
3317
3339
|
padding-left: 1.5rem;
|
|
3318
3340
|
padding-right: 1.5rem;
|
|
@@ -3332,6 +3354,9 @@ video {
|
|
|
3332
3354
|
.lg\:grid-cols-4 {
|
|
3333
3355
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3334
3356
|
}
|
|
3357
|
+
.lg\:grid-cols-9 {
|
|
3358
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
3359
|
+
}
|
|
3335
3360
|
.lg\:py-8 {
|
|
3336
3361
|
padding-top: 2rem;
|
|
3337
3362
|
padding-bottom: 2rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geomak/ui",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.34.0",
|
|
4
4
|
"description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
|
|
5
5
|
"author": "G-MAKROGLOU",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"import": "./dist/index.js",
|
|
13
13
|
"require": "./dist/index.cjs"
|
|
14
14
|
},
|
|
15
|
+
"./icons": {
|
|
16
|
+
"types": "./dist/icons/index.d.ts",
|
|
17
|
+
"import": "./dist/icons/index.js",
|
|
18
|
+
"require": "./dist/icons/index.cjs"
|
|
19
|
+
},
|
|
15
20
|
"./styles": "./dist/styles.css",
|
|
16
21
|
"./tokens": {
|
|
17
22
|
"types": "./dist/tokens/index.d.ts",
|