@react-spectrum/parcel-transformer-s2-icon 3.0.0-nightly-3f44370de-241117 → 3.0.0-nightly-b3a4d6c11-241119

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/IconTransformer.js +12 -6
  2. package/package.json +4 -4
@@ -38,16 +38,22 @@ module.exports = new Transformer({
38
38
  onlyMatchedOnce: false,
39
39
  removeMatchedSelectors: true
40
40
  },
41
- cleanupIDs: {
42
- prefix
43
- },
44
41
  convertPathData: {
45
42
  makeArcs: false
46
43
  }
47
44
  }
48
- },
49
- removeAttrs: {
50
- attrs: ['id', 'data.*'] // data attribute removal not working
45
+ }
46
+ },
47
+ {
48
+ name: 'prefixIds',
49
+ params: {
50
+ prefix
51
+ }
52
+ },
53
+ {
54
+ name: 'removeAttrs',
55
+ params: {
56
+ attrs: ['data.*']
51
57
  }
52
58
  }
53
59
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/parcel-transformer-s2-icon",
3
- "version": "3.0.0-nightly-3f44370de-241117",
3
+ "version": "3.0.0-nightly-b3a4d6c11-241119",
4
4
  "main": "IconTransformer.js",
5
5
  "engines": {
6
6
  "parcel": "^2.0.0"
@@ -8,9 +8,9 @@
8
8
  "dependencies": {
9
9
  "@adobe/spectrum-tokens": "^13.0.0-beta.53",
10
10
  "@parcel/plugin": "^2.0.0",
11
- "@svgr/core": "^6.2.0",
12
- "@svgr/plugin-jsx": "^6.2.0",
13
- "@svgr/plugin-svgo": "^6.2.0"
11
+ "@svgr/core": "^8.1.0",
12
+ "@svgr/plugin-jsx": "^8.1.0",
13
+ "@svgr/plugin-svgo": "^8.1.0"
14
14
  },
15
15
  "rsp": {
16
16
  "type": "cli"