@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 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: "semibold",
1207
- lineHeight: "1sm",
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: "semibold",
1181
- lineHeight: "1sm",
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-theme",
3
3
  "description": "Theme for mekari pixel 3",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -26,8 +26,8 @@ const badgeRecipe = defineRecipe({
26
26
  size: {
27
27
  sm: {
28
28
  fontSize: 'xs',
29
- fontWeight: 'semibold',
30
- lineHeight: '1sm',
29
+ fontWeight: 'semiBold',
30
+ lineHeight: 'sm',
31
31
  letterSpacing: 'normal',
32
32
  height: '4'
33
33
  },
@@ -8,8 +8,8 @@ const buttonRecipe = defineRecipe({
8
8
  display: 'inline-flex',
9
9
  justifyContent: 'center',
10
10
  alignItems: 'center',
11
- alignSelf: 'start',
12
11
  gap: '2',
12
+ height: 'fit-content',
13
13
  borderWidth: '1px',
14
14
  whiteSpace: 'nowrap',
15
15
  userSelect: 'none',
@@ -62,7 +62,7 @@ const progressSlotRecipe = defineSlotRecipe({
62
62
  width: '22px',
63
63
  height: '22px',
64
64
  background: 'transparent',
65
- alignSelf: 'start'
65
+ alignSelf: 'flex-start'
66
66
  }
67
67
  }
68
68
  }
@@ -23,7 +23,8 @@ const tagSlotRecipe = defineSlotRecipe({
23
23
  paddingX: '2',
24
24
  whiteSpace: 'normal',
25
25
  overflowWrap: 'anywhere',
26
- cursor: 'var(--mp-tag--cursor)'
26
+ cursor: 'var(--mp-tag--cursor)',
27
+ height: 'fit-content'
27
28
  },
28
29
  close: {
29
30
  position: 'absolute!',
@@ -64,7 +64,7 @@ const uploadListSlotRecipe = defineSlotRecipe({
64
64
  width: 'full',
65
65
  display: 'flex',
66
66
  alignItems: 'center',
67
- justifyContent: 'start',
67
+ justifyContent: 'flex-start',
68
68
  gap: '3',
69
69
  py: '2',
70
70
  px: '1',