@mekari/pixel3-theme 0.0.1-alpha.0 → 0.0.1

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.
Files changed (56) hide show
  1. package/dist/index.js +201 -16
  2. package/dist/index.mjs +195 -8
  3. package/dist/recipes/divider.d.mts +5 -0
  4. package/dist/recipes/divider.d.ts +5 -0
  5. package/dist/recipes/form-control.d.mts +5 -0
  6. package/dist/recipes/form-control.d.ts +5 -0
  7. package/dist/recipes/index.d.mts +3 -0
  8. package/dist/recipes/index.d.ts +3 -0
  9. package/dist/recipes/input-tag.d.mts +5 -0
  10. package/dist/recipes/input-tag.d.ts +5 -0
  11. package/dist/tokens/index.d.mts +4 -0
  12. package/dist/tokens/index.d.ts +4 -0
  13. package/dist/tokens/sizes.d.mts +4 -0
  14. package/dist/tokens/sizes.d.ts +4 -0
  15. package/package.json +5 -4
  16. package/src/breakpoints.ts +6 -0
  17. package/src/conditions.ts +22 -0
  18. package/src/global-css.ts +23 -0
  19. package/src/index.ts +26 -0
  20. package/src/keyframes.ts +15 -0
  21. package/src/recipes/accordion.ts +57 -0
  22. package/src/recipes/avatar.ts +179 -0
  23. package/src/recipes/badge.ts +166 -0
  24. package/src/recipes/button.ts +224 -0
  25. package/src/recipes/checkbox.ts +92 -0
  26. package/src/recipes/divider.ts +31 -0
  27. package/src/recipes/form-control.ts +40 -0
  28. package/src/recipes/icon.ts +31 -0
  29. package/src/recipes/index.ts +61 -0
  30. package/src/recipes/input-tag.ts +119 -0
  31. package/src/recipes/input.ts +204 -0
  32. package/src/recipes/popover.ts +82 -0
  33. package/src/recipes/progress.ts +76 -0
  34. package/src/recipes/radio.ts +103 -0
  35. package/src/recipes/select.ts +114 -0
  36. package/src/recipes/shared.ts +19 -0
  37. package/src/recipes/spinner.ts +25 -0
  38. package/src/recipes/table.ts +113 -0
  39. package/src/recipes/tabs.ts +204 -0
  40. package/src/recipes/tag.ts +98 -0
  41. package/src/recipes/text.ts +56 -0
  42. package/src/recipes/textarea.ts +60 -0
  43. package/src/recipes/toggle.ts +99 -0
  44. package/src/recipes/tooltip.ts +24 -0
  45. package/src/text-styles.ts +34 -0
  46. package/src/tokens/borders.ts +8 -0
  47. package/src/tokens/colors.ts +130 -0
  48. package/src/tokens/durations.ts +7 -0
  49. package/src/tokens/index.ts +28 -0
  50. package/src/tokens/opacity.ts +8 -0
  51. package/src/tokens/radii.ts +11 -0
  52. package/src/tokens/shadows.ts +40 -0
  53. package/src/tokens/sizes.ts +28 -0
  54. package/src/tokens/spacing.ts +21 -0
  55. package/src/tokens/typography.ts +45 -0
  56. package/src/tokens/z-index.ts +12 -0
package/dist/index.js CHANGED
@@ -3,10 +3,6 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
6
  var __copyProps = (to, from, except, desc) => {
11
7
  if (from && typeof from === "object" || typeof from === "function") {
12
8
  for (let key of __getOwnPropNames(from))
@@ -17,13 +13,12 @@ var __copyProps = (to, from, except, desc) => {
17
13
  };
18
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
15
 
16
+ // index.ts
17
+ var theme_exports = {};
18
+ module.exports = __toCommonJS(theme_exports);
19
+
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
23
- default: () => src_default
24
- });
25
- module.exports = __toCommonJS(src_exports);
26
- var import_dev35 = require("@pandacss/dev");
21
+ var import_dev38 = require("@pandacss/dev");
27
22
 
28
23
  // src/conditions.ts
29
24
  var conditions = {
@@ -37,7 +32,7 @@ var conditions = {
37
32
  hidden: "&:is([hidden])",
38
33
  collapsed: '&:is([aria-collapsed=true], [data-collapsed], [data-state="collapsed"])',
39
34
  loading: "& > [data-loading=true], &:is([data-loading], [aria-busy=true])",
40
- hasIcon: "&[data-button-icon=true]",
35
+ hasIcon: "&[data-has-icon=true]",
41
36
  active: "&[data-active=true], [data-active]",
42
37
  highlight: "&[data-highlight=true], [data-highlight]",
43
38
  hasBorder: "&[data-has-border=true]",
@@ -308,6 +303,7 @@ var sizes = import_dev8.defineTokens.sizes({
308
303
  16: { value: "4rem", description: "64px" },
309
304
  20: { value: "5rem", description: "80px" },
310
305
  22: { value: "5.5rem", description: "96px" },
306
+ 56: { value: "14rem", description: "224px" },
311
307
  65: { value: "17.5rem", description: "280px" },
312
308
  full: { value: "100%" }
313
309
  });
@@ -468,7 +464,7 @@ var tagSlotRecipe = (0, import_dev15.defineSlotRecipe)({
468
464
  position: "relative",
469
465
  display: "inline-flex",
470
466
  alignItems: "center",
471
- userSelect: "none",
467
+ userSelect: "auto",
472
468
  outline: "0px solid transparent",
473
469
  borderWidth: "1px",
474
470
  borderColor: "transparent",
@@ -2448,6 +2444,193 @@ var progressSlotRecipe = (0, import_dev34.defineSlotRecipe)({
2448
2444
  }
2449
2445
  });
2450
2446
 
2447
+ // src/recipes/form-control.ts
2448
+ var import_dev35 = require("@pandacss/dev");
2449
+ var formControlSlotRecipe = (0, import_dev35.defineSlotRecipe)({
2450
+ className: "form-control",
2451
+ jsx: ["MpFormControl", "mp-form-control"],
2452
+ slots: ["root", "label", "required", "helpText", "errorMessage"],
2453
+ base: {
2454
+ root: {},
2455
+ label: {
2456
+ fontSize: "md",
2457
+ fontWeight: "semiBold",
2458
+ marginBottom: "1",
2459
+ textAlign: "left",
2460
+ verticalAlign: "middle",
2461
+ display: "flex"
2462
+ },
2463
+ required: {
2464
+ color: "red.400",
2465
+ marginLeft: "1"
2466
+ },
2467
+ helpText: {
2468
+ color: "gray.600",
2469
+ fontSize: "sm",
2470
+ marginTop: "1"
2471
+ },
2472
+ errorMessage: {
2473
+ color: "red.400",
2474
+ fontSize: "sm",
2475
+ marginTop: "1",
2476
+ textAlign: "left",
2477
+ verticalAlign: "middle",
2478
+ display: "flex"
2479
+ }
2480
+ },
2481
+ variants: {},
2482
+ compoundVariants: [],
2483
+ defaultVariants: {}
2484
+ });
2485
+
2486
+ // src/recipes/input-tag.ts
2487
+ var import_dev36 = require("@pandacss/dev");
2488
+ var inputTagSlotRecipe = (0, import_dev36.defineSlotRecipe)({
2489
+ className: "input-tag",
2490
+ jsx: ["MpInputTag", "mp-input-tag"],
2491
+ slots: [
2492
+ "root",
2493
+ "trigger",
2494
+ "input",
2495
+ "content",
2496
+ "resetButton",
2497
+ "dropdownButton",
2498
+ "addButton",
2499
+ "loading",
2500
+ "empty",
2501
+ "suggestionWrapper",
2502
+ "suggestionLoading"
2503
+ ],
2504
+ base: {
2505
+ root: {
2506
+ position: "relative",
2507
+ width: "full"
2508
+ },
2509
+ trigger: {
2510
+ overflowY: "auto",
2511
+ position: "relative",
2512
+ display: "flex",
2513
+ alignItems: "center",
2514
+ flexWrap: "wrap",
2515
+ gap: "2",
2516
+ borderWidth: "1px",
2517
+ borderColor: "gray.100",
2518
+ borderRadius: "md",
2519
+ paddingTop: "2",
2520
+ paddingBottom: "2",
2521
+ paddingLeft: "3",
2522
+ paddingRight: "8",
2523
+ backgroundColor: "white",
2524
+ transition: "all 250ms",
2525
+ _hover: {
2526
+ borderColor: "gray.400"
2527
+ },
2528
+ _focusVisible: {
2529
+ boxShadow: "focus",
2530
+ borderColor: "blue.400",
2531
+ _hover: {
2532
+ borderColor: "blue.400"
2533
+ }
2534
+ },
2535
+ _disabled: {
2536
+ cursor: "not-allowed",
2537
+ background: "gray.50"
2538
+ },
2539
+ _invalid: {
2540
+ borderColor: "red.400",
2541
+ _hover: {
2542
+ borderColor: "red.400"
2543
+ }
2544
+ },
2545
+ _hasIcon: {
2546
+ paddingRight: "52px"
2547
+ }
2548
+ },
2549
+ input: {
2550
+ padding: "0 !important",
2551
+ margin: "0 !important"
2552
+ },
2553
+ content: {
2554
+ maxHeight: "300px",
2555
+ overflowY: "auto"
2556
+ },
2557
+ resetButton: {
2558
+ cursor: "pointer",
2559
+ position: "absolute",
2560
+ top: "2"
2561
+ },
2562
+ dropdownButton: {
2563
+ cursor: "pointer",
2564
+ position: "absolute",
2565
+ top: "2",
2566
+ right: "3"
2567
+ },
2568
+ addButton: {
2569
+ cursor: "pointer",
2570
+ width: "full",
2571
+ px: "3",
2572
+ py: "2",
2573
+ wordBreak: "break-all",
2574
+ textAlign: "center"
2575
+ },
2576
+ loading: {
2577
+ position: "absolute",
2578
+ top: "2",
2579
+ right: "3"
2580
+ },
2581
+ empty: {
2582
+ px: "3",
2583
+ py: "2",
2584
+ width: "full",
2585
+ textAlign: "left"
2586
+ },
2587
+ suggestionWrapper: {
2588
+ display: "flex",
2589
+ flexDirection: "column",
2590
+ width: "100%"
2591
+ },
2592
+ suggestionLoading: {
2593
+ display: "flex",
2594
+ justifyContent: "flex-start",
2595
+ gap: "3",
2596
+ width: "full",
2597
+ height: "9",
2598
+ py: "2",
2599
+ px: "3"
2600
+ }
2601
+ }
2602
+ });
2603
+
2604
+ // src/recipes/divider.ts
2605
+ var import_dev37 = require("@pandacss/dev");
2606
+ var dividerRecipe = (0, import_dev37.defineRecipe)({
2607
+ className: "divider",
2608
+ jsx: ["MpDivider", "mp-divider"],
2609
+ base: {
2610
+ border: 0,
2611
+ opacity: 0.6,
2612
+ color: "rgb(208, 214, 221)"
2613
+ },
2614
+ variants: {
2615
+ orientation: {
2616
+ horizontal: {
2617
+ borderBottom: "0.0625rem solid",
2618
+ height: "auto",
2619
+ marginY: 2
2620
+ },
2621
+ vertical: {
2622
+ borderLeft: "0.0625rem solid",
2623
+ height: "auto",
2624
+ marginX: 2
2625
+ }
2626
+ }
2627
+ },
2628
+ compoundVariants: [],
2629
+ defaultVariants: {
2630
+ orientation: "horizontal"
2631
+ }
2632
+ });
2633
+
2451
2634
  // src/recipes/index.ts
2452
2635
  var recipes = {
2453
2636
  buttonRecipe,
@@ -2465,7 +2648,8 @@ var recipes = {
2465
2648
  tabRecipe,
2466
2649
  selectedBorderRecipe,
2467
2650
  tableRecipe,
2468
- tableContainerRecipe
2651
+ tableContainerRecipe,
2652
+ dividerRecipe
2469
2653
  };
2470
2654
  var slotRecipes = {
2471
2655
  accordion,
@@ -2480,7 +2664,9 @@ var slotRecipes = {
2480
2664
  inputAddonSlotRecipe,
2481
2665
  avatarSlotRecipe,
2482
2666
  avatarGroupSlotRecipe,
2483
- selectSlotRecipe
2667
+ selectSlotRecipe,
2668
+ formControlSlotRecipe,
2669
+ inputTagSlotRecipe
2484
2670
  };
2485
2671
 
2486
2672
  // src/breakpoints.ts
@@ -2492,7 +2678,7 @@ var breakpoints = {
2492
2678
  };
2493
2679
 
2494
2680
  // src/index.ts
2495
- var preset = (0, import_dev35.definePreset)({
2681
+ var preset = (0, import_dev38.definePreset)({
2496
2682
  theme: {
2497
2683
  extend: {
2498
2684
  breakpoints,
@@ -2506,4 +2692,3 @@ var preset = (0, import_dev35.definePreset)({
2506
2692
  conditions,
2507
2693
  globalCss
2508
2694
  });
2509
- var src_default = preset;
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ var conditions = {
13
13
  hidden: "&:is([hidden])",
14
14
  collapsed: '&:is([aria-collapsed=true], [data-collapsed], [data-state="collapsed"])',
15
15
  loading: "& > [data-loading=true], &:is([data-loading], [aria-busy=true])",
16
- hasIcon: "&[data-button-icon=true]",
16
+ hasIcon: "&[data-has-icon=true]",
17
17
  active: "&[data-active=true], [data-active]",
18
18
  highlight: "&[data-highlight=true], [data-highlight]",
19
19
  hasBorder: "&[data-has-border=true]",
@@ -284,6 +284,7 @@ var sizes = defineTokens7.sizes({
284
284
  16: { value: "4rem", description: "64px" },
285
285
  20: { value: "5rem", description: "80px" },
286
286
  22: { value: "5.5rem", description: "96px" },
287
+ 56: { value: "14rem", description: "224px" },
287
288
  65: { value: "17.5rem", description: "280px" },
288
289
  full: { value: "100%" }
289
290
  });
@@ -444,7 +445,7 @@ var tagSlotRecipe = defineSlotRecipe({
444
445
  position: "relative",
445
446
  display: "inline-flex",
446
447
  alignItems: "center",
447
- userSelect: "none",
448
+ userSelect: "auto",
448
449
  outline: "0px solid transparent",
449
450
  borderWidth: "1px",
450
451
  borderColor: "transparent",
@@ -2424,6 +2425,193 @@ var progressSlotRecipe = defineSlotRecipe10({
2424
2425
  }
2425
2426
  });
2426
2427
 
2428
+ // src/recipes/form-control.ts
2429
+ import { defineSlotRecipe as defineSlotRecipe11 } from "@pandacss/dev";
2430
+ var formControlSlotRecipe = defineSlotRecipe11({
2431
+ className: "form-control",
2432
+ jsx: ["MpFormControl", "mp-form-control"],
2433
+ slots: ["root", "label", "required", "helpText", "errorMessage"],
2434
+ base: {
2435
+ root: {},
2436
+ label: {
2437
+ fontSize: "md",
2438
+ fontWeight: "semiBold",
2439
+ marginBottom: "1",
2440
+ textAlign: "left",
2441
+ verticalAlign: "middle",
2442
+ display: "flex"
2443
+ },
2444
+ required: {
2445
+ color: "red.400",
2446
+ marginLeft: "1"
2447
+ },
2448
+ helpText: {
2449
+ color: "gray.600",
2450
+ fontSize: "sm",
2451
+ marginTop: "1"
2452
+ },
2453
+ errorMessage: {
2454
+ color: "red.400",
2455
+ fontSize: "sm",
2456
+ marginTop: "1",
2457
+ textAlign: "left",
2458
+ verticalAlign: "middle",
2459
+ display: "flex"
2460
+ }
2461
+ },
2462
+ variants: {},
2463
+ compoundVariants: [],
2464
+ defaultVariants: {}
2465
+ });
2466
+
2467
+ // src/recipes/input-tag.ts
2468
+ import { defineSlotRecipe as defineSlotRecipe12 } from "@pandacss/dev";
2469
+ var inputTagSlotRecipe = defineSlotRecipe12({
2470
+ className: "input-tag",
2471
+ jsx: ["MpInputTag", "mp-input-tag"],
2472
+ slots: [
2473
+ "root",
2474
+ "trigger",
2475
+ "input",
2476
+ "content",
2477
+ "resetButton",
2478
+ "dropdownButton",
2479
+ "addButton",
2480
+ "loading",
2481
+ "empty",
2482
+ "suggestionWrapper",
2483
+ "suggestionLoading"
2484
+ ],
2485
+ base: {
2486
+ root: {
2487
+ position: "relative",
2488
+ width: "full"
2489
+ },
2490
+ trigger: {
2491
+ overflowY: "auto",
2492
+ position: "relative",
2493
+ display: "flex",
2494
+ alignItems: "center",
2495
+ flexWrap: "wrap",
2496
+ gap: "2",
2497
+ borderWidth: "1px",
2498
+ borderColor: "gray.100",
2499
+ borderRadius: "md",
2500
+ paddingTop: "2",
2501
+ paddingBottom: "2",
2502
+ paddingLeft: "3",
2503
+ paddingRight: "8",
2504
+ backgroundColor: "white",
2505
+ transition: "all 250ms",
2506
+ _hover: {
2507
+ borderColor: "gray.400"
2508
+ },
2509
+ _focusVisible: {
2510
+ boxShadow: "focus",
2511
+ borderColor: "blue.400",
2512
+ _hover: {
2513
+ borderColor: "blue.400"
2514
+ }
2515
+ },
2516
+ _disabled: {
2517
+ cursor: "not-allowed",
2518
+ background: "gray.50"
2519
+ },
2520
+ _invalid: {
2521
+ borderColor: "red.400",
2522
+ _hover: {
2523
+ borderColor: "red.400"
2524
+ }
2525
+ },
2526
+ _hasIcon: {
2527
+ paddingRight: "52px"
2528
+ }
2529
+ },
2530
+ input: {
2531
+ padding: "0 !important",
2532
+ margin: "0 !important"
2533
+ },
2534
+ content: {
2535
+ maxHeight: "300px",
2536
+ overflowY: "auto"
2537
+ },
2538
+ resetButton: {
2539
+ cursor: "pointer",
2540
+ position: "absolute",
2541
+ top: "2"
2542
+ },
2543
+ dropdownButton: {
2544
+ cursor: "pointer",
2545
+ position: "absolute",
2546
+ top: "2",
2547
+ right: "3"
2548
+ },
2549
+ addButton: {
2550
+ cursor: "pointer",
2551
+ width: "full",
2552
+ px: "3",
2553
+ py: "2",
2554
+ wordBreak: "break-all",
2555
+ textAlign: "center"
2556
+ },
2557
+ loading: {
2558
+ position: "absolute",
2559
+ top: "2",
2560
+ right: "3"
2561
+ },
2562
+ empty: {
2563
+ px: "3",
2564
+ py: "2",
2565
+ width: "full",
2566
+ textAlign: "left"
2567
+ },
2568
+ suggestionWrapper: {
2569
+ display: "flex",
2570
+ flexDirection: "column",
2571
+ width: "100%"
2572
+ },
2573
+ suggestionLoading: {
2574
+ display: "flex",
2575
+ justifyContent: "flex-start",
2576
+ gap: "3",
2577
+ width: "full",
2578
+ height: "9",
2579
+ py: "2",
2580
+ px: "3"
2581
+ }
2582
+ }
2583
+ });
2584
+
2585
+ // src/recipes/divider.ts
2586
+ import { defineRecipe as defineRecipe11 } from "@pandacss/dev";
2587
+ var dividerRecipe = defineRecipe11({
2588
+ className: "divider",
2589
+ jsx: ["MpDivider", "mp-divider"],
2590
+ base: {
2591
+ border: 0,
2592
+ opacity: 0.6,
2593
+ color: "rgb(208, 214, 221)"
2594
+ },
2595
+ variants: {
2596
+ orientation: {
2597
+ horizontal: {
2598
+ borderBottom: "0.0625rem solid",
2599
+ height: "auto",
2600
+ marginY: 2
2601
+ },
2602
+ vertical: {
2603
+ borderLeft: "0.0625rem solid",
2604
+ height: "auto",
2605
+ marginX: 2
2606
+ }
2607
+ }
2608
+ },
2609
+ compoundVariants: [],
2610
+ defaultVariants: {
2611
+ orientation: "horizontal"
2612
+ }
2613
+ });
2614
+
2427
2615
  // src/recipes/index.ts
2428
2616
  var recipes = {
2429
2617
  buttonRecipe,
@@ -2441,7 +2629,8 @@ var recipes = {
2441
2629
  tabRecipe,
2442
2630
  selectedBorderRecipe,
2443
2631
  tableRecipe,
2444
- tableContainerRecipe
2632
+ tableContainerRecipe,
2633
+ dividerRecipe
2445
2634
  };
2446
2635
  var slotRecipes = {
2447
2636
  accordion,
@@ -2456,7 +2645,9 @@ var slotRecipes = {
2456
2645
  inputAddonSlotRecipe,
2457
2646
  avatarSlotRecipe,
2458
2647
  avatarGroupSlotRecipe,
2459
- selectSlotRecipe
2648
+ selectSlotRecipe,
2649
+ formControlSlotRecipe,
2650
+ inputTagSlotRecipe
2460
2651
  };
2461
2652
 
2462
2653
  // src/breakpoints.ts
@@ -2482,7 +2673,3 @@ var preset = definePreset({
2482
2673
  conditions,
2483
2674
  globalCss
2484
2675
  });
2485
- var src_default = preset;
2486
- export {
2487
- src_default as default
2488
- };
@@ -0,0 +1,5 @@
1
+ import * as _pandacss_dev from '@pandacss/dev';
2
+
3
+ declare const dividerRecipe: _pandacss_dev.RecipeConfig<_pandacss_dev.RecipeVariantRecord>;
4
+
5
+ export { dividerRecipe };
@@ -0,0 +1,5 @@
1
+ import * as _pandacss_dev from '@pandacss/dev';
2
+
3
+ declare const dividerRecipe: _pandacss_dev.RecipeConfig<_pandacss_dev.RecipeVariantRecord>;
4
+
5
+ export { dividerRecipe };
@@ -0,0 +1,5 @@
1
+ import * as _pandacss_dev from '@pandacss/dev';
2
+
3
+ declare const formControlSlotRecipe: _pandacss_dev.SlotRecipeConfig;
4
+
5
+ export { formControlSlotRecipe };
@@ -0,0 +1,5 @@
1
+ import * as _pandacss_dev from '@pandacss/dev';
2
+
3
+ declare const formControlSlotRecipe: _pandacss_dev.SlotRecipeConfig;
4
+
5
+ export { formControlSlotRecipe };
@@ -17,6 +17,7 @@ declare const recipes: {
17
17
  selectedBorderRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
18
18
  tableRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
19
19
  tableContainerRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
20
+ dividerRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
20
21
  };
21
22
  declare const slotRecipes: {
22
23
  accordion: _pandacss_types.SlotRecipeConfig;
@@ -32,6 +33,8 @@ declare const slotRecipes: {
32
33
  avatarSlotRecipe: _pandacss_types.SlotRecipeConfig;
33
34
  avatarGroupSlotRecipe: _pandacss_types.SlotRecipeConfig;
34
35
  selectSlotRecipe: _pandacss_types.SlotRecipeConfig;
36
+ formControlSlotRecipe: _pandacss_types.SlotRecipeConfig;
37
+ inputTagSlotRecipe: _pandacss_types.SlotRecipeConfig;
35
38
  };
36
39
 
37
40
  export { recipes, slotRecipes };
@@ -17,6 +17,7 @@ declare const recipes: {
17
17
  selectedBorderRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
18
18
  tableRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
19
19
  tableContainerRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
20
+ dividerRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
20
21
  };
21
22
  declare const slotRecipes: {
22
23
  accordion: _pandacss_types.SlotRecipeConfig;
@@ -32,6 +33,8 @@ declare const slotRecipes: {
32
33
  avatarSlotRecipe: _pandacss_types.SlotRecipeConfig;
33
34
  avatarGroupSlotRecipe: _pandacss_types.SlotRecipeConfig;
34
35
  selectSlotRecipe: _pandacss_types.SlotRecipeConfig;
36
+ formControlSlotRecipe: _pandacss_types.SlotRecipeConfig;
37
+ inputTagSlotRecipe: _pandacss_types.SlotRecipeConfig;
35
38
  };
36
39
 
37
40
  export { recipes, slotRecipes };
@@ -0,0 +1,5 @@
1
+ import * as _pandacss_dev from '@pandacss/dev';
2
+
3
+ declare const inputTagSlotRecipe: _pandacss_dev.SlotRecipeConfig;
4
+
5
+ export { inputTagSlotRecipe };
@@ -0,0 +1,5 @@
1
+ import * as _pandacss_dev from '@pandacss/dev';
2
+
3
+ declare const inputTagSlotRecipe: _pandacss_dev.SlotRecipeConfig;
4
+
5
+ export { inputTagSlotRecipe };
@@ -538,6 +538,10 @@ declare const tokens: {
538
538
  value: string;
539
539
  description: string;
540
540
  };
541
+ 56: {
542
+ value: string;
543
+ description: string;
544
+ };
541
545
  65: {
542
546
  value: string;
543
547
  description: string;
@@ -538,6 +538,10 @@ declare const tokens: {
538
538
  value: string;
539
539
  description: string;
540
540
  };
541
+ 56: {
542
+ value: string;
543
+ description: string;
544
+ };
541
545
  65: {
542
546
  value: string;
543
547
  description: string;
@@ -83,6 +83,10 @@ declare const sizes: {
83
83
  value: string;
84
84
  description: string;
85
85
  };
86
+ 56: {
87
+ value: string;
88
+ description: string;
89
+ };
86
90
  65: {
87
91
  value: string;
88
92
  description: string;
@@ -83,6 +83,10 @@ declare const sizes: {
83
83
  value: string;
84
84
  description: string;
85
85
  };
86
+ 56: {
87
+ value: string;
88
+ description: string;
89
+ };
86
90
  65: {
87
91
  value: string;
88
92
  description: string;
package/package.json CHANGED
@@ -1,20 +1,21 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-theme",
3
3
  "description": "Theme for mekari pixel 3",
4
- "version": "0.0.1-alpha.0",
4
+ "version": "0.0.1",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
8
- "dist"
8
+ "dist",
9
+ "src"
9
10
  ],
10
11
  "dependencies": {
11
- "@pandacss/dev": "0.20.1"
12
+ "@pandacss/dev": "0.22.1"
12
13
  },
13
14
  "peerDependencies": {
14
15
  "vue": "^3.3.7"
15
16
  },
16
17
  "devDependencies": {
17
- "@pandacss/types": "0.20.1",
18
+ "@pandacss/types": "0.22.1",
18
19
  "vue": "^3.3.7"
19
20
  },
20
21
  "publishConfig": {
@@ -0,0 +1,6 @@
1
+ export const breakpoints = {
2
+ sm: '22.5em',
3
+ md: '48em',
4
+ lg: '64em',
5
+ xl: '80em'
6
+ }