1mpacto-react-ui 2.0.9 → 2.0.10-1ms

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.
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  "name": "1mpacto-react-ui",
3
3
  "private": false,
4
- "version": "2.0.9",
4
+ "version": "2.0.10-1ms",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",
@@ -16,7 +16,7 @@ declare const _default: {
16
16
  "process:transformStyle": "npm run postProcess:fontfamily && npm run transform:style",
17
17
  "process:copyStyle": "npm run copy:mixin-scss && npm run copy:toastify-css",
18
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",
19
+ "build:css": "sass --load-path=node_modules ./src/styles/index.scss ./dist/assets/core.css --no-source-map --style=compressed",
20
20
  "build:fontfamily": "sass ./src/styles/fontfamily.scss ./dist/assets/fontfamily.css --no-source-map --style=compressed",
21
21
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
22
22
  "preview": "vite preview",
@@ -44,7 +44,7 @@ declare const _default: {
44
44
  "@typescript-eslint/eslint-plugin": "^8.48.1",
45
45
  "@typescript-eslint/parser": "^8.48.1",
46
46
  "@vitejs/plugin-react-swc": "^3.9.0",
47
- "autoprefixer": "^10.4.19",
47
+ "1mpacto-sass": "^0.0.6",
48
48
  "eslint": "^9.32.0",
49
49
  "eslint-config-prettier": "^10.1.8",
50
50
  "eslint-plugin-import": "^2.32.0",
@@ -57,13 +57,11 @@ declare const _default: {
57
57
  "globals": "^16.3.0",
58
58
  "husky": "^9.1.7",
59
59
  "lint-staged": "^16.2.7",
60
- "postcss": "^8.5.2",
61
60
  "prettier": "^3.7.4",
62
61
  "react": "^19.1.1",
63
62
  "react-dom": "^19.1.1",
64
63
  "sass": "^1.94.2",
65
64
  "storybook": "^10.1.4",
66
- "tailwindcss": "^3.4.4",
67
65
  "ts-node": "^10.9.2",
68
66
  "typescript": "~5.9.3",
69
67
  "vite": "^6.3.5",
@@ -129,6 +127,7 @@ declare const _default: {
129
127
  "react-virtuoso": "^4.16.1",
130
128
  "tinymce": "^8.2.2"
131
129
  }
132
- };
130
+ }
131
+ ;
133
132
 
134
133
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "1mpacto-react-ui",
3
3
  "private": false,
4
- "version": "2.0.9",
4
+ "version": "2.0.10-1ms",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",
@@ -16,7 +16,7 @@
16
16
  "process:transformStyle": "npm run postProcess:fontfamily && npm run transform:style",
17
17
  "process:copyStyle": "npm run copy:mixin-scss && npm run copy:toastify-css",
18
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",
19
+ "build:css": "sass --load-path=node_modules ./src/styles/index.scss ./dist/assets/core.css --no-source-map --style=compressed",
20
20
  "build:fontfamily": "sass ./src/styles/fontfamily.scss ./dist/assets/fontfamily.css --no-source-map --style=compressed",
21
21
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
22
22
  "preview": "vite preview",
@@ -44,7 +44,7 @@
44
44
  "@typescript-eslint/eslint-plugin": "^8.48.1",
45
45
  "@typescript-eslint/parser": "^8.48.1",
46
46
  "@vitejs/plugin-react-swc": "^3.9.0",
47
- "autoprefixer": "^10.4.19",
47
+ "1mpacto-sass": "^0.0.6",
48
48
  "eslint": "^9.32.0",
49
49
  "eslint-config-prettier": "^10.1.8",
50
50
  "eslint-plugin-import": "^2.32.0",
@@ -57,13 +57,11 @@
57
57
  "globals": "^16.3.0",
58
58
  "husky": "^9.1.7",
59
59
  "lint-staged": "^16.2.7",
60
- "postcss": "^8.5.2",
61
60
  "prettier": "^3.7.4",
62
61
  "react": "^19.1.1",
63
62
  "react-dom": "^19.1.1",
64
63
  "sass": "^1.94.2",
65
64
  "storybook": "^10.1.4",
66
- "tailwindcss": "^3.4.4",
67
65
  "ts-node": "^10.9.2",
68
66
  "typescript": "~5.9.3",
69
67
  "vite": "^6.3.5",
@@ -129,4 +127,4 @@
129
127
  "react-virtuoso": "^4.16.1",
130
128
  "tinymce": "^8.2.2"
131
129
  }
132
- }
130
+ }