@salutejs/sdds-crm 0.331.0-canary.2397.20458161701.0 → 0.331.0-canary.2397.20460422822.0

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.
@@ -38,9 +38,9 @@ function _templateObject() {
38
38
  ": var(--text-positive);\n ",
39
39
  ": var(--text-negative);\n ",
40
40
  ": var(--text-accent);\n ",
41
- ": var(--text-secondary);\n ",
42
- ": var(--text-secondary);\n ",
43
- ": var(--text-secondary);\n ",
41
+ ": var(--text-tertiary);\n ",
42
+ ": var(--text-tertiary);\n ",
43
+ ": var(--text-tertiary);\n ",
44
44
  ": var(--text-accent);\n\n ",
45
45
  ": transparent;\n ",
46
46
  ": transparent;\n ",
@@ -395,7 +395,7 @@ function _templateObject5() {
395
395
  ": 0.125rem;\n ",
396
396
  ": -0.75rem;\n ",
397
397
  ": 1.875rem -0.75rem auto auto;\n ",
398
- ": 1.875rem auto auto -0.75rem;\n ",
398
+ ": 1.625rem auto auto -0.75rem;\n ",
399
399
  ": 1.625rem -2rem auto auto;\n "
400
400
  ]);
401
401
  _templateObject5 = function _templateObject() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-crm",
3
- "version": "0.331.0-canary.2397.20458161701.0",
3
+ "version": "0.331.0-canary.2397.20460422822.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CRM web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "exports": {
@@ -32,8 +32,8 @@
32
32
  "directory": "packages/sdds-crm"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.344.0-canary.2397.20458161701.0",
36
- "@salutejs/sdds-themes": "0.51.0-canary.2397.20458161701.0"
35
+ "@salutejs/plasma-new-hope": "0.344.0-canary.2397.20460422822.0",
36
+ "@salutejs/sdds-themes": "0.51.0-canary.2397.20460422822.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=16.13.1",
@@ -57,10 +57,10 @@
57
57
  "@rollup/plugin-commonjs": "^25.0.4",
58
58
  "@rollup/plugin-node-resolve": "^15.1.0",
59
59
  "@salutejs/plasma-colors": "0.16.0",
60
- "@salutejs/plasma-core": "1.212.0-canary.2397.20458161701.0",
61
- "@salutejs/plasma-cy-utils": "0.142.0-canary.2397.20458161701.0",
60
+ "@salutejs/plasma-core": "1.212.0-canary.2397.20460422822.0",
61
+ "@salutejs/plasma-cy-utils": "0.142.0-canary.2397.20460422822.0",
62
62
  "@salutejs/plasma-icons": "1.228.0",
63
- "@salutejs/plasma-sb-utils": "0.212.0-canary.2397.20458161701.0",
63
+ "@salutejs/plasma-sb-utils": "0.212.0-canary.2397.20460422822.0",
64
64
  "@types/node": "16.7.13",
65
65
  "@types/react": "18.0.28",
66
66
  "@types/react-dom": "18.0.11",
@@ -108,5 +108,5 @@
108
108
  "sideEffects": [
109
109
  "*.css"
110
110
  ],
111
- "gitHead": "b6a7c74c673d4b9309a2d729e8b0fc301b71bc2d"
111
+ "gitHead": "a28b5296ef319d50dcf7d518c527304ca3eeefbb"
112
112
  }