@mekari/pixel3-theme 0.0.4 → 0.0.5
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.js +7 -6
- package/dist/index.mjs +7 -6
- package/package.json +1 -1
- package/src/recipes/badge.ts +2 -2
- package/src/recipes/button.ts +1 -1
- package/src/recipes/progress.ts +1 -1
- package/src/recipes/tag.ts +2 -1
- package/src/recipes/upload.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -125,7 +125,8 @@ var tagSlotRecipe = (0, import_dev3.defineSlotRecipe)({
|
|
|
125
125
|
paddingX: "2",
|
|
126
126
|
whiteSpace: "normal",
|
|
127
127
|
overflowWrap: "anywhere",
|
|
128
|
-
cursor: "var(--mp-tag--cursor)"
|
|
128
|
+
cursor: "var(--mp-tag--cursor)",
|
|
129
|
+
height: "fit-content"
|
|
129
130
|
},
|
|
130
131
|
close: {
|
|
131
132
|
position: "absolute!",
|
|
@@ -393,8 +394,8 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
|
|
|
393
394
|
display: "inline-flex",
|
|
394
395
|
justifyContent: "center",
|
|
395
396
|
alignItems: "center",
|
|
396
|
-
alignSelf: "start",
|
|
397
397
|
gap: "2",
|
|
398
|
+
height: "fit-content",
|
|
398
399
|
borderWidth: "1px",
|
|
399
400
|
whiteSpace: "nowrap",
|
|
400
401
|
userSelect: "none",
|
|
@@ -1203,8 +1204,8 @@ var badgeRecipe = (0, import_dev13.defineRecipe)({
|
|
|
1203
1204
|
size: {
|
|
1204
1205
|
sm: {
|
|
1205
1206
|
fontSize: "xs",
|
|
1206
|
-
fontWeight: "
|
|
1207
|
-
lineHeight: "
|
|
1207
|
+
fontWeight: "semiBold",
|
|
1208
|
+
lineHeight: "sm",
|
|
1208
1209
|
letterSpacing: "normal",
|
|
1209
1210
|
height: "4"
|
|
1210
1211
|
},
|
|
@@ -2095,7 +2096,7 @@ var progressSlotRecipe = (0, import_dev22.defineSlotRecipe)({
|
|
|
2095
2096
|
width: "22px",
|
|
2096
2097
|
height: "22px",
|
|
2097
2098
|
background: "transparent",
|
|
2098
|
-
alignSelf: "start"
|
|
2099
|
+
alignSelf: "flex-start"
|
|
2099
2100
|
}
|
|
2100
2101
|
}
|
|
2101
2102
|
}
|
|
@@ -2465,7 +2466,7 @@ var uploadListSlotRecipe = (0, import_dev27.defineSlotRecipe)({
|
|
|
2465
2466
|
width: "full",
|
|
2466
2467
|
display: "flex",
|
|
2467
2468
|
alignItems: "center",
|
|
2468
|
-
justifyContent: "start",
|
|
2469
|
+
justifyContent: "flex-start",
|
|
2469
2470
|
gap: "3",
|
|
2470
2471
|
py: "2",
|
|
2471
2472
|
px: "1",
|
package/dist/index.mjs
CHANGED
|
@@ -99,7 +99,8 @@ var tagSlotRecipe = defineSlotRecipe({
|
|
|
99
99
|
paddingX: "2",
|
|
100
100
|
whiteSpace: "normal",
|
|
101
101
|
overflowWrap: "anywhere",
|
|
102
|
-
cursor: "var(--mp-tag--cursor)"
|
|
102
|
+
cursor: "var(--mp-tag--cursor)",
|
|
103
|
+
height: "fit-content"
|
|
103
104
|
},
|
|
104
105
|
close: {
|
|
105
106
|
position: "absolute!",
|
|
@@ -367,8 +368,8 @@ var buttonRecipe = defineRecipe({
|
|
|
367
368
|
display: "inline-flex",
|
|
368
369
|
justifyContent: "center",
|
|
369
370
|
alignItems: "center",
|
|
370
|
-
alignSelf: "start",
|
|
371
371
|
gap: "2",
|
|
372
|
+
height: "fit-content",
|
|
372
373
|
borderWidth: "1px",
|
|
373
374
|
whiteSpace: "nowrap",
|
|
374
375
|
userSelect: "none",
|
|
@@ -1177,8 +1178,8 @@ var badgeRecipe = defineRecipe6({
|
|
|
1177
1178
|
size: {
|
|
1178
1179
|
sm: {
|
|
1179
1180
|
fontSize: "xs",
|
|
1180
|
-
fontWeight: "
|
|
1181
|
-
lineHeight: "
|
|
1181
|
+
fontWeight: "semiBold",
|
|
1182
|
+
lineHeight: "sm",
|
|
1182
1183
|
letterSpacing: "normal",
|
|
1183
1184
|
height: "4"
|
|
1184
1185
|
},
|
|
@@ -2069,7 +2070,7 @@ var progressSlotRecipe = defineSlotRecipe10({
|
|
|
2069
2070
|
width: "22px",
|
|
2070
2071
|
height: "22px",
|
|
2071
2072
|
background: "transparent",
|
|
2072
|
-
alignSelf: "start"
|
|
2073
|
+
alignSelf: "flex-start"
|
|
2073
2074
|
}
|
|
2074
2075
|
}
|
|
2075
2076
|
}
|
|
@@ -2439,7 +2440,7 @@ var uploadListSlotRecipe = defineSlotRecipe14({
|
|
|
2439
2440
|
width: "full",
|
|
2440
2441
|
display: "flex",
|
|
2441
2442
|
alignItems: "center",
|
|
2442
|
-
justifyContent: "start",
|
|
2443
|
+
justifyContent: "flex-start",
|
|
2443
2444
|
gap: "3",
|
|
2444
2445
|
py: "2",
|
|
2445
2446
|
px: "1",
|
package/package.json
CHANGED
package/src/recipes/badge.ts
CHANGED
package/src/recipes/button.ts
CHANGED
package/src/recipes/progress.ts
CHANGED
package/src/recipes/tag.ts
CHANGED