@salutejs/sdds-dfa 0.322.0-canary.2234.17756611449.0 → 0.322.0-canary.2235.17792261875.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.
@@ -25,8 +25,10 @@ function _templateObject() {
25
25
  ": var(--inverse-text-primary);\n ",
26
26
  ": var(--inverse-text-primary);\n ",
27
27
  ": var(--inverse-text-primary);\n ",
28
- ": var(--inverse-text-secondary);\n ",
28
+ ": var(--inverse-text-secondary);\n ",
29
29
  ": var(--surface-solid-default);\n ",
30
+ ": var(--surface-solid-default-hover);\n ",
31
+ ": var(--surface-solid-default-active);\n ",
30
32
  ": var(",
31
33
  ");\n ",
32
34
  ": var(--inverse-text-primary-hover);\n ",
@@ -410,7 +412,7 @@ var config = {
410
412
  },
411
413
  variations: {
412
414
  view: {
413
- default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonTextColor, _styledcomponents.buttonTokens.buttonIconColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonColorHover, _styledcomponents.buttonTokens.buttonColorActive),
415
+ default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonTextColor, _styledcomponents.buttonTokens.buttonIconColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonColorHover, _styledcomponents.buttonTokens.buttonColorActive),
414
416
  accent: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonTextColor, _styledcomponents.buttonTokens.buttonIconColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive),
415
417
  secondary: (0, _styledcomponents.css)(_templateObject2(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonTextColor, _styledcomponents.buttonTokens.buttonIconColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive),
416
418
  clear: (0, _styledcomponents.css)(_templateObject3(), _styledcomponents.buttonTokens.buttonColor, _styledcomponents.buttonTokens.buttonTextColor, _styledcomponents.buttonTokens.buttonIconColor, _styledcomponents.buttonTokens.buttonValueColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonLoadingBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColor, _styledcomponents.buttonTokens.buttonBackgroundColorHover, _styledcomponents.buttonTokens.buttonBackgroundColorActive),
@@ -14,8 +14,10 @@ function _templateObject() {
14
14
  ": var(--inverse-text-primary);\n ",
15
15
  ": var(--inverse-text-primary);\n ",
16
16
  ": var(--inverse-text-primary);\n ",
17
- ": var(--inverse-text-secondary);\n ",
17
+ ": var(--inverse-text-secondary);\n ",
18
18
  ": var(--surface-solid-default);\n ",
19
+ ": var(--surface-solid-default-hover);\n ",
20
+ ": var(--surface-solid-default-active);\n ",
19
21
  ": var(",
20
22
  ");\n ",
21
23
  ": var(--inverse-text-primary-hover);\n ",
@@ -400,7 +402,7 @@ export var config = {
400
402
  },
401
403
  variations: {
402
404
  view: {
403
- default: css(_templateObject(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonIconColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonColorActive),
405
+ default: css(_templateObject(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonIconColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonColorActive),
404
406
  accent: css(_templateObject1(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonIconColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
405
407
  secondary: css(_templateObject2(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonIconColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
406
408
  clear: css(_templateObject3(), buttonTokens.buttonColor, buttonTokens.buttonTextColor, buttonTokens.buttonIconColor, buttonTokens.buttonValueColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonLoadingBackgroundColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonBackgroundColorActive),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-dfa",
3
- "version": "0.322.0-canary.2234.17756611449.0",
3
+ "version": "0.322.0-canary.2235.17792261875.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS DFA web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-dfa"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.336.0-canary.2234.17756611449.0",
22
+ "@salutejs/plasma-new-hope": "0.336.0-canary.2235.17792261875.0",
23
23
  "@salutejs/sdds-themes": "0.47.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -37,10 +37,10 @@
37
37
  "@babel/preset-typescript": "7.24.1",
38
38
  "@microsoft/api-extractor": "7.38.3",
39
39
  "@salutejs/plasma-colors": "0.16.0",
40
- "@salutejs/plasma-core": "1.208.0-canary.2234.17756611449.0",
41
- "@salutejs/plasma-cy-utils": "0.138.0-canary.2234.17756611449.0",
42
- "@salutejs/plasma-icons": "1.223.0",
43
- "@salutejs/plasma-sb-utils": "0.208.0-canary.2234.17756611449.0",
40
+ "@salutejs/plasma-core": "1.208.0-canary.2235.17792261875.0",
41
+ "@salutejs/plasma-cy-utils": "0.138.0-canary.2235.17792261875.0",
42
+ "@salutejs/plasma-icons": "1.224.0-canary.2235.17792261875.0",
43
+ "@salutejs/plasma-sb-utils": "0.208.0-canary.2235.17792261875.0",
44
44
  "@storybook/addon-docs": "8.6.14",
45
45
  "@storybook/addon-essentials": "8.6.14",
46
46
  "@storybook/manager-api": "8.6.14",
@@ -94,5 +94,5 @@
94
94
  "Anton Vinogradov"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "fcd00fbc7a95d4dc42ede67498058ec992b6b82a"
97
+ "gitHead": "d9a568677d1bd96093e53ff939314cb38eed5b00"
98
98
  }