@instructure/ui-date-input 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.
@@ -13,10 +13,10 @@ export declare const DateInputLocator: {
13
13
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
14
14
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
15
15
  } & {
16
+ visible: () => boolean;
16
17
  toString: (maxLength?: number | undefined, options?: {
17
18
  highlight: boolean;
18
19
  } | undefined) => string;
19
- visible: () => boolean;
20
20
  getId: () => string;
21
21
  getOwnerWindow: () => (Window & typeof globalThis) | null;
22
22
  getOwnerDocument: () => Document;
@@ -160,10 +160,10 @@ export declare const DateInputLocator: {
160
160
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
161
161
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
162
162
  } & {
163
+ visible: () => boolean;
163
164
  toString: (maxLength?: number | undefined, options?: {
164
165
  highlight: boolean;
165
166
  } | undefined) => string;
166
- visible: () => boolean;
167
167
  getId: () => string;
168
168
  getOwnerWindow: () => (Window & typeof globalThis) | null;
169
169
  getOwnerDocument: () => Document;
@@ -299,10 +299,10 @@ export declare const DateInputLocator: {
299
299
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
300
300
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
301
301
  } & {
302
+ visible: () => boolean;
302
303
  toString: (maxLength?: number | undefined, options?: {
303
304
  highlight: boolean;
304
305
  } | undefined) => string;
305
- visible: () => boolean;
306
306
  getId: () => string;
307
307
  getOwnerWindow: () => (Window & typeof globalThis) | null;
308
308
  getOwnerDocument: () => Document;
@@ -440,10 +440,10 @@ export declare const DateInputLocator: {
440
440
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
441
441
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
442
442
  } & {
443
+ visible: () => boolean;
443
444
  toString: (maxLength?: number | undefined, options?: {
444
445
  highlight: boolean;
445
446
  } | undefined) => string;
446
- visible: () => boolean;
447
447
  getId: () => string;
448
448
  getOwnerWindow: () => (Window & typeof globalThis) | null;
449
449
  getOwnerDocument: () => Document;
@@ -579,10 +579,10 @@ export declare const DateInputLocator: {
579
579
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
580
580
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
581
581
  } & {
582
+ visible: () => boolean;
582
583
  toString: (maxLength?: number | undefined, options?: {
583
584
  highlight: boolean;
584
585
  } | undefined) => string;
585
- visible: () => boolean;
586
586
  getId: () => string;
587
587
  getOwnerWindow: () => (Window & typeof globalThis) | null;
588
588
  getOwnerDocument: () => Document;
@@ -720,10 +720,10 @@ export declare const DateInputLocator: {
720
720
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
721
721
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
722
722
  } & {
723
+ visible: () => boolean;
723
724
  toString: (maxLength?: number | undefined, options?: {
724
725
  highlight: boolean;
725
726
  } | undefined) => string;
726
- visible: () => boolean;
727
727
  getId: () => string;
728
728
  getOwnerWindow: () => (Window & typeof globalThis) | null;
729
729
  getOwnerDocument: () => Document;
@@ -859,10 +859,10 @@ export declare const DateInputLocator: {
859
859
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
860
860
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
861
861
  } & {
862
+ visible: () => boolean;
862
863
  toString: (maxLength?: number | undefined, options?: {
863
864
  highlight: boolean;
864
865
  } | undefined) => string;
865
- visible: () => boolean;
866
866
  getId: () => string;
867
867
  getOwnerWindow: () => (Window & typeof globalThis) | null;
868
868
  getOwnerDocument: () => Document;
@@ -1000,10 +1000,10 @@ export declare const DateInputLocator: {
1000
1000
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
1001
1001
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
1002
1002
  } & {
1003
+ visible: () => boolean;
1003
1004
  toString: (maxLength?: number | undefined, options?: {
1004
1005
  highlight: boolean;
1005
1006
  } | undefined) => string;
1006
- visible: () => boolean;
1007
1007
  getId: () => string;
1008
1008
  getOwnerWindow: () => (Window & typeof globalThis) | null;
1009
1009
  getOwnerDocument: () => Document;
@@ -1139,10 +1139,10 @@ export declare const DateInputLocator: {
1139
1139
  findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
1140
1140
  findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
1141
1141
  } & {
1142
+ visible: () => boolean;
1142
1143
  toString: (maxLength?: number | undefined, options?: {
1143
1144
  highlight: boolean;
1144
1145
  } | undefined) => string;
1145
- visible: () => boolean;
1146
1146
  getId: () => string;
1147
1147
  getOwnerWindow: () => (Window & typeof globalThis) | null;
1148
1148
  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.