1mpacto-react-ui 0.0.5 → 0.0.6

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/package.json CHANGED
@@ -1,85 +1,83 @@
1
- {
2
- "name": "1mpacto-react-ui",
3
- "private": false,
4
- "version": "0.0.5",
5
- "type": "module",
6
- "scripts": {
7
- "dev": "vite",
8
- "build": "tsc -b && vite build && npm run build:css",
9
- "build:css": "tailwindcss -i ./src/styles/index.scss -o ./dist/style.css --minify",
10
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
11
- "preview": "vite preview",
12
- "prepare": "husky && npm run build"
13
- },
14
- "devDependencies": {
15
- "@types/node": "^20.14.10",
16
- "@types/react": ">=17.0.0 <19.0.0",
17
- "@types/react-dom": ">=17.0.0 <19.0.0",
18
- "@typescript-eslint/eslint-plugin": "^7.13.1",
19
- "@typescript-eslint/parser": "^7.13.1",
20
- "@vitejs/plugin-react-swc": "^3.5.0",
21
- "autoprefixer": "^10.4.19",
22
- "eslint": "^8.57.0",
23
- "eslint-config-prettier": "^9.1.0",
24
- "eslint-plugin-prettier": "^5.1.3",
25
- "eslint-plugin-react": "^7.34.3",
26
- "eslint-plugin-react-hooks": "^4.6.2",
27
- "eslint-plugin-react-refresh": "^0.4.7",
28
- "husky": "^9.0.11",
29
- "lint-staged": "^15.2.7",
30
- "postcss": "^8.4.39",
31
- "prettier": "^3.3.2",
32
- "react": ">=17.0.0 <19.0.0",
33
- "react-dom": ">=17.0.0 <19.0.0",
34
- "sass": "^1.77.6",
35
- "tailwindcss": "^3.4.4",
36
- "typescript": "^5.2.2",
37
- "vite": "^5.3.1",
38
- "vite-plugin-dts": "^3.9.1"
39
- },
40
- "peerDependencies": {
41
- "@types/react": ">=17.0.0 <19.0.0",
42
- "@types/react-dom": ">=17.0.0 <19.0.0",
43
- "react": ">=17.0.0 <19.0.0",
44
- "react-dom": ">=17.0.0 <19.0.0"
45
- },
46
- "main": "dist/index.umd.js",
47
- "module": "dist/index.es.js",
48
- "types": "dist/index.d.ts",
49
- "exports": {
50
- ".": {
51
- "import": "./dist/index.es.js",
52
- "require": "./dist/index.umd.js",
53
- "types": "./dist/index.d.ts"
54
- },
55
- "./dist/style.css": {
56
- "import": "./dist/style.css",
57
- "require": "./dist/style.css"
58
- }
59
- },
60
- "files": [
61
- "/dist"
62
- ],
63
- "publishConfig": {
64
- "access": "public"
65
- },
66
- "lint-staged": {
67
- "*.{js,jsx,ts,tsx}": [
68
- "eslint --quiet --fix"
69
- ],
70
- "*.{json,js,ts,jsx,tsx,html}": [
71
- "prettier --write --ignore-unknown"
72
- ]
73
- },
74
- "dependencies": {
75
- "@material-tailwind/react": "^2.1.9",
76
- "@rehookify/datepicker": "^6.6.4",
77
- "@tanstack/react-table": "^8.19.2",
78
- "chart.js": "^4.4.3",
79
- "react-chartjs-2": "^5.2.0",
80
- "react-number-format": "^5.4.0",
81
- "react-select": "^5.8.0",
82
- "react-select-async-paginate": "^0.7.4",
83
- "react-virtuoso": "^4.7.11"
84
- }
85
- }
1
+ {
2
+ "name": "1mpacto-react-ui",
3
+ "private": false,
4
+ "version": "0.0.6",
5
+ "type": "module",
6
+ "scripts": {
7
+ "dev": "vite",
8
+ "build": "tsc -b && vite build && npm run build:css",
9
+ "build:css": "tailwindcss -i ./src/styles/index.scss -o ./dist/assets/core.css --minify",
10
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
11
+ "preview": "vite preview",
12
+ "prepare": "husky && npm run build"
13
+ },
14
+ "devDependencies": {
15
+ "@types/node": "^20.14.10",
16
+ "@types/react": ">=17.0.0 <19.0.0",
17
+ "@types/react-dom": ">=17.0.0 <19.0.0",
18
+ "@typescript-eslint/eslint-plugin": "^7.13.1",
19
+ "@typescript-eslint/parser": "^7.13.1",
20
+ "@vitejs/plugin-react-swc": "^3.5.0",
21
+ "autoprefixer": "^10.4.19",
22
+ "eslint": "^8.57.0",
23
+ "eslint-config-prettier": "^9.1.0",
24
+ "eslint-plugin-prettier": "^5.1.3",
25
+ "eslint-plugin-react": "^7.34.3",
26
+ "eslint-plugin-react-hooks": "^4.6.2",
27
+ "eslint-plugin-react-refresh": "^0.4.7",
28
+ "husky": "^9.0.11",
29
+ "lint-staged": "^15.2.7",
30
+ "postcss": "^8.4.39",
31
+ "prettier": "^3.3.2",
32
+ "react": ">=17.0.0 <19.0.0",
33
+ "react-dom": ">=17.0.0 <19.0.0",
34
+ "sass": "^1.77.6",
35
+ "tailwindcss": "^3.4.4",
36
+ "typescript": "^5.2.2",
37
+ "vite": "^5.3.1",
38
+ "vite-plugin-dts": "^3.9.1"
39
+ },
40
+ "peerDependencies": {
41
+ "@types/react": ">=17.0.0 <19.0.0",
42
+ "@types/react-dom": ">=17.0.0 <19.0.0",
43
+ "react": ">=17.0.0 <19.0.0",
44
+ "react-dom": ">=17.0.0 <19.0.0"
45
+ },
46
+ "main": "dist/index.umd.js",
47
+ "module": "dist/index.es.js",
48
+ "types": "dist/index.d.ts",
49
+ "exports": {
50
+ ".": {
51
+ "import": "./dist/index.es.js",
52
+ "require": "./dist/index.umd.js",
53
+ "types": "./dist/index.d.ts"
54
+ },
55
+ "./dist/assets/core.css" : "./dist/assets/core.css",
56
+ "./dist/assets/style.css" : "./dist/assets/style.css"
57
+ },
58
+ "files": [
59
+ "/dist"
60
+ ],
61
+ "publishConfig": {
62
+ "access": "public"
63
+ },
64
+ "lint-staged": {
65
+ "*.{js,jsx,ts,tsx}": [
66
+ "eslint --quiet --fix"
67
+ ],
68
+ "*.{json,js,ts,jsx,tsx,html}": [
69
+ "prettier --write --ignore-unknown"
70
+ ]
71
+ },
72
+ "dependencies": {
73
+ "@material-tailwind/html": "^2.2.2",
74
+ "@rehookify/datepicker": "^6.6.4",
75
+ "@tanstack/react-table": "^8.19.2",
76
+ "chart.js": "^4.4.3",
77
+ "react-chartjs-2": "^5.2.0",
78
+ "react-number-format": "^5.4.0",
79
+ "react-select": "^5.8.0",
80
+ "react-select-async-paginate": "^0.7.4",
81
+ "react-virtuoso": "^4.7.11"
82
+ }
83
+ }
package/dist/style.css DELETED
@@ -1 +0,0 @@
1
- /*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\31ru-w-full{width:100%}.\31ru-bg-red-900{--tw-bg-opacity:1;background-color:rgb(183 28 28/var(--tw-bg-opacity))}.\[-webkit-appearance\:none\]{-webkit-appearance:none}body{background:#fff}.\[\&\:\:-moz-range-thumb\]\:\[-webkit-appearance\:none\]::-moz-range-thumb{-webkit-appearance:none}.\[\&\:\:-webkit-slider-thumb\]\:\[-webkit-appearance\:none\]::-webkit-slider-thumb{-webkit-appearance:none}