@instructure/ui-simple-select 8.25.1-snapshot-7 → 8.25.1-snapshot-10
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/CHANGELOG.md +1 -1
- package/es/SimpleSelect/Group/index.js +6 -5
- package/es/SimpleSelect/Option/index.js +8 -7
- package/es/SimpleSelect/index.js +139 -139
- package/lib/SimpleSelect/Group/index.js +6 -5
- package/lib/SimpleSelect/Option/index.js +8 -7
- package/lib/SimpleSelect/index.js +140 -140
- package/package.json +14 -14
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/SimpleSelect/SimpleSelectLocator.d.ts +4 -4
@@ -22,10 +22,10 @@ export declare const SimpleSelectLocator: {
|
|
22
22
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
23
23
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
24
24
|
} & {
|
25
|
+
visible: () => boolean;
|
25
26
|
toString: (maxLength?: number | undefined, options?: {
|
26
27
|
highlight: boolean;
|
27
28
|
} | undefined) => string;
|
28
|
-
visible: () => boolean;
|
29
29
|
getId: () => string;
|
30
30
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
31
31
|
getOwnerDocument: () => Document;
|
@@ -164,10 +164,10 @@ export declare const SimpleSelectLocator: {
|
|
164
164
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
165
165
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
166
166
|
} & {
|
167
|
+
visible: () => boolean;
|
167
168
|
toString: (maxLength?: number | undefined, options?: {
|
168
169
|
highlight: boolean;
|
169
170
|
} | undefined) => string;
|
170
|
-
visible: () => boolean;
|
171
171
|
getId: () => string;
|
172
172
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
173
173
|
getOwnerDocument: () => Document;
|
@@ -306,10 +306,10 @@ export declare const SimpleSelectLocator: {
|
|
306
306
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
307
307
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
308
308
|
} & {
|
309
|
+
visible: () => boolean;
|
309
310
|
toString: (maxLength?: number | undefined, options?: {
|
310
311
|
highlight: boolean;
|
311
312
|
} | undefined) => string;
|
312
|
-
visible: () => boolean;
|
313
313
|
getId: () => string;
|
314
314
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
315
315
|
getOwnerDocument: () => Document;
|
@@ -448,10 +448,10 @@ export declare const SimpleSelectLocator: {
|
|
448
448
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
449
449
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
450
450
|
} & {
|
451
|
+
visible: () => boolean;
|
451
452
|
toString: (maxLength?: number | undefined, options?: {
|
452
453
|
highlight: boolean;
|
453
454
|
} | undefined) => string;
|
454
|
-
visible: () => boolean;
|
455
455
|
getId: () => string;
|
456
456
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
457
457
|
getOwnerDocument: () => Document;
|