@ariakit/solid 0.1.0 → 0.1.2
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 +8 -0
- package/cjs/__chunks/{2FUNANOD.cjs → LG36JWNT.cjs} +2 -2
- package/cjs/as.d.cts +1 -1
- package/cjs/as.d.ts +1 -1
- package/cjs/focus-trap.cjs +2 -2
- package/cjs/focus-trap.d.cts +2 -2
- package/cjs/focus-trap.d.ts +2 -2
- package/cjs/group.d.cts +2 -2
- package/cjs/group.d.ts +2 -2
- package/cjs/heading.d.cts +2 -2
- package/cjs/heading.d.ts +2 -2
- package/cjs/index.cjs +8 -8
- package/cjs/role.d.cts +1 -1
- package/cjs/role.d.ts +1 -1
- package/cjs/separator.d.cts +1 -1
- package/cjs/separator.d.ts +1 -1
- package/cjs/visually-hidden.d.cts +1 -1
- package/cjs/visually-hidden.d.ts +1 -1
- package/esm/__chunks/{ISDRYYMK.js → ICNBZFUS.js} +3 -3
- package/esm/as.d.ts +1 -1
- package/esm/focus-trap.d.ts +2 -2
- package/esm/focus-trap.js +1 -1
- package/esm/group.d.ts +2 -2
- package/esm/heading.d.ts +2 -2
- package/esm/index.js +14 -14
- package/esm/role.d.ts +1 -1
- package/esm/separator.d.ts +1 -1
- package/esm/visually-hidden.d.ts +1 -1
- package/license +1 -1
- package/package.json +32 -32
- package/readme.md +9 -8
- package/solid/__chunks/{335JN5JN.jsx → LPPNT2AI.jsx} +3 -3
- package/solid/focus-trap.jsx +1 -1
- package/solid/index.jsx +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/focus-trap.ts
|
|
2
|
-
var _focustrapregion = require('@ariakit/solid-core/focus-trap/focus-trap-region');
|
|
3
2
|
var _focustrap = require('@ariakit/solid-core/focus-trap/focus-trap');
|
|
3
|
+
var _focustrapregion = require('@ariakit/solid-core/focus-trap/focus-trap-region');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.
|
|
8
|
+
exports.FocusTrap = _focustrap.FocusTrap; exports.FocusTrapRegion = _focustrapregion.FocusTrapRegion;
|
package/cjs/as.d.cts
CHANGED
package/cjs/as.d.ts
CHANGED
package/cjs/focus-trap.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _LG36JWNTcjs = require('./__chunks/LG36JWNT.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.FocusTrap =
|
|
8
|
+
exports.FocusTrap = _LG36JWNTcjs.FocusTrap; exports.FocusTrapRegion = _LG36JWNTcjs.FocusTrapRegion;
|
package/cjs/focus-trap.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export type { FocusTrapOptions, FocusTrapProps, } from "@ariakit/solid-core/focus-trap/focus-trap";
|
|
2
2
|
export { FocusTrap } from "@ariakit/solid-core/focus-trap/focus-trap";
|
|
3
3
|
export type { FocusTrapRegionOptions, FocusTrapRegionProps, } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
|
4
|
-
export
|
|
4
|
+
export { FocusTrapRegion } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
package/cjs/focus-trap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export type { FocusTrapOptions, FocusTrapProps, } from "@ariakit/solid-core/focus-trap/focus-trap";
|
|
2
2
|
export { FocusTrap } from "@ariakit/solid-core/focus-trap/focus-trap";
|
|
3
3
|
export type { FocusTrapRegionOptions, FocusTrapRegionProps, } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
|
4
|
-
export
|
|
4
|
+
export { FocusTrapRegion } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
package/cjs/group.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Group } from "@ariakit/solid-core/group/group";
|
|
2
|
-
export { GroupLabel } from "@ariakit/solid-core/group/group-label";
|
|
3
1
|
export type { GroupOptions, GroupProps } from "@ariakit/solid-core/group/group";
|
|
2
|
+
export { Group } from "@ariakit/solid-core/group/group";
|
|
4
3
|
export type { GroupLabelOptions, GroupLabelProps, } from "@ariakit/solid-core/group/group-label";
|
|
4
|
+
export { GroupLabel } from "@ariakit/solid-core/group/group-label";
|
package/cjs/group.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Group } from "@ariakit/solid-core/group/group";
|
|
2
|
-
export { GroupLabel } from "@ariakit/solid-core/group/group-label";
|
|
3
1
|
export type { GroupOptions, GroupProps } from "@ariakit/solid-core/group/group";
|
|
2
|
+
export { Group } from "@ariakit/solid-core/group/group";
|
|
4
3
|
export type { GroupLabelOptions, GroupLabelProps, } from "@ariakit/solid-core/group/group-label";
|
|
4
|
+
export { GroupLabel } from "@ariakit/solid-core/group/group-label";
|
package/cjs/heading.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Heading } from "@ariakit/solid-core/heading/heading";
|
|
2
|
-
export { HeadingLevel } from "@ariakit/solid-core/heading/heading-level";
|
|
3
1
|
export type { HeadingOptions, HeadingProps, } from "@ariakit/solid-core/heading/heading";
|
|
2
|
+
export { Heading } from "@ariakit/solid-core/heading/heading";
|
|
4
3
|
export type { HeadingLevelProps } from "@ariakit/solid-core/heading/heading-level";
|
|
4
|
+
export { HeadingLevel } from "@ariakit/solid-core/heading/heading-level";
|
package/cjs/heading.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Heading } from "@ariakit/solid-core/heading/heading";
|
|
2
|
-
export { HeadingLevel } from "@ariakit/solid-core/heading/heading-level";
|
|
3
1
|
export type { HeadingOptions, HeadingProps, } from "@ariakit/solid-core/heading/heading";
|
|
2
|
+
export { Heading } from "@ariakit/solid-core/heading/heading";
|
|
4
3
|
export type { HeadingLevelProps } from "@ariakit/solid-core/heading/heading-level";
|
|
4
|
+
export { HeadingLevel } from "@ariakit/solid-core/heading/heading-level";
|
package/cjs/index.cjs
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _Y3LEMW77cjs = require('./__chunks/Y3LEMW77.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var _2Q354MOPcjs = require('./__chunks/2Q354MOP.cjs');
|
|
7
6
|
|
|
7
|
+
var _LG36JWNTcjs = require('./__chunks/LG36JWNT.cjs');
|
|
8
8
|
|
|
9
|
-
var _ENRC3BJLcjs = require('./__chunks/ENRC3BJL.cjs');
|
|
10
9
|
|
|
11
10
|
|
|
11
|
+
var _BUMKLPBRcjs = require('./__chunks/BUMKLPBR.cjs');
|
|
12
12
|
|
|
13
|
-
var _PZXAM47Scjs = require('./__chunks/PZXAM47S.cjs');
|
|
14
13
|
|
|
15
14
|
|
|
15
|
+
var _PZXAM47Scjs = require('./__chunks/PZXAM47S.cjs');
|
|
16
16
|
|
|
17
|
-
var _BUMKLPBRcjs = require('./__chunks/BUMKLPBR.cjs');
|
|
18
17
|
|
|
18
|
+
var _ENRC3BJLcjs = require('./__chunks/ENRC3BJL.cjs');
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
var
|
|
21
|
+
var _2Q354MOPcjs = require('./__chunks/2Q354MOP.cjs');
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var _275TU4BCcjs = require('./__chunks/275TU4BC.cjs');
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
@@ -33,4 +33,4 @@ var _Y3LEMW77cjs = require('./__chunks/Y3LEMW77.cjs');
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
exports.As = _Y3LEMW77cjs.As; exports.FocusTrap =
|
|
36
|
+
exports.As = _Y3LEMW77cjs.As; exports.FocusTrap = _LG36JWNTcjs.FocusTrap; exports.FocusTrapRegion = _LG36JWNTcjs.FocusTrapRegion; exports.Group = _BUMKLPBRcjs.Group; exports.GroupLabel = _BUMKLPBRcjs.GroupLabel; exports.Heading = _PZXAM47Scjs.Heading; exports.HeadingLevel = _PZXAM47Scjs.HeadingLevel; exports.Role = _ENRC3BJLcjs.Role; exports.Separator = _2Q354MOPcjs.Separator; exports.VisuallyHidden = _275TU4BCcjs.VisuallyHidden;
|
package/cjs/role.d.cts
CHANGED
package/cjs/role.d.ts
CHANGED
package/cjs/separator.d.cts
CHANGED
package/cjs/separator.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { VisuallyHidden } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
|
2
1
|
export type { VisuallyHiddenOptions, VisuallyHiddenProps, } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
|
2
|
+
export { VisuallyHidden } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
package/cjs/visually-hidden.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { VisuallyHidden } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
|
2
1
|
export type { VisuallyHiddenOptions, VisuallyHiddenProps, } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
|
2
|
+
export { VisuallyHidden } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// src/focus-trap.ts
|
|
2
|
-
import { FocusTrapRegion } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
|
3
2
|
import { FocusTrap } from "@ariakit/solid-core/focus-trap/focus-trap";
|
|
3
|
+
import { FocusTrapRegion } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
|
4
4
|
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
FocusTrap,
|
|
7
|
+
FocusTrapRegion
|
|
8
8
|
};
|
package/esm/as.d.ts
CHANGED
package/esm/focus-trap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export type { FocusTrapOptions, FocusTrapProps, } from "@ariakit/solid-core/focus-trap/focus-trap";
|
|
2
2
|
export { FocusTrap } from "@ariakit/solid-core/focus-trap/focus-trap";
|
|
3
3
|
export type { FocusTrapRegionOptions, FocusTrapRegionProps, } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
|
4
|
-
export
|
|
4
|
+
export { FocusTrapRegion } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
package/esm/focus-trap.js
CHANGED
package/esm/group.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Group } from "@ariakit/solid-core/group/group";
|
|
2
|
-
export { GroupLabel } from "@ariakit/solid-core/group/group-label";
|
|
3
1
|
export type { GroupOptions, GroupProps } from "@ariakit/solid-core/group/group";
|
|
2
|
+
export { Group } from "@ariakit/solid-core/group/group";
|
|
4
3
|
export type { GroupLabelOptions, GroupLabelProps, } from "@ariakit/solid-core/group/group-label";
|
|
4
|
+
export { GroupLabel } from "@ariakit/solid-core/group/group-label";
|
package/esm/heading.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Heading } from "@ariakit/solid-core/heading/heading";
|
|
2
|
-
export { HeadingLevel } from "@ariakit/solid-core/heading/heading-level";
|
|
3
1
|
export type { HeadingOptions, HeadingProps, } from "@ariakit/solid-core/heading/heading";
|
|
2
|
+
export { Heading } from "@ariakit/solid-core/heading/heading";
|
|
4
3
|
export type { HeadingLevelProps } from "@ariakit/solid-core/heading/heading-level";
|
|
4
|
+
export { HeadingLevel } from "@ariakit/solid-core/heading/heading-level";
|
package/esm/index.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./__chunks/
|
|
2
|
+
As
|
|
3
|
+
} from "./__chunks/IXFMZ5NQ.js";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
FocusTrap,
|
|
6
|
+
FocusTrapRegion
|
|
7
|
+
} from "./__chunks/ICNBZFUS.js";
|
|
7
8
|
import {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
Group,
|
|
10
|
+
GroupLabel
|
|
11
|
+
} from "./__chunks/T7DWLEZA.js";
|
|
10
12
|
import {
|
|
11
13
|
Heading,
|
|
12
14
|
HeadingLevel
|
|
13
15
|
} from "./__chunks/XEA3IT3C.js";
|
|
14
16
|
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} from "./__chunks/T7DWLEZA.js";
|
|
17
|
+
Role
|
|
18
|
+
} from "./__chunks/KOD5573B.js";
|
|
18
19
|
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
} from "./__chunks/ISDRYYMK.js";
|
|
20
|
+
Separator
|
|
21
|
+
} from "./__chunks/7XXSADQR.js";
|
|
22
22
|
import {
|
|
23
|
-
|
|
24
|
-
} from "./__chunks/
|
|
23
|
+
VisuallyHidden
|
|
24
|
+
} from "./__chunks/XZXBRRIQ.js";
|
|
25
25
|
export {
|
|
26
26
|
As,
|
|
27
27
|
FocusTrap,
|
package/esm/role.d.ts
CHANGED
package/esm/separator.d.ts
CHANGED
package/esm/visually-hidden.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { VisuallyHidden } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
|
2
1
|
export type { VisuallyHiddenOptions, VisuallyHiddenProps, } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
|
2
|
+
export { VisuallyHidden } from "@ariakit/solid-core/visually-hidden/visually-hidden";
|
package/license
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2025-present Ariakit FZ-LLC, Dani Guardiola
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariakit/solid",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Toolkit for building accessible web apps with Solid",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"components"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@ariakit/solid-core": "0.1.
|
|
47
|
+
"@ariakit/solid-core": "0.1.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"solid-js": "^1.8"
|
|
@@ -58,28 +58,28 @@
|
|
|
58
58
|
"default": "./cjs/index.cjs"
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"./
|
|
62
|
-
"solid": "./solid/
|
|
63
|
-
"import": "./esm/
|
|
61
|
+
"./as": {
|
|
62
|
+
"solid": "./solid/as.jsx",
|
|
63
|
+
"import": "./esm/as.js",
|
|
64
64
|
"require": {
|
|
65
|
-
"types": "./cjs/
|
|
66
|
-
"default": "./cjs/
|
|
65
|
+
"types": "./cjs/as.d.cts",
|
|
66
|
+
"default": "./cjs/as.cjs"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
"./
|
|
70
|
-
"solid": "./solid/
|
|
71
|
-
"import": "./esm/
|
|
69
|
+
"./focus-trap": {
|
|
70
|
+
"solid": "./solid/focus-trap.jsx",
|
|
71
|
+
"import": "./esm/focus-trap.js",
|
|
72
72
|
"require": {
|
|
73
|
-
"types": "./cjs/
|
|
74
|
-
"default": "./cjs/
|
|
73
|
+
"types": "./cjs/focus-trap.d.cts",
|
|
74
|
+
"default": "./cjs/focus-trap.cjs"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"./
|
|
78
|
-
"solid": "./solid/
|
|
79
|
-
"import": "./esm/
|
|
77
|
+
"./group": {
|
|
78
|
+
"solid": "./solid/group.jsx",
|
|
79
|
+
"import": "./esm/group.js",
|
|
80
80
|
"require": {
|
|
81
|
-
"types": "./cjs/
|
|
82
|
-
"default": "./cjs/
|
|
81
|
+
"types": "./cjs/group.d.cts",
|
|
82
|
+
"default": "./cjs/group.cjs"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"./heading": {
|
|
@@ -90,28 +90,28 @@
|
|
|
90
90
|
"default": "./cjs/heading.cjs"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
-
"./
|
|
94
|
-
"solid": "./solid/
|
|
95
|
-
"import": "./esm/
|
|
93
|
+
"./role": {
|
|
94
|
+
"solid": "./solid/role.jsx",
|
|
95
|
+
"import": "./esm/role.js",
|
|
96
96
|
"require": {
|
|
97
|
-
"types": "./cjs/
|
|
98
|
-
"default": "./cjs/
|
|
97
|
+
"types": "./cjs/role.d.cts",
|
|
98
|
+
"default": "./cjs/role.cjs"
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
|
-
"./
|
|
102
|
-
"solid": "./solid/
|
|
103
|
-
"import": "./esm/
|
|
101
|
+
"./separator": {
|
|
102
|
+
"solid": "./solid/separator.jsx",
|
|
103
|
+
"import": "./esm/separator.js",
|
|
104
104
|
"require": {
|
|
105
|
-
"types": "./cjs/
|
|
106
|
-
"default": "./cjs/
|
|
105
|
+
"types": "./cjs/separator.d.cts",
|
|
106
|
+
"default": "./cjs/separator.cjs"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"./
|
|
110
|
-
"solid": "./solid/
|
|
111
|
-
"import": "./esm/
|
|
109
|
+
"./visually-hidden": {
|
|
110
|
+
"solid": "./solid/visually-hidden.jsx",
|
|
111
|
+
"import": "./esm/visually-hidden.js",
|
|
112
112
|
"require": {
|
|
113
|
-
"types": "./cjs/
|
|
114
|
-
"default": "./cjs/
|
|
113
|
+
"types": "./cjs/visually-hidden.d.cts",
|
|
114
|
+
"default": "./cjs/visually-hidden.cjs"
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"./package.json": "./package.json"
|
package/readme.md
CHANGED
|
@@ -27,8 +27,12 @@
|
|
|
27
27
|
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/ariakit/ariakit?style=social">
|
|
28
28
|
</a>
|
|
29
29
|
|
|
30
|
-
<a href="https://
|
|
31
|
-
<img alt="Follow Ariakit on
|
|
30
|
+
<a href="https://bsky.app/profile/ariakit.org">
|
|
31
|
+
<img alt="Follow Ariakit on Bluesky" src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff">
|
|
32
|
+
</a>
|
|
33
|
+
|
|
34
|
+
<a href="https://discord.gg/WyHvnXsvMs">
|
|
35
|
+
<img alt="Join the Ariakit Discord server" src="https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white">
|
|
32
36
|
</a>
|
|
33
37
|
</div>
|
|
34
38
|
|
|
@@ -81,12 +85,9 @@ render(() => <App />, document.getElementById("root")!);
|
|
|
81
85
|
|
|
82
86
|
## Core Team
|
|
83
87
|
|
|
84
|
-
- [Diego Haz](https://
|
|
85
|
-
- [Ben Rodri](https://
|
|
86
|
-
|
|
87
|
-
## Ariakit Solid maintainers
|
|
88
|
-
|
|
89
|
-
- [Dani Guardiola](https://x.com/daniguardio_la)
|
|
88
|
+
- [Diego Haz](https://bsky.app/profile/haz.dev)
|
|
89
|
+
- [Ben Rodri](https://bsky.app/profile/ben.ariakit.org)
|
|
90
|
+
- [Dani Guardiola](https://bsky.app/profile/dio.la)
|
|
90
91
|
|
|
91
92
|
## Attribution
|
|
92
93
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// src/focus-trap.ts
|
|
2
|
-
import { FocusTrapRegion } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
|
3
2
|
import { FocusTrap } from "@ariakit/solid-core/focus-trap/focus-trap";
|
|
3
|
+
import { FocusTrapRegion } from "@ariakit/solid-core/focus-trap/focus-trap-region";
|
|
4
4
|
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
FocusTrap,
|
|
7
|
+
FocusTrapRegion
|
|
8
8
|
};
|
package/solid/focus-trap.jsx
CHANGED
package/solid/index.jsx
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./__chunks/
|
|
2
|
+
As
|
|
3
|
+
} from "./__chunks/WJARI2OW.jsx";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
FocusTrap,
|
|
6
|
+
FocusTrapRegion
|
|
7
|
+
} from "./__chunks/LPPNT2AI.jsx";
|
|
7
8
|
import {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
Group,
|
|
10
|
+
GroupLabel
|
|
11
|
+
} from "./__chunks/X7PMJEGW.jsx";
|
|
10
12
|
import {
|
|
11
13
|
Heading,
|
|
12
14
|
HeadingLevel
|
|
13
15
|
} from "./__chunks/B4J54GZO.jsx";
|
|
14
16
|
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} from "./__chunks/X7PMJEGW.jsx";
|
|
17
|
+
Role
|
|
18
|
+
} from "./__chunks/KXPA77JC.jsx";
|
|
18
19
|
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
} from "./__chunks/335JN5JN.jsx";
|
|
20
|
+
Separator
|
|
21
|
+
} from "./__chunks/ZUMGULQQ.jsx";
|
|
22
22
|
import {
|
|
23
|
-
|
|
24
|
-
} from "./__chunks/
|
|
23
|
+
VisuallyHidden
|
|
24
|
+
} from "./__chunks/LA2J7WFB.jsx";
|
|
25
25
|
export {
|
|
26
26
|
As,
|
|
27
27
|
FocusTrap,
|