@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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/compileProps.d.ts +53 -53
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
-
[32mcreated [1m./dist/index.umd.js, ./dist/index.es.mjs[22m in [
|
|
11
|
+
[32mcreated [1m./dist/index.umd.js, ./dist/index.es.mjs[22m in [1m14.4s[22m[39m
|
|
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
|
package/dist/compileProps.d.ts
CHANGED
|
@@ -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
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
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;
|