@nimbus-ds/components 2.2.0-rc.3 → 2.2.0

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 +1 -0
  2. package/package.json +2 -3
package/dist/index.d.ts CHANGED
@@ -495,6 +495,7 @@ export interface StackSprinkle {
495
495
  gridTemplateColumns?: string | Conditions<string>;
496
496
  gridTemplateAreas?: string | Conditions<string>;
497
497
  gridTemplateRows?: string | Conditions<string>;
498
+ gridArea?: string | Conditions<string>;
498
499
  display?: Display | Conditions<Display>;
499
500
  flexWrap?: FlexWrap | Conditions<FlexWrap>;
500
501
  justifyContent?: JustifyContent | Conditions<JustifyContent>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "2.2.0-rc.3",
3
+ "version": "2.2.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -31,6 +31,5 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "webpack": "^5.75.0"
34
- },
35
- "stableVersion": "2.1.0"
34
+ }
36
35
  }