@arc-ui/components 11.8.0 → 11.9.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/Badge/Badge.cjs.d.ts +4 -0
- package/dist/Badge/Badge.cjs.js +3 -3
- package/dist/Badge/Badge.esm.d.ts +4 -0
- package/dist/Badge/Badge.esm.js +3 -3
- package/dist/ProgressStepper/ProgressStepper.cjs.d.ts +1 -89
- package/dist/ProgressStepper/ProgressStepper.cjs.js +10 -144
- package/dist/ProgressStepper/ProgressStepper.esm.d.ts +1 -89
- package/dist/ProgressStepper/ProgressStepper.esm.js +9 -143
- package/dist/Tabs/Tabs.cjs.d.ts +1 -75
- package/dist/Tabs/Tabs.cjs.js +11 -505
- package/dist/Tabs/Tabs.esm.d.ts +1 -75
- package/dist/Tabs/Tabs.esm.js +10 -504
- package/dist/TextArea/TextArea.cjs.js +20 -8
- package/dist/TextArea/TextArea.esm.js +20 -8
- package/dist/Toast/Toast.cjs.d.ts +1 -52
- package/dist/Toast/Toast.cjs.js +14 -734
- package/dist/Toast/Toast.esm.d.ts +1 -52
- package/dist/Toast/Toast.esm.js +13 -733
- package/dist/_shared/cjs/MediaCard-9483ad5f.d.ts +60 -0
- package/dist/_shared/cjs/ProgressStepper-f740d7bb.d.ts +89 -0
- package/dist/_shared/cjs/ProgressStepper-f740d7bb.js +149 -0
- package/dist/_shared/cjs/Tabs-fda49692.d.ts +75 -0
- package/dist/_shared/cjs/Tabs-fda49692.js +510 -0
- package/dist/_shared/cjs/Toast-0cb23cae.d.ts +52 -0
- package/dist/_shared/cjs/Toast-0cb23cae.js +739 -0
- package/dist/_shared/esm/MediaCard-9483ad5f.d.ts +60 -0
- package/dist/_shared/esm/ProgressStepper-7ab88f4c.d.ts +89 -0
- package/dist/_shared/esm/ProgressStepper-7ab88f4c.js +143 -0
- package/dist/_shared/esm/Tabs-5af0b940.d.ts +75 -0
- package/dist/_shared/esm/Tabs-5af0b940.js +504 -0
- package/dist/_shared/esm/Toast-43795e91.d.ts +52 -0
- package/dist/_shared/esm/Toast-43795e91.js +733 -0
- package/dist/index.es.js +2312 -407
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2667 -751
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/components/Badge/Badge.d.ts +4 -0
- package/dist/types/components/Toast/Toast.d.ts +2 -2
- package/dist/types/components/Toast/ToastNotification.d.ts +1 -1
- package/dist/types/components/index.d.ts +17 -6
- package/package.json +4 -4
|
@@ -7,8 +7,8 @@ export declare const Toast: FC<ToastProps> & {
|
|
|
7
7
|
interface ToastProps {
|
|
8
8
|
children: React.ReactNode;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Colour scheme for `Toast` - Use 'default' in almost all cases.
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
colorScheme?: "default" | "alternative";
|
|
13
13
|
}
|
|
14
14
|
export {};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
export { Align } from "./Align";
|
|
2
|
+
export { Alert } from "./Alert";
|
|
3
|
+
export { Badge } from "./Badge";
|
|
2
4
|
export { Base } from "./Base";
|
|
3
|
-
export {
|
|
4
|
-
export { BrandLogo } from "./BrandLogo
|
|
5
|
+
export { Box } from "./Box";
|
|
6
|
+
export { BrandLogo } from "./BrandLogo";
|
|
7
|
+
export { Breadcrumbs } from "./Breadcrumbs";
|
|
5
8
|
export { Button } from "./Button";
|
|
6
9
|
export { Card } from "./Card";
|
|
7
10
|
export { Checkbox } from "./Checkbox";
|
|
@@ -9,30 +12,38 @@ export { Clock, ClockRehydrator } from "./Clock";
|
|
|
9
12
|
export { Columns } from "./Columns";
|
|
10
13
|
export { Curve } from "./Curve";
|
|
11
14
|
export { Disclosure } from "./Disclosure";
|
|
15
|
+
export { DisclosureMini } from "./DisclosureMini";
|
|
12
16
|
export { Elevation } from "./Elevation";
|
|
13
|
-
export { FormControl } from "./FormControl";
|
|
14
17
|
export { Filter } from "./Filter";
|
|
18
|
+
export { FormControl } from "./FormControl";
|
|
15
19
|
export { Group } from "./Group";
|
|
16
20
|
export { Heading } from "./Heading";
|
|
17
21
|
export { Icon } from "./Icon";
|
|
18
22
|
export { Image } from "./Image";
|
|
19
23
|
export { Markup } from "./Markup";
|
|
24
|
+
export { MediaCard } from "./MediaCard";
|
|
20
25
|
export { Modal } from "./Modal";
|
|
21
|
-
export {
|
|
26
|
+
export { Pagination } from "./Pagination";
|
|
27
|
+
export { PaginationSimple } from "./PaginationSimple";
|
|
22
28
|
export { Poster } from "./Poster";
|
|
29
|
+
export { ProgressBar } from "./ProgressBar";
|
|
30
|
+
export { ProgressStepper } from "./ProgressStepper";
|
|
23
31
|
export { RadioGroup } from "./RadioGroup";
|
|
24
32
|
export { Rule } from "./Rule";
|
|
33
|
+
export { ScrollToTop } from "./ScrollToTop";
|
|
25
34
|
export { Section } from "./Section";
|
|
26
35
|
export { Select } from "./Select";
|
|
27
36
|
export { SiteFooter, SiteFooterRehydrator } from "./SiteFooter";
|
|
28
37
|
export { SiteHeader, SiteHeaderRehydrator } from "./SiteHeader";
|
|
29
38
|
export { Surface, SurfaceContext } from "./Surface";
|
|
30
39
|
export { Switch } from "./Switch";
|
|
31
|
-
export {
|
|
40
|
+
export { Tabs } from "./Tabs";
|
|
32
41
|
export { Tag } from "./Tag";
|
|
33
42
|
export { Text } from "./Text";
|
|
34
|
-
export { TextInput } from "./TextInput";
|
|
35
43
|
export { TextArea } from "./TextArea";
|
|
44
|
+
export { TextInput } from "./TextInput";
|
|
45
|
+
export { Toast } from "./Toast";
|
|
36
46
|
export { Truncate } from "./Truncate";
|
|
47
|
+
export { UniversalHeader } from "./UniversalHeader";
|
|
37
48
|
export { VerticalSpace } from "./VerticalSpace";
|
|
38
49
|
export { VisuallyHidden } from "./VisuallyHidden";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arc-ui/components",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.9.0",
|
|
4
4
|
"homepage": "https://ui.digital-ent-int.bt.com",
|
|
5
5
|
"author": "BT Enterprise Digital UI Team <ui-digital-ent-int@bt.com>",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@radix-ui/react-toast": "1.1.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@arc-ui/fonts": "^11.
|
|
38
|
-
"@arc-ui/icons": "^11.
|
|
39
|
-
"@arc-ui/tokens": "^11.
|
|
37
|
+
"@arc-ui/fonts": "^11.9.0",
|
|
38
|
+
"@arc-ui/icons": "^11.9.0",
|
|
39
|
+
"@arc-ui/tokens": "^11.9.0",
|
|
40
40
|
"@babel/core": "^7.14.3",
|
|
41
41
|
"@babel/helper-define-map": "^7.14.3",
|
|
42
42
|
"@storybook/addon-essentials": "^6.3.6",
|