@almadar/ui 4.47.6 → 4.47.8
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/avl/index.cjs +1 -2
- package/dist/avl/index.js +1 -2
- package/dist/components/index.cjs +1 -2
- package/dist/components/index.js +1 -2
- package/dist/docs/index.cjs +1 -2
- package/dist/docs/index.js +1 -2
- package/dist/marketing/index.cjs +1 -2
- package/dist/marketing/index.js +1 -2
- package/dist/providers/index.cjs +1 -2
- package/dist/providers/index.js +1 -2
- package/dist/runtime/index.cjs +1 -2
- package/dist/runtime/index.js +1 -2
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -5790,8 +5790,7 @@ var init_Icon = __esm({
|
|
|
5790
5790
|
className: cn(
|
|
5791
5791
|
sizeClasses[size],
|
|
5792
5792
|
animationClasses[animation],
|
|
5793
|
-
|
|
5794
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
5793
|
+
color ? color : "text-current",
|
|
5795
5794
|
className
|
|
5796
5795
|
),
|
|
5797
5796
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/avl/index.js
CHANGED
|
@@ -5744,8 +5744,7 @@ var init_Icon = __esm({
|
|
|
5744
5744
|
className: cn(
|
|
5745
5745
|
sizeClasses[size],
|
|
5746
5746
|
animationClasses[animation],
|
|
5747
|
-
|
|
5748
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
5747
|
+
color ? color : "text-current",
|
|
5749
5748
|
className
|
|
5750
5749
|
),
|
|
5751
5750
|
strokeWidth: effectiveStrokeWidth,
|
|
@@ -1196,8 +1196,7 @@ var init_Icon = __esm({
|
|
|
1196
1196
|
className: cn(
|
|
1197
1197
|
sizeClasses[size],
|
|
1198
1198
|
animationClasses[animation],
|
|
1199
|
-
|
|
1200
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
1199
|
+
color ? color : "text-current",
|
|
1201
1200
|
className
|
|
1202
1201
|
),
|
|
1203
1202
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/components/index.js
CHANGED
|
@@ -1150,8 +1150,7 @@ var init_Icon = __esm({
|
|
|
1150
1150
|
className: cn(
|
|
1151
1151
|
sizeClasses[size],
|
|
1152
1152
|
animationClasses[animation],
|
|
1153
|
-
|
|
1154
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
1153
|
+
color ? color : "text-current",
|
|
1155
1154
|
className
|
|
1156
1155
|
),
|
|
1157
1156
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/docs/index.cjs
CHANGED
|
@@ -3073,8 +3073,7 @@ var Icon = ({
|
|
|
3073
3073
|
className: cn(
|
|
3074
3074
|
sizeClasses[size],
|
|
3075
3075
|
animationClasses[animation],
|
|
3076
|
-
|
|
3077
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
3076
|
+
color ? color : "text-current",
|
|
3078
3077
|
className
|
|
3079
3078
|
),
|
|
3080
3079
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/docs/index.js
CHANGED
|
@@ -3049,8 +3049,7 @@ var Icon = ({
|
|
|
3049
3049
|
className: cn(
|
|
3050
3050
|
sizeClasses[size],
|
|
3051
3051
|
animationClasses[animation],
|
|
3052
|
-
|
|
3053
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
3052
|
+
color ? color : "text-current",
|
|
3054
3053
|
className
|
|
3055
3054
|
),
|
|
3056
3055
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/marketing/index.cjs
CHANGED
|
@@ -3073,8 +3073,7 @@ var Icon = ({
|
|
|
3073
3073
|
className: cn(
|
|
3074
3074
|
sizeClasses[size],
|
|
3075
3075
|
animationClasses[animation],
|
|
3076
|
-
|
|
3077
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
3076
|
+
color ? color : "text-current",
|
|
3078
3077
|
className
|
|
3079
3078
|
),
|
|
3080
3079
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/marketing/index.js
CHANGED
|
@@ -3049,8 +3049,7 @@ var Icon = ({
|
|
|
3049
3049
|
className: cn(
|
|
3050
3050
|
sizeClasses[size],
|
|
3051
3051
|
animationClasses[animation],
|
|
3052
|
-
|
|
3053
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
3052
|
+
color ? color : "text-current",
|
|
3054
3053
|
className
|
|
3055
3054
|
),
|
|
3056
3055
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/providers/index.cjs
CHANGED
|
@@ -608,8 +608,7 @@ var init_Icon = __esm({
|
|
|
608
608
|
className: cn(
|
|
609
609
|
sizeClasses[size],
|
|
610
610
|
animationClasses[animation],
|
|
611
|
-
|
|
612
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
611
|
+
color ? color : "text-current",
|
|
613
612
|
className
|
|
614
613
|
),
|
|
615
614
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/providers/index.js
CHANGED
|
@@ -562,8 +562,7 @@ var init_Icon = __esm({
|
|
|
562
562
|
className: cn(
|
|
563
563
|
sizeClasses[size],
|
|
564
564
|
animationClasses[animation],
|
|
565
|
-
|
|
566
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
565
|
+
color ? color : "text-current",
|
|
567
566
|
className
|
|
568
567
|
),
|
|
569
568
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -892,8 +892,7 @@ var init_Icon = __esm({
|
|
|
892
892
|
className: cn(
|
|
893
893
|
sizeClasses[size],
|
|
894
894
|
animationClasses[animation],
|
|
895
|
-
|
|
896
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
895
|
+
color ? color : "text-current",
|
|
897
896
|
className
|
|
898
897
|
),
|
|
899
898
|
strokeWidth: effectiveStrokeWidth,
|
package/dist/runtime/index.js
CHANGED
|
@@ -846,8 +846,7 @@ var init_Icon = __esm({
|
|
|
846
846
|
className: cn(
|
|
847
847
|
sizeClasses[size],
|
|
848
848
|
animationClasses[animation],
|
|
849
|
-
|
|
850
|
-
color ? color : "text-[var(--icon-color,currentColor)]",
|
|
849
|
+
color ? color : "text-current",
|
|
851
850
|
className
|
|
852
851
|
),
|
|
853
852
|
strokeWidth: effectiveStrokeWidth,
|