@arc-ui/community-components 1.0.1 → 1.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc-ui/community-components",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "homepage": "https://ui.digital-ent-int.bt.com",
6
6
  "author": "BT Business Digital UI Team <ui-digital-ent-int@bt.com>",
@@ -34,8 +34,8 @@
34
34
  "access": "public"
35
35
  },
36
36
  "peerDependencies": {
37
- "@arc-ui/components": "12.0.0-beta.21",
38
- "@arc-ui/themes": "12.0.0-beta.21",
37
+ "@arc-ui/components": "12.0.0-beta.22",
38
+ "@arc-ui/themes": "12.0.0-beta.22",
39
39
  "react": "^18.0.0",
40
40
  "react-dom": "^18.0.0"
41
41
  },
@@ -45,13 +45,13 @@
45
45
  }
46
46
  },
47
47
  "devDependencies": {
48
- "@arc-ui/components": "12.0.0-beta.21",
49
- "@arc-ui/icons": "12.0.0-beta.21",
50
- "@arc-ui/themes": "12.0.0-beta.21",
51
- "@arc-ui/tokens-arc": "12.0.0-beta.21",
52
- "@arc-ui/tokens-bt-business": "12.0.0-beta.21",
53
- "@arc-ui/tokens-bt-enterprise": "12.0.0-beta.21",
54
- "@arc-ui/tokens-ee": "12.0.0-beta.21",
48
+ "@arc-ui/components": "12.0.0-beta.22",
49
+ "@arc-ui/icons": "12.0.0-beta.22",
50
+ "@arc-ui/themes": "12.0.0-beta.22",
51
+ "@arc-ui/tokens-arc": "12.0.0-beta.22",
52
+ "@arc-ui/tokens-bt-business": "12.0.0-beta.22",
53
+ "@arc-ui/tokens-bt-enterprise": "12.0.0-beta.22",
54
+ "@arc-ui/tokens-ee": "12.0.0-beta.22",
55
55
  "@rollup/plugin-commonjs": "^28.0.1",
56
56
  "@rollup/plugin-node-resolve": "^15.3.0",
57
57
  "@rollup/plugin-typescript": "^12.1.1",
@@ -74,10 +74,10 @@
74
74
  "tslib": "^2.8.1",
75
75
  "typescript": "^5.6.3",
76
76
  "@arc-ui/community-build-utils": "^0.1.0",
77
+ "@arc-ui/community-css-config": "^0.1.0",
77
78
  "@arc-ui/community-eslint-config": "^0.1.0",
78
79
  "@arc-ui/community-typescript-config": "^0.1.0",
79
- "@arc-ui/community-utils": "^0.1.0",
80
- "@arc-ui/community-css-config": "^0.1.0"
80
+ "@arc-ui/community-utils": "^0.1.0"
81
81
  },
82
82
  "browserslist": [
83
83
  "defaults",
@@ -4,7 +4,7 @@ import classNames from "classnames";
4
4
 
5
5
  import styles from "./BannerWithTabs.module.css";
6
6
  import { SectionHeading, SectionHeadingProps } from "../SectionHeading";
7
- import { TabbedBanner } from "@arc-ui/components";
7
+ import { TabbedBanner } from "@arc-ui/components/TabbedBanner";
8
8
  import { TemplateBannerProps } from "@arc-ui/components/dist/types/components/TemplateBanner/TemplateBanner";
9
9
 
10
10
  export const BannerWithTabs: FC<BannerWithTabsProps> = ({
@@ -9,12 +9,10 @@ import { ArcSizeBreakpointsS } from "@arc-ui/tokens-arc";
9
9
 
10
10
  import { SectionHeading, type SectionHeadingProps } from "../SectionHeading";
11
11
  import { type ListProps } from "./types";
12
- import {
13
- ButtonV2,
14
- InformationCard,
15
- VerticalSpace,
16
- VisuallyHidden,
17
- } from "@arc-ui/components";
12
+ import { ButtonV2 } from "@arc-ui/components/ButtonV2";
13
+ import { InformationCard } from "@arc-ui/components/InformationCard";
14
+ import { VerticalSpace } from "@arc-ui/components/VerticalSpace";
15
+ import { VisuallyHidden } from "@arc-ui/components/VisuallyHidden";
18
16
 
19
17
  /**
20
18
  * Use `ProductNavigation` to give a collection of product information cards collected within a grid that has optional show/hide capability
package/versions.json CHANGED
@@ -1 +1 @@
1
- ["v1.0.1","v1.0.0","v0.1.0"]
1
+ ["v1.0.2","v1.0.1","v1.0.0","v0.1.0"]