pge-front-common 4.0.0 → 4.0.2

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/lib/index.js CHANGED
@@ -975,12 +975,12 @@ var SecondaryButton = ct(templateObject_3$3 || (templateObject_3$3 = __makeTempl
975
975
  var templateObject_1$5, templateObject_2$3, templateObject_3$3;
976
976
 
977
977
  var StyledButton = pt(BaseButton)(templateObject_1$4 || (templateObject_1$4 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), function (_a) {
978
- var variant = _a.variant;
979
- return variant === "primary" ? PrimaryButton : SecondaryButton;
978
+ var $variant = _a.$variant;
979
+ return $variant === "primary" ? PrimaryButton : SecondaryButton;
980
980
  });
981
981
  function Button(_a) {
982
982
  var variant = _a.variant, _b = _a.text, text = _b === void 0 ? "" : _b, leftIcon = _a.leftIcon, props = __rest(_a, ["variant", "text", "leftIcon"]);
983
- return (React.createElement(StyledButton, __assign({ variant: variant }, props),
983
+ return (React.createElement(StyledButton, __assign({ "$variant": variant }, props),
984
984
  leftIcon,
985
985
  text));
986
986
  }
@@ -3365,4 +3365,5 @@ exports.IconWarning = IconWarning;
3365
3365
  exports.InputBase = InputBase;
3366
3366
  exports.Modal = Modal;
3367
3367
  exports.ModalConfirm = ModalConfirm;
3368
+ exports.theme = theme;
3368
3369
  //# sourceMappingURL=index.js.map