@overmap-ai/blocks 1.0.36-improvements.0 → 1.0.36-improvements.2
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/blocks.js +35 -34
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +35 -34
- package/dist/blocks.umd.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/blocks.umd.cjs
CHANGED
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"bg-(--color-background)",
|
|
146
146
|
"dark:bg-(--base-2)",
|
|
147
147
|
"ring-1",
|
|
148
|
-
"ring-(--base-
|
|
148
|
+
"ring-(--base-6)",
|
|
149
149
|
"[scrollbar-width:thin]",
|
|
150
150
|
"[scrollbar-color:var(--base-6)_transparent]",
|
|
151
151
|
// positioning
|
|
@@ -669,15 +669,15 @@
|
|
|
669
669
|
variants: {
|
|
670
670
|
variant: {
|
|
671
671
|
soft: ["bg-(--accent-2)"],
|
|
672
|
-
surface: ["bg-(--accent-2)", "inset-ring", "inset-ring-(--accent-
|
|
673
|
-
outline: ["inset-ring-1", "inset-ring-(--accent-
|
|
672
|
+
surface: ["bg-(--accent-2)", "inset-ring", "inset-ring-(--accent-6)"],
|
|
673
|
+
outline: ["inset-ring-1", "inset-ring-(--accent-6)"]
|
|
674
674
|
},
|
|
675
675
|
size: {
|
|
676
|
-
xs: ["p-2"
|
|
677
|
-
sm: ["p-3"
|
|
678
|
-
md: ["p-4"
|
|
679
|
-
lg: ["p-5"
|
|
680
|
-
xl: ["p-6"
|
|
676
|
+
xs: ["p-2"],
|
|
677
|
+
sm: ["p-3"],
|
|
678
|
+
md: ["p-4"],
|
|
679
|
+
lg: ["p-5"],
|
|
680
|
+
xl: ["p-6"]
|
|
681
681
|
}
|
|
682
682
|
},
|
|
683
683
|
defaultVariants: {
|
|
@@ -1081,7 +1081,7 @@
|
|
|
1081
1081
|
const commandMenuContentCva = classVarianceAuthority.cva(
|
|
1082
1082
|
[
|
|
1083
1083
|
"ring",
|
|
1084
|
-
"ring-(--base-
|
|
1084
|
+
"ring-(--base-6)",
|
|
1085
1085
|
"shadow-md",
|
|
1086
1086
|
"fixed",
|
|
1087
1087
|
"max-w-lg",
|
|
@@ -2034,11 +2034,11 @@
|
|
|
2034
2034
|
const hoverCardContent = classVarianceAuthority.cva(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(--base-6)"], {
|
|
2035
2035
|
variants: {
|
|
2036
2036
|
size: {
|
|
2037
|
-
xs: ["
|
|
2038
|
-
sm: ["
|
|
2039
|
-
md: ["
|
|
2040
|
-
lg: ["
|
|
2041
|
-
xl: ["
|
|
2037
|
+
xs: ["p-2"],
|
|
2038
|
+
sm: ["p-3"],
|
|
2039
|
+
md: ["p-4"],
|
|
2040
|
+
lg: ["p-5"],
|
|
2041
|
+
xl: ["p-6"]
|
|
2042
2042
|
}
|
|
2043
2043
|
},
|
|
2044
2044
|
defaultVariants: {
|
|
@@ -3754,11 +3754,11 @@
|
|
|
3754
3754
|
const popoverContent = classVarianceAuthority.cva(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(--base-6)"], {
|
|
3755
3755
|
variants: {
|
|
3756
3756
|
size: {
|
|
3757
|
-
xs: ["
|
|
3758
|
-
sm: ["
|
|
3759
|
-
md: ["
|
|
3760
|
-
lg: ["
|
|
3761
|
-
xl: ["
|
|
3757
|
+
xs: ["p-2"],
|
|
3758
|
+
sm: ["p-3"],
|
|
3759
|
+
md: ["p-4"],
|
|
3760
|
+
lg: ["p-5"],
|
|
3761
|
+
xl: ["p-6"]
|
|
3762
3762
|
}
|
|
3763
3763
|
},
|
|
3764
3764
|
defaultVariants: {
|
|
@@ -4404,9 +4404,9 @@
|
|
|
4404
4404
|
vertical: ["w-px"]
|
|
4405
4405
|
},
|
|
4406
4406
|
weight: {
|
|
4407
|
-
light: ["bg-(--accent-
|
|
4408
|
-
medium: ["bg-(--accent-
|
|
4409
|
-
heavy: ["bg-(--accent-
|
|
4407
|
+
light: ["bg-(--accent-6)"],
|
|
4408
|
+
medium: ["bg-(--accent-7)"],
|
|
4409
|
+
heavy: ["bg-(--accent-8)"]
|
|
4410
4410
|
}
|
|
4411
4411
|
},
|
|
4412
4412
|
compoundVariants: [
|
|
@@ -4852,7 +4852,7 @@
|
|
|
4852
4852
|
variants: {
|
|
4853
4853
|
variant: {
|
|
4854
4854
|
ghost: [],
|
|
4855
|
-
surface: ["border-1", "border-(--accent-
|
|
4855
|
+
surface: ["border-1", "border-(--accent-6)", "box-border", "overflow-hidden"]
|
|
4856
4856
|
},
|
|
4857
4857
|
size: {
|
|
4858
4858
|
xs: ["text-xs"],
|
|
@@ -4881,9 +4881,9 @@
|
|
|
4881
4881
|
xl: ["p-10"]
|
|
4882
4882
|
},
|
|
4883
4883
|
border: {
|
|
4884
|
-
grid: ["box-border", "border", "border-(--accent-
|
|
4885
|
-
row: ["box-border", "border-b", "border-(--accent-
|
|
4886
|
-
col: ["box-border", "border-x", "border-(--accent-
|
|
4884
|
+
grid: ["box-border", "border", "border-(--accent-6)"],
|
|
4885
|
+
row: ["box-border", "border-b", "border-(--accent-6)"],
|
|
4886
|
+
col: ["box-border", "border-x", "border-(--accent-6)"],
|
|
4887
4887
|
none: []
|
|
4888
4888
|
}
|
|
4889
4889
|
},
|
|
@@ -5195,7 +5195,7 @@
|
|
|
5195
5195
|
{
|
|
5196
5196
|
variants: {
|
|
5197
5197
|
variant: {
|
|
5198
|
-
surface: ["bg-(--accent-1)", "text-(--accent-11)", "ring-1", "ring-inset", "ring-(--accent-
|
|
5198
|
+
surface: ["bg-(--accent-1)", "text-(--accent-11)", "ring-1", "ring-inset", "ring-(--accent-6)"],
|
|
5199
5199
|
soft: ["bg-(--accent-1)", "text-(--accent-11)"]
|
|
5200
5200
|
},
|
|
5201
5201
|
size: {
|
|
@@ -5499,19 +5499,18 @@
|
|
|
5499
5499
|
"bg-(--color-background)",
|
|
5500
5500
|
"dark:bg-(--base-2)",
|
|
5501
5501
|
"ring-1",
|
|
5502
|
-
"ring-
|
|
5503
|
-
"ring-(--base-a6)",
|
|
5502
|
+
"ring-(--base-6)",
|
|
5504
5503
|
"text-(--base-12)",
|
|
5505
5504
|
"shadow-sm"
|
|
5506
5505
|
],
|
|
5507
5506
|
{
|
|
5508
5507
|
variants: {
|
|
5509
5508
|
size: {
|
|
5510
|
-
xs: ["
|
|
5511
|
-
sm: ["
|
|
5512
|
-
md: ["
|
|
5513
|
-
lg: ["
|
|
5514
|
-
xl: ["
|
|
5509
|
+
xs: ["px-3"],
|
|
5510
|
+
sm: ["px-3.5"],
|
|
5511
|
+
md: ["px-4"],
|
|
5512
|
+
lg: ["px-4.5"],
|
|
5513
|
+
xl: ["px-5"]
|
|
5515
5514
|
},
|
|
5516
5515
|
side: {
|
|
5517
5516
|
top: ["data-[side=top]:slide-in-from-bottom-1"],
|
|
@@ -5694,7 +5693,9 @@
|
|
|
5694
5693
|
exports2.TooltipContent = TooltipContent;
|
|
5695
5694
|
exports2.badge = badge;
|
|
5696
5695
|
exports2.buttonCva = buttonCva;
|
|
5696
|
+
exports2.floating = floating;
|
|
5697
5697
|
exports2.mergeRefs = mergeRefs;
|
|
5698
|
+
exports2.radiusCva = radiusCva;
|
|
5698
5699
|
exports2.stopPropagation = stopPropagation;
|
|
5699
5700
|
exports2.useAlertDialog = useAlertDialog;
|
|
5700
5701
|
exports2.useButtonGroup = useButtonGroup;
|