@nimbus-ds/components 4.1.0-rc.1 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Changelog
2
2
 
3
- This package is intended for internal use in generating builds of each design system package. It contains all the necessary settings and dependencies to optimize the creation of our builds.
3
+ Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
4
4
 
5
- ## 2023-04-03 `4.0.0`
6
5
  ## 2023-04-03 `4.0.0`
7
6
 
8
7
  #### 🛠 Breaking changes
package/dist/index.d.ts CHANGED
@@ -1076,7 +1076,7 @@ declare const propertiesModal: {
1076
1076
  export type PaddingProperties = keyof typeof propertiesModal.padding;
1077
1077
  export interface ModalSprinkle {
1078
1078
  /**
1079
- * The maxWidth property specifies the maxWidth of a modal's content area.
1079
+ * The maxWidth property specifies the maxWidth of a modal's content area. The width of the modal will be defined by the width of the content in this prop.
1080
1080
  * @default { xs: "100%", md: "500px" }
1081
1081
  */
1082
1082
  maxWidth?: string | Conditions<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "4.1.0-rc.1",
3
+ "version": "4.1.0-rc.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
31
31
  },
32
32
  "devDependencies": {
33
- "@nimbus-ds/webpack": "^1.3.0-rc.1"
33
+ "@nimbus-ds/webpack": "^1.3.0-rc.3"
34
34
  },
35
35
  "stableVersion": "4.0.0"
36
36
  }