@charcoal-ui/icons-cli 5.9.0 → 5.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charcoal-ui/icons-cli",
3
- "version": "5.9.0",
3
+ "version": "5.10.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "commonjs",
6
6
  "bin": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "figma-js": "^1.14.0",
22
22
  "fs-extra": "^10.0.0",
23
23
  "got": "^11.8.3",
24
- "jsdom": "^19.0.0",
24
+ "jsdom": "^24.1.0",
25
25
  "p-queue": "^6.6.2",
26
26
  "path-to-regexp": "^6.2.0",
27
27
  "polished": "^4.1.4",
@@ -189,7 +189,16 @@ ${createPreviewItems(classNames, 'className')}
189
189
  },
190
190
  }
191
191
 
192
- export const Default = {}
192
+ export const Default = {
193
+ parameters: {
194
+ vrt: {
195
+ viewport: {
196
+ width: 1280,
197
+ height: 12000,
198
+ },
199
+ },
200
+ },
201
+ }
193
202
  `,
194
203
  )
195
204
  }
@@ -82,7 +82,16 @@ ${icons
82
82
  },
83
83
  }
84
84
 
85
- export const Default = {}
85
+ export const Default = {
86
+ parameters: {
87
+ vrt: {
88
+ viewport: {
89
+ width: 1280,
90
+ height: 12000,
91
+ },
92
+ },
93
+ },
94
+ }
86
95
 
87
96
  const Global = createGlobalStyle\`
88
97
  .icons-grid {