@j3m-quantum/ui 0.7.4 → 0.7.6
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 +24 -24
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -40
package/dist/index.js
CHANGED
|
@@ -2619,7 +2619,7 @@ function Progress({
|
|
|
2619
2619
|
{
|
|
2620
2620
|
"data-slot": "progress",
|
|
2621
2621
|
className: cn(
|
|
2622
|
-
"bg-
|
|
2622
|
+
"bg-secondary relative h-4 w-full overflow-hidden rounded-full",
|
|
2623
2623
|
className
|
|
2624
2624
|
),
|
|
2625
2625
|
...props,
|