@arc-ui/components 10.2.1 → 10.5.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.
@@ -1 +1 @@
1
- export { Button } from "../_shared/Button-abfb12d4";
1
+ export { Button } from "../_shared/Button-5ee1337a";
@@ -1,8 +1,8 @@
1
- export { B as Button } from '../_shared/Button-abfb12d4.js';
1
+ export { B as Button } from '../_shared/Button-5ee1337a.js';
2
2
  import '../_shared/index-e3c83626.js';
3
3
  import '../_shared/index-56d9df62.js';
4
4
  import 'react';
5
5
  import '../_shared/suffix-modifier-2a93822c.js';
6
- import '../_shared/Icon-4d523b46.js';
7
- import '../_shared/index.es-f5886c3a.js';
6
+ import '../_shared/Icon-cef09451.js';
7
+ import '../_shared/index.es-793935a1.js';
8
8
  import '../_shared/Surface-3fe44a2a.js';
@@ -1,13 +1,13 @@
1
1
  import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/index-e3c83626.js';
2
2
  import { c as classNames } from '../_shared/index-56d9df62.js';
3
3
  import React, { useState, useEffect, useContext } from 'react';
4
- import { I as Icon } from '../_shared/Icon-4d523b46.js';
4
+ import { I as Icon } from '../_shared/Icon-cef09451.js';
5
5
  import { I as Image } from '../_shared/Image-a3225049.js';
6
6
  import { H as Heading } from '../_shared/Heading-8c640dd1.js';
7
7
  import { s as suffixModifier } from '../_shared/suffix-modifier-2a93822c.js';
8
8
  import { C as Context, S as Surface } from '../_shared/Surface-3fe44a2a.js';
9
9
  import { h as handleLinkClick } from '../_shared/handle-link-click-35e09d0c.js';
10
- import '../_shared/index.es-f5886c3a.js';
10
+ import '../_shared/index.es-793935a1.js';
11
11
 
12
12
  /**
13
13
  * Detect interaction mode
@@ -1 +1 @@
1
- export { Icon } from "../_shared/Icon-4d523b46";
1
+ export { Icon } from "../_shared/Icon-cef09451";
@@ -1,6 +1,6 @@
1
- export { I as Icon } from '../_shared/Icon-4d523b46.js';
1
+ export { I as Icon } from '../_shared/Icon-cef09451.js';
2
2
  import '../_shared/index-e3c83626.js';
3
- import '../_shared/index.es-f5886c3a.js';
3
+ import '../_shared/index.es-793935a1.js';
4
4
  import '../_shared/index-56d9df62.js';
5
5
  import 'react';
6
6
  import '../_shared/suffix-modifier-2a93822c.js';
@@ -1,5 +1,5 @@
1
1
  import { _ as __rest, a as __assign, f as filterDataAttrs, d as __awaiter, e as __generator } from '../_shared/index-e3c83626.js';
2
- import { A as ArcBreakpointM } from '../_shared/index.es-f5886c3a.js';
2
+ import { A as ArcBreakpointM } from '../_shared/index.es-793935a1.js';
3
3
  import React, { useEffect, Fragment } from 'react';
4
4
  import { B as BrandLogo } from '../_shared/BrandLogo-6cc8202e.js';
5
5
  import { C as Curve } from '../_shared/Curve-5f476d0b.js';
@@ -1,15 +1,15 @@
1
1
  import { _ as __rest, a as __assign, f as filterDataAttrs, d as __awaiter, e as __generator } from '../_shared/index-e3c83626.js';
2
- import { a as ArcBreakpointL } from '../_shared/index.es-f5886c3a.js';
2
+ import { a as ArcBreakpointL } from '../_shared/index.es-793935a1.js';
3
3
  import { c as classNames } from '../_shared/index-56d9df62.js';
4
4
  import React, { useState, useEffect, Fragment, useContext, useRef, createContext } from 'react';
5
5
  import { B as BrandLogo } from '../_shared/BrandLogo-6cc8202e.js';
6
- import { B as Button } from '../_shared/Button-abfb12d4.js';
6
+ import { B as Button } from '../_shared/Button-5ee1337a.js';
7
7
  import { u as useMediaQuery } from '../_shared/use-media-query-f11805d4.js';
8
8
  import { S as Surface } from '../_shared/Surface-3fe44a2a.js';
9
9
  import { h as handleLinkClick } from '../_shared/handle-link-click-35e09d0c.js';
10
10
  import { s as suffixModifier } from '../_shared/suffix-modifier-2a93822c.js';
11
11
  import { T as Text } from '../_shared/Text-1c43d82b.js';
12
- import '../_shared/Icon-4d523b46.js';
12
+ import '../_shared/Icon-cef09451.js';
13
13
 
14
14
  var Item = function (_a) {
15
15
  var _b;
@@ -0,0 +1,12 @@
1
+ import { FC, ReactNode } from "react";
2
+ /**
3
+ * Provides text for screen readers that is visually hidden.
4
+ */
5
+ declare const VisuallyHidden: FC<VisuallyHiddenProps>;
6
+ interface VisuallyHiddenProps {
7
+ /**
8
+ * Content to be Visually Hidden.
9
+ */
10
+ children?: ReactNode;
11
+ }
12
+ export { VisuallyHidden };
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ * Provides text for screen readers that is visually hidden.
5
+ */
6
+ var VisuallyHidden = function (_a) {
7
+ var children = _a.children;
8
+ return React.createElement("div", { className: "arc-VisuallyHidden" }, children);
9
+ };
10
+
11
+ export { VisuallyHidden };
@@ -2,7 +2,7 @@ import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-e3c836
2
2
  import { c as classNames } from './index-56d9df62.js';
3
3
  import React, { forwardRef, useContext } from 'react';
4
4
  import { s as suffixModifier } from './suffix-modifier-2a93822c.js';
5
- import { I as Icon } from './Icon-4d523b46.js';
5
+ import { I as Icon } from './Icon-cef09451.js';
6
6
  import { C as Context } from './Surface-3fe44a2a.js';
7
7
 
8
8
  /**
@@ -1,5 +1,5 @@
1
1
  import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-e3c83626.js';
2
- import { i as iconsSelected } from './index.es-f5886c3a.js';
2
+ import { i as iconsSelected } from './index.es-793935a1.js';
3
3
  import { c as classNames } from './index-56d9df62.js';
4
4
  import React, { useContext } from 'react';
5
5
  import { s as suffixModifier } from './suffix-modifier-2a93822c.js';
@@ -236,6 +236,7 @@ const iconsSelected = [
236
236
  "btSpeakerMuteFill",
237
237
  "btSpeedFasterFill",
238
238
  "btSpeedFastestFill",
239
+ "btSpeedGuaranteeFill",
239
240
  "btSpeedSlowFill",
240
241
  "btSportFootballFill",
241
242
  "btStarFill",
@@ -263,6 +264,7 @@ const iconsSelected = [
263
264
  "btTree2Fill",
264
265
  "btTrophyFill",
265
266
  "btUkFill",
267
+ "btUkHotspotsFill",
266
268
  "btUsbFill",
267
269
  "btUnlockedFill",
268
270
  "btUserAddFill",