@mekari/pixel3-theme 0.4.3 → 0.4.4-dev.0

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
@@ -262,7 +262,7 @@ var variantColor = {
262
262
  root: {
263
263
  backgroundColor: "sky.400",
264
264
  _nextTheme: {
265
- backgroundColor: "chart.cat01"
265
+ backgroundColor: "chart.cat01.bold"
266
266
  }
267
267
  }
268
268
  },
@@ -270,7 +270,7 @@ var variantColor = {
270
270
  root: {
271
271
  backgroundColor: "teal.400",
272
272
  _nextTheme: {
273
- backgroundColor: "chart.cat02"
273
+ backgroundColor: "chart.cat02.bold"
274
274
  }
275
275
  }
276
276
  },
@@ -278,7 +278,7 @@ var variantColor = {
278
278
  root: {
279
279
  backgroundColor: "violet.400",
280
280
  _nextTheme: {
281
- backgroundColor: "chart.cat03"
281
+ backgroundColor: "chart.cat03.bold"
282
282
  }
283
283
  }
284
284
  },
@@ -286,7 +286,7 @@ var variantColor = {
286
286
  root: {
287
287
  backgroundColor: "amber.400",
288
288
  _nextTheme: {
289
- backgroundColor: "chart.cat04"
289
+ backgroundColor: "chart.cat04.bold"
290
290
  }
291
291
  }
292
292
  },
@@ -294,7 +294,7 @@ var variantColor = {
294
294
  root: {
295
295
  backgroundColor: "rose.400",
296
296
  _nextTheme: {
297
- backgroundColor: "chart.cat06"
297
+ backgroundColor: "chart.cat06.bold"
298
298
  }
299
299
  }
300
300
  },
@@ -302,7 +302,7 @@ var variantColor = {
302
302
  root: {
303
303
  backgroundColor: "stone.400",
304
304
  _nextTheme: {
305
- backgroundColor: "chart.cat05"
305
+ backgroundColor: "chart.cat05.bold"
306
306
  }
307
307
  }
308
308
  },
@@ -310,7 +310,7 @@ var variantColor = {
310
310
  root: {
311
311
  backgroundColor: "lime.400",
312
312
  _nextTheme: {
313
- backgroundColor: "chart.cat07"
313
+ backgroundColor: "chart.cat07.bold"
314
314
  }
315
315
  }
316
316
  },
@@ -318,7 +318,7 @@ var variantColor = {
318
318
  root: {
319
319
  backgroundColor: "pink.400",
320
320
  _nextTheme: {
321
- backgroundColor: "chart.cat08"
321
+ backgroundColor: "chart.cat08.bold"
322
322
  }
323
323
  }
324
324
  }
@@ -658,6 +658,8 @@ var buttonRecipe = (0, import_dev6.defineRecipe)({
658
658
  _loading: {
659
659
  cursor: "wait",
660
660
  position: "absolute",
661
+ top: "0",
662
+ left: "0",
661
663
  display: "flex",
662
664
  justifyContent: "center",
663
665
  alignItems: "center",
@@ -3587,6 +3589,7 @@ var uploadSlotRecipe = (0, import_dev28.defineSlotRecipe)({
3587
3589
  display: "flex",
3588
3590
  alignItems: "center",
3589
3591
  gap: "3",
3592
+ height: "9.5",
3590
3593
  py: "1",
3591
3594
  pl: "1",
3592
3595
  pr: "3",
package/dist/index.mjs CHANGED
@@ -236,7 +236,7 @@ var variantColor = {
236
236
  root: {
237
237
  backgroundColor: "sky.400",
238
238
  _nextTheme: {
239
- backgroundColor: "chart.cat01"
239
+ backgroundColor: "chart.cat01.bold"
240
240
  }
241
241
  }
242
242
  },
@@ -244,7 +244,7 @@ var variantColor = {
244
244
  root: {
245
245
  backgroundColor: "teal.400",
246
246
  _nextTheme: {
247
- backgroundColor: "chart.cat02"
247
+ backgroundColor: "chart.cat02.bold"
248
248
  }
249
249
  }
250
250
  },
@@ -252,7 +252,7 @@ var variantColor = {
252
252
  root: {
253
253
  backgroundColor: "violet.400",
254
254
  _nextTheme: {
255
- backgroundColor: "chart.cat03"
255
+ backgroundColor: "chart.cat03.bold"
256
256
  }
257
257
  }
258
258
  },
@@ -260,7 +260,7 @@ var variantColor = {
260
260
  root: {
261
261
  backgroundColor: "amber.400",
262
262
  _nextTheme: {
263
- backgroundColor: "chart.cat04"
263
+ backgroundColor: "chart.cat04.bold"
264
264
  }
265
265
  }
266
266
  },
@@ -268,7 +268,7 @@ var variantColor = {
268
268
  root: {
269
269
  backgroundColor: "rose.400",
270
270
  _nextTheme: {
271
- backgroundColor: "chart.cat06"
271
+ backgroundColor: "chart.cat06.bold"
272
272
  }
273
273
  }
274
274
  },
@@ -276,7 +276,7 @@ var variantColor = {
276
276
  root: {
277
277
  backgroundColor: "stone.400",
278
278
  _nextTheme: {
279
- backgroundColor: "chart.cat05"
279
+ backgroundColor: "chart.cat05.bold"
280
280
  }
281
281
  }
282
282
  },
@@ -284,7 +284,7 @@ var variantColor = {
284
284
  root: {
285
285
  backgroundColor: "lime.400",
286
286
  _nextTheme: {
287
- backgroundColor: "chart.cat07"
287
+ backgroundColor: "chart.cat07.bold"
288
288
  }
289
289
  }
290
290
  },
@@ -292,7 +292,7 @@ var variantColor = {
292
292
  root: {
293
293
  backgroundColor: "pink.400",
294
294
  _nextTheme: {
295
- backgroundColor: "chart.cat08"
295
+ backgroundColor: "chart.cat08.bold"
296
296
  }
297
297
  }
298
298
  }
@@ -632,6 +632,8 @@ var buttonRecipe = defineRecipe({
632
632
  _loading: {
633
633
  cursor: "wait",
634
634
  position: "absolute",
635
+ top: "0",
636
+ left: "0",
635
637
  display: "flex",
636
638
  justifyContent: "center",
637
639
  alignItems: "center",
@@ -3561,6 +3563,7 @@ var uploadSlotRecipe = defineSlotRecipe17({
3561
3563
  display: "flex",
3562
3564
  alignItems: "center",
3563
3565
  gap: "3",
3566
+ height: "9.5",
3564
3567
  py: "1",
3565
3568
  pl: "1",
3566
3569
  pr: "3",
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.4.3",
4
+ "version": "0.4.4-dev.0",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -13,7 +13,7 @@ const variantColor = {
13
13
  root: {
14
14
  backgroundColor: 'sky.400',
15
15
  _nextTheme: {
16
- backgroundColor: 'chart.cat01'
16
+ backgroundColor: 'chart.cat01.bold'
17
17
  }
18
18
  }
19
19
  },
@@ -21,7 +21,7 @@ const variantColor = {
21
21
  root: {
22
22
  backgroundColor: 'teal.400',
23
23
  _nextTheme: {
24
- backgroundColor: 'chart.cat02'
24
+ backgroundColor: 'chart.cat02.bold'
25
25
  }
26
26
  }
27
27
  },
@@ -29,7 +29,7 @@ const variantColor = {
29
29
  root: {
30
30
  backgroundColor: 'violet.400',
31
31
  _nextTheme: {
32
- backgroundColor: 'chart.cat03'
32
+ backgroundColor: 'chart.cat03.bold'
33
33
  }
34
34
  }
35
35
  },
@@ -37,7 +37,7 @@ const variantColor = {
37
37
  root: {
38
38
  backgroundColor: 'amber.400',
39
39
  _nextTheme: {
40
- backgroundColor: 'chart.cat04'
40
+ backgroundColor: 'chart.cat04.bold'
41
41
  }
42
42
  }
43
43
  },
@@ -45,7 +45,7 @@ const variantColor = {
45
45
  root: {
46
46
  backgroundColor: 'rose.400',
47
47
  _nextTheme: {
48
- backgroundColor: 'chart.cat06'
48
+ backgroundColor: 'chart.cat06.bold'
49
49
  }
50
50
  }
51
51
  },
@@ -53,7 +53,7 @@ const variantColor = {
53
53
  root: {
54
54
  backgroundColor: 'stone.400',
55
55
  _nextTheme: {
56
- backgroundColor: 'chart.cat05'
56
+ backgroundColor: 'chart.cat05.bold'
57
57
  }
58
58
  }
59
59
  },
@@ -61,7 +61,7 @@ const variantColor = {
61
61
  root: {
62
62
  backgroundColor: 'lime.400',
63
63
  _nextTheme: {
64
- backgroundColor: 'chart.cat07'
64
+ backgroundColor: 'chart.cat07.bold'
65
65
  }
66
66
  }
67
67
  },
@@ -69,7 +69,7 @@ const variantColor = {
69
69
  root: {
70
70
  backgroundColor: 'pink.400',
71
71
  _nextTheme: {
72
- backgroundColor: 'chart.cat08'
72
+ backgroundColor: 'chart.cat08.bold'
73
73
  }
74
74
  }
75
75
  }
@@ -26,6 +26,8 @@ const buttonRecipe = defineRecipe({
26
26
  _loading: {
27
27
  cursor: 'wait',
28
28
  position: 'absolute',
29
+ top: '0',
30
+ left: '0',
29
31
  display: 'flex',
30
32
  justifyContent: 'center',
31
33
  alignItems: 'center',
@@ -11,6 +11,7 @@ const uploadSlotRecipe = defineSlotRecipe({
11
11
  display: 'flex',
12
12
  alignItems: 'center',
13
13
  gap: '3',
14
+ height: '9.5',
14
15
  py: '1',
15
16
  pl: '1',
16
17
  pr: '3',