@instructure/ui-checkbox 8.25.1-snapshot.0 → 8.26.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.
@@ -19,10 +19,10 @@ export declare const CheckboxLocator: {
19
19
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
20
20
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
21
21
  } & {
22
+ visible: () => boolean;
22
23
  toString: (maxLength?: number | undefined, options?: {
23
24
  highlight: boolean;
24
25
  } | undefined) => string;
25
- visible: () => boolean;
26
26
  getId: () => string;
27
27
  getOwnerWindow: () => (Window & typeof globalThis) | null;
28
28
  getOwnerDocument: () => Document;
@@ -158,10 +158,10 @@ export declare const CheckboxLocator: {
158
158
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
159
159
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
160
160
  } & {
161
+ visible: () => boolean;
161
162
  toString: (maxLength?: number | undefined, options?: {
162
163
  highlight: boolean;
163
164
  } | undefined) => string;
164
- visible: () => boolean;
165
165
  getId: () => string;
166
166
  getOwnerWindow: () => (Window & typeof globalThis) | null;
167
167
  getOwnerDocument: () => Document;
@@ -297,10 +297,10 @@ export declare const CheckboxLocator: {
297
297
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
298
298
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
299
299
  } & {
300
+ visible: () => boolean;
300
301
  toString: (maxLength?: number | undefined, options?: {
301
302
  highlight: boolean;
302
303
  } | undefined) => string;
303
- visible: () => boolean;
304
304
  getId: () => string;
305
305
  getOwnerWindow: () => (Window & typeof globalThis) | null;
306
306
  getOwnerDocument: () => Document;
@@ -436,10 +436,10 @@ export declare const CheckboxLocator: {
436
436
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
437
437
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
438
438
  } & {
439
+ visible: () => boolean;
439
440
  toString: (maxLength?: number | undefined, options?: {
440
441
  highlight: boolean;
441
442
  } | undefined) => string;
442
- visible: () => boolean;
443
443
  getId: () => string;
444
444
  getOwnerWindow: () => (Window & typeof globalThis) | null;
445
445
  getOwnerDocument: () => Document;
@@ -19,10 +19,10 @@ export declare const CheckboxGroupLocator: {
19
19
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
20
20
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
21
21
  } & {
22
+ visible: () => boolean;
22
23
  toString: (maxLength?: number | undefined, options?: {
23
24
  highlight: boolean;
24
25
  } | undefined) => string;
25
- visible: () => boolean;
26
26
  getId: () => string;
27
27
  getOwnerWindow: () => (Window & typeof globalThis) | null;
28
28
  getOwnerDocument: () => Document;
@@ -158,10 +158,10 @@ export declare const CheckboxGroupLocator: {
158
158
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
159
159
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
160
160
  } & {
161
+ visible: () => boolean;
161
162
  toString: (maxLength?: number | undefined, options?: {
162
163
  highlight: boolean;
163
164
  } | undefined) => string;
164
- visible: () => boolean;
165
165
  getId: () => string;
166
166
  getOwnerWindow: () => (Window & typeof globalThis) | null;
167
167
  getOwnerDocument: () => Document;
@@ -297,10 +297,10 @@ export declare const CheckboxGroupLocator: {
297
297
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
298
298
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
299
299
  } & {
300
+ visible: () => boolean;
300
301
  toString: (maxLength?: number | undefined, options?: {
301
302
  highlight: boolean;
302
303
  } | undefined) => string;
303
- visible: () => boolean;
304
304
  getId: () => string;
305
305
  getOwnerWindow: () => (Window & typeof globalThis) | null;
306
306
  getOwnerDocument: () => Document;
@@ -436,10 +436,10 @@ export declare const CheckboxGroupLocator: {
436
436
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
437
437
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
438
438
  } & {
439
+ visible: () => boolean;
439
440
  toString: (maxLength?: number | undefined, options?: {
440
441
  highlight: boolean;
441
442
  } | undefined) => string;
442
- visible: () => boolean;
443
443
  getId: () => string;
444
444
  getOwnerWindow: () => (Window & typeof globalThis) | null;
445
445
  getOwnerDocument: () => Document;
package/LICENSE.md DELETED
@@ -1,27 +0,0 @@
1
- ---
2
- title: The MIT License (MIT)
3
- category: Getting Started
4
- order: 9
5
- ---
6
-
7
- # The MIT License (MIT)
8
-
9
- Copyright (c) 2015 Instructure, Inc.
10
-
11
- **Permission is hereby granted, free of charge, to any person obtaining a copy
12
- of this software and associated documentation files (the "Software"), to deal
13
- in the Software without restriction, including without limitation the rights
14
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- copies of the Software, and to permit persons to whom the Software is
16
- furnished to do so, subject to the following conditions.**
17
-
18
- The above copyright notice and this permission notice shall be included in all
19
- copies or substantial portions of the Software.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- SOFTWARE.