@cypress-design/react-statusicon 0.4.14 → 0.4.15

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.
@@ -8,5 +8,5 @@ $ rollup -c ./rollup.config.mjs
8
8
  index.ts
9
9
 
10
10
  Consumers of your bundle will have to use chunk.default to access their default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
11
- created ./dist/index.umd.js, ./dist/index.es.mjs in 23.2s
11
+ created ./dist/index.umd.js, ./dist/index.es.mjs in 14.4s
12
12
  $ tsc --project ./tsconfig.build.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @cypress-design/react-statusicon
2
2
 
3
+ ## 0.4.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`17ce6d9`](https://github.com/cypress-io/cypress-design/commit/17ce6d9421ea37235058e5ca26b4e244d5d5b335)]:
8
+ - @cypress-design/react-icon@0.30.0
9
+
3
10
  ## 0.4.14
4
11
 
5
12
  ### Patch Changes
@@ -266,59 +266,59 @@ export declare const compileProps: ({ status, statuses, className, size, variant
266
266
  yChannelSelector?: string | undefined;
267
267
  z?: string | number | undefined;
268
268
  zoomAndPan?: string | undefined;
269
- 'aria-activedescendant'?: string | undefined;
270
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
271
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
272
- 'aria-braillelabel'?: string | undefined;
273
- 'aria-brailleroledescription'?: string | undefined;
274
- 'aria-busy'?: boolean | "true" | "false" | undefined;
275
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
276
- 'aria-colcount'?: number | undefined;
277
- 'aria-colindex'?: number | undefined;
278
- 'aria-colindextext'?: string | undefined;
279
- 'aria-colspan'?: number | undefined;
280
- 'aria-controls'?: string | undefined;
281
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
282
- 'aria-describedby'?: string | undefined;
283
- 'aria-description'?: string | undefined;
284
- 'aria-details'?: string | undefined;
285
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
286
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
287
- 'aria-errormessage'?: string | undefined;
288
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
289
- 'aria-flowto'?: string | undefined;
290
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
291
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
292
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
293
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
294
- 'aria-keyshortcuts'?: string | undefined;
295
- 'aria-label'?: string | undefined;
296
- 'aria-labelledby'?: string | undefined;
297
- 'aria-level'?: number | undefined;
298
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
299
- 'aria-modal'?: boolean | "true" | "false" | undefined;
300
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
301
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
302
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
303
- 'aria-owns'?: string | undefined;
304
- 'aria-placeholder'?: string | undefined;
305
- 'aria-posinset'?: number | undefined;
306
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
307
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
308
- 'aria-relevant'?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
309
- 'aria-required'?: boolean | "true" | "false" | undefined;
310
- 'aria-roledescription'?: string | undefined;
311
- 'aria-rowcount'?: number | undefined;
312
- 'aria-rowindex'?: number | undefined;
313
- 'aria-rowindextext'?: string | undefined;
314
- 'aria-rowspan'?: number | undefined;
315
- 'aria-selected'?: boolean | "true" | "false" | undefined;
316
- 'aria-setsize'?: number | undefined;
317
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
318
- 'aria-valuemax'?: number | undefined;
319
- 'aria-valuemin'?: number | undefined;
320
- 'aria-valuenow'?: number | undefined;
321
- 'aria-valuetext'?: string | undefined;
269
+ "aria-activedescendant"?: string | undefined;
270
+ "aria-atomic"?: boolean | "true" | "false" | undefined;
271
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
272
+ "aria-braillelabel"?: string | undefined;
273
+ "aria-brailleroledescription"?: string | undefined;
274
+ "aria-busy"?: boolean | "true" | "false" | undefined;
275
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
276
+ "aria-colcount"?: number | undefined;
277
+ "aria-colindex"?: number | undefined;
278
+ "aria-colindextext"?: string | undefined;
279
+ "aria-colspan"?: number | undefined;
280
+ "aria-controls"?: string | undefined;
281
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
282
+ "aria-describedby"?: string | undefined;
283
+ "aria-description"?: string | undefined;
284
+ "aria-details"?: string | undefined;
285
+ "aria-disabled"?: boolean | "true" | "false" | undefined;
286
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
287
+ "aria-errormessage"?: string | undefined;
288
+ "aria-expanded"?: boolean | "true" | "false" | undefined;
289
+ "aria-flowto"?: string | undefined;
290
+ "aria-grabbed"?: boolean | "true" | "false" | undefined;
291
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
292
+ "aria-hidden"?: boolean | "true" | "false" | undefined;
293
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
294
+ "aria-keyshortcuts"?: string | undefined;
295
+ "aria-label"?: string | undefined;
296
+ "aria-labelledby"?: string | undefined;
297
+ "aria-level"?: number | undefined;
298
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
299
+ "aria-modal"?: boolean | "true" | "false" | undefined;
300
+ "aria-multiline"?: boolean | "true" | "false" | undefined;
301
+ "aria-multiselectable"?: boolean | "true" | "false" | undefined;
302
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
303
+ "aria-owns"?: string | undefined;
304
+ "aria-placeholder"?: string | undefined;
305
+ "aria-posinset"?: number | undefined;
306
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
307
+ "aria-readonly"?: boolean | "true" | "false" | undefined;
308
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
309
+ "aria-required"?: boolean | "true" | "false" | undefined;
310
+ "aria-roledescription"?: string | undefined;
311
+ "aria-rowcount"?: number | undefined;
312
+ "aria-rowindex"?: number | undefined;
313
+ "aria-rowindextext"?: string | undefined;
314
+ "aria-rowspan"?: number | undefined;
315
+ "aria-selected"?: boolean | "true" | "false" | undefined;
316
+ "aria-setsize"?: number | undefined;
317
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
318
+ "aria-valuemax"?: number | undefined;
319
+ "aria-valuemin"?: number | undefined;
320
+ "aria-valuenow"?: number | undefined;
321
+ "aria-valuetext"?: string | undefined;
322
322
  children?: import("react").ReactNode;
323
323
  dangerouslySetInnerHTML: {
324
324
  __html: string | TrustedHTML;