@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260507110620 → 0.8.1-dev.20260512035854

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/dist/index.js CHANGED
@@ -3649,7 +3649,7 @@ var SVGIconNode = ({ node }) => {
3649
3649
  "span",
3650
3650
  {
3651
3651
  style: {
3652
- display: "inline-flex",
3652
+ display: "flex",
3653
3653
  width: node.width,
3654
3654
  height: node.height,
3655
3655
  color: node.color
package/dist/index.mjs CHANGED
@@ -2207,7 +2207,7 @@ var SVGIconNode = ({ node }) => {
2207
2207
  "span",
2208
2208
  {
2209
2209
  style: {
2210
- display: "inline-flex",
2210
+ display: "flex",
2211
2211
  width: node.width,
2212
2212
  height: node.height,
2213
2213
  color: node.color
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acoustte-digital-services/digitalstore-controls-dev",
3
- "version": "0.8.1-dev.20260507110620",
3
+ "version": "0.8.1-dev.20260512035854",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -22,7 +22,7 @@
22
22
  }
23
23
  },
24
24
  "devDependencies": {
25
- "@types/node": "^25.6.0",
25
+ "@types/node": "^25.7.0",
26
26
  "@types/react": "^19",
27
27
  "@types/react-dom": "^19",
28
28
  "tsup": "^8.5.1",
@@ -52,7 +52,7 @@
52
52
  "moment-timezone": "^0.6.2",
53
53
  "ms": "^2.1.3",
54
54
  "mz": "^2.7.0",
55
- "next": "^15.5.16",
55
+ "next": "^15.5.18",
56
56
  "object-assign": "^4.1.1",
57
57
  "pathe": "^2.0.3",
58
58
  "picocolors": "^1.1.1",