@mekari/pixel3-theme 0.0.6-dev.0 → 0.0.6-dev.2

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.
@@ -10,6 +10,7 @@ declare const conditions: {
10
10
  collapsed: string;
11
11
  loading: string;
12
12
  hasIcon: string;
13
+ hasLabel: string;
13
14
  active: string;
14
15
  highlight: string;
15
16
  hasBorder: string;
@@ -10,6 +10,7 @@ declare const conditions: {
10
10
  collapsed: string;
11
11
  loading: string;
12
12
  hasIcon: string;
13
+ hasLabel: string;
13
14
  active: string;
14
15
  highlight: string;
15
16
  hasBorder: string;
package/dist/index.js CHANGED
@@ -48,6 +48,7 @@ var conditions = {
48
48
  collapsed: '&:is([aria-collapsed=true], [data-collapsed], [data-state="collapsed"])',
49
49
  loading: "& > [data-loading=true], &:is([data-loading], [aria-busy=true])",
50
50
  hasIcon: "&[data-has-icon=true]",
51
+ hasLabel: "&[data-has-label=true]",
51
52
  active: "&[data-active=true], [data-active]",
52
53
  highlight: "&[data-highlight=true], [data-highlight]",
53
54
  hasBorder: "&[data-has-border=true]",
@@ -396,6 +397,7 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
396
397
  alignItems: "center",
397
398
  gap: "2",
398
399
  height: "fit-content",
400
+ width: "fit-content",
399
401
  borderWidth: "1px",
400
402
  whiteSpace: "nowrap",
401
403
  userSelect: "none",
@@ -511,8 +513,6 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
511
513
  },
512
514
  size: {
513
515
  sm: {
514
- paddingX: "2",
515
- paddingY: "1",
516
516
  borderRadius: "sm",
517
517
  textStyle: "label.md",
518
518
  fontWeight: "regular",
@@ -520,12 +520,15 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
520
520
  borderRadius: "sm"
521
521
  },
522
522
  _hasIcon: {
523
- padding: "1 !important"
523
+ paddingX: "1",
524
+ paddingY: "1 !important"
525
+ },
526
+ _hasLabel: {
527
+ paddingX: "2 !important",
528
+ paddingY: "1"
524
529
  }
525
530
  },
526
531
  md: {
527
- paddingX: "4",
528
- paddingY: "2",
529
532
  borderRadius: "md",
530
533
  textStyle: "label.md",
531
534
  fontWeight: "semiBold",
@@ -533,7 +536,12 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
533
536
  borderRadius: "md"
534
537
  },
535
538
  _hasIcon: {
536
- padding: "2 !important"
539
+ paddingX: "1.5",
540
+ paddingY: "1.5 !important"
541
+ },
542
+ _hasLabel: {
543
+ paddingX: "4 !important",
544
+ paddingY: "2"
537
545
  }
538
546
  }
539
547
  }
@@ -542,8 +550,6 @@ var buttonRecipe = (0, import_dev5.defineRecipe)({
542
550
  {
543
551
  variant: ["textLink"],
544
552
  css: {
545
- paddingX: "0",
546
- paddingY: "0",
547
553
  borderRadius: "sm",
548
554
  _focusVisible: {
549
555
  borderColor: "white",
@@ -3097,30 +3103,27 @@ var borders = import_dev34.defineTokens.borders({
3097
3103
  var import_dev35 = require("@pandacss/dev");
3098
3104
  var colors = import_dev35.defineTokens.colors({
3099
3105
  currentcolor: {
3100
- value: "currentcolor",
3101
- description: "Need to add this for Icon usage"
3106
+ value: "currentcolor"
3102
3107
  },
3103
- dark: { value: "#232933", description: "Default or primary text color" },
3108
+ dark: { value: "#232933" },
3104
3109
  white: {
3105
- value: "#FFFFFF",
3106
- description: "Background color in components such as Card, Modal, and Popover"
3110
+ value: "#FFFFFF"
3107
3111
  },
3108
- background: { value: "#F1F5F9", description: "For use as background page" },
3112
+ background: { value: "#F1F5F9" },
3109
3113
  overlay: {
3110
- value: "rgba(22, 26, 32, 0.8)",
3111
- description: "For use as overlay"
3114
+ value: "rgba(22, 26, 32, 0.8)"
3112
3115
  },
3113
3116
  brand: {
3114
- capital: { value: "#2F5573", description: "Mekari Capital" },
3115
- esign: { value: "#00C853", description: "Mekari e-Sign" },
3116
- expense: { value: "#183883", description: "Mekari Expense" },
3117
- flex: { value: "#7C4DFF", description: "Mekari Flex" },
3118
- jurnal: { value: "#40C3FF", description: "Mekari Jurnal" },
3119
- klikpajak: { value: "#FF9100", description: "Mekari Klikpajak" },
3120
- mekari: { value: "#651FFF", description: "Mekari" },
3121
- qontak: { value: "#2979FF", description: "Mekari Qontak" },
3122
- talenta: { value: "#F22929", description: "Mekari Talenta" },
3123
- university: { value: "#448AFF", description: "Mekari University" }
3117
+ capital: { value: "#2F5573" },
3118
+ esign: { value: "#00C853" },
3119
+ expense: { value: "#183883" },
3120
+ flex: { value: "#7C4DFF" },
3121
+ jurnal: { value: "#40C3FF" },
3122
+ klikpajak: { value: "#FF9100" },
3123
+ mekari: { value: "#651FFF" },
3124
+ qontak: { value: "#2979FF" },
3125
+ talenta: { value: "#F22929" },
3126
+ university: { value: "#448AFF" }
3124
3127
  },
3125
3128
  whiteAlpha: {
3126
3129
  50: { value: "rgba(255, 255, 255, 0.04)" },
@@ -3148,21 +3151,17 @@ var colors = import_dev35.defineTokens.colors({
3148
3151
  },
3149
3152
  gray: {
3150
3153
  25: {
3151
- value: "#F8F9FB",
3152
- description: "Background color in table header component"
3154
+ value: "#F8F9FB"
3153
3155
  },
3154
3156
  50: {
3155
- value: "#EDF0F2",
3156
- description: "Disabled background color in components such as Input and Select backgrounds"
3157
+ value: "#EDF0F2"
3157
3158
  },
3158
- 100: { value: "#D0D6DD", description: "Default stroke color or divider" },
3159
+ 100: { value: "#D0D6DD" },
3159
3160
  400: {
3160
- value: "#8B95A5",
3161
- description: "Disabled and placeholder text color, icon or in components such as hover state Input, Select and stroke in Popover"
3161
+ value: "#8B95A5"
3162
3162
  },
3163
3163
  600: {
3164
- value: "#626B79",
3165
- description: "Description text color and default color for outline icon"
3164
+ value: "#626B79"
3166
3165
  }
3167
3166
  },
3168
3167
  blue: {
@@ -3268,11 +3267,11 @@ var opacity = import_dev37.defineTokens.opacity({
3268
3267
  var import_dev38 = require("@pandacss/dev");
3269
3268
  var radii = import_dev38.defineTokens.radii({
3270
3269
  none: { value: "0" },
3271
- xs: { value: "0.125rem", description: "2px" },
3272
- sm: { value: "0.25rem", description: "4px" },
3273
- md: { value: "0.375rem", description: "6px" },
3274
- lg: { value: "0.5rem", description: "8px" },
3275
- xl: { value: "0.75rem", description: "12px" },
3270
+ xs: { value: "0.125rem" },
3271
+ sm: { value: "0.25rem" },
3272
+ md: { value: "0.375rem" },
3273
+ lg: { value: "0.5rem" },
3274
+ xl: { value: "0.75rem" },
3276
3275
  full: { value: "50%" }
3277
3276
  });
3278
3277
 
@@ -3320,29 +3319,29 @@ var shadows = import_dev39.defineTokens.shadows({
3320
3319
  // src/tokens/sizes.ts
3321
3320
  var import_dev40 = require("@pandacss/dev");
3322
3321
  var sizes = import_dev40.defineTokens.sizes({
3323
- 0: { value: "0", description: "0px" },
3324
- 0.25: { value: "0.0625rem", description: "1px" },
3325
- 0.5: { value: "0.125rem", description: "2px" },
3326
- 1: { value: "0.25rem", description: "4px" },
3327
- 2: { value: "0.5rem", description: "8px" },
3328
- 2.5: { value: "0.625rem", description: "10px" },
3329
- 3: { value: "0.75rem", description: "12px" },
3330
- 4: { value: "1rem", description: "16px" },
3331
- 5: { value: "1.25rem", description: "20px" },
3332
- 6: { value: "1.5rem", description: "24px" },
3333
- 7: { value: "1.75rem", description: "28px" },
3334
- 7.5: { value: "1.875rem", description: "30px" },
3335
- 8: { value: "2rem", description: "32px" },
3336
- 9: { value: "2.25rem", description: "36px" },
3337
- 9.5: { value: "2.375rem", description: "38px" },
3338
- 10: { value: "2.5rem", description: "40px" },
3339
- 11: { value: "2.75rem", description: "44px" },
3340
- 12: { value: "3rem", description: "48px" },
3341
- 16: { value: "4rem", description: "64px" },
3342
- 20: { value: "5rem", description: "80px" },
3343
- 22: { value: "5.5rem", description: "96px" },
3344
- 56: { value: "14rem", description: "224px" },
3345
- 65: { value: "17.5rem", description: "280px" },
3322
+ 0: { value: "0" },
3323
+ 0.25: { value: "0.0625rem" },
3324
+ 0.5: { value: "0.125rem" },
3325
+ 1: { value: "0.25rem" },
3326
+ 2: { value: "0.5rem" },
3327
+ 2.5: { value: "0.625rem" },
3328
+ 3: { value: "0.75rem" },
3329
+ 4: { value: "1rem" },
3330
+ 5: { value: "1.25rem" },
3331
+ 6: { value: "1.5rem" },
3332
+ 7: { value: "1.75rem" },
3333
+ 7.5: { value: "1.875rem" },
3334
+ 8: { value: "2rem" },
3335
+ 9: { value: "2.25rem" },
3336
+ 9.5: { value: "2.375rem" },
3337
+ 10: { value: "2.5rem" },
3338
+ 11: { value: "2.75rem" },
3339
+ 12: { value: "3rem" },
3340
+ 16: { value: "4rem" },
3341
+ 20: { value: "5rem" },
3342
+ 22: { value: "5.5rem" },
3343
+ 56: { value: "14rem" },
3344
+ 65: { value: "17.5rem" },
3346
3345
  full: { value: "100%" },
3347
3346
  sm: { value: "24rem" }
3348
3347
  });
@@ -3350,23 +3349,23 @@ var sizes = import_dev40.defineTokens.sizes({
3350
3349
  // src/tokens/spacing.ts
3351
3350
  var import_dev41 = require("@pandacss/dev");
3352
3351
  var spacing = import_dev41.defineTokens.spacing({
3353
- 0: { value: "0", description: "0px" },
3354
- 0.5: { value: "0.125rem", description: "2px" },
3355
- 1: { value: "0.25rem", description: "4px" },
3356
- 1.5: { value: "0.375rem", description: "6px" },
3357
- 2: { value: "0.5rem", description: "8px" },
3358
- 3: { value: "0.75rem", description: "12px" },
3359
- 4: { value: "1rem", description: "16px" },
3360
- 5: { value: "1.3rem", description: "20px" },
3361
- 6: { value: "1.5rem", description: "24px" },
3362
- 8: { value: "2rem", description: "32px" },
3363
- 12: { value: "3rem", description: "48px" },
3364
- 16: { value: "4rem", description: "64px" },
3365
- 20: { value: "5rem", description: "80px" },
3366
- 24: { value: "6rem", description: "96px" },
3367
- 32: { value: "8rem", description: "128px" },
3368
- 40: { value: "10rem", description: "160px" },
3369
- 64: { value: "16rem", description: "256px" }
3352
+ 0: { value: "0" },
3353
+ 0.5: { value: "0.125rem" },
3354
+ 1: { value: "0.25rem" },
3355
+ 1.5: { value: "0.375rem" },
3356
+ 2: { value: "0.5rem" },
3357
+ 3: { value: "0.75rem" },
3358
+ 4: { value: "1rem" },
3359
+ 5: { value: "1.3rem" },
3360
+ 6: { value: "1.5rem" },
3361
+ 8: { value: "2rem" },
3362
+ 12: { value: "3rem" },
3363
+ 16: { value: "4rem" },
3364
+ 20: { value: "5rem" },
3365
+ 24: { value: "6rem" },
3366
+ 32: { value: "8rem" },
3367
+ 40: { value: "10rem" },
3368
+ 64: { value: "16rem" }
3370
3369
  });
3371
3370
 
3372
3371
  // src/tokens/z-index.ts
@@ -3393,12 +3392,12 @@ var fonts = import_dev43.defineTokens.fonts({
3393
3392
  }
3394
3393
  });
3395
3394
  var fontSizes = import_dev43.defineTokens.fontSizes({
3396
- xs: { value: "0.625rem", description: "10px" },
3397
- sm: { value: "0.75rem", description: "12px" },
3398
- md: { value: "0.875rem", description: "14px" },
3399
- lg: { value: "1rem", description: "16px" },
3400
- xl: { value: "1.25rem", description: "20px" },
3401
- "2xl": { value: "1.5rem", description: "24px" }
3395
+ xs: { value: "0.625rem" },
3396
+ sm: { value: "0.75rem" },
3397
+ md: { value: "0.875rem" },
3398
+ lg: { value: "1rem" },
3399
+ xl: { value: "1.25rem" },
3400
+ "2xl": { value: "1.5rem" }
3402
3401
  });
3403
3402
  var fontWeights = import_dev43.defineTokens.fontWeights({
3404
3403
  regular: { value: "400" },
@@ -3406,13 +3405,13 @@ var fontWeights = import_dev43.defineTokens.fontWeights({
3406
3405
  bold: { value: "800" }
3407
3406
  });
3408
3407
  var lineHeights = import_dev43.defineTokens.lineHeights({
3409
- xs: { value: 1.2, description: "12px/10px" },
3410
- sm: { value: 1.34, description: "16px/12px or 32px/24px" },
3411
- md: { value: 1.4, description: "28px/20px" },
3412
- lg: { value: 1.429, description: "20px/14px" },
3413
- xl: { value: 1.5, description: "24px/16px" },
3414
- "2xl": { value: 1.67, description: "20px/12px" },
3415
- "3xl": { value: 1.71, description: "24px/14px" }
3408
+ xs: { value: 1.2 },
3409
+ sm: { value: 1.34 },
3410
+ md: { value: 1.4 },
3411
+ lg: { value: 1.429 },
3412
+ xl: { value: 1.5 },
3413
+ "2xl": { value: 1.67 },
3414
+ "3xl": { value: 1.71 }
3416
3415
  });
3417
3416
  var letterSpacings = import_dev43.defineTokens.letterSpacings({
3418
3417
  tighter: { value: "-0.05em" },
package/dist/index.mjs CHANGED
@@ -22,6 +22,7 @@ var conditions = {
22
22
  collapsed: '&:is([aria-collapsed=true], [data-collapsed], [data-state="collapsed"])',
23
23
  loading: "& > [data-loading=true], &:is([data-loading], [aria-busy=true])",
24
24
  hasIcon: "&[data-has-icon=true]",
25
+ hasLabel: "&[data-has-label=true]",
25
26
  active: "&[data-active=true], [data-active]",
26
27
  highlight: "&[data-highlight=true], [data-highlight]",
27
28
  hasBorder: "&[data-has-border=true]",
@@ -370,6 +371,7 @@ var buttonRecipe = defineRecipe({
370
371
  alignItems: "center",
371
372
  gap: "2",
372
373
  height: "fit-content",
374
+ width: "fit-content",
373
375
  borderWidth: "1px",
374
376
  whiteSpace: "nowrap",
375
377
  userSelect: "none",
@@ -485,8 +487,6 @@ var buttonRecipe = defineRecipe({
485
487
  },
486
488
  size: {
487
489
  sm: {
488
- paddingX: "2",
489
- paddingY: "1",
490
490
  borderRadius: "sm",
491
491
  textStyle: "label.md",
492
492
  fontWeight: "regular",
@@ -494,12 +494,15 @@ var buttonRecipe = defineRecipe({
494
494
  borderRadius: "sm"
495
495
  },
496
496
  _hasIcon: {
497
- padding: "1 !important"
497
+ paddingX: "1",
498
+ paddingY: "1 !important"
499
+ },
500
+ _hasLabel: {
501
+ paddingX: "2 !important",
502
+ paddingY: "1"
498
503
  }
499
504
  },
500
505
  md: {
501
- paddingX: "4",
502
- paddingY: "2",
503
506
  borderRadius: "md",
504
507
  textStyle: "label.md",
505
508
  fontWeight: "semiBold",
@@ -507,7 +510,12 @@ var buttonRecipe = defineRecipe({
507
510
  borderRadius: "md"
508
511
  },
509
512
  _hasIcon: {
510
- padding: "2 !important"
513
+ paddingX: "1.5",
514
+ paddingY: "1.5 !important"
515
+ },
516
+ _hasLabel: {
517
+ paddingX: "4 !important",
518
+ paddingY: "2"
511
519
  }
512
520
  }
513
521
  }
@@ -516,8 +524,6 @@ var buttonRecipe = defineRecipe({
516
524
  {
517
525
  variant: ["textLink"],
518
526
  css: {
519
- paddingX: "0",
520
- paddingY: "0",
521
527
  borderRadius: "sm",
522
528
  _focusVisible: {
523
529
  borderColor: "white",
@@ -3071,30 +3077,27 @@ var borders = defineTokens.borders({
3071
3077
  import { defineTokens as defineTokens2 } from "@pandacss/dev";
3072
3078
  var colors = defineTokens2.colors({
3073
3079
  currentcolor: {
3074
- value: "currentcolor",
3075
- description: "Need to add this for Icon usage"
3080
+ value: "currentcolor"
3076
3081
  },
3077
- dark: { value: "#232933", description: "Default or primary text color" },
3082
+ dark: { value: "#232933" },
3078
3083
  white: {
3079
- value: "#FFFFFF",
3080
- description: "Background color in components such as Card, Modal, and Popover"
3084
+ value: "#FFFFFF"
3081
3085
  },
3082
- background: { value: "#F1F5F9", description: "For use as background page" },
3086
+ background: { value: "#F1F5F9" },
3083
3087
  overlay: {
3084
- value: "rgba(22, 26, 32, 0.8)",
3085
- description: "For use as overlay"
3088
+ value: "rgba(22, 26, 32, 0.8)"
3086
3089
  },
3087
3090
  brand: {
3088
- capital: { value: "#2F5573", description: "Mekari Capital" },
3089
- esign: { value: "#00C853", description: "Mekari e-Sign" },
3090
- expense: { value: "#183883", description: "Mekari Expense" },
3091
- flex: { value: "#7C4DFF", description: "Mekari Flex" },
3092
- jurnal: { value: "#40C3FF", description: "Mekari Jurnal" },
3093
- klikpajak: { value: "#FF9100", description: "Mekari Klikpajak" },
3094
- mekari: { value: "#651FFF", description: "Mekari" },
3095
- qontak: { value: "#2979FF", description: "Mekari Qontak" },
3096
- talenta: { value: "#F22929", description: "Mekari Talenta" },
3097
- university: { value: "#448AFF", description: "Mekari University" }
3091
+ capital: { value: "#2F5573" },
3092
+ esign: { value: "#00C853" },
3093
+ expense: { value: "#183883" },
3094
+ flex: { value: "#7C4DFF" },
3095
+ jurnal: { value: "#40C3FF" },
3096
+ klikpajak: { value: "#FF9100" },
3097
+ mekari: { value: "#651FFF" },
3098
+ qontak: { value: "#2979FF" },
3099
+ talenta: { value: "#F22929" },
3100
+ university: { value: "#448AFF" }
3098
3101
  },
3099
3102
  whiteAlpha: {
3100
3103
  50: { value: "rgba(255, 255, 255, 0.04)" },
@@ -3122,21 +3125,17 @@ var colors = defineTokens2.colors({
3122
3125
  },
3123
3126
  gray: {
3124
3127
  25: {
3125
- value: "#F8F9FB",
3126
- description: "Background color in table header component"
3128
+ value: "#F8F9FB"
3127
3129
  },
3128
3130
  50: {
3129
- value: "#EDF0F2",
3130
- description: "Disabled background color in components such as Input and Select backgrounds"
3131
+ value: "#EDF0F2"
3131
3132
  },
3132
- 100: { value: "#D0D6DD", description: "Default stroke color or divider" },
3133
+ 100: { value: "#D0D6DD" },
3133
3134
  400: {
3134
- value: "#8B95A5",
3135
- description: "Disabled and placeholder text color, icon or in components such as hover state Input, Select and stroke in Popover"
3135
+ value: "#8B95A5"
3136
3136
  },
3137
3137
  600: {
3138
- value: "#626B79",
3139
- description: "Description text color and default color for outline icon"
3138
+ value: "#626B79"
3140
3139
  }
3141
3140
  },
3142
3141
  blue: {
@@ -3242,11 +3241,11 @@ var opacity = defineTokens4.opacity({
3242
3241
  import { defineTokens as defineTokens5 } from "@pandacss/dev";
3243
3242
  var radii = defineTokens5.radii({
3244
3243
  none: { value: "0" },
3245
- xs: { value: "0.125rem", description: "2px" },
3246
- sm: { value: "0.25rem", description: "4px" },
3247
- md: { value: "0.375rem", description: "6px" },
3248
- lg: { value: "0.5rem", description: "8px" },
3249
- xl: { value: "0.75rem", description: "12px" },
3244
+ xs: { value: "0.125rem" },
3245
+ sm: { value: "0.25rem" },
3246
+ md: { value: "0.375rem" },
3247
+ lg: { value: "0.5rem" },
3248
+ xl: { value: "0.75rem" },
3250
3249
  full: { value: "50%" }
3251
3250
  });
3252
3251
 
@@ -3294,29 +3293,29 @@ var shadows = defineTokens6.shadows({
3294
3293
  // src/tokens/sizes.ts
3295
3294
  import { defineTokens as defineTokens7 } from "@pandacss/dev";
3296
3295
  var sizes = defineTokens7.sizes({
3297
- 0: { value: "0", description: "0px" },
3298
- 0.25: { value: "0.0625rem", description: "1px" },
3299
- 0.5: { value: "0.125rem", description: "2px" },
3300
- 1: { value: "0.25rem", description: "4px" },
3301
- 2: { value: "0.5rem", description: "8px" },
3302
- 2.5: { value: "0.625rem", description: "10px" },
3303
- 3: { value: "0.75rem", description: "12px" },
3304
- 4: { value: "1rem", description: "16px" },
3305
- 5: { value: "1.25rem", description: "20px" },
3306
- 6: { value: "1.5rem", description: "24px" },
3307
- 7: { value: "1.75rem", description: "28px" },
3308
- 7.5: { value: "1.875rem", description: "30px" },
3309
- 8: { value: "2rem", description: "32px" },
3310
- 9: { value: "2.25rem", description: "36px" },
3311
- 9.5: { value: "2.375rem", description: "38px" },
3312
- 10: { value: "2.5rem", description: "40px" },
3313
- 11: { value: "2.75rem", description: "44px" },
3314
- 12: { value: "3rem", description: "48px" },
3315
- 16: { value: "4rem", description: "64px" },
3316
- 20: { value: "5rem", description: "80px" },
3317
- 22: { value: "5.5rem", description: "96px" },
3318
- 56: { value: "14rem", description: "224px" },
3319
- 65: { value: "17.5rem", description: "280px" },
3296
+ 0: { value: "0" },
3297
+ 0.25: { value: "0.0625rem" },
3298
+ 0.5: { value: "0.125rem" },
3299
+ 1: { value: "0.25rem" },
3300
+ 2: { value: "0.5rem" },
3301
+ 2.5: { value: "0.625rem" },
3302
+ 3: { value: "0.75rem" },
3303
+ 4: { value: "1rem" },
3304
+ 5: { value: "1.25rem" },
3305
+ 6: { value: "1.5rem" },
3306
+ 7: { value: "1.75rem" },
3307
+ 7.5: { value: "1.875rem" },
3308
+ 8: { value: "2rem" },
3309
+ 9: { value: "2.25rem" },
3310
+ 9.5: { value: "2.375rem" },
3311
+ 10: { value: "2.5rem" },
3312
+ 11: { value: "2.75rem" },
3313
+ 12: { value: "3rem" },
3314
+ 16: { value: "4rem" },
3315
+ 20: { value: "5rem" },
3316
+ 22: { value: "5.5rem" },
3317
+ 56: { value: "14rem" },
3318
+ 65: { value: "17.5rem" },
3320
3319
  full: { value: "100%" },
3321
3320
  sm: { value: "24rem" }
3322
3321
  });
@@ -3324,23 +3323,23 @@ var sizes = defineTokens7.sizes({
3324
3323
  // src/tokens/spacing.ts
3325
3324
  import { defineTokens as defineTokens8 } from "@pandacss/dev";
3326
3325
  var spacing = defineTokens8.spacing({
3327
- 0: { value: "0", description: "0px" },
3328
- 0.5: { value: "0.125rem", description: "2px" },
3329
- 1: { value: "0.25rem", description: "4px" },
3330
- 1.5: { value: "0.375rem", description: "6px" },
3331
- 2: { value: "0.5rem", description: "8px" },
3332
- 3: { value: "0.75rem", description: "12px" },
3333
- 4: { value: "1rem", description: "16px" },
3334
- 5: { value: "1.3rem", description: "20px" },
3335
- 6: { value: "1.5rem", description: "24px" },
3336
- 8: { value: "2rem", description: "32px" },
3337
- 12: { value: "3rem", description: "48px" },
3338
- 16: { value: "4rem", description: "64px" },
3339
- 20: { value: "5rem", description: "80px" },
3340
- 24: { value: "6rem", description: "96px" },
3341
- 32: { value: "8rem", description: "128px" },
3342
- 40: { value: "10rem", description: "160px" },
3343
- 64: { value: "16rem", description: "256px" }
3326
+ 0: { value: "0" },
3327
+ 0.5: { value: "0.125rem" },
3328
+ 1: { value: "0.25rem" },
3329
+ 1.5: { value: "0.375rem" },
3330
+ 2: { value: "0.5rem" },
3331
+ 3: { value: "0.75rem" },
3332
+ 4: { value: "1rem" },
3333
+ 5: { value: "1.3rem" },
3334
+ 6: { value: "1.5rem" },
3335
+ 8: { value: "2rem" },
3336
+ 12: { value: "3rem" },
3337
+ 16: { value: "4rem" },
3338
+ 20: { value: "5rem" },
3339
+ 24: { value: "6rem" },
3340
+ 32: { value: "8rem" },
3341
+ 40: { value: "10rem" },
3342
+ 64: { value: "16rem" }
3344
3343
  });
3345
3344
 
3346
3345
  // src/tokens/z-index.ts
@@ -3367,12 +3366,12 @@ var fonts = defineTokens10.fonts({
3367
3366
  }
3368
3367
  });
3369
3368
  var fontSizes = defineTokens10.fontSizes({
3370
- xs: { value: "0.625rem", description: "10px" },
3371
- sm: { value: "0.75rem", description: "12px" },
3372
- md: { value: "0.875rem", description: "14px" },
3373
- lg: { value: "1rem", description: "16px" },
3374
- xl: { value: "1.25rem", description: "20px" },
3375
- "2xl": { value: "1.5rem", description: "24px" }
3369
+ xs: { value: "0.625rem" },
3370
+ sm: { value: "0.75rem" },
3371
+ md: { value: "0.875rem" },
3372
+ lg: { value: "1rem" },
3373
+ xl: { value: "1.25rem" },
3374
+ "2xl": { value: "1.5rem" }
3376
3375
  });
3377
3376
  var fontWeights = defineTokens10.fontWeights({
3378
3377
  regular: { value: "400" },
@@ -3380,13 +3379,13 @@ var fontWeights = defineTokens10.fontWeights({
3380
3379
  bold: { value: "800" }
3381
3380
  });
3382
3381
  var lineHeights = defineTokens10.lineHeights({
3383
- xs: { value: 1.2, description: "12px/10px" },
3384
- sm: { value: 1.34, description: "16px/12px or 32px/24px" },
3385
- md: { value: 1.4, description: "28px/20px" },
3386
- lg: { value: 1.429, description: "20px/14px" },
3387
- xl: { value: 1.5, description: "24px/16px" },
3388
- "2xl": { value: 1.67, description: "20px/12px" },
3389
- "3xl": { value: 1.71, description: "24px/14px" }
3382
+ xs: { value: 1.2 },
3383
+ sm: { value: 1.34 },
3384
+ md: { value: 1.4 },
3385
+ lg: { value: 1.429 },
3386
+ xl: { value: 1.5 },
3387
+ "2xl": { value: 1.67 },
3388
+ "3xl": { value: 1.71 }
3390
3389
  });
3391
3390
  var letterSpacings = defineTokens10.letterSpacings({
3392
3391
  tighter: { value: "-0.05em" },