tot-ui-kit 1.0.1 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -72,13 +72,15 @@ export const App = () => (
72
72
 
73
73
  ```json
74
74
  {
75
- "@sberbusiness/triplex-next": "^1.14.0",
76
- "@sberbusiness/icons-next": "^1.11.0",
77
- "react": "^18.3.1",
78
- "react-dom": "^18.3.1"
75
+ "@sberbusiness/triplex-next": "^1.0.0",
76
+ "@sberbusiness/icons-next": "^1.0.0",
77
+ "react": "^18.0.0",
78
+ "react-dom": "^18.0.0"
79
79
  }
80
80
  ```
81
81
 
82
+ > Рекомендуемые версии: `@sberbusiness/triplex-next@^1.14.0`, `@sberbusiness/icons-next@^1.12.0`
83
+
82
84
  ## Лицензия
83
85
 
84
86
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tot-ui-kit",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "UI Kit with Layout, MainMenu, and theme support for React applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -12,7 +12,9 @@
12
12
  "import": "./dist/index.js",
13
13
  "require": "./dist/index.cjs"
14
14
  },
15
- "./global.css": "./src/global.css"
15
+ "./global.css": "./src/global.css",
16
+ "./styles": "./dist/index.css",
17
+ "./dist/index.css": "./dist/index.css"
16
18
  },
17
19
  "files": [
18
20
  "dist",