@nimbus-ds/box 4.0.0-rc.1 → 4.0.0-rc.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +18 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -51,6 +51,7 @@ export type PointerEvents = "auto" | "none" | "visiblePainted" | "visibleFill" |
51
51
  export type TransitionTiming = "ease" | "ease-in" | "ease-out" | "ease-in-out" | "linear" | "step-start" | "step-end";
52
52
  declare const propertiesBox: {
53
53
  gap: {
54
+ none: string;
54
55
  "0-5": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
55
56
  "1": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
56
57
  "1-5": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -74,6 +75,7 @@ declare const propertiesBox: {
74
75
  "20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
75
76
  };
76
77
  gridGap: {
78
+ none: string;
77
79
  "0-5": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
78
80
  "1": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
79
81
  "1-5": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -452,6 +454,22 @@ export interface BoxSprinkle {
452
454
  * The borderWidth property sets the width of an box's border.
453
455
  */
454
456
  borderWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
457
+ /**
458
+ * The borderTopWidth property defines the width of the border at the top of a box.
459
+ */
460
+ borderTopWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
461
+ /**
462
+ * The borderBottomWidth property defines the width of the border at the bottom of a box.
463
+ */
464
+ borderBottomWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
465
+ /**
466
+ * The borderLeftWidth property defines the width of the border at the left of a box.
467
+ */
468
+ borderLeftWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
469
+ /**
470
+ * The borderRightWidth property defines the width of the border at the right of a box.
471
+ */
472
+ borderRightWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
455
473
  /**
456
474
  * The borderWidthX shorthand property defines the width of the element's border on the left and right.
457
475
  */
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.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [