@arc-ui/components 8.1.0 → 8.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,9 +7,9 @@ declare const Context: React.Context<{
7
7
  * Use `Surface` to compose content using the Arc system.
8
8
  */
9
9
  declare const Surface: FC<SurfaceProps>;
10
- export declare const backgrounds: readonly ["black", "brand", "brand-flat", "dark", "darker", "light", "lighter", "white"];
11
- export declare const backgroundsBT: readonly ["black", "brand", "brand-flat", "dark", "darker", "light", "lighter", "white"];
12
- export declare const backgroundsEE: readonly ["black", "brand", "brand-flat", "dark", "darker", "light", "lighter", "white"];
10
+ export declare const backgrounds: readonly ["black", "brand", "brand-flat", "dark", "darker", "coral", "turquoise", "light", "lighter", "white"];
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
13
  export declare type SurfacePadding = "8" | "12" | "16" | "24" | "32" | "48" | "64";
14
14
  export interface SurfaceProps extends HTMLAttributes<HTMLElement> {
15
15
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc-ui/components",
3
- "version": "8.1.0",
3
+ "version": "8.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.1.0",
29
- "@arc-ui/tokens": "^8.1.0",
28
+ "@arc-ui/fonts": "^8.2.0",
29
+ "@arc-ui/tokens": "^8.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",