@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/dist/index.js CHANGED
@@ -359,7 +359,6 @@ var backgroundsShared = [
359
359
  ];
360
360
  __spreadArray([], backgroundsShared, true);
361
361
  __spreadArray([], backgroundsShared, true);
362
- __spreadArray([], backgroundsShared, true);
363
362
 
364
363
  /**
365
364
  * Use `BrandLogo` to display the brand logo.
@@ -726,7 +725,7 @@ var Image = function (_a) {
726
725
  */
727
726
  var Heading = function (_a) {
728
727
  var _b;
729
- 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"]);
728
+ 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"]);
730
729
  var surface = React.useContext(Context$3).surface;
731
730
  var Element = "span";
732
731
  if (level) {
@@ -739,7 +738,6 @@ var Heading = function (_a) {
739
738
  _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
740
739
  _b["arc-Heading--casingNone"] = casing === "none",
741
740
  _b["arc-Heading--colorBrand"] = color === "brand",
742
- _b["arc-Heading--typefaceEeBrand"] = typeface === "ee-brand",
743
741
  _b["arc-Heading--onDarkSurface"] = surface === "dark",
744
742
  _b)) }, filterDataAttrs(props)), children));
745
743
  };