flowbite-svelte 1.6.0 → 1.6.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/stepper/theme.js +2 -2
- package/package.json +1 -1
package/dist/stepper/theme.js
CHANGED
|
@@ -111,7 +111,7 @@ export const detailedstepperindicator = tv({
|
|
|
111
111
|
variants: {
|
|
112
112
|
status: {
|
|
113
113
|
completed: ["border border-primary-600 dark:border-primary-500", "bg-primary-600 dark:bg-primary-500", "text-white"],
|
|
114
|
-
current: ["border border-
|
|
114
|
+
current: ["border border-gray-500 dark:border-gray-400", "text-gray-500 dark:text-gray-400"],
|
|
115
115
|
pending: ["border border-gray-500 dark:border-gray-400", "text-gray-500 dark:text-gray-400"]
|
|
116
116
|
}
|
|
117
117
|
},
|
|
@@ -146,7 +146,7 @@ export const breadcrumbstepperitem = tv({
|
|
|
146
146
|
variants: {
|
|
147
147
|
status: {
|
|
148
148
|
completed: ["text-primary-600", "dark:text-primary-500"],
|
|
149
|
-
current: ["text-
|
|
149
|
+
current: ["text-gray-500", "dark:text-gray-400"],
|
|
150
150
|
pending: ["text-gray-500", "dark:text-gray-400"]
|
|
151
151
|
},
|
|
152
152
|
hasChevron: {
|