@instructure/ui-tag 8.14.1-snapshot.12 → 8.14.1-snapshot.21
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/es/Tag/index.js +2 -2
- package/es/Tag/styles.js +2 -3
- package/es/Tag/theme.js +1 -1
- package/lib/Tag/index.js +2 -2
- package/lib/Tag/styles.js +2 -3
- package/lib/Tag/theme.js +1 -1
- package/package.json +15 -15
- package/src/Tag/index.tsx +2 -2
- package/src/Tag/styles.ts +2 -3
- package/src/Tag/theme.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Tag/TagLocator.d.ts +4 -4
- package/types/Tag/styles.d.ts.map +1 -1
|
@@ -36,7 +36,7 @@ export declare const TagLocator: {
|
|
|
36
36
|
debug: (maxLength?: number | undefined, options?: {
|
|
37
37
|
highlight: boolean;
|
|
38
38
|
} | undefined) => void;
|
|
39
|
-
accessible: (options?: Record<string, unknown> | undefined) => Promise<
|
|
39
|
+
accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
|
|
40
40
|
getTextContent: () => string | null;
|
|
41
41
|
getParentNode: () => ParentNode | null;
|
|
42
42
|
parent: () => ParentNode | null;
|
|
@@ -175,7 +175,7 @@ export declare const TagLocator: {
|
|
|
175
175
|
debug: (maxLength?: number | undefined, options?: {
|
|
176
176
|
highlight: boolean;
|
|
177
177
|
} | undefined) => void;
|
|
178
|
-
accessible: (options?: Record<string, unknown> | undefined) => Promise<
|
|
178
|
+
accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
|
|
179
179
|
getTextContent: () => string | null;
|
|
180
180
|
getParentNode: () => ParentNode | null;
|
|
181
181
|
parent: () => ParentNode | null;
|
|
@@ -314,7 +314,7 @@ export declare const TagLocator: {
|
|
|
314
314
|
debug: (maxLength?: number | undefined, options?: {
|
|
315
315
|
highlight: boolean;
|
|
316
316
|
} | undefined) => void;
|
|
317
|
-
accessible: (options?: Record<string, unknown> | undefined) => Promise<
|
|
317
|
+
accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
|
|
318
318
|
getTextContent: () => string | null;
|
|
319
319
|
getParentNode: () => ParentNode | null;
|
|
320
320
|
parent: () => ParentNode | null;
|
|
@@ -453,7 +453,7 @@ export declare const TagLocator: {
|
|
|
453
453
|
debug: (maxLength?: number | undefined, options?: {
|
|
454
454
|
highlight: boolean;
|
|
455
455
|
} | undefined) => void;
|
|
456
|
-
accessible: (options?: Record<string, unknown> | undefined) => Promise<
|
|
456
|
+
accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
|
|
457
457
|
getTextContent: () => string | null;
|
|
458
458
|
getParentNode: () => ParentNode | null;
|
|
459
459
|
parent: () => ParentNode | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/Tag/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEjD;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,mBAAoB,QAAQ,SAAS,QAAQ,KAAG,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/Tag/styles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEjD;;;;;;;;;GASG;AACH,QAAA,MAAM,aAAa,mBAAoB,QAAQ,SAAS,QAAQ,KAAG,QAwLlE,CAAA;AAED,eAAe,aAAa,CAAA"}
|