@nimbus-ds/modal 1.4.1 → 1.5.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/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  The Modal component allows us to call the user's attention to a floating box that can have text, actions or forms to perform tasks by changing the focus from the background. It is an intrusive component as it interrupts the user's operation to present a message or content.
4
4
 
5
+ ## 2023-10-13 `1.5.0`
6
+
7
+ #### 📚 3rd party library updates
8
+
9
+ - Updated `@floating-ui/react@0.26.0`. ([#195](https://github.com/TiendaNube/nimbus-design-system/pull/195) by [@juanchigallego](https://github.com/juanchigallego))
10
+
5
11
  ## 2023-07-11 `1.4.1`
6
12
 
7
13
  ### 🐛 Bug fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/modal",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,9 +14,9 @@
14
14
  "version": "yarn version"
15
15
  },
16
16
  "dependencies": {
17
- "@floating-ui/react": "^0.24.6",
17
+ "@floating-ui/react": "^0.26.0",
18
18
  "@nimbus-ds/icon": "^3.0.0",
19
- "@nimbus-ds/icons": "^1.2.0"
19
+ "@nimbus-ds/icons": "^1.3.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": "^16.8 || ^17.0 || ^18.0",
@@ -31,10 +31,10 @@
31
31
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
32
32
  },
33
33
  "devDependencies": {
34
- "@nimbus-ds/box": "^4.0.0",
34
+ "@nimbus-ds/box": "^4.1.0",
35
35
  "@nimbus-ds/button": "^2.5.0",
36
36
  "@nimbus-ds/text": "^6.3.0",
37
37
  "@nimbus-ds/title": "^3.1.0",
38
- "@nimbus-ds/webpack": "^1.3.1"
38
+ "@nimbus-ds/webpack": "^1.4.0"
39
39
  }
40
40
  }