@arc-ui/components 10.2.1 → 10.3.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.
- package/dist/Breadcrumbs/index.js +2 -2
- package/dist/Button/index.d.ts +1 -1
- package/dist/Button/index.js +3 -3
- package/dist/Card/index.js +2 -2
- package/dist/Icon/index.d.ts +1 -1
- package/dist/Icon/index.js +2 -2
- package/dist/SiteFooter/index.js +1 -1
- package/dist/SiteHeader/index.js +3 -3
- package/dist/_shared/{Button-abfb12d4.d.ts → Button-5ee1337a.d.ts} +0 -0
- package/dist/_shared/{Button-abfb12d4.js → Button-5ee1337a.js} +1 -1
- package/dist/_shared/{Icon-4d523b46.d.ts → Icon-cef09451.d.ts} +0 -0
- package/dist/_shared/{Icon-4d523b46.js → Icon-cef09451.js} +1 -1
- package/dist/_shared/{index.es-f5886c3a.js → index.es-793935a1.js} +2 -0
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { useRef, useState, useEffect } from 'react';
|
|
2
|
-
import { I as Icon } from '../_shared/Icon-
|
|
2
|
+
import { I as Icon } from '../_shared/Icon-cef09451.js';
|
|
3
3
|
import { a as __assign } from '../_shared/index-e3c83626.js';
|
|
4
4
|
import { c as classNames } from '../_shared/index-56d9df62.js';
|
|
5
|
-
import '../_shared/index.es-
|
|
5
|
+
import '../_shared/index.es-793935a1.js';
|
|
6
6
|
import '../_shared/suffix-modifier-2a93822c.js';
|
|
7
7
|
import '../_shared/Surface-3fe44a2a.js';
|
|
8
8
|
|
package/dist/Button/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Button } from "../_shared/Button-
|
|
1
|
+
export { Button } from "../_shared/Button-5ee1337a";
|
package/dist/Button/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { B as Button } from '../_shared/Button-
|
|
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-
|
|
7
|
-
import '../_shared/index.es-
|
|
6
|
+
import '../_shared/Icon-cef09451.js';
|
|
7
|
+
import '../_shared/index.es-793935a1.js';
|
|
8
8
|
import '../_shared/Surface-3fe44a2a.js';
|
package/dist/Card/index.js
CHANGED
|
@@ -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-
|
|
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-
|
|
10
|
+
import '../_shared/index.es-793935a1.js';
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* Detect interaction mode
|
package/dist/Icon/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Icon } from "../_shared/Icon-
|
|
1
|
+
export { Icon } from "../_shared/Icon-cef09451";
|
package/dist/Icon/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { I as Icon } from '../_shared/Icon-
|
|
1
|
+
export { I as Icon } from '../_shared/Icon-cef09451.js';
|
|
2
2
|
import '../_shared/index-e3c83626.js';
|
|
3
|
-
import '../_shared/index.es-
|
|
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';
|
package/dist/SiteFooter/index.js
CHANGED
|
@@ -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-
|
|
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';
|
package/dist/SiteHeader/index.js
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
12
|
+
import '../_shared/Icon-cef09451.js';
|
|
13
13
|
|
|
14
14
|
var Item = function (_a) {
|
|
15
15
|
var _b;
|
|
File without changes
|
|
@@ -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-
|
|
5
|
+
import { I as Icon } from './Icon-cef09451.js';
|
|
6
6
|
import { C as Context } from './Surface-3fe44a2a.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
File without changes
|
|
@@ -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-
|
|
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",
|
package/dist/index.es.js
CHANGED
|
@@ -17749,6 +17749,7 @@ const iconsSelected = [
|
|
|
17749
17749
|
"btSpeakerMuteFill",
|
|
17750
17750
|
"btSpeedFasterFill",
|
|
17751
17751
|
"btSpeedFastestFill",
|
|
17752
|
+
"btSpeedGuaranteeFill",
|
|
17752
17753
|
"btSpeedSlowFill",
|
|
17753
17754
|
"btSportFootballFill",
|
|
17754
17755
|
"btStarFill",
|
|
@@ -17776,6 +17777,7 @@ const iconsSelected = [
|
|
|
17776
17777
|
"btTree2Fill",
|
|
17777
17778
|
"btTrophyFill",
|
|
17778
17779
|
"btUkFill",
|
|
17780
|
+
"btUkHotspotsFill",
|
|
17779
17781
|
"btUsbFill",
|
|
17780
17782
|
"btUnlockedFill",
|
|
17781
17783
|
"btUserAddFill",
|