period-ui 0.3.2 → 0.3.4
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/components/atoms/check-box/check-box.js +1 -1
- package/dist/components/atoms/check-box/check-box.js.map +1 -1
- package/dist/components/atoms/drop-down-menu/components/full-screen-drop-down-menu.d.ts +15 -0
- package/dist/components/atoms/drop-down-menu/components/full-screen-drop-down-menu.d.ts.map +1 -0
- package/dist/components/atoms/drop-down-menu/components/full-screen-drop-down-menu.js +14 -0
- package/dist/components/atoms/drop-down-menu/components/full-screen-drop-down-menu.js.map +1 -0
- package/dist/components/atoms/drop-down-menu/components/index.d.ts +1 -0
- package/dist/components/atoms/drop-down-menu/components/index.d.ts.map +1 -1
- package/dist/components/atoms/drop-down-menu/components/index.js +1 -0
- package/dist/components/atoms/drop-down-menu/components/index.js.map +1 -1
- package/dist/components/atoms/drop-down-menu/drop-down-menu-types.d.ts +1 -0
- package/dist/components/atoms/drop-down-menu/drop-down-menu-types.d.ts.map +1 -1
- package/dist/components/atoms/drop-down-menu/drop-down-menu.d.ts +3 -1
- package/dist/components/atoms/drop-down-menu/drop-down-menu.d.ts.map +1 -1
- package/dist/components/atoms/drop-down-menu/drop-down-menu.js +5 -2
- package/dist/components/atoms/drop-down-menu/drop-down-menu.js.map +1 -1
- package/dist/components/atoms/radio-button/radio-button-group/radio-button-group.d.ts.map +1 -1
- package/dist/components/atoms/radio-button/radio-button-group/radio-button-group.js +2 -2
- package/dist/components/atoms/radio-button/radio-button-group/radio-button-group.js.map +1 -1
- package/dist/components/atoms/radio-button/radio-button.d.ts +3 -1
- package/dist/components/atoms/radio-button/radio-button.d.ts.map +1 -1
- package/dist/components/atoms/radio-button/radio-button.js +3 -3
- package/dist/components/atoms/radio-button/radio-button.js.map +1 -1
- package/dist/components/atoms/signature/index.d.ts +3 -0
- package/dist/components/atoms/signature/index.d.ts.map +1 -0
- package/dist/components/atoms/signature/index.js +19 -0
- package/dist/components/atoms/signature/index.js.map +1 -0
- package/dist/components/atoms/signature/signature-styles.d.ts +5 -0
- package/dist/components/atoms/signature/signature-styles.d.ts.map +1 -0
- package/dist/components/atoms/signature/signature-styles.js +18 -0
- package/dist/components/atoms/signature/signature-styles.js.map +1 -0
- package/dist/components/atoms/signature/signature-types.d.ts +19 -0
- package/dist/components/atoms/signature/signature-types.d.ts.map +1 -0
- package/dist/components/atoms/signature/signature-types.js +3 -0
- package/dist/components/atoms/signature/signature-types.js.map +1 -0
- package/dist/components/atoms/signature/signature.d.ts +19 -0
- package/dist/components/atoms/signature/signature.d.ts.map +1 -0
- package/dist/components/atoms/signature/signature.js +23 -0
- package/dist/components/atoms/signature/signature.js.map +1 -0
- package/dist/components/atoms/signature/use-signature.d.ts +20 -0
- package/dist/components/atoms/signature/use-signature.d.ts.map +1 -0
- package/dist/components/atoms/signature/use-signature.js +191 -0
- package/dist/components/atoms/signature/use-signature.js.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/molecules/drawer/components/drawer-component.d.ts +2 -1
- package/dist/components/molecules/drawer/components/drawer-component.d.ts.map +1 -1
- package/dist/components/molecules/drawer/components/drawer-component.js +2 -2
- package/dist/components/molecules/drawer/components/drawer-component.js.map +1 -1
- package/dist/components/molecules/drawer/drawer.d.ts +2 -1
- package/dist/components/molecules/drawer/drawer.d.ts.map +1 -1
- package/dist/components/molecules/drawer/drawer.js +2 -2
- package/dist/components/molecules/drawer/drawer.js.map +1 -1
- package/dist/components/molecules/search-bar/search-bar.d.ts +2 -1
- package/dist/components/molecules/search-bar/search-bar.d.ts.map +1 -1
- package/dist/components/molecules/search-bar/search-bar.js +25 -3
- package/dist/components/molecules/search-bar/search-bar.js.map +1 -1
- package/dist/components/molecules/select/use-select.d.ts.map +1 -1
- package/dist/components/molecules/select/use-select.js +7 -4
- package/dist/components/molecules/select/use-select.js.map +1 -1
- package/dist/components/molecules/text-field/components/text-field-input.d.ts +1 -1
- package/dist/components/molecules/text-field/text-field.d.ts +1 -1
- package/dist/components/molecules/three-dot-menu/index.d.ts +2 -0
- package/dist/components/molecules/three-dot-menu/index.d.ts.map +1 -0
- package/dist/components/molecules/three-dot-menu/index.js +18 -0
- package/dist/components/molecules/three-dot-menu/index.js.map +1 -0
- package/dist/components/molecules/three-dot-menu/three-dot-menu.d.ts +17 -0
- package/dist/components/molecules/three-dot-menu/three-dot-menu.d.ts.map +1 -0
- package/dist/components/molecules/three-dot-menu/three-dot-menu.js +10 -0
- package/dist/components/molecules/three-dot-menu/three-dot-menu.js.map +1 -0
- package/dist/components/organisms/filter-modal/components/filter.d.ts.map +1 -1
- package/dist/components/organisms/filter-modal/components/filter.js +11 -3
- package/dist/components/organisms/filter-modal/components/filter.js.map +1 -1
- package/dist/containers/form-control/form-control.d.ts.map +1 -1
- package/dist/containers/form-control/form-control.js +1 -1
- package/dist/containers/form-control/form-control.js.map +1 -1
- package/dist/index.css +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +57 -54
- package/dist/index.js.map +1 -1
- package/dist/utils/tailwind-utils.d.ts.map +1 -1
- package/dist/utils/tailwind-utils.js +8 -1
- package/dist/utils/tailwind-utils.js.map +1 -1
- package/package.json +4 -2
|
@@ -17,10 +17,18 @@ function Filter({ variant, caption, selectProps, checkBoxProps, datePickerProps,
|
|
|
17
17
|
}
|
|
18
18
|
function renderFilterComponent() {
|
|
19
19
|
const stepComponents = {
|
|
20
|
-
[filter_variant_1.FilterVariant.CHECK_BOX]: checkBoxProps ? ((0, jsx_runtime_1.jsx)(components_1.FormCheckBox, { ...checkBoxProps,
|
|
20
|
+
[filter_variant_1.FilterVariant.CHECK_BOX]: checkBoxProps ? ((0, jsx_runtime_1.jsx)(components_1.FormCheckBox, { ...checkBoxProps, data: checkBoxProps.data.map((option) => ({
|
|
21
|
+
...option,
|
|
22
|
+
labelClassName: (0, tailwind_utils_1.tailwind)('truncate', option.labelClassName),
|
|
23
|
+
containerClassName: (0, tailwind_utils_1.tailwind)('w-full', option.containerClassName),
|
|
24
|
+
})), errorText: !checkBoxProps.checkedData || checkBoxProps.checkedData.length === 0
|
|
21
25
|
? checkBoxProps.errorText
|
|
22
|
-
: undefined, onCheckData: onChangeData })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})),
|
|
23
|
-
[filter_variant_1.FilterVariant.RADIO_BUTTON]: radioButtonProps ? ((0, jsx_runtime_1.jsx)(components_1.FormRadioButton, { ...radioButtonProps,
|
|
26
|
+
: undefined, formControlClassName: (0, tailwind_utils_1.tailwind)('w-full max-w-full md:w-full md:max-w-full', checkBoxProps.formControlClassName), onCheckData: onChangeData })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})),
|
|
27
|
+
[filter_variant_1.FilterVariant.RADIO_BUTTON]: radioButtonProps ? ((0, jsx_runtime_1.jsx)(components_1.FormRadioButton, { ...radioButtonProps, data: radioButtonProps.data.map((option) => ({
|
|
28
|
+
...option,
|
|
29
|
+
labelClassName: (0, tailwind_utils_1.tailwind)('truncate', option.labelClassName),
|
|
30
|
+
containerClassName: (0, tailwind_utils_1.tailwind)('w-full', option.containerClassName),
|
|
31
|
+
})), errorText: !radioButtonProps.selectedData ? radioButtonProps.errorText : undefined, formControlClassName: (0, tailwind_utils_1.tailwind)('w-full max-w-full md:w-full md:max-w-full', radioButtonProps.formControlClassName), onSelect: onChangeData })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})),
|
|
24
32
|
[filter_variant_1.FilterVariant.DATE_PICKER]: datePickerProps ? ((0, jsx_runtime_1.jsx)(components_1.FormDatePicker, { ...datePickerProps, numberOfMonths: 1, errorText: !datePickerProps.startDate && hasBlurred ? datePickerProps.errorText : undefined, mobileEndDateProps: {
|
|
25
33
|
...datePickerProps.mobileEndDateProps,
|
|
26
34
|
errorText: !datePickerProps.endDate && hasBlurredEndDate
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../../../src/components/organisms/filter-modal/components/filter.tsx"],"names":[],"mappings":";;AA2BA,
|
|
1
|
+
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../../../src/components/organisms/filter-modal/components/filter.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-control.d.ts","sourceRoot":"","sources":["../../../src/containers/form-control/form-control.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAc,YAAY,EAAE,MAAM,QAAQ,CAAC;AAKnE,OAAO,EAAE,cAAc,EAA4B,MAAM,sBAAsB,CAAC;AAEhF,KAAK,mBAAmB,GAAG;IACzB,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC;IACjC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,WAAW,EAAE,mBAAmB,KAAK,KAAK,CAAC,YAAY,CAAC;CACrE,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAC1B,UAAU,EACV,UAAU,EACV,QAAQ,EACR,KAAK,EACL,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,kBAAkB,EAClB,UAAuC,EACvC,QAAQ,GACT,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"form-control.d.ts","sourceRoot":"","sources":["../../../src/containers/form-control/form-control.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAc,YAAY,EAAE,MAAM,QAAQ,CAAC;AAKnE,OAAO,EAAE,cAAc,EAA4B,MAAM,sBAAsB,CAAC;AAEhF,KAAK,mBAAmB,GAAG;IACzB,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC;IACjC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,WAAW,EAAE,mBAAmB,KAAK,KAAK,CAAC,YAAY,CAAC;CACrE,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAC1B,UAAU,EACV,UAAU,EACV,QAAQ,EACR,KAAK,EACL,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,kBAAkB,EAClB,UAAuC,EACvC,QAAQ,GACT,EAAE,KAAK,2CAqCP;AAED,YAAY,EAAE,KAAK,IAAI,gBAAgB,EAAE,CAAC"}
|
|
@@ -13,6 +13,6 @@ function FormControl({ isDisabled, isRequired, formName, label, formProps, class
|
|
|
13
13
|
const isTouched = (!formName && !formProps) || formProps?.touched[formName ?? ''];
|
|
14
14
|
const isErrorVisible = errorText && isTouched;
|
|
15
15
|
const isHelperVisible = !isErrorVisible && helperText;
|
|
16
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: (0, tailwind_utils_1.tailwind)('flex flex-col space-y-2 w-full', containerClassName), children: [(0, jsx_runtime_1.jsxs)("div", { className: (0, tailwind_utils_1.tailwind)('flex flex-col space-y-2', widthClassName, className), children: [label && ((0, jsx_runtime_1.jsx)(form_label_1.FormLabel, { isRequired: isRequired, hideRequiredMark: hideRequiredMark, label: label, optionalLabel: optionalLabel, toolTipProps: toolTipProps })),
|
|
16
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: (0, tailwind_utils_1.tailwind)('flex flex-col space-y-2 w-full', containerClassName), children: [(0, jsx_runtime_1.jsxs)("div", { className: (0, tailwind_utils_1.tailwind)('flex flex-col space-y-2', widthClassName, className), children: [label && ((0, jsx_runtime_1.jsx)(form_label_1.FormLabel, { isRequired: isRequired, hideRequiredMark: hideRequiredMark, label: label, optionalLabel: optionalLabel, toolTipProps: toolTipProps })), children ? children({ isErrorVisible: !!isErrorVisible }) : null] }), (0, jsx_runtime_1.jsxs)("div", { className: (0, tailwind_utils_1.tailwind)({ hidden: !isHelperVisible && !isErrorVisible }), children: [isHelperVisible && ((0, jsx_runtime_1.jsx)(form_helper_1.FormHelper, { helperText: helperText, color: isDisabled ? __1.TextColors.BLACK_03 : __1.TextColors.BLACK_02 })), isErrorVisible && (0, jsx_runtime_1.jsx)(form_error_1.FormError, { className: "w-full", errorText: errorText })] })] }));
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=form-control.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-control.js","sourceRoot":"","sources":["../../../src/containers/form-control/form-control.tsx"],"names":[],"mappings":";;AA8BA,
|
|
1
|
+
{"version":3,"file":"form-control.js","sourceRoot":"","sources":["../../../src/containers/form-control/form-control.tsx"],"names":[],"mappings":";;AA8BA,kCAoDC;;AAhFD,8BAAmE;AACnE,+DAAsD;AACtD,wDAAoD;AACpD,0DAAsD;AACtD,wDAAoD;AACpD,6DAAgF;AAuBhF,SAAgB,WAAW,CAAC,EAC1B,UAAU,EACV,UAAU,EACV,QAAQ,EACR,KAAK,EACL,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,kBAAkB,EAClB,UAAU,GAAG,mCAAc,CAAC,WAAW,EACvC,QAAQ,GACF;IACN,MAAM,cAAc,GAAG,6CAAwB,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,SAAS,GAAG,CAAC,CAAC,QAAQ,IAAI,CAAC,SAAS,CAAC,IAAI,SAAS,EAAE,OAAO,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;IAClF,MAAM,cAAc,GAAG,SAAS,IAAI,SAAS,CAAC;IAC9C,MAAM,eAAe,GAAG,CAAC,cAAc,IAAI,UAAU,CAAC;IAEtD,OAAO,CACL,iCAAK,SAAS,EAAE,IAAA,yBAAQ,EAAC,gCAAgC,EAAE,kBAAkB,CAAC,aAC5E,iCAAK,SAAS,EAAE,IAAA,yBAAQ,EAAC,yBAAyB,EAAE,cAAc,EAAE,SAAS,CAAC,aAE3E,KAAK,IAAI,CACR,uBAAC,sBAAS,IACR,UAAU,EAAE,UAAU,EACtB,gBAAgB,EAAE,gBAAgB,EAClC,KAAK,EAAE,KAAK,EACZ,aAAa,EAAE,aAAa,EAC5B,YAAY,EAAE,YAAY,GAC1B,CACH,EAEA,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,IAC7D,EAEN,iCAAK,SAAS,EAAE,IAAA,yBAAQ,EAAC,EAAE,MAAM,EAAE,CAAC,eAAe,IAAI,CAAC,cAAc,EAAE,CAAC,aAEtE,eAAe,IAAI,CAClB,uBAAC,wBAAU,IACT,UAAU,EAAE,UAAU,EACtB,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,cAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,cAAU,CAAC,QAAQ,GAC7D,CACH,EAGA,cAAc,IAAI,uBAAC,sBAAS,IAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAE,SAAS,GAAI,IACrE,IACF,CACP,CAAC;AACJ,CAAC"}
|
package/dist/index.css
CHANGED
|
@@ -540,4 +540,8 @@
|
|
|
540
540
|
position: relative;
|
|
541
541
|
}
|
|
542
542
|
|
|
543
|
+
.signature-dashed {
|
|
544
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3e%3crect x='0.5' y='0.5' width='calc(100%25 - 1px)' height='calc(100%25 - 1px)' rx='11.5' fill='none' stroke='%23E3E3E3' stroke-width='1' stroke-dasharray='8 8'/%3e%3c/svg%3e");
|
|
545
|
+
}
|
|
546
|
+
|
|
543
547
|
/*# sourceMappingURL=index.css.map */
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../src/index.scss","../src/styles/settings/_icons.scss","../src/styles/settings/_scroll.scss","../src/styles/components/_progress-indicator.scss"],"names":[],"mappings":"AAAQ;AAER;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAIF;AACA;AACA;AC1EA;EACE;EACA;EACA;EAMA;EACA;EACA;;AAGF;AAAA;AAEE;EACA;EACA;EACA;EACA;EACA;AAEA;EACA;EACA;;;AAgHE;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AC5BR;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;;;ACrBJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;EACA;EACA","file":"index.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/index.scss","../src/styles/settings/_icons.scss","../src/styles/settings/_scroll.scss","../src/styles/components/_progress-indicator.scss","../src/styles/components/_signature.scss"],"names":[],"mappings":"AAAQ;AAER;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAGF;AACA;EACE;EACA;EACA;EACA;;AAIF;AACA;AACA;AC1EA;EACE;EACA;EACA;EAMA;EACA;EACA;;AAGF;AAAA;AAEE;EACA;EACA;EACA;EACA;EACA;AAEA;EACA;EACA;;;AAgHE;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AC5BR;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;;;ACrBJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;;;AClBF;EACE","file":"index.css"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export declare const _periodUI_marker = true;
|
|
2
|
+
export { Signature } from './components';
|
|
3
|
+
export type { SignatureProps, SignatureRef, SignatureData, SignatureImageFormat, } from './components';
|
|
2
4
|
export { BilloIcon, IconColor, IconSymbol, IconSize, Button, ButtonVariant, Checkbox, RadioButton, CheckboxVariant, Chip, ChipList, DropDownMenu, MenuItemVariant, IconButton, IconButtonVariant, SearchBar, Text, TextVariant, TextColors, TextButton, TextButtonVariant, PopOver, PopOverPosition, Tooltip, ProgressIndicator, ProgressIndicatorVariant, SpinnerVariant, AccordionItem, Accordion, Divider, DividerVariant, DatePicker, DatePickerVariants, } from './components';
|
|
3
|
-
export { Form, Drawer, DrawerVariant, DrawerDirection, Modal, ModalVariant, FilterVariant, Select, TextField, FormSelect, FilterModal, FormCheckBox, FormTextField, StatusSelector, StatusSelectorVariant, FormRadioButton, FormDatePicker, Callout, CalloutVariant, } from './components';
|
|
5
|
+
export { Form, Drawer, DrawerVariant, DrawerDirection, Modal, ModalVariant, FilterVariant, Select, TextField, FormSelect, FilterModal, FormCheckBox, FormTextField, StatusSelector, StatusSelectorVariant, FormRadioButton, FormDatePicker, Callout, CalloutVariant, ThreeDotMenu, } from './components';
|
|
4
6
|
export { FormControl, FormInputWidth } from './containers';
|
|
5
7
|
export type { FormControlProps } from './containers';
|
|
6
|
-
export type { ButtonProps, ToolTipProps, ChipProps, CheckboxProps, DatePickerProps, CheckboxMultiOptions, CheckBoxFilterOptions, DropDownMenuOptionProps, RadioButtonFilterOptions, StatusSelectorOptionProps, DrawerProps, ModalProps, FiltersOptions, FilterModalProps, FooterContentProps, ExtendableContentProps, FormErrors, FormConfig, FormHelpers, FormNames, FormRenderProps, FormSchema, TextFieldProps, FormSelectProps, FormTextFieldProps, FormDatePickerProps, } from './components';
|
|
8
|
+
export type { ButtonProps, ToolTipProps, ChipProps, CheckboxProps, DatePickerProps, CheckboxMultiOptions, CheckBoxFilterOptions, DropDownMenuOptionProps, RadioButtonFilterOptions, StatusSelectorOptionProps, DrawerProps, ModalProps, FiltersOptions, FilterModalProps, FooterContentProps, ExtendableContentProps, FormErrors, FormConfig, FormHelpers, FormNames, FormRenderProps, FormSchema, TextFieldProps, FormSelectProps, FormTextFieldProps, FormDatePickerProps, ThreeDotMenuProps, } from './components';
|
|
7
9
|
export type { MultiOptions } from './types/general';
|
|
8
10
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,gBAAgB,OAAO,CAAC;AAGrC,OAAO,EACL,SAAS,EACT,SAAS,EACT,UAAU,EACV,QAAQ,EACR,MAAM,EACN,aAAa,EACb,QAAQ,EACR,WAAW,EACX,eAAe,EACf,IAAI,EACJ,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,IAAI,EACJ,WAAW,EACX,UAAU,EACV,UAAU,EACV,iBAAiB,EACjB,OAAO,EACP,eAAe,EACf,OAAO,EACP,iBAAiB,EACjB,wBAAwB,EACxB,cAAc,EACd,aAAa,EACb,SAAS,EACT,OAAO,EACP,cAAc,EACd,UAAU,EACV,kBAAkB,GACnB,MAAM,cAAc,CAAC;AAGtB,OAAO,EACL,IAAI,EACJ,MAAM,EACN,aAAa,EACb,eAAe,EACf,KAAK,EACL,YAAY,EACZ,aAAa,EACb,MAAM,EACN,SAAS,EACT,UAAU,EACV,WAAW,EACX,YAAY,EACZ,aAAa,EACb,cAAc,EACd,qBAAqB,EACrB,eAAe,EACf,cAAc,EACd,OAAO,EACP,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,gBAAgB,OAAO,CAAC;AAGrC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,YAAY,EACV,cAAc,EACd,YAAY,EACZ,aAAa,EACb,oBAAoB,GACrB,MAAM,cAAc,CAAC;AAEtB,OAAO,EACL,SAAS,EACT,SAAS,EACT,UAAU,EACV,QAAQ,EACR,MAAM,EACN,aAAa,EACb,QAAQ,EACR,WAAW,EACX,eAAe,EACf,IAAI,EACJ,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,IAAI,EACJ,WAAW,EACX,UAAU,EACV,UAAU,EACV,iBAAiB,EACjB,OAAO,EACP,eAAe,EACf,OAAO,EACP,iBAAiB,EACjB,wBAAwB,EACxB,cAAc,EACd,aAAa,EACb,SAAS,EACT,OAAO,EACP,cAAc,EACd,UAAU,EACV,kBAAkB,GACnB,MAAM,cAAc,CAAC;AAGtB,OAAO,EACL,IAAI,EACJ,MAAM,EACN,aAAa,EACb,eAAe,EACf,KAAK,EACL,YAAY,EACZ,aAAa,EACb,MAAM,EACN,SAAS,EACT,UAAU,EACV,WAAW,EACX,YAAY,EACZ,aAAa,EACb,cAAc,EACd,qBAAqB,EACrB,eAAe,EACf,cAAc,EACd,OAAO,EACP,cAAc,EACd,YAAY,GACb,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC3D,YAAY,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAGrD,YAAY,EACV,WAAW,EACX,YAAY,EACZ,SAAS,EACT,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,wBAAwB,EACxB,yBAAyB,EAQzB,WAAW,EAGX,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EAGtB,UAAU,EACV,UAAU,EACV,WAAW,EACX,SAAS,EACT,eAAe,EACf,UAAU,EAGV,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,mBAAmB,EAGnB,iBAAiB,GAClB,MAAM,cAAc,CAAC;AAGtB,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,62 +1,65 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.FormInputWidth = exports.FormControl = exports.CalloutVariant = exports.Callout = exports.FormDatePicker = void 0;
|
|
3
|
+
exports.StatusSelectorVariant = exports.StatusSelector = exports.FormTextField = exports.FormCheckBox = exports.FilterModal = exports.FormSelect = exports.TextField = exports.Select = exports.FilterVariant = exports.ModalVariant = exports.Modal = exports.DrawerDirection = exports.DrawerVariant = exports.Drawer = exports.Form = exports.DatePickerVariants = exports.DatePicker = exports.DividerVariant = exports.Divider = exports.Accordion = exports.AccordionItem = exports.SpinnerVariant = exports.ProgressIndicatorVariant = exports.ProgressIndicator = exports.Tooltip = exports.PopOverPosition = exports.PopOver = exports.TextButtonVariant = exports.TextButton = exports.TextColors = exports.TextVariant = exports.Text = exports.SearchBar = exports.IconButtonVariant = exports.IconButton = exports.MenuItemVariant = exports.DropDownMenu = exports.ChipList = exports.Chip = exports.CheckboxVariant = exports.RadioButton = exports.Checkbox = exports.ButtonVariant = exports.Button = exports.IconSize = exports.IconSymbol = exports.IconColor = exports.BilloIcon = exports.Signature = exports._periodUI_marker = void 0;
|
|
4
|
+
exports.FormInputWidth = exports.FormControl = exports.ThreeDotMenu = exports.CalloutVariant = exports.Callout = exports.FormDatePicker = exports.FormRadioButton = void 0;
|
|
5
5
|
exports._periodUI_marker = true;
|
|
6
6
|
var components_1 = require("./components");
|
|
7
|
-
Object.defineProperty(exports, "
|
|
8
|
-
Object.defineProperty(exports, "IconColor", { enumerable: true, get: function () { return components_1.IconColor; } });
|
|
9
|
-
Object.defineProperty(exports, "IconSymbol", { enumerable: true, get: function () { return components_1.IconSymbol; } });
|
|
10
|
-
Object.defineProperty(exports, "IconSize", { enumerable: true, get: function () { return components_1.IconSize; } });
|
|
11
|
-
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return components_1.Button; } });
|
|
12
|
-
Object.defineProperty(exports, "ButtonVariant", { enumerable: true, get: function () { return components_1.ButtonVariant; } });
|
|
13
|
-
Object.defineProperty(exports, "Checkbox", { enumerable: true, get: function () { return components_1.Checkbox; } });
|
|
14
|
-
Object.defineProperty(exports, "RadioButton", { enumerable: true, get: function () { return components_1.RadioButton; } });
|
|
15
|
-
Object.defineProperty(exports, "CheckboxVariant", { enumerable: true, get: function () { return components_1.CheckboxVariant; } });
|
|
16
|
-
Object.defineProperty(exports, "Chip", { enumerable: true, get: function () { return components_1.Chip; } });
|
|
17
|
-
Object.defineProperty(exports, "ChipList", { enumerable: true, get: function () { return components_1.ChipList; } });
|
|
18
|
-
Object.defineProperty(exports, "DropDownMenu", { enumerable: true, get: function () { return components_1.DropDownMenu; } });
|
|
19
|
-
Object.defineProperty(exports, "MenuItemVariant", { enumerable: true, get: function () { return components_1.MenuItemVariant; } });
|
|
20
|
-
Object.defineProperty(exports, "IconButton", { enumerable: true, get: function () { return components_1.IconButton; } });
|
|
21
|
-
Object.defineProperty(exports, "IconButtonVariant", { enumerable: true, get: function () { return components_1.IconButtonVariant; } });
|
|
22
|
-
Object.defineProperty(exports, "SearchBar", { enumerable: true, get: function () { return components_1.SearchBar; } });
|
|
23
|
-
Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return components_1.Text; } });
|
|
24
|
-
Object.defineProperty(exports, "TextVariant", { enumerable: true, get: function () { return components_1.TextVariant; } });
|
|
25
|
-
Object.defineProperty(exports, "TextColors", { enumerable: true, get: function () { return components_1.TextColors; } });
|
|
26
|
-
Object.defineProperty(exports, "TextButton", { enumerable: true, get: function () { return components_1.TextButton; } });
|
|
27
|
-
Object.defineProperty(exports, "TextButtonVariant", { enumerable: true, get: function () { return components_1.TextButtonVariant; } });
|
|
28
|
-
Object.defineProperty(exports, "PopOver", { enumerable: true, get: function () { return components_1.PopOver; } });
|
|
29
|
-
Object.defineProperty(exports, "PopOverPosition", { enumerable: true, get: function () { return components_1.PopOverPosition; } });
|
|
30
|
-
Object.defineProperty(exports, "Tooltip", { enumerable: true, get: function () { return components_1.Tooltip; } });
|
|
31
|
-
Object.defineProperty(exports, "ProgressIndicator", { enumerable: true, get: function () { return components_1.ProgressIndicator; } });
|
|
32
|
-
Object.defineProperty(exports, "ProgressIndicatorVariant", { enumerable: true, get: function () { return components_1.ProgressIndicatorVariant; } });
|
|
33
|
-
Object.defineProperty(exports, "SpinnerVariant", { enumerable: true, get: function () { return components_1.SpinnerVariant; } });
|
|
34
|
-
Object.defineProperty(exports, "AccordionItem", { enumerable: true, get: function () { return components_1.AccordionItem; } });
|
|
35
|
-
Object.defineProperty(exports, "Accordion", { enumerable: true, get: function () { return components_1.Accordion; } });
|
|
36
|
-
Object.defineProperty(exports, "Divider", { enumerable: true, get: function () { return components_1.Divider; } });
|
|
37
|
-
Object.defineProperty(exports, "DividerVariant", { enumerable: true, get: function () { return components_1.DividerVariant; } });
|
|
38
|
-
Object.defineProperty(exports, "DatePicker", { enumerable: true, get: function () { return components_1.DatePicker; } });
|
|
39
|
-
Object.defineProperty(exports, "DatePickerVariants", { enumerable: true, get: function () { return components_1.DatePickerVariants; } });
|
|
7
|
+
Object.defineProperty(exports, "Signature", { enumerable: true, get: function () { return components_1.Signature; } });
|
|
40
8
|
var components_2 = require("./components");
|
|
41
|
-
Object.defineProperty(exports, "
|
|
42
|
-
Object.defineProperty(exports, "
|
|
43
|
-
Object.defineProperty(exports, "
|
|
44
|
-
Object.defineProperty(exports, "
|
|
45
|
-
Object.defineProperty(exports, "
|
|
46
|
-
Object.defineProperty(exports, "
|
|
47
|
-
Object.defineProperty(exports, "
|
|
48
|
-
Object.defineProperty(exports, "
|
|
49
|
-
Object.defineProperty(exports, "
|
|
50
|
-
Object.defineProperty(exports, "
|
|
51
|
-
Object.defineProperty(exports, "
|
|
52
|
-
Object.defineProperty(exports, "
|
|
53
|
-
Object.defineProperty(exports, "
|
|
54
|
-
Object.defineProperty(exports, "
|
|
55
|
-
Object.defineProperty(exports, "
|
|
56
|
-
Object.defineProperty(exports, "
|
|
57
|
-
Object.defineProperty(exports, "
|
|
58
|
-
Object.defineProperty(exports, "
|
|
59
|
-
Object.defineProperty(exports, "
|
|
9
|
+
Object.defineProperty(exports, "BilloIcon", { enumerable: true, get: function () { return components_2.BilloIcon; } });
|
|
10
|
+
Object.defineProperty(exports, "IconColor", { enumerable: true, get: function () { return components_2.IconColor; } });
|
|
11
|
+
Object.defineProperty(exports, "IconSymbol", { enumerable: true, get: function () { return components_2.IconSymbol; } });
|
|
12
|
+
Object.defineProperty(exports, "IconSize", { enumerable: true, get: function () { return components_2.IconSize; } });
|
|
13
|
+
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return components_2.Button; } });
|
|
14
|
+
Object.defineProperty(exports, "ButtonVariant", { enumerable: true, get: function () { return components_2.ButtonVariant; } });
|
|
15
|
+
Object.defineProperty(exports, "Checkbox", { enumerable: true, get: function () { return components_2.Checkbox; } });
|
|
16
|
+
Object.defineProperty(exports, "RadioButton", { enumerable: true, get: function () { return components_2.RadioButton; } });
|
|
17
|
+
Object.defineProperty(exports, "CheckboxVariant", { enumerable: true, get: function () { return components_2.CheckboxVariant; } });
|
|
18
|
+
Object.defineProperty(exports, "Chip", { enumerable: true, get: function () { return components_2.Chip; } });
|
|
19
|
+
Object.defineProperty(exports, "ChipList", { enumerable: true, get: function () { return components_2.ChipList; } });
|
|
20
|
+
Object.defineProperty(exports, "DropDownMenu", { enumerable: true, get: function () { return components_2.DropDownMenu; } });
|
|
21
|
+
Object.defineProperty(exports, "MenuItemVariant", { enumerable: true, get: function () { return components_2.MenuItemVariant; } });
|
|
22
|
+
Object.defineProperty(exports, "IconButton", { enumerable: true, get: function () { return components_2.IconButton; } });
|
|
23
|
+
Object.defineProperty(exports, "IconButtonVariant", { enumerable: true, get: function () { return components_2.IconButtonVariant; } });
|
|
24
|
+
Object.defineProperty(exports, "SearchBar", { enumerable: true, get: function () { return components_2.SearchBar; } });
|
|
25
|
+
Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return components_2.Text; } });
|
|
26
|
+
Object.defineProperty(exports, "TextVariant", { enumerable: true, get: function () { return components_2.TextVariant; } });
|
|
27
|
+
Object.defineProperty(exports, "TextColors", { enumerable: true, get: function () { return components_2.TextColors; } });
|
|
28
|
+
Object.defineProperty(exports, "TextButton", { enumerable: true, get: function () { return components_2.TextButton; } });
|
|
29
|
+
Object.defineProperty(exports, "TextButtonVariant", { enumerable: true, get: function () { return components_2.TextButtonVariant; } });
|
|
30
|
+
Object.defineProperty(exports, "PopOver", { enumerable: true, get: function () { return components_2.PopOver; } });
|
|
31
|
+
Object.defineProperty(exports, "PopOverPosition", { enumerable: true, get: function () { return components_2.PopOverPosition; } });
|
|
32
|
+
Object.defineProperty(exports, "Tooltip", { enumerable: true, get: function () { return components_2.Tooltip; } });
|
|
33
|
+
Object.defineProperty(exports, "ProgressIndicator", { enumerable: true, get: function () { return components_2.ProgressIndicator; } });
|
|
34
|
+
Object.defineProperty(exports, "ProgressIndicatorVariant", { enumerable: true, get: function () { return components_2.ProgressIndicatorVariant; } });
|
|
35
|
+
Object.defineProperty(exports, "SpinnerVariant", { enumerable: true, get: function () { return components_2.SpinnerVariant; } });
|
|
36
|
+
Object.defineProperty(exports, "AccordionItem", { enumerable: true, get: function () { return components_2.AccordionItem; } });
|
|
37
|
+
Object.defineProperty(exports, "Accordion", { enumerable: true, get: function () { return components_2.Accordion; } });
|
|
38
|
+
Object.defineProperty(exports, "Divider", { enumerable: true, get: function () { return components_2.Divider; } });
|
|
39
|
+
Object.defineProperty(exports, "DividerVariant", { enumerable: true, get: function () { return components_2.DividerVariant; } });
|
|
40
|
+
Object.defineProperty(exports, "DatePicker", { enumerable: true, get: function () { return components_2.DatePicker; } });
|
|
41
|
+
Object.defineProperty(exports, "DatePickerVariants", { enumerable: true, get: function () { return components_2.DatePickerVariants; } });
|
|
42
|
+
var components_3 = require("./components");
|
|
43
|
+
Object.defineProperty(exports, "Form", { enumerable: true, get: function () { return components_3.Form; } });
|
|
44
|
+
Object.defineProperty(exports, "Drawer", { enumerable: true, get: function () { return components_3.Drawer; } });
|
|
45
|
+
Object.defineProperty(exports, "DrawerVariant", { enumerable: true, get: function () { return components_3.DrawerVariant; } });
|
|
46
|
+
Object.defineProperty(exports, "DrawerDirection", { enumerable: true, get: function () { return components_3.DrawerDirection; } });
|
|
47
|
+
Object.defineProperty(exports, "Modal", { enumerable: true, get: function () { return components_3.Modal; } });
|
|
48
|
+
Object.defineProperty(exports, "ModalVariant", { enumerable: true, get: function () { return components_3.ModalVariant; } });
|
|
49
|
+
Object.defineProperty(exports, "FilterVariant", { enumerable: true, get: function () { return components_3.FilterVariant; } });
|
|
50
|
+
Object.defineProperty(exports, "Select", { enumerable: true, get: function () { return components_3.Select; } });
|
|
51
|
+
Object.defineProperty(exports, "TextField", { enumerable: true, get: function () { return components_3.TextField; } });
|
|
52
|
+
Object.defineProperty(exports, "FormSelect", { enumerable: true, get: function () { return components_3.FormSelect; } });
|
|
53
|
+
Object.defineProperty(exports, "FilterModal", { enumerable: true, get: function () { return components_3.FilterModal; } });
|
|
54
|
+
Object.defineProperty(exports, "FormCheckBox", { enumerable: true, get: function () { return components_3.FormCheckBox; } });
|
|
55
|
+
Object.defineProperty(exports, "FormTextField", { enumerable: true, get: function () { return components_3.FormTextField; } });
|
|
56
|
+
Object.defineProperty(exports, "StatusSelector", { enumerable: true, get: function () { return components_3.StatusSelector; } });
|
|
57
|
+
Object.defineProperty(exports, "StatusSelectorVariant", { enumerable: true, get: function () { return components_3.StatusSelectorVariant; } });
|
|
58
|
+
Object.defineProperty(exports, "FormRadioButton", { enumerable: true, get: function () { return components_3.FormRadioButton; } });
|
|
59
|
+
Object.defineProperty(exports, "FormDatePicker", { enumerable: true, get: function () { return components_3.FormDatePicker; } });
|
|
60
|
+
Object.defineProperty(exports, "Callout", { enumerable: true, get: function () { return components_3.Callout; } });
|
|
61
|
+
Object.defineProperty(exports, "CalloutVariant", { enumerable: true, get: function () { return components_3.CalloutVariant; } });
|
|
62
|
+
Object.defineProperty(exports, "ThreeDotMenu", { enumerable: true, get: function () { return components_3.ThreeDotMenu; } });
|
|
60
63
|
var containers_1 = require("./containers");
|
|
61
64
|
Object.defineProperty(exports, "FormControl", { enumerable: true, get: function () { return containers_1.FormControl; } });
|
|
62
65
|
Object.defineProperty(exports, "FormInputWidth", { enumerable: true, get: function () { return containers_1.FormInputWidth; } });
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AACa,QAAA,gBAAgB,GAAG,IAAI,CAAC;AAGrC,2CAkCsB;AAjCpB,uGAAA,SAAS,OAAA;AACT,uGAAA,SAAS,OAAA;AACT,wGAAA,UAAU,OAAA;AACV,sGAAA,QAAQ,OAAA;AACR,oGAAA,MAAM,OAAA;AACN,2GAAA,aAAa,OAAA;AACb,sGAAA,QAAQ,OAAA;AACR,yGAAA,WAAW,OAAA;AACX,6GAAA,eAAe,OAAA;AACf,kGAAA,IAAI,OAAA;AACJ,sGAAA,QAAQ,OAAA;AACR,0GAAA,YAAY,OAAA;AACZ,6GAAA,eAAe,OAAA;AACf,wGAAA,UAAU,OAAA;AACV,+GAAA,iBAAiB,OAAA;AACjB,uGAAA,SAAS,OAAA;AACT,kGAAA,IAAI,OAAA;AACJ,yGAAA,WAAW,OAAA;AACX,wGAAA,UAAU,OAAA;AACV,wGAAA,UAAU,OAAA;AACV,+GAAA,iBAAiB,OAAA;AACjB,qGAAA,OAAO,OAAA;AACP,6GAAA,eAAe,OAAA;AACf,qGAAA,OAAO,OAAA;AACP,+GAAA,iBAAiB,OAAA;AACjB,sHAAA,wBAAwB,OAAA;AACxB,4GAAA,cAAc,OAAA;AACd,2GAAA,aAAa,OAAA;AACb,uGAAA,SAAS,OAAA;AACT,qGAAA,OAAO,OAAA;AACP,4GAAA,cAAc,OAAA;AACd,wGAAA,UAAU,OAAA;AACV,gHAAA,kBAAkB,OAAA;AAIpB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AACa,QAAA,gBAAgB,GAAG,IAAI,CAAC;AAGrC,2CAAyC;AAAhC,uGAAA,SAAS,OAAA;AASlB,2CAkCsB;AAjCpB,uGAAA,SAAS,OAAA;AACT,uGAAA,SAAS,OAAA;AACT,wGAAA,UAAU,OAAA;AACV,sGAAA,QAAQ,OAAA;AACR,oGAAA,MAAM,OAAA;AACN,2GAAA,aAAa,OAAA;AACb,sGAAA,QAAQ,OAAA;AACR,yGAAA,WAAW,OAAA;AACX,6GAAA,eAAe,OAAA;AACf,kGAAA,IAAI,OAAA;AACJ,sGAAA,QAAQ,OAAA;AACR,0GAAA,YAAY,OAAA;AACZ,6GAAA,eAAe,OAAA;AACf,wGAAA,UAAU,OAAA;AACV,+GAAA,iBAAiB,OAAA;AACjB,uGAAA,SAAS,OAAA;AACT,kGAAA,IAAI,OAAA;AACJ,yGAAA,WAAW,OAAA;AACX,wGAAA,UAAU,OAAA;AACV,wGAAA,UAAU,OAAA;AACV,+GAAA,iBAAiB,OAAA;AACjB,qGAAA,OAAO,OAAA;AACP,6GAAA,eAAe,OAAA;AACf,qGAAA,OAAO,OAAA;AACP,+GAAA,iBAAiB,OAAA;AACjB,sHAAA,wBAAwB,OAAA;AACxB,4GAAA,cAAc,OAAA;AACd,2GAAA,aAAa,OAAA;AACb,uGAAA,SAAS,OAAA;AACT,qGAAA,OAAO,OAAA;AACP,4GAAA,cAAc,OAAA;AACd,wGAAA,UAAU,OAAA;AACV,gHAAA,kBAAkB,OAAA;AAIpB,2CAqBsB;AApBpB,kGAAA,IAAI,OAAA;AACJ,oGAAA,MAAM,OAAA;AACN,2GAAA,aAAa,OAAA;AACb,6GAAA,eAAe,OAAA;AACf,mGAAA,KAAK,OAAA;AACL,0GAAA,YAAY,OAAA;AACZ,2GAAA,aAAa,OAAA;AACb,oGAAA,MAAM,OAAA;AACN,uGAAA,SAAS,OAAA;AACT,wGAAA,UAAU,OAAA;AACV,yGAAA,WAAW,OAAA;AACX,0GAAA,YAAY,OAAA;AACZ,2GAAA,aAAa,OAAA;AACb,4GAAA,cAAc,OAAA;AACd,mHAAA,qBAAqB,OAAA;AACrB,6GAAA,eAAe,OAAA;AACf,4GAAA,cAAc,OAAA;AACd,qGAAA,OAAO,OAAA;AACP,4GAAA,cAAc,OAAA;AACd,0GAAA,YAAY,OAAA;AAId,2CAA2D;AAAlD,yGAAA,WAAW,OAAA;AAAE,4GAAA,cAAc,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-utils.d.ts","sourceRoot":"","sources":["../../src/utils/tailwind-utils.ts"],"names":[],"mappings":"AAAA,OAAa,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"tailwind-utils.d.ts","sourceRoot":"","sources":["../../src/utils/tailwind-utils.ts"],"names":[],"mappings":"AAAA,OAAa,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAWxC,wBAAgB,QAAQ,CAAC,GAAG,OAAO,EAAE,UAAU,EAAE,UAEhD"}
|
|
@@ -6,7 +6,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.tailwind = tailwind;
|
|
7
7
|
const clsx_1 = __importDefault(require("clsx"));
|
|
8
8
|
const tailwind_merge_1 = require("tailwind-merge");
|
|
9
|
+
const customTwMerge = (0, tailwind_merge_1.extendTailwindMerge)({
|
|
10
|
+
override: {
|
|
11
|
+
conflictingClassGroups: {
|
|
12
|
+
'text-overflow': ['whitespace'],
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
});
|
|
9
16
|
function tailwind(...classes) {
|
|
10
|
-
return (
|
|
17
|
+
return customTwMerge((0, clsx_1.default)(classes));
|
|
11
18
|
}
|
|
12
19
|
//# sourceMappingURL=tailwind-utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-utils.js","sourceRoot":"","sources":["../../src/utils/tailwind-utils.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"tailwind-utils.js","sourceRoot":"","sources":["../../src/utils/tailwind-utils.ts"],"names":[],"mappings":";;;;;AAWA,4BAEC;AAbD,gDAAwC;AACxC,mDAAqD;AAErD,MAAM,aAAa,GAAG,IAAA,oCAAmB,EAAC;IACxC,QAAQ,EAAE;QACR,sBAAsB,EAAE;YACtB,eAAe,EAAE,CAAC,YAAY,CAAC;SAChC;KACF;CACF,CAAC,CAAC;AAEH,SAAgB,QAAQ,CAAC,GAAG,OAAqB;IAC/C,OAAO,aAAa,CAAC,IAAA,cAAI,EAAC,OAAO,CAAC,CAAC,CAAC;AACtC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "period-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"style": "dist/index.css",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "vite build && tsc -p tsconfig.build.json && tsc-alias && yarn build:css",
|
|
16
16
|
"build:css": "sass src/index.scss dist/index.css",
|
|
17
|
-
"prepare": "npm run build",
|
|
17
|
+
"prepare": "husky && npm run build",
|
|
18
18
|
"package:upgrade": "npm version patch",
|
|
19
19
|
"package:publish": "npm publish",
|
|
20
20
|
"package:submit": "yarn test && yarn prepare && npm run upgrade && npm run publish",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"react-imask": "6.6.3",
|
|
42
42
|
"react-window": "2.2.0",
|
|
43
43
|
"sass": "1.87.0",
|
|
44
|
+
"signature_pad": "^5.1.3",
|
|
44
45
|
"tailwind-merge": "2.6.0",
|
|
45
46
|
"ts-node": "10.9.2",
|
|
46
47
|
"yup": "0.32.11"
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"eslint-plugin-react-refresh": "0.4.16",
|
|
70
71
|
"eslint-plugin-storybook": "0.11.2",
|
|
71
72
|
"globals": "15.14.0",
|
|
73
|
+
"husky": "^9.1.7",
|
|
72
74
|
"jest": "29.7.0",
|
|
73
75
|
"jsdom": "25.0.1",
|
|
74
76
|
"postcss": "8.4.49",
|