@ariakit/solid 0.1.1 → 0.1.3
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 +9 -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 +2 -2
- 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 +1 -1
- 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 +2 -2
- package/solid/__chunks/{335JN5JN.jsx → LPPNT2AI.jsx} +3 -3
- package/solid/focus-trap.jsx +1 -1
- package/solid/index.jsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @ariakit/solid
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
|
|
5
|
+
- Updated packages to target ES2018 (previously ES2017).
|
|
6
|
+
- Updated dependencies: `@ariakit/solid-core@0.1.3`
|
|
7
|
+
|
|
8
|
+
## 0.1.2
|
|
9
|
+
|
|
10
|
+
- Updated dependencies: `@ariakit/solid-core@0.1.2`
|
|
11
|
+
|
|
3
12
|
## 0.1.1
|
|
4
13
|
|
|
5
14
|
- Updated dependencies: `@ariakit/solid-core@0.1.1`
|
|
@@ -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
|
@@ -4,7 +4,7 @@ var _Y3LEMW77cjs = require('./__chunks/Y3LEMW77.cjs');
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _LG36JWNTcjs = require('./__chunks/LG36JWNT.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -33,4 +33,4 @@ var _275TU4BCcjs = require('./__chunks/275TU4BC.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
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.3",
|
|
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.3"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"solid-js": "^1.8"
|
|
@@ -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