@nimbus-ds/box 4.0.0-rc.2 → 4.0.0-rc.4

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 +10 -5
  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})`;
@@ -96,7 +98,9 @@ declare const propertiesBox: {
96
98
  "18": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
97
99
  "20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
98
100
  };
99
- display: Display[];
101
+ display: Display[]; /**
102
+ * The borderBottomWidth property defines the width of the border at the bottom of a box.
103
+ */
100
104
  flexDirection: FlexDirection[];
101
105
  flexWrap: FlexWrap[];
102
106
  justifyContent: JustifyContent[];
@@ -247,6 +251,7 @@ declare const propertiesBox: {
247
251
  "18": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
248
252
  "20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
249
253
  auto: string;
254
+ none: string;
250
255
  };
251
256
  position: Position[];
252
257
  overflow: Overflow[];
@@ -455,19 +460,19 @@ export interface BoxSprinkle {
455
460
  /**
456
461
  * The borderTopWidth property defines the width of the border at the top of a box.
457
462
  */
458
- borderTopWidth: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
463
+ borderTopWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
459
464
  /**
460
465
  * The borderBottomWidth property defines the width of the border at the bottom of a box.
461
466
  */
462
- borderBottomWidth: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
467
+ borderBottomWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
463
468
  /**
464
469
  * The borderLeftWidth property defines the width of the border at the left of a box.
465
470
  */
466
- borderLeftWidth: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
471
+ borderLeftWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
467
472
  /**
468
473
  * The borderRightWidth property defines the width of the border at the right of a box.
469
474
  */
470
- borderRightWidth: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
475
+ borderRightWidth?: BoxBorderWidthProperties | BoxConditions<BoxBorderWidthProperties>;
471
476
  /**
472
477
  * The borderWidthX shorthand property defines the width of the element's border on the left and right.
473
478
  */
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.4",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [