@pandacss/config 0.0.0-dev-20230613080521 → 0.0.0-dev-20230613110020

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.
@@ -380,6 +380,11 @@ var border = {
380
380
  values: "borders",
381
381
  shorthand: "borderX"
382
382
  },
383
+ borderInlineWidth: {
384
+ className: "border-x",
385
+ values: "borderWidths",
386
+ shorthand: "borderXWidth"
387
+ },
383
388
  borderInlineColor: {
384
389
  className: "border-x",
385
390
  values: "colors",
@@ -387,7 +392,13 @@ var border = {
387
392
  },
388
393
  borderBlock: {
389
394
  className: "border-y",
390
- values: "borders"
395
+ values: "borders",
396
+ shorthand: "borderY"
397
+ },
398
+ borderBlockWidth: {
399
+ className: "border-y",
400
+ values: "borderWidths",
401
+ shorthand: "borderYWidth"
391
402
  },
392
403
  borderBlockColor: {
393
404
  className: "border-y",
@@ -404,10 +415,13 @@ var border = {
404
415
  },
405
416
  borderInlineStart: {
406
417
  className: "border-s",
407
- values: "borders"
418
+ values: "borders",
419
+ shorthand: "borderStart"
408
420
  },
409
421
  borderInlineStartColor: {
410
- className: "border-s"
422
+ className: "border-s",
423
+ values: "colors",
424
+ shorthand: "borderStartColor"
411
425
  },
412
426
  borderRight: {
413
427
  className: "border-r",
@@ -419,11 +433,13 @@ var border = {
419
433
  },
420
434
  borderInlineEnd: {
421
435
  className: "border-e",
422
- values: "borders"
436
+ values: "borders",
437
+ shorthand: "borderEnd"
423
438
  },
424
439
  borderInlineEndColor: {
425
440
  className: "border-e",
426
- values: "colors"
441
+ values: "colors",
442
+ shorthand: "borderEndColor"
427
443
  },
428
444
  borderTop: {
429
445
  className: "border-t",
@@ -496,8 +512,8 @@ var divide = {
496
512
  transform(value) {
497
513
  return {
498
514
  "& > :not([hidden]) ~ :not([hidden])": {
499
- borderLeftWidth: value,
500
- borderRightWidth: "0px"
515
+ borderInlineStartWidth: value,
516
+ borderInlineEndWidth: "0px"
501
517
  }
502
518
  };
503
519
  }
@@ -353,6 +353,11 @@ var border = {
353
353
  values: "borders",
354
354
  shorthand: "borderX"
355
355
  },
356
+ borderInlineWidth: {
357
+ className: "border-x",
358
+ values: "borderWidths",
359
+ shorthand: "borderXWidth"
360
+ },
356
361
  borderInlineColor: {
357
362
  className: "border-x",
358
363
  values: "colors",
@@ -360,7 +365,13 @@ var border = {
360
365
  },
361
366
  borderBlock: {
362
367
  className: "border-y",
363
- values: "borders"
368
+ values: "borders",
369
+ shorthand: "borderY"
370
+ },
371
+ borderBlockWidth: {
372
+ className: "border-y",
373
+ values: "borderWidths",
374
+ shorthand: "borderYWidth"
364
375
  },
365
376
  borderBlockColor: {
366
377
  className: "border-y",
@@ -377,10 +388,13 @@ var border = {
377
388
  },
378
389
  borderInlineStart: {
379
390
  className: "border-s",
380
- values: "borders"
391
+ values: "borders",
392
+ shorthand: "borderStart"
381
393
  },
382
394
  borderInlineStartColor: {
383
- className: "border-s"
395
+ className: "border-s",
396
+ values: "colors",
397
+ shorthand: "borderStartColor"
384
398
  },
385
399
  borderRight: {
386
400
  className: "border-r",
@@ -392,11 +406,13 @@ var border = {
392
406
  },
393
407
  borderInlineEnd: {
394
408
  className: "border-e",
395
- values: "borders"
409
+ values: "borders",
410
+ shorthand: "borderEnd"
396
411
  },
397
412
  borderInlineEndColor: {
398
413
  className: "border-e",
399
- values: "colors"
414
+ values: "colors",
415
+ shorthand: "borderEndColor"
400
416
  },
401
417
  borderTop: {
402
418
  className: "border-t",
@@ -469,8 +485,8 @@ var divide = {
469
485
  transform(value) {
470
486
  return {
471
487
  "& > :not([hidden]) ~ :not([hidden])": {
472
- borderLeftWidth: value,
473
- borderRightWidth: "0px"
488
+ borderInlineStartWidth: value,
489
+ borderInlineEndWidth: "0px"
474
490
  }
475
491
  };
476
492
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/preset-base",
3
- "version": "0.0.0-dev-20230613080521",
3
+ "version": "0.0.0-dev-20230613110020",
4
4
  "description": "The base preset for Panda CSS that contains the conditions and utilities",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/preset-panda",
3
- "version": "0.0.0-dev-20230613080521",
3
+ "version": "0.0.0-dev-20230613110020",
4
4
  "description": "The preset for PandaCSS that contains the default theme",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/config",
3
- "version": "0.0.0-dev-20230613080521",
3
+ "version": "0.0.0-dev-20230613110020",
4
4
  "description": "Find and load panda config",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -23,11 +23,11 @@
23
23
  "jiti": "^1.18.2",
24
24
  "merge-anything": "^5.1.7",
25
25
  "tsconfck": "^2.1.1",
26
- "@pandacss/error": "0.0.0-dev-20230613080521",
27
- "@pandacss/logger": "0.0.0-dev-20230613080521",
28
- "@pandacss/preset-base": "0.0.0-dev-20230613080521",
29
- "@pandacss/preset-panda": "0.0.0-dev-20230613080521",
30
- "@pandacss/types": "0.0.0-dev-20230613080521"
26
+ "@pandacss/error": "0.0.0-dev-20230613110020",
27
+ "@pandacss/logger": "0.0.0-dev-20230613110020",
28
+ "@pandacss/preset-base": "0.0.0-dev-20230613110020",
29
+ "@pandacss/preset-panda": "0.0.0-dev-20230613110020",
30
+ "@pandacss/types": "0.0.0-dev-20230613110020"
31
31
  },
32
32
  "devDependencies": {
33
33
  "pkg-types": "1.0.3"