@salutejs/sdds-cs 0.330.0-canary.2280.18412321271.0 → 0.330.0-canary.2280.18494951721.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.
Files changed (119) hide show
  1. package/components/Attach/Attach.config.js +7 -7
  2. package/components/Autocomplete/Autocomplete.config.js +2 -2
  3. package/components/Button/Button.config.js +1 -1
  4. package/components/ButtonGroup/ButtonGroup.config.js +7 -7
  5. package/components/Calendar/CalendarBase.config.js +2 -2
  6. package/components/Carousel/Carousel.config.js +1 -1
  7. package/components/Chip/Chip.config.js +4 -4
  8. package/components/Combobox/Combobox.config.js +4 -4
  9. package/components/DatePicker/DatePicker.config.js +1 -1
  10. package/components/Dropdown/Dropdown.config.js +1 -3
  11. package/components/IconButton/IconButton.config.js +1 -1
  12. package/components/Link/Link.config.js +2 -2
  13. package/components/Modal/Modal.config.js +3 -3
  14. package/components/Notification/Notification.config.js +1 -1
  15. package/components/NumberInput/NumberInput.config.js +1 -1
  16. package/components/Pagination/Pagination.config.js +6 -6
  17. package/components/Segment/SegmentItem.config.js +3 -3
  18. package/components/Select/Select.config.js +4 -4
  19. package/components/Steps/Steps.config.js +1 -1
  20. package/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
  21. package/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
  22. package/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
  23. package/components/Tabs/vertical/VerticalTabs.config.js +1 -1
  24. package/components/TextField/TextField.config.js +1 -1
  25. package/components/Toast/Toast.config.js +3 -3
  26. package/components/ToastNew/ToastNew.config.js +1 -1
  27. package/components/Tree/Tree.config.js +1 -1
  28. package/emotion/cjs/components/Attach/Attach.config.js +7 -7
  29. package/emotion/cjs/components/Autocomplete/Autocomplete.config.js +2 -2
  30. package/emotion/cjs/components/Button/Button.config.js +1 -1
  31. package/emotion/cjs/components/ButtonGroup/ButtonGroup.config.js +7 -7
  32. package/emotion/cjs/components/Calendar/CalendarBase.config.js +2 -2
  33. package/emotion/cjs/components/Carousel/Carousel.config.js +1 -1
  34. package/emotion/cjs/components/Chip/Chip.config.js +4 -4
  35. package/emotion/cjs/components/Combobox/Combobox.config.js +4 -4
  36. package/emotion/cjs/components/DatePicker/DatePicker.config.js +1 -1
  37. package/emotion/cjs/components/Dropdown/Dropdown.config.js +1 -3
  38. package/emotion/cjs/components/IconButton/IconButton.config.js +1 -1
  39. package/emotion/cjs/components/Link/Link.config.js +2 -2
  40. package/emotion/cjs/components/Modal/Modal.config.js +3 -3
  41. package/emotion/cjs/components/Notification/Notification.config.js +1 -1
  42. package/emotion/cjs/components/NumberInput/NumberInput.config.js +1 -1
  43. package/emotion/cjs/components/Pagination/Pagination.config.js +6 -6
  44. package/emotion/cjs/components/Segment/SegmentItem.config.js +3 -3
  45. package/emotion/cjs/components/Select/Select.config.js +4 -4
  46. package/emotion/cjs/components/Steps/Steps.config.js +1 -1
  47. package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
  48. package/emotion/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
  49. package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
  50. package/emotion/cjs/components/Tabs/vertical/VerticalTabs.config.js +1 -1
  51. package/emotion/cjs/components/TextField/TextField.config.js +1 -1
  52. package/emotion/cjs/components/Toast/Toast.config.js +3 -3
  53. package/emotion/cjs/components/ToastNew/ToastNew.config.js +1 -1
  54. package/emotion/cjs/components/Tree/Tree.config.js +1 -1
  55. package/emotion/cjs/index.js +1 -0
  56. package/emotion/cjs/types/index.js +4 -0
  57. package/emotion/es/components/Attach/Attach.config.js +7 -7
  58. package/emotion/es/components/Autocomplete/Autocomplete.config.js +2 -2
  59. package/emotion/es/components/Button/Button.config.js +1 -1
  60. package/emotion/es/components/ButtonGroup/ButtonGroup.config.js +7 -7
  61. package/emotion/es/components/Calendar/CalendarBase.config.js +2 -2
  62. package/emotion/es/components/Carousel/Carousel.config.js +1 -1
  63. package/emotion/es/components/Chip/Chip.config.js +4 -4
  64. package/emotion/es/components/Combobox/Combobox.config.js +4 -4
  65. package/emotion/es/components/DatePicker/DatePicker.config.js +1 -1
  66. package/emotion/es/components/Dropdown/Dropdown.config.js +1 -3
  67. package/emotion/es/components/IconButton/IconButton.config.js +1 -1
  68. package/emotion/es/components/Link/Link.config.js +2 -2
  69. package/emotion/es/components/Modal/Modal.config.js +3 -3
  70. package/emotion/es/components/Notification/Notification.config.js +1 -1
  71. package/emotion/es/components/NumberInput/NumberInput.config.js +1 -1
  72. package/emotion/es/components/Pagination/Pagination.config.js +6 -6
  73. package/emotion/es/components/Segment/SegmentItem.config.js +3 -3
  74. package/emotion/es/components/Select/Select.config.js +4 -4
  75. package/emotion/es/components/Steps/Steps.config.js +1 -1
  76. package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
  77. package/emotion/es/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
  78. package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
  79. package/emotion/es/components/Tabs/vertical/VerticalTabs.config.js +1 -1
  80. package/emotion/es/components/TextField/TextField.config.js +1 -1
  81. package/emotion/es/components/Toast/Toast.config.js +3 -3
  82. package/emotion/es/components/ToastNew/ToastNew.config.js +1 -1
  83. package/emotion/es/components/Tree/Tree.config.js +1 -1
  84. package/emotion/es/index.js +1 -0
  85. package/emotion/es/types/index.js +1 -0
  86. package/es/components/Attach/Attach.config.js +7 -7
  87. package/es/components/Autocomplete/Autocomplete.config.js +2 -2
  88. package/es/components/Button/Button.config.js +1 -1
  89. package/es/components/ButtonGroup/ButtonGroup.config.js +7 -7
  90. package/es/components/Calendar/CalendarBase.config.js +2 -2
  91. package/es/components/Carousel/Carousel.config.js +1 -1
  92. package/es/components/Chip/Chip.config.js +4 -4
  93. package/es/components/Combobox/Combobox.config.js +4 -4
  94. package/es/components/DatePicker/DatePicker.config.js +1 -1
  95. package/es/components/Dropdown/Dropdown.config.js +1 -3
  96. package/es/components/IconButton/IconButton.config.js +1 -1
  97. package/es/components/Link/Link.config.js +2 -2
  98. package/es/components/Modal/Modal.config.js +3 -3
  99. package/es/components/Notification/Notification.config.js +1 -1
  100. package/es/components/NumberInput/NumberInput.config.js +1 -1
  101. package/es/components/Pagination/Pagination.config.js +6 -6
  102. package/es/components/Segment/SegmentItem.config.js +3 -3
  103. package/es/components/Select/Select.config.js +4 -4
  104. package/es/components/Steps/Steps.config.js +1 -1
  105. package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
  106. package/es/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
  107. package/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
  108. package/es/components/Tabs/vertical/VerticalTabs.config.js +1 -1
  109. package/es/components/TextField/TextField.config.js +1 -1
  110. package/es/components/Toast/Toast.config.js +3 -3
  111. package/es/components/ToastNew/ToastNew.config.js +1 -1
  112. package/es/components/Tree/Tree.config.js +1 -1
  113. package/es/index.js +1 -0
  114. package/es/types/index.js +1 -0
  115. package/index.d.ts +1 -0
  116. package/index.js +1 -0
  117. package/package.json +4 -3
  118. package/types/index.d.ts +1 -0
  119. package/types/index.js +4 -0
@@ -24,7 +24,7 @@ function _templateObject() {
24
24
  ": var(--surface-negative);\n ",
25
25
  ": var(--text-tertiary);\n\n ",
26
26
  ": var(--text-accent);\n ",
27
- ": #1A9E32;\n ",
27
+ ": var(--text-accent-minor);\n ",
28
28
  ": var(--text-accent-active);\n ",
29
29
  ": var(--text-primary);\n ",
30
30
  ": var(--text-primary-hover);\n ",
@@ -33,7 +33,7 @@ function _templateObject() {
33
33
  ": var(--surface-solid-primary-hover);\n ",
34
34
  ": var(--surface-solid-primary-active);\n\n ",
35
35
  ": var(--text-accent);\n ",
36
- ": #1A9E32;\n ",
36
+ ": var(--text-accent-minor);\n ",
37
37
  ": var(--surface-transparent-accent);\n ",
38
38
  ": 1;\n ",
39
39
  ": var(--text-secondary);\n\n ",
@@ -67,7 +67,7 @@ function _templateObject1() {
67
67
  ": var(--surface-negative);\n ",
68
68
  ": var(--text-tertiary);\n\n ",
69
69
  ": var(--text-accent);\n ",
70
- ": #1A9E32;\n ",
70
+ ": var(--text-accent-minor);\n ",
71
71
  ": var(--text-accent-active);\n ",
72
72
  ": var(--text-primary);\n ",
73
73
  ": var(--text-primary-hover);\n ",
@@ -76,7 +76,7 @@ function _templateObject1() {
76
76
  ": var(--surface-solid-primary-hover);\n ",
77
77
  ": var(--surface-solid-primary-active);\n\n ",
78
78
  ": var(--text-accent);\n ",
79
- ": #1A9E32;\n ",
79
+ ": var(--text-accent-minor);\n ",
80
80
  ": var(--surface-transparent-accent);\n ",
81
81
  ": 1;\n ",
82
82
  ": var(--text-secondary);\n\n ",
@@ -12,7 +12,7 @@ function _templateObject() {
12
12
  var data = _tagged_template_literal([
13
13
  "\n ",
14
14
  ": var(--text-accent);\n ",
15
- ": var(--text-accent);\n ",
15
+ ": var(--text-accent-minor);\n ",
16
16
  ": solid var(--text-accent);\n ",
17
17
  ": var(--text-positive);\n ",
18
18
  ": var(--surface-clear);\n\n ",
@@ -77,7 +77,7 @@ function _templateObject2() {
77
77
  ": var(--text-accent);\n ",
78
78
  ": var(--text-secondary);\n ",
79
79
  ": transparent;\n ",
80
- ": #1A9E32;\n ",
80
+ ": var(--text-accent-minor);\n ",
81
81
  ": var(--text-secondary);\n ",
82
82
  ": var(--text-accent-active);\n ",
83
83
  ": var(--text-secondary);\n ",
@@ -46,7 +46,7 @@ function _templateObject2() {
46
46
  var data = _tagged_template_literal([
47
47
  "\n ",
48
48
  ": var(--text-accent);\n ",
49
- ": #1A9E32;\n ",
49
+ ": var(--text-accent-minor);\n ",
50
50
  ": var(--text-accent-active);\n ",
51
51
  ": transparent;\n ",
52
52
  ": var(--surface-accent);\n\n ",
@@ -14,7 +14,7 @@ function _templateObject() {
14
14
  ": var(--text-accent);\n ",
15
15
  ": var(--text-secondary);\n ",
16
16
  ": transparent;\n ",
17
- ": #1A9E32;\n ",
17
+ ": var(--text-accent-minor);\n ",
18
18
  ": var(--text-secondary);\n ",
19
19
  ": var(--text-accent-active);\n ",
20
20
  ": var(--text-secondary);\n ",
@@ -12,7 +12,7 @@ function _templateObject() {
12
12
  var data = _tagged_template_literal([
13
13
  "\n ",
14
14
  ": var(--text-accent);\n ",
15
- ": #1A9E32;\n ",
15
+ ": var(--text-accent-minor);\n ",
16
16
  ": var(--text-accent-active);\n ",
17
17
  ": transparent;\n ",
18
18
  ": var(--surface-accent);\n\n ",
@@ -30,7 +30,7 @@ function _templateObject() {
30
30
  ": var(--text-secondary-hover);\n ",
31
31
  ": var(--text-secondary-active);\n ",
32
32
  ": var(--text-accent);\n ",
33
- ": #1A9E32;\n ",
33
+ ": var(--text-accent-minor);\n ",
34
34
  ": var(--text-accent-active);\n\n ",
35
35
  ": var(--outline-solid-primary);\n ",
36
36
  ": var(--text-secondary);\n ",
@@ -14,7 +14,7 @@ function _templateObject() {
14
14
  ": var(--text-primary);\n ",
15
15
  ": var(--surface-solid-card-brightness);\n\n ",
16
16
  ": var(--text-accent);\n ",
17
- ": #1A9E32;\n "
17
+ ": var(--text-accent-minor);\n "
18
18
  ]);
19
19
  _templateObject = function _templateObject() {
20
20
  return data;
@@ -27,7 +27,7 @@ function _templateObject1() {
27
27
  ": var(--on-dark-text-primary);\n ",
28
28
  ": var(--on-dark-surface-solid-primary-brightness);\n\n ",
29
29
  ": var(--on-dark-text-accent);\n ",
30
- ": var(--on-dark-text-accent-hover);\n "
30
+ ": var(--on-dark-text-accent-minor);\n "
31
31
  ]);
32
32
  _templateObject1 = function _templateObject() {
33
33
  return data;
@@ -40,7 +40,7 @@ function _templateObject2() {
40
40
  ": var(--on-light-text-primary);\n ",
41
41
  ": var(--on-light-surface-solid-primary-brightness);\n\n ",
42
42
  ": var(--on-light-text-accent);\n ",
43
- ": var(--on-light-text-accent-hover);\n "
43
+ ": var(--on-light-text-accent-minor);\n "
44
44
  ]);
45
45
  _templateObject2 = function _templateObject() {
46
46
  return data;
@@ -14,7 +14,7 @@ function _templateObject() {
14
14
  ": var(--text-primary);\n ",
15
15
  ": var(--surface-solid-card-brightness);\n\n ",
16
16
  ": var(--text-accent);\n ",
17
- ": #1A9E32;\n "
17
+ ": var(--text-accent-minor);\n "
18
18
  ]);
19
19
  _templateObject = function _templateObject() {
20
20
  return data;
@@ -13,7 +13,7 @@ function _templateObject() {
13
13
  "\n ",
14
14
  ": var(--text-primary);\n ",
15
15
  ": var(--text-accent);\n ",
16
- ": var(--text-accent-hover);\n ",
16
+ ": var(--text-accent-minor);\n ",
17
17
  ": var(--text-accent-active);\n ",
18
18
  ": var(--text-primary);\n ",
19
19
  ": var(--text-primary);\n ",
package/es/index.js CHANGED
@@ -68,3 +68,4 @@ export * from './components/Tour';
68
68
  export * from './components/Rating';
69
69
  export * from './mixins';
70
70
  export * from './tokens';
71
+ export * from './types';
@@ -0,0 +1 @@
1
+ export { };
package/index.d.ts CHANGED
@@ -68,3 +68,4 @@ export * from './components/Tour';
68
68
  export * from './components/Rating';
69
69
  export * from './mixins';
70
70
  export * from './tokens';
71
+ export * from './types';
package/index.js CHANGED
@@ -71,6 +71,7 @@ _export_star(require("./components/Carousel"), exports);
71
71
  _export_star(require("./components/Tour"), exports);
72
72
  _export_star(require("./mixins"), exports);
73
73
  _export_star(require("./tokens"), exports);
74
+ _export_star(require("./types"), exports);
74
75
  function _export_star(from, to) {
75
76
  Object.keys(from).forEach(function(k) {
76
77
  if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.330.0-canary.2280.18412321271.0",
3
+ "version": "0.330.0-canary.2280.18494951721.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -13,6 +13,7 @@
13
13
  "files": [
14
14
  "emotion",
15
15
  "components",
16
+ "types",
16
17
  "mixins",
17
18
  "es",
18
19
  "api",
@@ -30,7 +31,7 @@
30
31
  "directory": "packages/sdds-cs"
31
32
  },
32
33
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.338.0-canary.2280.18412321271.0",
34
+ "@salutejs/plasma-new-hope": "0.338.0-canary.2280.18494951721.0",
34
35
  "@salutejs/sdds-themes": "0.47.0"
35
36
  },
36
37
  "peerDependencies": {
@@ -123,5 +124,5 @@
123
124
  "Anton Vinogradov"
124
125
  ],
125
126
  "sideEffects": false,
126
- "gitHead": "869e9ab7e4a97e1e36bf2daa9d25fd724c5cfc54"
127
+ "gitHead": "13992ac3e355b6c3ef2d7c884d7cbda47b9f9ea6"
127
128
  }
@@ -0,0 +1 @@
1
+ export type { ResizableType } from '@salutejs/plasma-new-hope';
package/types/index.js ADDED
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });