@spark-ui/visually-hidden 0.4.17 → 0.4.19

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 CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.4.19](https://github.com/adevinta/spark/compare/@spark-ui/visually-hidden@0.4.18...@spark-ui/visually-hidden@0.4.19) (2023-05-09)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **visually-hidden:** fix deps ([8365b6d](https://github.com/adevinta/spark/commit/8365b6ddb9a970a9449ca6ddbbe3e5e21995f63f))
11
+
12
+ ## [0.4.18](https://github.com/adevinta/spark/compare/@spark-ui/visually-hidden@0.4.17...@spark-ui/visually-hidden@0.4.18) (2023-05-05)
13
+
14
+ **Note:** Version bump only for package @spark-ui/visually-hidden
15
+
6
16
  ## [0.4.17](https://github.com/adevinta/spark/compare/@spark-ui/visually-hidden@0.4.16...@spark-ui/visually-hidden@0.4.17) (2023-05-03)
7
17
 
8
18
  **Note:** Version bump only for package @spark-ui/visually-hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/visually-hidden",
3
- "version": "0.4.17",
3
+ "version": "0.4.19",
4
4
  "description": "Hides content from the screen in an accessible way",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@radix-ui/react-visually-hidden": "1",
21
- "@spark-ui/icons": "^1.10.0"
21
+ "@spark-ui/icons": "^1.10.3"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "^16.8 || ^17.0 || ^18.0",
@@ -1,5 +0,0 @@
1
- import { HTMLAttributes, PropsWithChildren } from 'react';
2
- export type SlotProps = PropsWithChildren<HTMLAttributes<HTMLElement>>;
3
- export declare const VisuallyHidden: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLElement> & {
4
- children?: import("react").ReactNode;
5
- } & import("react").RefAttributes<HTMLElement>>;
package/dist/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './VisuallyHidden';
package/dist/index.js DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),o=require("@radix-ui/react-visually-hidden"),i=e.forwardRef((r,t)=>e.createElement(o.Root,{ref:t,...r}));exports.VisuallyHidden=i;
package/dist/index.mjs DELETED
@@ -1,6 +0,0 @@
1
- import o, { forwardRef as t } from "react";
2
- import { Root as a } from "@radix-ui/react-visually-hidden";
3
- const m = t((r, e) => o.createElement(a, { ref: e, ...r }));
4
- export {
5
- m as VisuallyHidden
6
- };