@arc-ui/components 8.1.0 → 9.1.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/README.md CHANGED
@@ -2,6 +2,4 @@
2
2
 
3
3
  [Arc UI System](https://ui.digital-ent-int.bt.com/latest/) React components.
4
4
 
5
- > ⚠️ EE variants are experimental and should not be used on production sites.
6
-
7
5
  See [Arc Documentation](https://ui.digital-ent-int.bt.com/latest/) for more information.
package/dist/index.es.js CHANGED
@@ -343,13 +343,14 @@ var backgroundsShared = [
343
343
  "brand-flat",
344
344
  "dark",
345
345
  "darker",
346
+ "coral",
347
+ "turquoise",
346
348
  "light",
347
349
  "lighter",
348
350
  "white"
349
351
  ];
350
352
  __spreadArray([], backgroundsShared, true);
351
353
  __spreadArray([], backgroundsShared, true);
352
- __spreadArray([], backgroundsShared, true);
353
354
 
354
355
  /**
355
356
  * Use `BrandLogo` to display the brand logo.
@@ -716,7 +717,7 @@ var Image = function (_a) {
716
717
  */
717
718
  var Heading = function (_a) {
718
719
  var _b;
719
- var _c = _a.align, align = _c === void 0 ? "left" : _c, _d = _a.casing, casing = _d === void 0 ? "auto" : _d, children = _a.children, _e = _a.color, color = _e === void 0 ? "auto" : _e, level = _a.level, size = _a.size, _f = _a.typeface, typeface = _f === void 0 ? "default" : _f, props = __rest(_a, ["align", "casing", "children", "color", "level", "size", "typeface"]);
720
+ var _c = _a.align, align = _c === void 0 ? "left" : _c, _d = _a.casing, casing = _d === void 0 ? "auto" : _d, children = _a.children, _e = _a.color, color = _e === void 0 ? "auto" : _e, level = _a.level, size = _a.size, props = __rest(_a, ["align", "casing", "children", "color", "level", "size"]);
720
721
  var surface = useContext(Context$3).surface;
721
722
  var Element = "span";
722
723
  if (level) {
@@ -729,7 +730,6 @@ var Heading = function (_a) {
729
730
  _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
730
731
  _b["arc-Heading--casingNone"] = casing === "none",
731
732
  _b["arc-Heading--colorBrand"] = color === "brand",
732
- _b["arc-Heading--typefaceEeBrand"] = typeface === "ee-brand",
733
733
  _b["arc-Heading--onDarkSurface"] = surface === "dark",
734
734
  _b)) }, filterDataAttrs(props)), children));
735
735
  };