@nimbus-ds/components 5.0.0-rc.3 → 5.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 +4 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -149,7 +149,9 @@ declare const propertiesBox: {
149
149
  "18": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
150
150
  "20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
151
151
  };
152
- display: Display[];
152
+ display: Display[]; /**
153
+ * The borderBottomWidth property defines the width of the border at the bottom of a box.
154
+ */
153
155
  flexDirection: FlexDirection[];
154
156
  flexWrap: FlexWrap[];
155
157
  justifyContent: JustifyContent[];
@@ -300,6 +302,7 @@ declare const propertiesBox: {
300
302
  "18": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
301
303
  "20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
302
304
  auto: string;
305
+ none: string;
303
306
  };
304
307
  position: Position[];
305
308
  overflow: Overflow[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "5.0.0-rc.3",
3
+ "version": "5.0.0-rc.4",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [