@arc-ui/components 8.2.0 → 9.0.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
@@ -351,7 +351,6 @@ var backgroundsShared = [
351
351
  ];
352
352
  __spreadArray([], backgroundsShared, true);
353
353
  __spreadArray([], backgroundsShared, true);
354
- __spreadArray([], backgroundsShared, true);
355
354
 
356
355
  /**
357
356
  * Use `BrandLogo` to display the brand logo.
@@ -718,7 +717,7 @@ var Image = function (_a) {
718
717
  */
719
718
  var Heading = function (_a) {
720
719
  var _b;
721
- 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"]);
722
721
  var surface = useContext(Context$3).surface;
723
722
  var Element = "span";
724
723
  if (level) {
@@ -731,7 +730,6 @@ var Heading = function (_a) {
731
730
  _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
732
731
  _b["arc-Heading--casingNone"] = casing === "none",
733
732
  _b["arc-Heading--colorBrand"] = color === "brand",
734
- _b["arc-Heading--typefaceEeBrand"] = typeface === "ee-brand",
735
733
  _b["arc-Heading--onDarkSurface"] = surface === "dark",
736
734
  _b)) }, filterDataAttrs(props)), children));
737
735
  };