@ariakit/test 0.4.10 → 0.4.11
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 +4 -0
- package/cjs/query.d.cts +1 -1
- package/cjs/query.d.ts +1 -1
- package/esm/query.d.ts +1 -1
- package/license +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/cjs/query.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { queries as baseQueries } from "@testing-library/dom";
|
|
2
1
|
import type { ByRoleOptions } from "@testing-library/dom";
|
|
2
|
+
import { queries as baseQueries } from "@testing-library/dom";
|
|
3
3
|
export declare const query: {
|
|
4
4
|
text: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => ReturnType<baseQueries.QueryByText<T>>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement | null) & {
|
|
5
5
|
all: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => ReturnType<baseQueries.AllByText<T>>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]) & {
|
package/cjs/query.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { queries as baseQueries } from "@testing-library/dom";
|
|
2
1
|
import type { ByRoleOptions } from "@testing-library/dom";
|
|
2
|
+
import { queries as baseQueries } from "@testing-library/dom";
|
|
3
3
|
export declare const query: {
|
|
4
4
|
text: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => ReturnType<baseQueries.QueryByText<T>>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement | null) & {
|
|
5
5
|
all: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => ReturnType<baseQueries.AllByText<T>>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]) & {
|
package/esm/query.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { queries as baseQueries } from "@testing-library/dom";
|
|
2
1
|
import type { ByRoleOptions } from "@testing-library/dom";
|
|
2
|
+
import { queries as baseQueries } from "@testing-library/dom";
|
|
3
3
|
export declare const query: {
|
|
4
4
|
text: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => ReturnType<baseQueries.QueryByText<T>>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement | null) & {
|
|
5
5
|
all: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => ReturnType<baseQueries.AllByText<T>>) & ((id: import("@testing-library/dom").Matcher, options?: import("@testing-library/dom").SelectorMatcherOptions | undefined) => HTMLElement[]) & {
|
package/license
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariakit/test",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.11",
|
|
4
4
|
"description": "Ariakit test utils",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"react"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@ariakit/core": "0.4.
|
|
32
|
+
"@ariakit/core": "0.4.16",
|
|
33
33
|
"@testing-library/dom": "^8.0.0 || ^9.0.0 || ^10.0.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|