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