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