1mpacto-react-ui 0.2.0-beta.20 → 0.2.0-beta.22
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/assets/_colors.scss +40 -0
- package/dist/assets/_mixins.scss +43 -43
- package/dist/assets/_typography.scss +286 -0
- package/dist/assets/colors.css +20 -0
- package/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/assets/fonts/PlusJakartaSans-Italic.ttf +0 -0
- package/dist/assets/fonts/PlusJakartaSans.ttf +0 -0
- package/dist/assets/icons/arrow-narrow-down.svg +3 -3
- package/dist/assets/style.css +1 -1
- package/dist/assets/typography.css +78 -0
- package/dist/index.cjs +132 -120
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +13750 -13034
- package/dist/index.mjs.map +1 -1
- package/dist/package.json.d.ts +132 -132
- package/dist/src/components/Input/InputInnerLabel.d.ts +4 -0
- package/dist/src/components/Input/InputInnerLabel.stories.d.ts +31 -0
- package/dist/src/components/RadioCheckbox/RadioCheckbox.stories.d.ts +189 -7
- package/dist/src/components/SelectDropdownContainer/styleConfig.d.ts +2 -0
- package/dist/src/components/Textarea/TextareaInnerLabel.d.ts +4 -0
- package/dist/src/components/Textarea/TextareaInnerLabel.stories.d.ts +25 -0
- package/dist/src/components/TimeRange/TimeRange.d.ts +3 -0
- package/dist/src/components/TimeRange/TimeRange.stories.d.ts +19 -0
- package/dist/src/components/index.d.ts +7 -3
- package/dist/src/config/components/font.d.ts +6 -0
- package/dist/src/config/tailwind/typography.d.ts +1 -0
- package/dist/src/hooks/index.d.ts +5 -3
- package/dist/src/hooks/useCountdown.d.ts +6 -3
- package/dist/src/hooks/useOtpInput.d.ts +42 -0
- package/dist/src/interfaces/components/Badges/index.d.ts +2 -1
- package/dist/src/interfaces/components/Breadcrumbs/index.d.ts +3 -2
- package/dist/src/interfaces/components/Button/index.d.ts +2 -2
- package/dist/src/interfaces/components/Chips/index.d.ts +2 -1
- package/dist/src/interfaces/components/Input/index.d.ts +13 -0
- package/dist/src/interfaces/components/Popover/index.d.ts +3 -1
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckbox.d.ts +3 -2
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckboxLabel.d.ts +2 -1
- package/dist/src/interfaces/components/SelectDropdownContainer/index.d.ts +1 -1
- package/dist/src/interfaces/components/Sidebar/index.d.ts +1 -1
- package/dist/src/interfaces/components/Switch/index.d.ts +1 -1
- package/dist/src/interfaces/components/Table/index.d.ts +8 -1
- package/dist/src/interfaces/components/Tabs/index.d.ts +1 -1
- package/dist/src/interfaces/components/Textarea/index.d.ts +13 -0
- package/dist/src/interfaces/components/TimeRange/index.d.ts +28 -0
- package/dist/tinymce/CHANGELOG.md +3785 -3785
- package/dist/tinymce/js/tinymce/langs/README.md +3 -3
- package/dist/tinymce/js/tinymce/license.md +6 -6
- package/dist/tinymce/js/tinymce/notices.txt +21 -21
- package/dist/tinymce/js/tinymce/plugins/codesample/plugin.min.js +8 -8
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ar.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ca.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/cs.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/da.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/de.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/el.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/en.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/es.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/eu.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fa.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/he_IL.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hr.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/id.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/it.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ja.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/kk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ms.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nl.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pl.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ro.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ru.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/th_TH.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/tr.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/uk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/vi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +86 -86
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +92 -92
- package/dist/tinymce/js/tinymce/skins/content/dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/default/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/default/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/document/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/document/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/writer/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/writer/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/tinymce.d.ts +3350 -3350
- package/dist/tinymce/js/tinymce/tinymce.min.js +10 -10
- package/dist/types-external/table.d.ts +15 -15
- package/package.json +132 -132
package/dist/package.json.d.ts
CHANGED
|
@@ -1,135 +1,135 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"name": "1mpacto-react-ui",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "0.2.0-beta.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"engines": {
|
|
7
|
-
"node": ">=20.19.4",
|
|
8
|
-
"npm": ">=10.8.2"
|
|
9
|
-
},
|
|
10
|
-
"scripts": {
|
|
11
|
-
"copy:toastify-css": "cp ./node_modules/react-toastify/dist/ReactToastify.css ./dist/assets/toast.css",
|
|
12
|
-
"copy:mixin-scss": "cp ./src/styles/_mixins.scss ./dist/assets/_mixins.scss",
|
|
13
|
-
"dev": "vite",
|
|
14
|
-
"transform:style": "node -r ./src/utils/register-ts-node.js ./src/utils/generate-file-style.js",
|
|
15
|
-
"postProcess:fontfamily": "node ./src/utils/post-process-css.js",
|
|
16
|
-
"process:transformStyle": "npm run postProcess:fontfamily && npm run transform:style",
|
|
17
|
-
"process:copyStyle": "npm run copy:mixin-scss && npm run copy:toastify-css",
|
|
18
|
-
"build": "tsc -b && vite build && npm run build:css && npm run build:fontfamily && npm run process:copyStyle && npm run process:transformStyle",
|
|
19
|
-
"build:css": "tailwindcss -i ./src/styles/index.scss -o ./dist/assets/core.css --minify",
|
|
20
|
-
"build:fontfamily": "sass ./src/styles/fontfamily.scss ./dist/assets/fontfamily.css --no-source-map --style=compressed",
|
|
21
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
22
|
-
"preview": "vite preview",
|
|
23
|
-
"prepare": "husky && npm run build",
|
|
24
|
-
"watch:build": "npx watch \"npm run build\" ./src",
|
|
25
|
-
"storybook": "storybook dev -p 6006",
|
|
26
|
-
"build-storybook": "storybook build",
|
|
27
|
-
"postbuild": "copyfiles -f src/types/* dist/types-external/",
|
|
28
|
-
"install": "copyfiles -f dist/types-external/* ../../src/types/"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"@chromatic-com/storybook": "^4.0.1",
|
|
32
|
-
"@eslint/compat": "^1.3.1",
|
|
33
|
-
"@eslint/eslintrc": "^3.3.1",
|
|
34
|
-
"@eslint/js": "^9.32.0",
|
|
35
|
-
"@storybook/addon-docs": "^9.0.18",
|
|
36
|
-
"@storybook/addon-onboarding": "^9.0.18",
|
|
37
|
-
"@storybook/react-vite": "^9.0.18",
|
|
38
|
-
"@stylistic/eslint-plugin": "^5.2.2",
|
|
39
|
-
"@types/js-cookie": "^3.0.6",
|
|
40
|
-
"@types/node": "^20",
|
|
41
|
-
"@types/node-forge": "^1.3.14",
|
|
42
|
-
"@types/react": "^19.1.9",
|
|
43
|
-
"@types/react-dom": "^19.1.7",
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
45
|
-
"@typescript-eslint/parser": "^8.38.0",
|
|
46
|
-
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
47
|
-
"autoprefixer": "^10.4.19",
|
|
48
|
-
"eslint": "^9.32.0",
|
|
49
|
-
"eslint-config-prettier": "^10.1.8",
|
|
50
|
-
"eslint-plugin-import": "^2.32.0",
|
|
51
|
-
"eslint-plugin-prettier": "^5.5.3",
|
|
52
|
-
"eslint-plugin-react": "^7.37.5",
|
|
53
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
54
|
-
"eslint-plugin-react-refresh": "^0.4.19",
|
|
55
|
-
"eslint-plugin-storybook": "^9.0.18",
|
|
56
|
-
"glob": "^11.0.3",
|
|
57
|
-
"globals": "^16.3.0",
|
|
58
|
-
"husky": "^9.1.7",
|
|
59
|
-
"lint-staged": "^16.1.2",
|
|
60
|
-
"postcss": "^8.5.2",
|
|
61
|
-
"prettier": "^3.6.2",
|
|
62
|
-
"react": "^19.1.1",
|
|
63
|
-
"react-dom": "^19.1.1",
|
|
64
|
-
"sass": "^1.89.2",
|
|
65
|
-
"storybook": "^9.0.18",
|
|
66
|
-
"tailwindcss": "^3.4.4",
|
|
67
|
-
"ts-node": "^10.9.2",
|
|
68
|
-
"typescript": "~5.8.3",
|
|
69
|
-
"vite": "^6.3.5",
|
|
70
|
-
"vite-plugin-dts": "^4.5.4"
|
|
71
|
-
},
|
|
72
|
-
"peerDependencies": {
|
|
73
|
-
"react": ">= 19",
|
|
74
|
-
"react-dom": ">=19",
|
|
75
|
-
"yup": ">=1.4.0"
|
|
76
|
-
},
|
|
77
|
-
"main": "./dist/index.cjs",
|
|
78
|
-
"module": "./dist/index.mjs",
|
|
79
|
-
"types": "./dist/index.d.ts",
|
|
80
|
-
"exports": {
|
|
81
|
-
".": {
|
|
82
|
-
"types": "./dist/index.d.ts",
|
|
83
|
-
"import": "./dist/index.mjs",
|
|
84
|
-
"require": "./dist/index.cjs"
|
|
85
|
-
},
|
|
86
|
-
"./dist/assets/toast.css": "./dist/assets/toast.css",
|
|
87
|
-
"./dist/assets/core.css": "./dist/assets/core.css",
|
|
88
|
-
"./dist/assets/style.css": "./dist/assets/style.css",
|
|
89
|
-
"./dist/assets/colors.css": "./dist/assets/colors.css",
|
|
90
|
-
"./dist/assets/_colors.scss": "./dist/assets/_colors.scss",
|
|
91
|
-
"./dist/assets/typography.css": "./dist/assets/typography.css",
|
|
92
|
-
"./dist/assets/_typography.scss": "./dist/assets/_typography.scss",
|
|
93
|
-
"./dist/assets/screen.css": "./dist/assets/screen.css",
|
|
94
|
-
"./dist/assets/_screen.scss": "./dist/assets/_screen.scss",
|
|
95
|
-
"./dist/assets/_mixins.scss": "./dist/assets/_mixins.scss"
|
|
96
|
-
},
|
|
97
|
-
"files": [
|
|
98
|
-
"/dist"
|
|
99
|
-
],
|
|
100
|
-
"publishConfig": {
|
|
101
|
-
"access": "public"
|
|
102
|
-
},
|
|
103
|
-
"lint-staged": {
|
|
104
|
-
"*.{js,jsx,ts,tsx}": [
|
|
105
|
-
"eslint --quiet --fix"
|
|
106
|
-
],
|
|
107
|
-
"*.{json,js,ts,jsx,tsx,html}": [
|
|
108
|
-
"prettier --write --ignore-unknown"
|
|
109
|
-
]
|
|
110
|
-
},
|
|
111
|
-
"dependencies": {
|
|
112
|
-
"@floating-ui/react": "^0.27.15",
|
|
113
|
-
"@internationalized/date": "^3.8.2",
|
|
114
|
-
"@tanstack/react-table": "^8.21.3",
|
|
115
|
-
"@tinymce/tinymce-react": "^6.2.1",
|
|
116
|
-
"bignumber.js": "^9.1.2",
|
|
117
|
-
"chart.js": "^4.5.0",
|
|
118
|
-
"copyfiles": "^2.4.1",
|
|
119
|
-
"date-fns": "^3.6.0",
|
|
120
|
-
"js-cookie": "^3.0.5",
|
|
121
|
-
"lossless-json": "^4.0.2",
|
|
122
|
-
"node-forge": "^1.3.1",
|
|
123
|
-
"react-aria": "^3.42.0",
|
|
124
|
-
"react-chartjs-2": "^5.3.0",
|
|
125
|
-
"react-number-format": "^5.4.4",
|
|
126
|
-
"react-select": "^5.10.2",
|
|
127
|
-
"react-stately": "^3.40.0",
|
|
128
|
-
"react-toastify": "^11.0.5",
|
|
129
|
-
"react-virtuoso": "^4.13.0",
|
|
130
|
-
"tinymce": "^7.9.1"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"name": "1mpacto-react-ui",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.2.0-beta.22",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"engines": {
|
|
7
|
+
"node": ">=20.19.4",
|
|
8
|
+
"npm": ">=10.8.2"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"copy:toastify-css": "cp ./node_modules/react-toastify/dist/ReactToastify.css ./dist/assets/toast.css",
|
|
12
|
+
"copy:mixin-scss": "cp ./src/styles/_mixins.scss ./dist/assets/_mixins.scss",
|
|
13
|
+
"dev": "vite",
|
|
14
|
+
"transform:style": "node -r ./src/utils/register-ts-node.js ./src/utils/generate-file-style.js",
|
|
15
|
+
"postProcess:fontfamily": "node ./src/utils/post-process-css.js",
|
|
16
|
+
"process:transformStyle": "npm run postProcess:fontfamily && npm run transform:style",
|
|
17
|
+
"process:copyStyle": "npm run copy:mixin-scss && npm run copy:toastify-css",
|
|
18
|
+
"build": "tsc -b && vite build && npm run build:css && npm run build:fontfamily && npm run process:copyStyle && npm run process:transformStyle",
|
|
19
|
+
"build:css": "tailwindcss -i ./src/styles/index.scss -o ./dist/assets/core.css --minify",
|
|
20
|
+
"build:fontfamily": "sass ./src/styles/fontfamily.scss ./dist/assets/fontfamily.css --no-source-map --style=compressed",
|
|
21
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
22
|
+
"preview": "vite preview",
|
|
23
|
+
"prepare": "husky && npm run build",
|
|
24
|
+
"watch:build": "npx watch \"npm run build\" ./src",
|
|
25
|
+
"storybook": "storybook dev -p 6006",
|
|
26
|
+
"build-storybook": "storybook build",
|
|
27
|
+
"postbuild": "copyfiles -f src/types/* dist/types-external/",
|
|
28
|
+
"install": "copyfiles -f dist/types-external/* ../../src/types/"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@chromatic-com/storybook": "^4.0.1",
|
|
32
|
+
"@eslint/compat": "^1.3.1",
|
|
33
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
34
|
+
"@eslint/js": "^9.32.0",
|
|
35
|
+
"@storybook/addon-docs": "^9.0.18",
|
|
36
|
+
"@storybook/addon-onboarding": "^9.0.18",
|
|
37
|
+
"@storybook/react-vite": "^9.0.18",
|
|
38
|
+
"@stylistic/eslint-plugin": "^5.2.2",
|
|
39
|
+
"@types/js-cookie": "^3.0.6",
|
|
40
|
+
"@types/node": "^20",
|
|
41
|
+
"@types/node-forge": "^1.3.14",
|
|
42
|
+
"@types/react": "^19.1.9",
|
|
43
|
+
"@types/react-dom": "^19.1.7",
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
45
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
46
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
47
|
+
"autoprefixer": "^10.4.19",
|
|
48
|
+
"eslint": "^9.32.0",
|
|
49
|
+
"eslint-config-prettier": "^10.1.8",
|
|
50
|
+
"eslint-plugin-import": "^2.32.0",
|
|
51
|
+
"eslint-plugin-prettier": "^5.5.3",
|
|
52
|
+
"eslint-plugin-react": "^7.37.5",
|
|
53
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
54
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
55
|
+
"eslint-plugin-storybook": "^9.0.18",
|
|
56
|
+
"glob": "^11.0.3",
|
|
57
|
+
"globals": "^16.3.0",
|
|
58
|
+
"husky": "^9.1.7",
|
|
59
|
+
"lint-staged": "^16.1.2",
|
|
60
|
+
"postcss": "^8.5.2",
|
|
61
|
+
"prettier": "^3.6.2",
|
|
62
|
+
"react": "^19.1.1",
|
|
63
|
+
"react-dom": "^19.1.1",
|
|
64
|
+
"sass": "^1.89.2",
|
|
65
|
+
"storybook": "^9.0.18",
|
|
66
|
+
"tailwindcss": "^3.4.4",
|
|
67
|
+
"ts-node": "^10.9.2",
|
|
68
|
+
"typescript": "~5.8.3",
|
|
69
|
+
"vite": "^6.3.5",
|
|
70
|
+
"vite-plugin-dts": "^4.5.4"
|
|
71
|
+
},
|
|
72
|
+
"peerDependencies": {
|
|
73
|
+
"react": ">= 19",
|
|
74
|
+
"react-dom": ">=19",
|
|
75
|
+
"yup": ">=1.4.0"
|
|
76
|
+
},
|
|
77
|
+
"main": "./dist/index.cjs",
|
|
78
|
+
"module": "./dist/index.mjs",
|
|
79
|
+
"types": "./dist/index.d.ts",
|
|
80
|
+
"exports": {
|
|
81
|
+
".": {
|
|
82
|
+
"types": "./dist/index.d.ts",
|
|
83
|
+
"import": "./dist/index.mjs",
|
|
84
|
+
"require": "./dist/index.cjs"
|
|
85
|
+
},
|
|
86
|
+
"./dist/assets/toast.css": "./dist/assets/toast.css",
|
|
87
|
+
"./dist/assets/core.css": "./dist/assets/core.css",
|
|
88
|
+
"./dist/assets/style.css": "./dist/assets/style.css",
|
|
89
|
+
"./dist/assets/colors.css": "./dist/assets/colors.css",
|
|
90
|
+
"./dist/assets/_colors.scss": "./dist/assets/_colors.scss",
|
|
91
|
+
"./dist/assets/typography.css": "./dist/assets/typography.css",
|
|
92
|
+
"./dist/assets/_typography.scss": "./dist/assets/_typography.scss",
|
|
93
|
+
"./dist/assets/screen.css": "./dist/assets/screen.css",
|
|
94
|
+
"./dist/assets/_screen.scss": "./dist/assets/_screen.scss",
|
|
95
|
+
"./dist/assets/_mixins.scss": "./dist/assets/_mixins.scss"
|
|
96
|
+
},
|
|
97
|
+
"files": [
|
|
98
|
+
"/dist"
|
|
99
|
+
],
|
|
100
|
+
"publishConfig": {
|
|
101
|
+
"access": "public"
|
|
102
|
+
},
|
|
103
|
+
"lint-staged": {
|
|
104
|
+
"*.{js,jsx,ts,tsx}": [
|
|
105
|
+
"eslint --quiet --fix"
|
|
106
|
+
],
|
|
107
|
+
"*.{json,js,ts,jsx,tsx,html}": [
|
|
108
|
+
"prettier --write --ignore-unknown"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
"dependencies": {
|
|
112
|
+
"@floating-ui/react": "^0.27.15",
|
|
113
|
+
"@internationalized/date": "^3.8.2",
|
|
114
|
+
"@tanstack/react-table": "^8.21.3",
|
|
115
|
+
"@tinymce/tinymce-react": "^6.2.1",
|
|
116
|
+
"bignumber.js": "^9.1.2",
|
|
117
|
+
"chart.js": "^4.5.0",
|
|
118
|
+
"copyfiles": "^2.4.1",
|
|
119
|
+
"date-fns": "^3.6.0",
|
|
120
|
+
"js-cookie": "^3.0.5",
|
|
121
|
+
"lossless-json": "^4.0.2",
|
|
122
|
+
"node-forge": "^1.3.1",
|
|
123
|
+
"react-aria": "^3.42.0",
|
|
124
|
+
"react-chartjs-2": "^5.3.0",
|
|
125
|
+
"react-number-format": "^5.4.4",
|
|
126
|
+
"react-select": "^5.10.2",
|
|
127
|
+
"react-stately": "^3.40.0",
|
|
128
|
+
"react-toastify": "^11.0.5",
|
|
129
|
+
"react-virtuoso": "^4.13.0",
|
|
130
|
+
"tinymce": "^7.9.1"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
133
|
;
|
|
134
134
|
|
|
135
135
|
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<import('../../interfaces/components/Input').IInputInnerLabel & import('react').RefAttributes<HTMLInputElement>>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
argTypes: {
|
|
10
|
+
className: {
|
|
11
|
+
type: "string";
|
|
12
|
+
};
|
|
13
|
+
classNameContainer: {
|
|
14
|
+
type: "string";
|
|
15
|
+
};
|
|
16
|
+
classNameLabelError: {
|
|
17
|
+
type: "string";
|
|
18
|
+
};
|
|
19
|
+
error: {
|
|
20
|
+
type: "string";
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
args: {
|
|
24
|
+
onChange: import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
25
|
+
value: string;
|
|
26
|
+
};
|
|
27
|
+
render: (args: import('../../interfaces/components/Input').IInputInnerLabel & import('react').RefAttributes<HTMLInputElement>) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
};
|
|
29
|
+
export default meta;
|
|
30
|
+
type Story = StoryObj<typeof meta>;
|
|
31
|
+
export declare const Default: Story;
|
|
@@ -7,26 +7,208 @@ declare const meta: {
|
|
|
7
7
|
};
|
|
8
8
|
tags: string[];
|
|
9
9
|
argTypes: {
|
|
10
|
-
className: {
|
|
11
|
-
type: "string";
|
|
12
|
-
};
|
|
13
10
|
classNameContainer: {
|
|
14
|
-
|
|
11
|
+
control: "text";
|
|
12
|
+
description: string;
|
|
13
|
+
table: {
|
|
14
|
+
category: string;
|
|
15
|
+
type: {
|
|
16
|
+
summary: string;
|
|
17
|
+
};
|
|
18
|
+
defaultValue: {
|
|
19
|
+
summary: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
15
22
|
};
|
|
16
23
|
classNameLabel: {
|
|
17
|
-
|
|
24
|
+
control: "text";
|
|
25
|
+
description: string;
|
|
26
|
+
table: {
|
|
27
|
+
category: string;
|
|
28
|
+
type: {
|
|
29
|
+
summary: string;
|
|
30
|
+
};
|
|
31
|
+
defaultValue: {
|
|
32
|
+
summary: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
18
35
|
};
|
|
19
36
|
classNameCheckedIcon: {
|
|
20
|
-
|
|
37
|
+
control: "text";
|
|
38
|
+
description: string;
|
|
39
|
+
table: {
|
|
40
|
+
category: string;
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
21
48
|
};
|
|
22
49
|
classNameContainerCheckedIcon: {
|
|
23
|
-
|
|
50
|
+
control: "text";
|
|
51
|
+
description: string;
|
|
52
|
+
table: {
|
|
53
|
+
category: string;
|
|
54
|
+
type: {
|
|
55
|
+
summary: string;
|
|
56
|
+
};
|
|
57
|
+
defaultValue: {
|
|
58
|
+
summary: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
sizeInput: {
|
|
63
|
+
control: {
|
|
64
|
+
type: "select";
|
|
65
|
+
};
|
|
66
|
+
options: string[];
|
|
67
|
+
description: string;
|
|
68
|
+
table: {
|
|
69
|
+
category: string;
|
|
70
|
+
type: {
|
|
71
|
+
summary: string;
|
|
72
|
+
};
|
|
73
|
+
defaultValue: {
|
|
74
|
+
summary: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
variants: {
|
|
79
|
+
control: {
|
|
80
|
+
type: "select";
|
|
81
|
+
};
|
|
82
|
+
options: string[];
|
|
83
|
+
description: string;
|
|
84
|
+
table: {
|
|
85
|
+
category: string;
|
|
86
|
+
type: {
|
|
87
|
+
summary: string;
|
|
88
|
+
};
|
|
89
|
+
defaultValue: {
|
|
90
|
+
summary: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
variantDisableds: {
|
|
95
|
+
control: {
|
|
96
|
+
type: "select";
|
|
97
|
+
};
|
|
98
|
+
options: string[];
|
|
99
|
+
description: string;
|
|
100
|
+
table: {
|
|
101
|
+
category: string;
|
|
102
|
+
type: {
|
|
103
|
+
summary: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
borderRadius: {
|
|
108
|
+
control: "text";
|
|
109
|
+
description: string;
|
|
110
|
+
table: {
|
|
111
|
+
category: string;
|
|
112
|
+
type: {
|
|
113
|
+
summary: string;
|
|
114
|
+
};
|
|
115
|
+
defaultValue: {
|
|
116
|
+
summary: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
24
119
|
};
|
|
25
120
|
checkedIcon: {
|
|
121
|
+
control: {
|
|
122
|
+
disable: true;
|
|
123
|
+
};
|
|
124
|
+
description: string;
|
|
125
|
+
table: {
|
|
126
|
+
category: string;
|
|
127
|
+
type: {
|
|
128
|
+
summary: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
type: {
|
|
133
|
+
control: {
|
|
134
|
+
type: "radio";
|
|
135
|
+
};
|
|
136
|
+
options: string[];
|
|
137
|
+
description: string;
|
|
138
|
+
table: {
|
|
139
|
+
category: string;
|
|
140
|
+
type: {
|
|
141
|
+
summary: string;
|
|
142
|
+
};
|
|
143
|
+
defaultValue: {
|
|
144
|
+
summary: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
fonts: {
|
|
149
|
+
control: {
|
|
150
|
+
type: "select";
|
|
151
|
+
};
|
|
152
|
+
options: string[];
|
|
153
|
+
description: string;
|
|
154
|
+
table: {
|
|
155
|
+
category: string;
|
|
156
|
+
type: {
|
|
157
|
+
summary: string;
|
|
158
|
+
};
|
|
159
|
+
defaultValue: {
|
|
160
|
+
summary: string;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
label: {
|
|
165
|
+
control: "text";
|
|
166
|
+
description: string;
|
|
167
|
+
table: {
|
|
168
|
+
category: string;
|
|
169
|
+
type: {
|
|
170
|
+
summary: string;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
typography: {
|
|
175
|
+
control: "text";
|
|
176
|
+
description: string;
|
|
177
|
+
table: {
|
|
178
|
+
category: string;
|
|
179
|
+
type: {
|
|
180
|
+
summary: string;
|
|
181
|
+
};
|
|
182
|
+
defaultValue: {
|
|
183
|
+
summary: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
disabled: {
|
|
26
188
|
control: "boolean";
|
|
189
|
+
description: string;
|
|
190
|
+
table: {
|
|
191
|
+
category: string;
|
|
192
|
+
type: {
|
|
193
|
+
summary: string;
|
|
194
|
+
};
|
|
195
|
+
defaultValue: {
|
|
196
|
+
summary: string;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
27
199
|
};
|
|
28
200
|
checked: {
|
|
29
201
|
control: "boolean";
|
|
202
|
+
description: string;
|
|
203
|
+
table: {
|
|
204
|
+
category: string;
|
|
205
|
+
type: {
|
|
206
|
+
summary: string;
|
|
207
|
+
};
|
|
208
|
+
defaultValue: {
|
|
209
|
+
summary: string;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
30
212
|
};
|
|
31
213
|
};
|
|
32
214
|
args: {
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { StylesConfig } from 'react-select';
|
|
2
2
|
export declare const styleSelectDropdownContainerLaba: StylesConfig;
|
|
3
3
|
export declare const styleSelectDropdownContainerPayhere: StylesConfig;
|
|
4
|
+
export declare const styleSelectDropdownContainerBill: StylesConfig;
|
|
4
5
|
export declare const styleSelectDropdownContainerNoSearchLaba: StylesConfig;
|
|
5
6
|
export declare const styleSelectDropdownContainerNoSearchPayhere: StylesConfig;
|
|
7
|
+
export declare const styleSelectDropdownContainerNoSearchBill: StylesConfig;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ITextareaInnerLabel } from '../../interfaces/components/Textarea';
|
|
3
|
+
declare const TextareaInnerLabel: React.ForwardRefExoticComponent<ITextareaInnerLabel & React.RefAttributes<HTMLTextAreaElement>>;
|
|
4
|
+
export default TextareaInnerLabel;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<import('../../interfaces/components/Textarea').ITextareaInnerLabel & import('react').RefAttributes<HTMLTextAreaElement>>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
argTypes: {
|
|
10
|
+
className: {
|
|
11
|
+
type: "string";
|
|
12
|
+
};
|
|
13
|
+
error: {
|
|
14
|
+
type: "string";
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
args: {
|
|
18
|
+
onChange: import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
19
|
+
value: string;
|
|
20
|
+
};
|
|
21
|
+
render: (args: import('../../interfaces/components/Textarea').ITextareaInnerLabel & import('react').RefAttributes<HTMLTextAreaElement>) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
};
|
|
23
|
+
export default meta;
|
|
24
|
+
type Story = StoryObj<typeof meta>;
|
|
25
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import { ITimeRange } from '../../interfaces/components/TimeRange';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: ITimeRange) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
argTypes: {
|
|
11
|
+
className: {
|
|
12
|
+
type: "string";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
render: (args: ITimeRange) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
};
|
|
17
|
+
export default meta;
|
|
18
|
+
type Story = StoryObj<typeof meta>;
|
|
19
|
+
export declare const Default: Story;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ICollapse } from './../interfaces/components/Collapse';
|
|
2
|
-
import { IMasonryLayout } from './../hooks/useMasonry';
|
|
3
2
|
import { IChips } from './../interfaces/components/Chips';
|
|
4
3
|
import { IDatePicker } from './../interfaces/components/DatePicker';
|
|
5
4
|
import { default as TPublish } from './TPublish/TPublish';
|
|
@@ -24,6 +23,7 @@ import { default as CalendarRange } from './Calendar/CalendarRange';
|
|
|
24
23
|
import { default as DatePicker } from './DatePicker/DatePicker';
|
|
25
24
|
import { default as DateRangePicker } from './DatePicker/DateRangePicker';
|
|
26
25
|
import { default as FilterDate } from './DatePicker/FilterDate';
|
|
26
|
+
import { TKeyLocale } from '../interfaces/components/Calendar';
|
|
27
27
|
import { IFilterDateButtonList, TKeyFilterDateButtonListType } from '../interfaces/components/DatePicker';
|
|
28
28
|
import { default as Switch } from './Switch/Switch';
|
|
29
29
|
import { default as ButtonIcon } from './ButtonIcon/ButtonIcon';
|
|
@@ -74,8 +74,12 @@ import { default as StepIndicator } from './Step/StepIndicator';
|
|
|
74
74
|
import { default as TextEditor } from './TextEditor/TextEditor';
|
|
75
75
|
import { ITextEditorProps } from '../interfaces/components/TextEditor';
|
|
76
76
|
import { default as CollapseV2 } from './Collapse/CollapseV2';
|
|
77
|
+
import { default as TimeRange } from './TimeRange/TimeRange';
|
|
78
|
+
import { ITimeRangeListTime, ITimeRange, TTimeRangeValue } from '../interfaces/components/TimeRange';
|
|
79
|
+
import { default as TextareaInnerLabel } from './Textarea/TextareaInnerLabel';
|
|
80
|
+
import { default as InputInnerLabel } from './Input/InputInnerLabel';
|
|
77
81
|
import * as utilTable from '@tanstack/react-table';
|
|
78
82
|
import type * as SelectDropdownContainerType from 'react-select';
|
|
79
83
|
import type * as FilterContainerType from '../interfaces/components/FilterContainer';
|
|
80
|
-
export { TPublish, Button, Popover, Calendar, CalendarRange, DatePicker, DateRangePicker, FilterDate, InputFloatingInner, InputReguler, Pagination, Tabs, TabPanel, Table, TableVirtualization, ListVirtualization, SelectDropdownContainer, utilTable, Switch, ButtonIcon, Badges, Chips, RadioCheckbox, RadioCheckboxLabel, Breadcrumbs, Sidebar, Collapse, ModalDialog, SelectDropdownContainerComponents, Timeline, FilterContainer, NumberFormat, PatternFormat, DefaultCheckedChecboxIcon, DefaultRadioChecboxIcon, ConfigTable, PortalComponent, AlertContainer, UploadFile, TruncateComponent, UploadImage, Textarea, DoughnutChart, MonthYearPicker, CheckboxTable, InputNative, UploadMultipleFile, ErrorMessage, TextareaFloatingInner, Step, LineChart, Tooltip, ButtonPopover, GradientLineChart, GradientBarChart, StepIndicator, TextEditor, CollapseV2, TableSubComponent, };
|
|
81
|
-
export type { ITableColumnDef, IRefPopover, IRefTableVirtualization, IRefListVirtualization, IRefSelectDropdownContainer, IChildrenSelectDropdownContainer, ISidebarModule, SelectDropdownContainerType, FilterContainerType, IInputReguler, IInputFloatingInner, ITableConfig, TButtonVariants, TButtonSize, ITabsList, TTypeEventTabs, ITextarea, IListVirtualization, ITableVirtualization, IRefSidebar, IChildrenIconCompany, ICloneElementSidebar, IDataDoughnutChart, IDataInnerLabelDoughnutChart, ISelectDropdownContainer, IDatePicker, IPopover, IInputNative, IUploadMultipleFileValue, IDataStepList, IDataLineChart, IChips, IRefButtonPopover, TGradientLineChartCustomTooltip, IGradientLineChart, IGradientLineChartDataSet, IGradientLineChartData, TGradientBarChartCustomTooltip, IGradientBarChart, IGradientBarChartDataSet, IGradientBarChartData, IFilterDateButtonList, TKeyFilterDateButtonListType,
|
|
84
|
+
export { TPublish, Button, Popover, Calendar, CalendarRange, DatePicker, DateRangePicker, FilterDate, InputFloatingInner, InputReguler, Pagination, Tabs, TabPanel, Table, TableVirtualization, ListVirtualization, SelectDropdownContainer, utilTable, Switch, ButtonIcon, Badges, Chips, RadioCheckbox, RadioCheckboxLabel, Breadcrumbs, Sidebar, Collapse, ModalDialog, SelectDropdownContainerComponents, Timeline, FilterContainer, NumberFormat, PatternFormat, DefaultCheckedChecboxIcon, DefaultRadioChecboxIcon, ConfigTable, PortalComponent, AlertContainer, UploadFile, TruncateComponent, UploadImage, Textarea, DoughnutChart, MonthYearPicker, CheckboxTable, InputNative, UploadMultipleFile, ErrorMessage, TextareaFloatingInner, Step, LineChart, Tooltip, ButtonPopover, GradientLineChart, GradientBarChart, StepIndicator, TextEditor, CollapseV2, TableSubComponent, TimeRange, TextareaInnerLabel, InputInnerLabel, };
|
|
85
|
+
export type { ITableColumnDef, IRefPopover, IRefTableVirtualization, IRefListVirtualization, IRefSelectDropdownContainer, IChildrenSelectDropdownContainer, ISidebarModule, SelectDropdownContainerType, FilterContainerType, IInputReguler, IInputFloatingInner, ITableConfig, TButtonVariants, TButtonSize, ITabsList, TTypeEventTabs, ITextarea, IListVirtualization, ITableVirtualization, IRefSidebar, IChildrenIconCompany, ICloneElementSidebar, IDataDoughnutChart, IDataInnerLabelDoughnutChart, ISelectDropdownContainer, IDatePicker, IPopover, IInputNative, IUploadMultipleFileValue, IDataStepList, IDataLineChart, IChips, IRefButtonPopover, TGradientLineChartCustomTooltip, IGradientLineChart, IGradientLineChartDataSet, IGradientLineChartData, TGradientBarChartCustomTooltip, IGradientBarChart, IGradientBarChartDataSet, IGradientBarChartData, IFilterDateButtonList, TKeyFilterDateButtonListType, IDataGradientBarChartCustomTooltip, IDataGradientLineChartCustomTooltip, ITextEditorProps, ICollapse, ITableColumnBreakpoint, TTableRenderSubComponent, TTableHandlerRowClick, TKeyLocale, ITimeRangeListTime, ITimeRange, TTimeRangeValue, };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export type ITypography = Record<string, [string, Record<string, string | number>]>;
|
|
2
2
|
export declare const configTypographyPayhere: ITypography;
|
|
3
3
|
export declare const configTypographyLabaBisnis: ITypography;
|
|
4
|
+
export declare const configTypographyBillId: ITypography;
|
|
4
5
|
declare const _default: {
|
|
5
6
|
[x: string]: [string, Record<string, string | number>];
|
|
6
7
|
};
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { default as useElementOrWindowMediaQuery } from './useElementOrWindowMediaQuery';
|
|
2
|
-
import { default as useCountdown } from './useCountdown';
|
|
2
|
+
import { default as useCountdown, IUseCountdownReturn, IUseCountdown } from './useCountdown';
|
|
3
3
|
import { default as useAsyncDebounce } from './useAsyncDebounce';
|
|
4
4
|
import { default as useCombinedResizeObserver } from './useCombinedResizeObserver';
|
|
5
5
|
import { default as useStateRef } from './useStateRef';
|
|
6
6
|
import { useMergeRefs } from './useMergeRefs';
|
|
7
7
|
import { useDeepCompareEffect, useDeepCompareMemoize } from './useDeepCompareEffect';
|
|
8
8
|
import { useEventListener } from './useEventListener';
|
|
9
|
-
import { default as useMasonry } from './useMasonry';
|
|
10
|
-
|
|
9
|
+
import { default as useMasonry, IMasonryLayout } from './useMasonry';
|
|
10
|
+
import { default as useOtpInput, IUseOtpInput, IUseOtpInputReturn } from './useOtpInput';
|
|
11
|
+
export { useElementOrWindowMediaQuery, useCountdown, useAsyncDebounce, useCombinedResizeObserver, useStateRef, useDeepCompareEffect, useDeepCompareMemoize, useMergeRefs, useEventListener, useMasonry, useOtpInput, };
|
|
12
|
+
export type { IUseOtpInput, IUseOtpInputReturn, IMasonryLayout, IUseCountdownReturn, IUseCountdown };
|