@danxbot/ui 2.7.0 → 2.7.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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/theme.css +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20307,7 +20307,7 @@ const H2 = kt({
|
|
|
20307
20307
|
track: "relative w-full overflow-visible rounded-full bg-surface-inset",
|
|
20308
20308
|
indicator: "absolute rounded-full bg-accent",
|
|
20309
20309
|
thumb: [
|
|
20310
|
-
"rounded-full border-2 border-accent bg-control-knob shadow-
|
|
20310
|
+
"rounded-full border-2 border-accent bg-control-knob shadow-knob",
|
|
20311
20311
|
"transition-[var(--tx-colors),scale,box-shadow] duration-(--dur-fast) ease-hover",
|
|
20312
20312
|
"hover:scale-110",
|
|
20313
20313
|
"focus-visible:outline-none focus-visible:shadow-[0_0_0_4px_var(--focus-halo)]",
|