@aic-kits/react 0.34.6 → 0.34.7
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.cjs +119 -119
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8599,7 +8599,7 @@ const Ob = yt(Lb), fn = Ob, Rs = (t, r, i, a = "solid", l) => {
|
|
|
8599
8599
|
align-items: center;
|
|
8600
8600
|
justify-content: center;
|
|
8601
8601
|
height: ${({ $themeHeight: t }) => t}px;
|
|
8602
|
-
min-width: ${({ $
|
|
8602
|
+
min-width: ${({ $themeMinWidth: t }) => t}px;
|
|
8603
8603
|
gap: ${({ theme: t, $themeGap: r }) => t.spaces[r]}px;
|
|
8604
8604
|
transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, rotate 0.2s ease-in-out, font-size 0.2s ease-in-out, font-weight 0.2s ease-in-out;
|
|
8605
8605
|
color: ${({ theme: t, $themeColor: r }) => t.colors[r]};
|
|
@@ -8668,6 +8668,7 @@ const Ob = yt(Lb), fn = Ob, Rs = (t, r, i, a = "solid", l) => {
|
|
|
8668
8668
|
$themeHoverColor: O.hover.color,
|
|
8669
8669
|
$themeGap: O[f].gap,
|
|
8670
8670
|
$themeHeight: O[f].containerHeight,
|
|
8671
|
+
$themeMinWidth: O[f].containerHeight,
|
|
8671
8672
|
$isLoading: l ?? !1,
|
|
8672
8673
|
children: [
|
|
8673
8674
|
r && /* @__PURE__ */ y(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aic-kits/react",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"vite-plugin-dts": "^4.3.0",
|
|
56
56
|
"vitest": "^2.1.8"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "7cd9b3bab94c8395ad40b148f00c56e20200d90c"
|
|
59
59
|
}
|