@nimbus-ds/box 4.0.0-rc.1 → 4.0.0-rc.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +16 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -452,6 +452,22 @@ export interface BoxSprinkle {
452
452
  * The borderWidth property sets the width of an box's border.
453
453
  */
454
454
  borderWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
455
+ /**
456
+ * The borderTopWidth property defines the width of the border at the top of a box.
457
+ */
458
+ borderTopWidth: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
459
+ /**
460
+ * The borderBottomWidth property defines the width of the border at the bottom of a box.
461
+ */
462
+ borderBottomWidth: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
463
+ /**
464
+ * The borderLeftWidth property defines the width of the border at the left of a box.
465
+ */
466
+ borderLeftWidth: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
467
+ /**
468
+ * The borderRightWidth property defines the width of the border at the right of a box.
469
+ */
470
+ borderRightWidth: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
455
471
  /**
456
472
  * The borderWidthX shorthand property defines the width of the element's border on the left and right.
457
473
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/box",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.0.0-rc.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [