@harnessio/ui 0.3.2 → 0.3.3

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.
@@ -262,7 +262,7 @@ function T() {
262
262
  };
263
263
  }), r;
264
264
  }
265
- const W = {
265
+ const B = {
266
266
  ".cn-avatar": {
267
267
  display: "inline-flex",
268
268
  alignItems: "center",
@@ -297,7 +297,7 @@ const W = {
297
297
  // Avatar xs → Icon xs, Avatar sm → Icon sm, Avatar md → Icon sm, Avatar lg → Icon md
298
298
  ".cn-avatar-icon": {}
299
299
  }
300
- }, B = ["primary", "secondary", "outline", "status", "ghost"], L = ["success", "info", "warning", "danger", "muted", "merged", "risk"], H = {
300
+ }, W = ["primary", "secondary", "outline", "status", "ghost"], L = ["success", "info", "warning", "danger", "muted", "merged", "risk"], H = {
301
301
  success: "success",
302
302
  info: "blue",
303
303
  warning: "warning",
@@ -308,7 +308,7 @@ const W = {
308
308
  };
309
309
  function A() {
310
310
  const r = {}, e = {};
311
- return B.forEach((n) => {
311
+ return W.forEach((n) => {
312
312
  L.forEach((o) => {
313
313
  const a = {}, t = H[o];
314
314
  n === "ghost" ? (a.color = `var(--cn-set-${t}-outline-text)`, r[`&:where(.cn-badge-${n}.cn-badge-${o})`] = a) : n !== "status" ? (a.backgroundColor = `var(--cn-set-${t}-${n}-bg)`, a.color = `var(--cn-set-${t}-${n}-text)`, a.borderColor = `var(--cn-set-${t}-${n}-border, var(--cn-set-${t}-${n}-bg))`, r[`&:where(.cn-badge-${n}.cn-badge-${o})`] = a) : e[`&.cn-badge-status.cn-badge-${o} > .cn-badge-indicator`] = {
@@ -2467,8 +2467,8 @@ const ke = {
2467
2467
  }
2468
2468
  }
2469
2469
  }
2470
- }, Te = ["danger", "warning"], We = ["sm"];
2471
- function Be() {
2470
+ }, Te = ["danger", "warning"], Be = ["sm"];
2471
+ function We() {
2472
2472
  const r = {};
2473
2473
  return Te.forEach((e) => {
2474
2474
  r[`&:where(.cn-select-${e}):not(:disabled)`] = {
@@ -2479,7 +2479,7 @@ function Be() {
2479
2479
  boxShadow: `var(--cn-ring-${e}-hover)`
2480
2480
  }
2481
2481
  };
2482
- }), We.forEach((e) => {
2482
+ }), Be.forEach((e) => {
2483
2483
  r[`&.cn-select-${e}`] = {
2484
2484
  height: `var(--cn-input-size-${e})`
2485
2485
  }, r[`&.cn-select-${e} .cn-select-trigger`] = {
@@ -2538,7 +2538,7 @@ const Le = {
2538
2538
  aspectRatio: "1",
2539
2539
  height: "100%"
2540
2540
  },
2541
- ...Be()
2541
+ ...We()
2542
2542
  }
2543
2543
  }, He = {
2544
2544
  ".cn-shimmer": {
@@ -2566,6 +2566,38 @@ const Le = {
2566
2566
  }
2567
2567
  }
2568
2568
  }, je = {
2569
+ "& .cn-input-prefix": {
2570
+ "@apply ml-0": ""
2571
+ },
2572
+ ".cn-sidebar-group": {
2573
+ "--sidebar-group-label-scale": "0",
2574
+ "&-header": {
2575
+ display: "none"
2576
+ }
2577
+ },
2578
+ ".cn-sidebar-item": {
2579
+ "&-content": {
2580
+ // Hide text and extra elements; icon stays centered
2581
+ "&-title, &-description, &-badge, &-right-element, &-action-item-placeholder, &-action-buttons": {
2582
+ maxWidth: "0",
2583
+ padding: "0",
2584
+ opacity: "0",
2585
+ minWidth: "0"
2586
+ },
2587
+ "&-w-description, &-complete": {
2588
+ padding: "0"
2589
+ },
2590
+ "&-icon": {
2591
+ justifySelf: "center"
2592
+ }
2593
+ },
2594
+ "&-action-button": {
2595
+ maxWidth: "0",
2596
+ minWidth: "0",
2597
+ opacity: "0"
2598
+ }
2599
+ }
2600
+ }, Ee = {
2569
2601
  ".cn-sidebar": {
2570
2602
  "&.cn-sidebar": {
2571
2603
  display: "flex",
@@ -2718,9 +2750,6 @@ const Le = {
2718
2750
  },
2719
2751
  textDecoration: "none !important"
2720
2752
  },
2721
- "&-big": {
2722
- maxWidth: "100%"
2723
- },
2724
2753
  "&-active": {
2725
2754
  ".cn-sidebar-item-content-title": {
2726
2755
  color: "var(--cn-comp-sidebar-item-text-selected)"
@@ -2830,13 +2859,12 @@ const Le = {
2830
2859
  display: "grid",
2831
2860
  gridTemplateColumns: "auto 1fr",
2832
2861
  gridTemplateAreas: '"icon title"',
2833
- gap: "8px",
2862
+ gap: "var(--cn-layout-xs)",
2834
2863
  minHeight: "var(--cn-sidebar-item-min-height)",
2835
2864
  minWidth: "var(--cn-sidebar-item-min-width)",
2836
2865
  justifyItems: "start",
2837
2866
  alignItems: "center",
2838
- padding: "var(--cn-sidebar-item-container)",
2839
- paddingLeft: "calc(var(--cn-sidebar-item-container) + var(--cn-layout-sm))",
2867
+ padding: "var(--cn-sidebar-item-container) var(--cn-sidebar-item-container) var(--cn-sidebar-item-container) var(--cn-layout-sm)",
2840
2868
  borderRadius: "var(--cn-sidebar-item-radius)",
2841
2869
  "@apply duration-150 transition-[padding,row-gap,column-gap] ease-linear": "",
2842
2870
  "&:hover, &:focus-within": {
@@ -2885,22 +2913,6 @@ const Le = {
2885
2913
  gridTemplateColumns: "auto 1fr auto auto"
2886
2914
  }
2887
2915
  },
2888
- /* Deprecated class
2889
-
2890
- '&-icon': {
2891
- gridArea: 'icon',
2892
-
2893
- '&-w-border': {
2894
- width: 'var(--cn-icon-size-lg)',
2895
- height: 'var(--cn-icon-size-lg)',
2896
- borderRadius: 'var(--cn-rounded-2)',
2897
- border: '1px solid var(--cn-border-2)',
2898
- display: 'grid',
2899
- placeContent: 'center',
2900
- backgroundImage: 'var(--cn-comp-sidebar-icon-asset-bg)'
2901
- }
2902
- },
2903
- */
2904
2916
  "&-icon": {
2905
2917
  gridArea: "icon"
2906
2918
  },
@@ -2927,8 +2939,8 @@ const Le = {
2927
2939
  gridArea: "elem",
2928
2940
  display: "grid",
2929
2941
  placeContent: "center",
2930
- width: "var(--cn-size-7)",
2931
- height: "var(--cn-size-7)",
2942
+ width: "var(--cn-size-8)",
2943
+ height: "var(--cn-size-8)",
2932
2944
  color: "var(--cn-text-2)",
2933
2945
  justifyContent: "flex-end",
2934
2946
  "& svg, & path": {
@@ -2955,13 +2967,13 @@ const Le = {
2955
2967
  "&-action-button": {
2956
2968
  position: "absolute",
2957
2969
  zIndex: "1",
2958
- top: "calc(50% - var(--cn-size-7)/2)",
2970
+ top: "calc(50% - var(--cn-size-8)/2)",
2959
2971
  right: "4px",
2960
2972
  display: "grid",
2961
2973
  placeContent: "center",
2962
2974
  color: "var(--cn-text-2)",
2963
- width: "var(--cn-size-7)",
2964
- height: "var(--cn-size-7)",
2975
+ width: "var(--cn-size-8)",
2976
+ height: "var(--cn-size-8)",
2965
2977
  borderRadius: "var(--cn-rounded-2)",
2966
2978
  opacity: "1",
2967
2979
  overflow: "hidden",
@@ -3014,6 +3026,7 @@ const Le = {
3014
3026
  "&-item-popover": {
3015
3027
  width: "auto",
3016
3028
  ".cn-sidebar-item-content": {
3029
+ gap: "var(--cn-layout-3xs) var(--cn-layout-xs)",
3017
3030
  gridTemplateColumns: "var(--cn-size-8) 1fr",
3018
3031
  paddingLeft: "var(--cn-sidebar-item-container)",
3019
3032
  "&-title": {
@@ -3024,22 +3037,20 @@ const Le = {
3024
3037
  paddingLeft: "0"
3025
3038
  }
3026
3039
  },
3027
- // Icon with border container effect
3028
- // SVG is 16px (iconSize/sm), padding creates 28px total (size/7)
3029
- // Total: 16px + 5px*2 padding + 1px*2 border = 28px
3040
+ // Icon with border container effect: container is var(--cn-size-8)
3041
+ // Padding centers the icon (var(--cn-icon-size-sm)) inside; border is 1px
3030
3042
  ".cn-icon.cn-icon-2xs:not(.cn-sidebar-item-expand-icon), .cn-icon.cn-icon-xs:not(.cn-sidebar-item-expand-icon), .cn-icon.cn-icon-sm:not(.cn-sidebar-item-expand-icon), .cn-icon.cn-icon-md:not(.cn-sidebar-item-expand-icon), .cn-icon.cn-icon-lg:not(.cn-sidebar-item-expand-icon), .cn-icon.cn-icon-xl:not(.cn-sidebar-item-expand-icon)": {
3031
- width: "var(--cn-icon-size-sm) !important",
3032
- minWidth: "var(--cn-icon-size-sm) !important",
3033
- height: "var(--cn-icon-size-sm) !important",
3034
- minHeight: "var(--cn-icon-size-sm) !important",
3035
- padding: "calc((var(--cn-size-7) - var(--cn-icon-size-sm) - 2px) / 2)",
3036
- boxSizing: "content-box",
3043
+ width: "var(--cn-size-8) !important",
3044
+ minWidth: "var(--cn-size-8) !important",
3045
+ height: "var(--cn-size-8) !important",
3046
+ minHeight: "var(--cn-size-8) !important",
3047
+ padding: "calc((var(--cn-size-8) - var(--cn-icon-size-sm) - 2px) / 2)",
3048
+ boxSizing: "border-box",
3037
3049
  borderRadius: "var(--cn-rounded-2)",
3038
3050
  border: "1px solid var(--cn-border-2)",
3039
3051
  backgroundColor: "var(--cn-bg-1)",
3040
3052
  flexShrink: "0",
3041
- color: "var(--cn-comp-sidebar-item-text)",
3042
- marginLeft: "var(--cn-layout-4xs)"
3053
+ color: "var(--cn-comp-sidebar-item-text)"
3043
3054
  },
3044
3055
  "&:hover, &:focus-within": {
3045
3056
  ".cn-sidebar-item-content-title": {
@@ -3047,43 +3058,7 @@ const Le = {
3047
3058
  }
3048
3059
  }
3049
3060
  },
3050
- "&[data-state=collapsed]": {
3051
- "& .cn-input-prefix": {
3052
- "@apply ml-0": ""
3053
- },
3054
- ".cn-sidebar-group": {
3055
- "--sidebar-group-label-scale": "0",
3056
- "&-header": {
3057
- display: "none"
3058
- }
3059
- },
3060
- ".cn-sidebar-item": {
3061
- "&-big": {
3062
- maxWidth: "38px"
3063
- /* I don’t have a fixed value for the collapsed state in the design — it depends on the padding */
3064
- /* marginLeft: '2px' / Why we need that? */
3065
- },
3066
- "&-content": {
3067
- "&-title, &-description, &-badge, &-right-element, &-action-item-placeholder, &-action-buttons": {
3068
- maxWidth: "0",
3069
- padding: "0",
3070
- opacity: "0",
3071
- minWidth: "0"
3072
- },
3073
- "&-w-description, &-complete": {
3074
- padding: "0"
3075
- },
3076
- "&-icon": {
3077
- justifySelf: "center"
3078
- }
3079
- },
3080
- "&-action-button": {
3081
- maxWidth: "0",
3082
- minWidth: "0",
3083
- opacity: "0"
3084
- }
3085
- }
3086
- }
3061
+ "&[data-state=collapsed]": je
3087
3062
  },
3088
3063
  // Hidden measurement container for popover column calculation
3089
3064
  ".cn-sidebar-popover-measurement": {
@@ -3106,11 +3081,27 @@ const Le = {
3106
3081
  ".cn-sidebar-nested-popover": {
3107
3082
  width: "var(--cn-size-84)",
3108
3083
  height: "100vh",
3109
- borderRadius: "0 var(--cn-popover-radius) var(--cn-popover-radius) 0"
3084
+ borderRadius: "0 var(--cn-popover-radius) var(--cn-popover-radius) 0",
3085
+ // Stretch icon in items with title + description so spacing is even
3086
+ ".cn-sidebar-item-content.cn-sidebar-item-content-w-description": {
3087
+ ".cn-sidebar-item-content-icon": {
3088
+ alignSelf: "stretch",
3089
+ display: "flex",
3090
+ alignItems: "center"
3091
+ }
3092
+ }
3110
3093
  },
3111
3094
  // Sidebar popover
3112
3095
  ".cn-popover-content.cn-sidebar-popover": {
3113
3096
  backgroundColor: "var(--cn-bg-2)",
3097
+ // Stretch icon in items with title + description so spacing is even
3098
+ ".cn-sidebar-item-content.cn-sidebar-item-content-w-description": {
3099
+ ".cn-sidebar-item-content-icon": {
3100
+ alignSelf: "stretch",
3101
+ display: "flex",
3102
+ alignItems: "center"
3103
+ }
3104
+ },
3114
3105
  // Reset padding left for group headers in popover (only side nav should have padding left)
3115
3106
  ".cn-sidebar-group-header": {
3116
3107
  padding: "var(--cn-layout-3xs) var(--cn-sidebar-item-container)"
@@ -3133,10 +3124,10 @@ const Le = {
3133
3124
  backgroundColor: "var(--cn-comp-sidebar-separator)"
3134
3125
  }
3135
3126
  }
3136
- }, Ee = ["sm", "md", "lg", "xs"], De = ["2xs", "xs", "sm", "md", "lg", "xl"], Pe = ["xs", "sm", "md", "lg"], Oe = ["sm"];
3137
- function Xe() {
3127
+ }, De = ["sm", "md", "lg", "xs"], Pe = ["2xs", "xs", "sm", "md", "lg", "xl"], Oe = ["xs", "sm", "md", "lg"], Xe = ["sm"];
3128
+ function Ve() {
3138
3129
  const r = {};
3139
- return Ee.forEach((e) => {
3130
+ return De.forEach((e) => {
3140
3131
  r[`&:where(.cn-skeleton-avatar-${e})`] = {
3141
3132
  width: `var(--cn-avatar-size-${e})`,
3142
3133
  height: `var(--cn-avatar-size-${e})`
@@ -3144,22 +3135,22 @@ function Xe() {
3144
3135
  }), r;
3145
3136
  }
3146
3137
  function g(r) {
3147
- const e = r === "icon" ? De : Pe, n = {};
3138
+ const e = r === "icon" ? Pe : Oe, n = {};
3148
3139
  return e.forEach((o) => {
3149
3140
  const a = {};
3150
3141
  a.width = `var(--cn-${r}-size-${o})`, a["min-width"] = `var(--cn-${r}-size-${o})`, a.height = `var(--cn-${r}-size-${o})`, a["min-height"] = `var(--cn-${r}-size-${o})`, n[`&:where(.cn-skeleton-${r}-${o})`] = a;
3151
3142
  }), n;
3152
3143
  }
3153
- function Ve() {
3144
+ function Fe() {
3154
3145
  const r = {};
3155
- return Oe.forEach((e) => {
3146
+ return Xe.forEach((e) => {
3156
3147
  r[`&.cn-skeleton-form-item-${e}`] = {
3157
3148
  padding: `var(--cn-input-${e}-py) var(--cn-input-${e}-pr) var(--cn-input-${e}-py) var(--cn-input-${e}-pl)`,
3158
3149
  height: `var(--cn-input-size-${e})`
3159
3150
  };
3160
3151
  }), r;
3161
3152
  }
3162
- const Fe = {
3153
+ const Ge = {
3163
3154
  ".cn-skeleton": {
3164
3155
  "&-base": {
3165
3156
  backgroundImage: "var(--cn-comp-skeleton-bg)",
@@ -3174,7 +3165,7 @@ const Fe = {
3174
3165
  "&:where(.cn-skeleton-avatar-rounded)": {
3175
3166
  borderRadius: "var(--cn-avatar-radius-rounded)"
3176
3167
  },
3177
- ...Xe()
3168
+ ...Ve()
3178
3169
  },
3179
3170
  "&-icon": {
3180
3171
  ...g("icon")
@@ -3210,7 +3201,7 @@ const Fe = {
3210
3201
  border: "var(--cn-input-border) solid var(--cn-border-2)",
3211
3202
  borderRadius: "var(--cn-input-radius)",
3212
3203
  backgroundColor: "var(--cn-comp-input-bg)",
3213
- ...Ve()
3204
+ ...Fe()
3214
3205
  }
3215
3206
  },
3216
3207
  "&-list": {
@@ -3231,7 +3222,7 @@ const Fe = {
3231
3222
  backgroundPosition: "-200% 0"
3232
3223
  }
3233
3224
  }
3234
- }, Ge = {
3225
+ }, Ne = {
3235
3226
  ".cn-slider": {
3236
3227
  display: "flex",
3237
3228
  flexDirection: "column",
@@ -3507,7 +3498,7 @@ const Fe = {
3507
3498
  }
3508
3499
  }
3509
3500
  }
3510
- }, Ne = {
3501
+ }, _e = {
3511
3502
  ".cn-stacked-list": {
3512
3503
  "@apply w-full bg-cn-1 border rounded-cn-3": "",
3513
3504
  "& > *:first-child > .cn-stacked-list-item": {
@@ -3579,7 +3570,7 @@ const Fe = {
3579
3570
  }
3580
3571
  }, h = {
3581
3572
  boxShadow: "0 4px 6px -1px lch(from var(--cn-shadow-color-3) l c h / 0.05), 0 2px 8px -2px lch(from var(--cn-shadow-color-3) l c h / 0.05)"
3582
- }, _e = {
3573
+ }, Ye = {
3583
3574
  ".cn-studio-card": {
3584
3575
  borderRadius: "var(--cn-rounded-4)",
3585
3576
  border: "1px solid var(--cn-border-2)",
@@ -3849,7 +3840,7 @@ const Fe = {
3849
3840
  }
3850
3841
  }
3851
3842
  }
3852
- }, Ye = {
3843
+ }, Me = {
3853
3844
  ".cn-switch-wrapper": {
3854
3845
  display: "flex",
3855
3846
  gap: "var(--cn-spacing-2-half)",
@@ -3938,7 +3929,7 @@ const Fe = {
3938
3929
  },
3939
3930
  "@apply truncate": ""
3940
3931
  }
3941
- }, Me = {
3932
+ }, Ue = {
3942
3933
  ".cn-table-v2": {
3943
3934
  "@apply w-full": "",
3944
3935
  // Table container
@@ -4102,7 +4093,7 @@ const Fe = {
4102
4093
  "@apply mt-cn-md": ""
4103
4094
  }
4104
4095
  }
4105
- }, Ue = {
4096
+ }, qe = {
4106
4097
  ".cn-tabs-scroll-container": {
4107
4098
  position: "relative",
4108
4099
  width: "100%",
@@ -4262,7 +4253,7 @@ const Fe = {
4262
4253
  "@apply opacity-cn-disabled": ""
4263
4254
  }
4264
4255
  }
4265
- }, qe = [
4256
+ }, Je = [
4266
4257
  "gray",
4267
4258
  "blue",
4268
4259
  "brown",
@@ -4278,7 +4269,7 @@ const Fe = {
4278
4269
  "red",
4279
4270
  "violet",
4280
4271
  "yellow"
4281
- ], Je = {
4272
+ ], Ke = {
4282
4273
  green: "success",
4283
4274
  red: "danger",
4284
4275
  yellow: "warning"
@@ -4288,8 +4279,8 @@ const Fe = {
4288
4279
  });
4289
4280
  function m(r) {
4290
4281
  const e = {};
4291
- return qe.forEach((n) => {
4292
- const o = Je[n] ?? n, a = r === "outline", t = {
4282
+ return Je.forEach((n) => {
4283
+ const o = Ke[n] ?? n, a = r === "outline", t = {
4293
4284
  color: `var(--cn-set-${o}-${a ? "outline-text" : "secondary-text"})`,
4294
4285
  backgroundColor: `var(--cn-set-${o}-${a ? "outline-bg" : "secondary-bg"})`,
4295
4286
  borderColor: `var(--cn-set-${o}-${a ? "outline-border" : "secondary-bg"})`,
@@ -4316,7 +4307,7 @@ function m(r) {
4316
4307
  e[`&:where(.cn-tag-${o})`] = t;
4317
4308
  }), e;
4318
4309
  }
4319
- const Ke = {
4310
+ const Qe = {
4320
4311
  ".cn-tag": {
4321
4312
  display: "inline-flex",
4322
4313
  alignItems: "center",
@@ -4371,10 +4362,10 @@ const Ke = {
4371
4362
  "@apply truncate leading-normal align-middle inline-block": ""
4372
4363
  }
4373
4364
  }
4374
- }, Qe = ["danger", "warning"], Ze = ["sm"];
4375
- function er() {
4365
+ }, Ze = ["danger", "warning"], er = ["sm"];
4366
+ function rr() {
4376
4367
  const r = {};
4377
- return Qe.forEach((e) => {
4368
+ return Ze.forEach((e) => {
4378
4369
  r[`&:where(.cn-textarea-${e}):not(:disabled)`] = {
4379
4370
  borderColor: `var(--cn-border-${e})`,
4380
4371
  boxShadow: `var(--cn-ring-${e})`,
@@ -4387,13 +4378,13 @@ function er() {
4387
4378
  boxShadow: `var(--cn-ring-${e})`
4388
4379
  }
4389
4380
  };
4390
- }), Ze.forEach((e) => {
4381
+ }), er.forEach((e) => {
4391
4382
  r[`&.cn-textarea-${e}`] = {
4392
4383
  padding: `var(--cn-input-${e}-py) var(--cn-input-${e}-pr) var(--cn-input-${e}-py) var(--cn-input-${e}-pl)`
4393
4384
  };
4394
4385
  }), r;
4395
4386
  }
4396
- const rr = {
4387
+ const nr = {
4397
4388
  ".cn-textarea": {
4398
4389
  borderRadius: "var(--cn-input-radius)",
4399
4390
  padding: "var(--cn-input-md-py) var(--cn-input-md-pr) var(--cn-input-md-py) var(--cn-input-md-pl)",
@@ -4432,7 +4423,7 @@ const rr = {
4432
4423
  "&-resizable": {
4433
4424
  resize: "vertical"
4434
4425
  },
4435
- ...er(),
4426
+ ...rr(),
4436
4427
  "&-label-wrapper": {
4437
4428
  display: "flex",
4438
4429
  alignItems: "center",
@@ -4453,7 +4444,7 @@ const rr = {
4453
4444
  }
4454
4445
  }
4455
4446
  }
4456
- }, nr = {
4447
+ }, ar = {
4457
4448
  ".cn-time-ago-card": {
4458
4449
  "&-trigger": {
4459
4450
  "@apply leading-snug whitespace-nowrap truncate max-w-full": "",
@@ -4475,7 +4466,7 @@ const rr = {
4475
4466
  "@apply grid grid-cols-[auto_1fr_auto] items-center whitespace-nowrap": ""
4476
4467
  }
4477
4468
  }
4478
- }, ar = {
4469
+ }, or = {
4479
4470
  ".cn-toast-wrapper": {
4480
4471
  right: "var(--cn-toast-offset-right)",
4481
4472
  bottom: "var(--cn-toast-offset-bottom)"
@@ -4551,9 +4542,9 @@ const rr = {
4551
4542
  }
4552
4543
  }
4553
4544
  }
4554
- }, or = ["xs", "sm", "md"], tr = () => {
4545
+ }, tr = ["xs", "sm", "md"], cr = () => {
4555
4546
  const r = {};
4556
- return or.forEach((e) => {
4547
+ return tr.forEach((e) => {
4557
4548
  r[`&.cn-toggle-${e}.cn-toggle-transparent.cn-toggle-text`] = {
4558
4549
  paddingLeft: `var(--cn-btn-px-${e})`,
4559
4550
  paddingRight: `var(--cn-btn-px-${e})`,
@@ -4562,15 +4553,15 @@ const rr = {
4562
4553
  border: "var(--cn-btn-border) solid transparent"
4563
4554
  };
4564
4555
  }), r;
4565
- }, cr = {
4556
+ }, ir = {
4566
4557
  ".cn-toggle": {
4567
4558
  transitionDuration: "100ms",
4568
- ...tr(),
4559
+ ...cr(),
4569
4560
  '&[data-state="on"]': {
4570
4561
  color: "var(--cn-text-1)"
4571
4562
  }
4572
4563
  }
4573
- }, ir = {
4564
+ }, dr = {
4574
4565
  ".cn-toggle-group": {
4575
4566
  gap: "var(--cn-layout-3xs)",
4576
4567
  "@apply flex": "",
@@ -4578,7 +4569,7 @@ const rr = {
4578
4569
  "@apply flex-col": ""
4579
4570
  }
4580
4571
  }
4581
- }, dr = {
4572
+ }, lr = {
4582
4573
  ".cn-tooltip": {
4583
4574
  minWidth: "var(--cn-tooltip-min)",
4584
4575
  maxWidth: "var(--cn-tooltip-max)",
@@ -4634,7 +4625,7 @@ const rr = {
4634
4625
  "@apply text-cn-2 font-body-normal": "",
4635
4626
  minHeight: "var(--cn-tree-item-height)",
4636
4627
  padding: "var(--cn-tree-item-py) var(--cn-tree-item-pr) var(--cn-tree-item-py)"
4637
- }, lr = {
4628
+ }, sr = {
4638
4629
  ".cn-file-tree": {
4639
4630
  "&-base-item": {
4640
4631
  ...x
@@ -4680,71 +4671,71 @@ const rr = {
4680
4671
  }
4681
4672
  }
4682
4673
  }
4683
- }, sr = [
4674
+ }, pr = [
4684
4675
  C,
4685
4676
  I,
4686
4677
  j,
4687
4678
  G,
4688
4679
  ee,
4689
- Ye,
4680
+ Me,
4690
4681
  de,
4691
- Ke,
4682
+ Qe,
4692
4683
  le,
4693
- W,
4684
+ B,
4694
4685
  M,
4695
4686
  U,
4696
4687
  he,
4697
4688
  ke,
4698
4689
  K,
4699
4690
  _,
4700
- Ue,
4691
+ qe,
4701
4692
  J,
4702
4693
  $e,
4703
4694
  Ie,
4704
4695
  Re,
4705
4696
  ue,
4706
- dr,
4707
- ar,
4708
- je,
4697
+ lr,
4698
+ or,
4699
+ Ee,
4709
4700
  E,
4710
4701
  oe,
4711
- nr,
4702
+ ar,
4712
4703
  Ae,
4713
- cr,
4714
4704
  ir,
4705
+ dr,
4715
4706
  N,
4716
4707
  Ce,
4717
- Fe,
4718
- Ne,
4708
+ Ge,
4719
4709
  _e,
4720
- lr,
4710
+ Ye,
4711
+ sr,
4721
4712
  pe,
4722
4713
  se,
4723
4714
  ze,
4724
4715
  He,
4725
- Ge,
4716
+ Ne,
4726
4717
  // Form styles
4727
4718
  Le,
4728
4719
  re,
4729
4720
  q,
4730
4721
  Se,
4731
- rr,
4722
+ nr,
4732
4723
  ie,
4733
4724
  Y,
4734
4725
  ve,
4735
- Me
4736
- ], pr = {
4726
+ Ue
4727
+ ], br = {
4737
4728
  content: [],
4738
4729
  plugins: [
4739
4730
  w(({ addComponents: r }) => {
4740
- r(sr);
4731
+ r(pr);
4741
4732
  })
4742
4733
  ]
4743
- }, gr = {
4744
- presets: [pr, k],
4734
+ }, vr = {
4735
+ presets: [br, k],
4745
4736
  content: ["./src/**/*.{ts,tsx}"]
4746
4737
  };
4747
4738
  export {
4748
- gr as default
4739
+ vr as default
4749
4740
  };
4750
4741
  //# sourceMappingURL=tailwind.config.js.map