@snksergio/design-system 0.48.0 → 0.49.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-lib/chunks/{toggle-group-CnAN6ZnT.mjs → toggle-group-C3srOzNZ.mjs} +201 -94
- package/dist-lib/chunks/toggle-group-C3srOzNZ.mjs.map +1 -0
- package/dist-lib/chunks/{toggle-group-DYGba7RP.cjs → toggle-group-DkCrzjfE.cjs} +122 -15
- package/dist-lib/chunks/toggle-group-DkCrzjfE.cjs.map +1 -0
- package/dist-lib/index.cjs +6 -1
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.mjs +8 -3
- package/dist-lib/index.mjs.map +1 -1
- package/dist-lib/shadcn.cjs +2 -1
- package/dist-lib/shadcn.cjs.map +1 -1
- package/dist-lib/shadcn.mjs +81 -80
- package/dist-lib/src/components/shadcn/carousel.d.ts +28 -1
- package/dist-lib/src/components/shadcn/carousel.d.ts.map +1 -1
- package/dist-lib/src/components/ui/ColorPicker/color-picker.styles.d.ts +18 -0
- package/dist-lib/src/components/ui/ColorPicker/color-picker.styles.d.ts.map +1 -1
- package/dist-lib/src/components/ui/ColorPicker/color-picker.types.d.ts +4 -1
- package/dist-lib/src/components/ui/ColorPicker/color-picker.types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist-lib/chunks/toggle-group-CnAN6ZnT.mjs.map +0 -1
- package/dist-lib/chunks/toggle-group-DYGba7RP.cjs.map +0 -1
package/dist-lib/index.mjs
CHANGED
|
@@ -11,8 +11,8 @@ import { l as Checkbox, C as Calendar, T as Textarea } from "./chunks/sheet-7v5v
|
|
|
11
11
|
import { G as G2, H as H4, F as F3, O as O2 } from "./chunks/sheet-7v5vamnP.mjs";
|
|
12
12
|
import { Check, MoreHorizontal, SlidersHorizontal, Calendar as Calendar$1, AlertCircle, CheckCheck, Clock, MoreVertical, Ban, X as X2, CalendarDays, ChevronDown, ChevronLeft, ChevronRight, RefreshCw, OctagonX, TriangleAlert, CircleCheck, Info, Bell } from "lucide-react";
|
|
13
13
|
import { Reply } from "lucide-react";
|
|
14
|
-
import {
|
|
15
|
-
import { B as B2,
|
|
14
|
+
import { az as Separator, aA as Skeleton } from "./chunks/toggle-group-C3srOzNZ.mjs";
|
|
15
|
+
import { B as B2, aJ } from "./chunks/toggle-group-C3srOzNZ.mjs";
|
|
16
16
|
import { I as Input } from "./chunks/input-tjIT8HNE.mjs";
|
|
17
17
|
import { i as i2 } from "./chunks/input-tjIT8HNE.mjs";
|
|
18
18
|
import { a as a10, b as b3, K as K2 } from "./chunks/kpi-delta-BRTgTaO1.mjs";
|
|
@@ -119,7 +119,12 @@ const colorPickerStyles = tv({
|
|
|
119
119
|
customRow: "flex flex-col gap-gp-md"
|
|
120
120
|
},
|
|
121
121
|
variants: {
|
|
122
|
+
/* Espelha a escala do Input (`shadcn/input.tsx`) degrau por degrau. O `size` é
|
|
123
|
+
repassado pro Input interno, então uma escala menor aqui deixava combinação válida
|
|
124
|
+
no Input inalcançável pelo ColorPicker — era o caso de `xxs` e `xs`. */
|
|
122
125
|
size: {
|
|
126
|
+
xxs: { swatch: "size-form-xs" },
|
|
127
|
+
xs: { swatch: "size-form-sm" },
|
|
123
128
|
sm: { swatch: "size-form-md" },
|
|
124
129
|
md: { swatch: "size-form-lg" }
|
|
125
130
|
},
|
|
@@ -8179,7 +8184,7 @@ export {
|
|
|
8179
8184
|
ae as ViewsPopover,
|
|
8180
8185
|
actionColumn,
|
|
8181
8186
|
af as avatarVariants,
|
|
8182
|
-
|
|
8187
|
+
aJ as badgeVariants,
|
|
8183
8188
|
a92 as buttonVariants,
|
|
8184
8189
|
cardCheckbox,
|
|
8185
8190
|
o as chipCount,
|