@storm-ds/ui 0.1.0 → 1.0.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/README.md +1 -33
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/plugin.d.mts +124 -4
- package/dist/plugin.d.ts +124 -4
- package/package.json +22 -17
package/dist/index.mjs
CHANGED
|
@@ -321,7 +321,7 @@ var Checkbox = forwardRef7(
|
|
|
321
321
|
className: cn(
|
|
322
322
|
"shrink-0 cursor-pointer appearance-none rounded-storm-sm border border-storm-border bg-storm-background transition-colors",
|
|
323
323
|
"checked:border-storm-primary checked:bg-storm-primary",
|
|
324
|
-
|
|
324
|
+
'checked:bg-[url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27white%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M12.207%204.793a1%201%200%20010%201.414l-5%205a1%201%200%2001-1.414%200l-2-2a1%201%200%20011.414-1.414L6.5%209.086l4.293-4.293a1%201%200%20011.414%200z%27%2F%3E%3C%2Fsvg%3E")] checked:bg-center checked:bg-no-repeat checked:bg-[length:100%_100%]',
|
|
325
325
|
"focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-storm-ring",
|
|
326
326
|
"disabled:pointer-events-none disabled:opacity-50",
|
|
327
327
|
sizeStyles4[size],
|