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.
@@ -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-primary-600 dark:border-primary-500", "text-primary-600 dark:text-primary-500"],
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-primary-600", "dark:text-primary-500"],
149
+ current: ["text-gray-500", "dark:text-gray-400"],
150
150
  pending: ["text-gray-500", "dark:text-gray-400"]
151
151
  },
152
152
  hasChevron: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-svelte",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "dist/index.js",
6
6
  "author": {