@egov3/system-design 1.2.56 → 1.2.58

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,6 +47,9 @@ yarn sb
47
47
 
48
48
  # Release Notes
49
49
 
50
+ ## 1.2.56
51
+ - добавлены глобалные стили
52
+
50
53
  ## 1.1.45
51
54
  ### 🚀 Улучшения:
52
55
  - Переименован `combineClassNames` → `joinClasses`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egov3/system-design",
3
- "version": "1.2.56",
3
+ "version": "1.2.58",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "module": "dist/esm/index.js",