@arc-ui/components 8.2.0 → 9.2.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.
@@ -7,7 +7,7 @@ export interface BaseProps {
7
7
  /**
8
8
  * Brand theme to apply to Base.
9
9
  */
10
- brand?: "bt" | "ee" | null;
10
+ brand?: "bt" | null;
11
11
  /**
12
12
  * Content to display inside Base.
13
13
  */
@@ -16,7 +16,6 @@ export declare type HeadingCasing = "auto" | "none";
16
16
  export declare type HeadingColor = "auto" | "brand";
17
17
  export declare type HeadingLevel = "1" | "2" | "3" | "4" | "5" | "6";
18
18
  export declare type HeadingSize = "xxxs" | "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl" | "xxxl";
19
- export declare type HeadingTypeface = "default" | "ee-brand";
20
19
  export interface HeadingProps {
21
20
  /**
22
21
  * Text alignment of the Heading.
@@ -43,9 +42,5 @@ export interface HeadingProps {
43
42
  * Typographic size of the Heading.
44
43
  */
45
44
  size?: HeadingSize;
46
- /**
47
- * Typeface of the Heading.
48
- */
49
- typeface?: HeadingTypeface;
50
45
  }
51
46
  export default Heading;
@@ -9,7 +9,6 @@ declare const Context: React.Context<{
9
9
  declare const Surface: FC<SurfaceProps>;
10
10
  export declare const backgrounds: readonly ["black", "brand", "brand-flat", "dark", "darker", "coral", "turquoise", "light", "lighter", "white"];
11
11
  export declare const backgroundsBT: readonly ["black", "brand", "brand-flat", "dark", "darker", "coral", "turquoise", "light", "lighter", "white"];
12
- export declare const backgroundsEE: readonly ["black", "brand", "brand-flat", "dark", "darker", "coral", "turquoise", "light", "lighter", "white"];
13
12
  export declare type SurfacePadding = "8" | "12" | "16" | "24" | "32" | "48" | "64";
14
13
  export interface SurfaceProps extends HTMLAttributes<HTMLElement> {
15
14
  /**
@@ -1 +1 @@
1
- export { default, SurfaceContext, backgrounds, backgroundsBT, backgroundsEE } from "./Surface";
1
+ export { default, SurfaceContext, backgrounds, backgroundsBT } from "./Surface";
@@ -26,3 +26,26 @@ import "./components/Text/Text.css";
26
26
  import "./components/TextInput/TextInput.css";
27
27
  import "./components/UniversalHeader/UniversalHeader.css";
28
28
  import "./components/VerticalSpace/VerticalSpace.css";
29
+ import "./components/Base/Base.bt.css";
30
+ import "./components/BrandLogo/BrandLogo.bt.css";
31
+ import "./components/Button/Button.bt.css";
32
+ import "./components/Card/Card.bt.css";
33
+ import "./components/Checkbox/Checkbox.bt.css";
34
+ import "./components/Curve/Curve.bt.css";
35
+ import "./components/Disclosure/Disclosure.bt.css";
36
+ import "./components/Elevation/Elevation.bt.css";
37
+ import "./components/FormControl/FormControl.bt.css";
38
+ import "./components/Group/Group.bt.css";
39
+ import "./components/Heading/Heading.bt.css";
40
+ import "./components/Icon/Icon.bt.css";
41
+ import "./components/Image/Image.bt.css";
42
+ import "./components/Markup/Markup.bt.css";
43
+ import "./components/Poster/Poster.bt.css";
44
+ import "./components/RadioGroup/RadioGroup.bt.css";
45
+ import "./components/Rule/Rule.bt.css";
46
+ import "./components/SiteFooter/SiteFooter.bt.css";
47
+ import "./components/SiteHeader/SiteHeader.bt.css";
48
+ import "./components/Surface/Surface.bt.css";
49
+ import "./components/Text/Text.bt.css";
50
+ import "./components/TextInput/TextInput.bt.css";
51
+ import "./components/UniversalHeader/UniversalHeader.bt.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc-ui/components",
3
- "version": "8.2.0",
3
+ "version": "9.2.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",
@@ -25,8 +25,8 @@
25
25
  "react": "^17.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@arc-ui/fonts": "^8.2.0",
29
- "@arc-ui/tokens": "^8.2.0",
28
+ "@arc-ui/fonts": "^9.2.0",
29
+ "@arc-ui/tokens": "^9.2.0",
30
30
  "@babel/core": "^7.14.3",
31
31
  "@babel/helper-define-map": "^7.14.3",
32
32
  "@storybook/addon-essentials": "^6.3.6",