@nimbus-ds/popover 4.3.2 → 4.3.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
@@ -2,6 +2,12 @@
2
2
 
3
3
  Use Popovers to bring attention to specific user interface elements and suggest an action or to guide users through a new experience
4
4
 
5
+ ## 2026-01-13 `4.3.3`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Adds support for React 19. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2025-11-03 `4.3.2`
6
12
 
7
13
  #### 🐛 Bug fixes
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Use Popovers to bring attention to specific user interface elements and suggest an action or to guide users through a new experience
4
4
 
5
+ ## 2026-01-13 `4.3.3`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Adds support for React 19. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2025-11-03 `4.3.2`
6
12
 
7
13
  #### 🐛 Bug fixes
package/dist/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export interface Conditions<T> {
8
8
  md?: T;
9
9
  lg?: T;
10
10
  xl?: T;
11
+ xxl?: T;
11
12
  }
12
13
  export type Overflow = "visible" | "hidden" | "scroll" | "auto";
13
14
  declare const propertiesPopover: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/popover",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -14,11 +14,11 @@
14
14
  "version": "yarn version"
15
15
  },
16
16
  "dependencies": {
17
- "@floating-ui/react": "^0.26.0"
17
+ "@floating-ui/react": "^0.27.5"
18
18
  },
19
19
  "peerDependencies": {
20
- "react": "^16.8 || ^17.0 || ^18.0",
21
- "react-dom": "^16.8 || ^17.0 || ^18.0"
20
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
21
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
22
22
  },
23
23
  "homepage": "https://nimbus.nuvemshop.com.br/documentation",
24
24
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
30
30
  },
31
31
  "devDependencies": {
32
- "@nimbus-ds/box": "^4.3.1",
33
- "@nimbus-ds/webpack": "^1.7.0",
32
+ "@nimbus-ds/box": "^4.3.3",
33
+ "@nimbus-ds/webpack": "^1.7.1",
34
34
  "@vanilla-extract/dynamic": "^2.0.3"
35
35
  }
36
36
  }