maru_design2 3.1.0 → 3.1.1

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,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.1.1](https://github.com/42maru-ai/maru-design2/compare/v3.1.0...v3.1.1) (2026-09-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :bug: Dropdown - quote selected check SVG mask URLs ([512cdb1](https://github.com/42maru-ai/maru-design2/commit/512cdb1329ad754c14142c5c8cf6b80b09c9daa6))
9
+
3
10
  ## [3.1.0](https://github.com/42maru-ai/maru-design2/compare/v3.0.2...v3.1.0) (2026-09-09)
4
11
 
5
12
 
package/dist/index.js CHANGED
@@ -90391,8 +90391,8 @@ function MenuItem$1(_a) {
90391
90391
  className: "maru-dropdown-item-check",
90392
90392
  "aria-hidden": true,
90393
90393
  style: {
90394
- maskImage: "url(".concat(img$9, ")"),
90395
- WebkitMaskImage: "url(".concat(img$9, ")")
90394
+ maskImage: "url(\"".concat(img$9, "\")"),
90395
+ WebkitMaskImage: "url(\"".concat(img$9, "\")")
90396
90396
  }
90397
90397
  })]
90398
90398
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -69,6 +69,7 @@
69
69
  "highlight.js": "^11.11.1",
70
70
  "postcss": "^8.4.16",
71
71
  "postcss-url": "^10.1.3",
72
+ "playwright": "^1.61.1",
72
73
  "prettier": "^3.2.5",
73
74
  "react": "^18.3.1",
74
75
  "react-dom": "^18.3.1",
@@ -95,6 +96,7 @@
95
96
  "build": "rollup -c",
96
97
  "check:colors": "node ./scripts/sync-color-tokens.mjs --check && node ./scripts/check-legacy-colors.mjs",
97
98
  "check:package": "node ./scripts/check-package.mjs",
99
+ "check:dropdown": "node ./scripts/check-dropdown.mjs",
98
100
  "release": "node ./scripts/release.mjs",
99
101
  "test-storybook": "test-storybook --index-json",
100
102
  "svg": "node ./scripts/svg-parser.mjs",