@goodhood-web/ui 4.4.0-development.1 → 4.4.0-development.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/index.js +1 -1
- package/index.mjs +15 -14
- package/lib/Atoms/Buttons/ButtonPrimary/ButtonPrimary.types.d.ts +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -15900,21 +15900,22 @@ const XE = ({ children: t, exitBeforeEnter: e, custom: n, initial: r = !0, onExi
|
|
|
15900
15900
|
function nx() {
|
|
15901
15901
|
}
|
|
15902
15902
|
var rx = nx;
|
|
15903
|
-
const j2 = /* @__PURE__ */ R2(rx), ix = "
|
|
15904
|
-
"react-datepicker__day-names": "_react-datepicker__day-
|
|
15905
|
-
"react-datepicker__week": "_react-
|
|
15906
|
-
"react-datepicker__day--outside-month": "_react-datepicker__day--outside-
|
|
15907
|
-
"react-datepicker": "_react-
|
|
15903
|
+
const j2 = /* @__PURE__ */ R2(rx), ix = "_primaryButton_1dp8f_137", U1 = {
|
|
15904
|
+
"react-datepicker__day-names": "_react-datepicker__day-names_1dp8f_116",
|
|
15905
|
+
"react-datepicker__week": "_react-datepicker__week_1dp8f_120",
|
|
15906
|
+
"react-datepicker__day--outside-month": "_react-datepicker__day--outside-month_1dp8f_127",
|
|
15907
|
+
"react-datepicker": "_react-datepicker_1dp8f_116",
|
|
15908
15908
|
primaryButton: ix,
|
|
15909
|
-
"primaryButton--fullWidth": "_primaryButton--
|
|
15910
|
-
"primaryButton--large": "_primaryButton--
|
|
15911
|
-
"primaryButton--medium": "_primaryButton--
|
|
15912
|
-
"primaryButton--small": "_primaryButton--
|
|
15913
|
-
"primaryButton--tiny": "_primaryButton--
|
|
15914
|
-
"primaryButton--highlight": "_primaryButton--
|
|
15915
|
-
"primaryButton--primary": "_primaryButton--
|
|
15916
|
-
"primaryButton--transparent": "_primaryButton--
|
|
15917
|
-
"primaryButton--
|
|
15909
|
+
"primaryButton--fullWidth": "_primaryButton--fullWidth_1dp8f_146",
|
|
15910
|
+
"primaryButton--large": "_primaryButton--large_1dp8f_149",
|
|
15911
|
+
"primaryButton--medium": "_primaryButton--medium_1dp8f_154",
|
|
15912
|
+
"primaryButton--small": "_primaryButton--small_1dp8f_159",
|
|
15913
|
+
"primaryButton--tiny": "_primaryButton--tiny_1dp8f_159",
|
|
15914
|
+
"primaryButton--highlight": "_primaryButton--highlight_1dp8f_164",
|
|
15915
|
+
"primaryButton--primary": "_primaryButton--primary_1dp8f_170",
|
|
15916
|
+
"primaryButton--transparent": "_primaryButton--transparent_1dp8f_176",
|
|
15917
|
+
"primaryButton--teal": "_primaryButton--teal_1dp8f_184",
|
|
15918
|
+
"primaryButton--loading": "_primaryButton--loading_1dp8f_191"
|
|
15918
15919
|
}, $5 = ({
|
|
15919
15920
|
children: t,
|
|
15920
15921
|
className: e,
|
|
@@ -2,5 +2,5 @@ import { ReactNode } from 'react';
|
|
|
2
2
|
import { ButtonProps, ButtonVariationProps } from '../Button/Button.types';
|
|
3
3
|
export interface ButtonPrimaryProps extends ButtonVariationProps, Omit<ButtonProps, 'children'> {
|
|
4
4
|
children?: ReactNode;
|
|
5
|
-
color?: 'highlight' | 'primary' | 'transparent';
|
|
5
|
+
color?: 'highlight' | 'primary' | 'transparent' | 'teal';
|
|
6
6
|
}
|