@nimbus-ds/box 4.0.0-rc.3 → 4.0.0-rc.5

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 +2 -2
package/dist/index.d.ts CHANGED
@@ -98,7 +98,9 @@ declare const propertiesBox: {
98
98
  "18": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
99
99
  "20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
100
100
  };
101
- display: Display[];
101
+ display: Display[]; /**
102
+ * The borderBottomWidth property defines the width of the border at the bottom of a box.
103
+ */
102
104
  flexDirection: FlexDirection[];
103
105
  flexWrap: FlexWrap[];
104
106
  justifyContent: JustifyContent[];
@@ -249,6 +251,7 @@ declare const propertiesBox: {
249
251
  "18": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
250
252
  "20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
251
253
  auto: string;
254
+ none: string;
252
255
  };
253
256
  position: Position[];
254
257
  overflow: Overflow[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/box",
3
- "version": "4.0.0-rc.3",
3
+ "version": "4.0.0-rc.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -26,7 +26,7 @@
26
26
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
27
27
  },
28
28
  "devDependencies": {
29
- "@nimbus-ds/webpack": "^1.3.0",
29
+ "@nimbus-ds/webpack": "^1.3.1",
30
30
  "@vanilla-extract/dynamic": "^2.0.2"
31
31
  },
32
32
  "stableVersion": "3.2.0"