@salutejs/plasma-web 1.586.0-canary.2010.15902524775.0 → 1.586.0-canary.2044.15857629504.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 (64) hide show
  1. package/CHANGELOG.md +0 -3181
  2. package/components/CodeField/CodeField.config.js +2 -3
  3. package/css/cjs/components/CodeField/CodeField.config.js +1 -1
  4. package/css/cjs/components/CodeField/CodeField.config.js.map +1 -1
  5. package/css/cjs/components/CodeField/{CodeField.config_7y58ik.css → CodeField.config_7779xg.css} +1 -1
  6. package/css/cjs/components/CodeField/CodeField.css +4 -4
  7. package/css/cjs/index.css +4 -13
  8. package/css/cjs/index.js +0 -4
  9. package/css/cjs/index.js.map +1 -1
  10. package/css/es/components/CodeField/CodeField.config.js +1 -1
  11. package/css/es/components/CodeField/CodeField.config.js.map +1 -1
  12. package/css/es/components/CodeField/{CodeField.config_7y58ik.css → CodeField.config_7779xg.css} +1 -1
  13. package/css/es/components/CodeField/CodeField.css +4 -4
  14. package/css/es/index.css +4 -13
  15. package/css/es/index.js +0 -2
  16. package/css/es/index.js.map +1 -1
  17. package/css/index.d.ts +0 -4
  18. package/es/components/CodeField/CodeField.config.js +2 -3
  19. package/es/index.js +0 -2
  20. package/index.d.ts +0 -2
  21. package/index.js +0 -2
  22. package/package.json +8 -8
  23. package/components/CodeInput/CodeInput.config.d.ts +0 -19
  24. package/components/CodeInput/CodeInput.config.js +0 -172
  25. package/components/CodeInput/CodeInput.d.ts +0 -34
  26. package/components/CodeInput/CodeInput.js +0 -15
  27. package/components/CodeInput/index.d.ts +0 -1
  28. package/components/CodeInput/index.js +0 -11
  29. package/components/Tour/Tour.config.d.ts +0 -14
  30. package/components/Tour/Tour.config.js +0 -56
  31. package/components/Tour/Tour.d.ts +0 -8
  32. package/components/Tour/Tour.js +0 -14
  33. package/components/Tour/index.d.ts +0 -2
  34. package/components/Tour/index.js +0 -11
  35. package/css/cjs/components/CodeInput/CodeInput.config.js +0 -27
  36. package/css/cjs/components/CodeInput/CodeInput.config.js.map +0 -1
  37. package/css/cjs/components/CodeInput/CodeInput.config_u44tma.css +0 -5
  38. package/css/cjs/components/CodeInput/CodeInput.css +0 -5
  39. package/css/cjs/components/CodeInput/CodeInput.js +0 -17
  40. package/css/cjs/components/CodeInput/CodeInput.js.map +0 -1
  41. package/css/cjs/components/Tour/Tour.config.js +0 -22
  42. package/css/cjs/components/Tour/Tour.config.js.map +0 -1
  43. package/css/cjs/components/Tour/Tour.config_emlbg6.css +0 -2
  44. package/css/cjs/components/Tour/Tour.css +0 -2
  45. package/css/cjs/components/Tour/Tour.js +0 -12
  46. package/css/cjs/components/Tour/Tour.js.map +0 -1
  47. package/css/es/components/CodeInput/CodeInput.config.js +0 -23
  48. package/css/es/components/CodeInput/CodeInput.config.js.map +0 -1
  49. package/css/es/components/CodeInput/CodeInput.config_u44tma.css +0 -5
  50. package/css/es/components/CodeInput/CodeInput.css +0 -5
  51. package/css/es/components/CodeInput/CodeInput.js +0 -13
  52. package/css/es/components/CodeInput/CodeInput.js.map +0 -1
  53. package/css/es/components/Tour/Tour.config.js +0 -18
  54. package/css/es/components/Tour/Tour.config.js.map +0 -1
  55. package/css/es/components/Tour/Tour.config_emlbg6.css +0 -2
  56. package/css/es/components/Tour/Tour.css +0 -2
  57. package/css/es/components/Tour/Tour.js +0 -8
  58. package/css/es/components/Tour/Tour.js.map +0 -1
  59. package/es/components/CodeInput/CodeInput.config.js +0 -162
  60. package/es/components/CodeInput/CodeInput.js +0 -7
  61. package/es/components/CodeInput/index.js +0 -1
  62. package/es/components/Tour/Tour.config.js +0 -46
  63. package/es/components/Tour/Tour.js +0 -4
  64. package/es/components/Tour/index.js +0 -1
@@ -1,2 +0,0 @@
1
-
2
- .s12zmmsr{--plasma-tour-card-padding:0.75rem;--plasma-tour-card-radius:0.75rem;--plasma-tour-highlight-radius:0.75rem;}
@@ -1,2 +0,0 @@
1
-
2
- .Tour_config_emlbg6_s12zmmsr__9b0aa5b5{--plasma-tour-card-padding:0.75rem;--plasma-tour-card-radius:0.75rem;--plasma-tour-highlight-radius:0.75rem;}
@@ -1,8 +0,0 @@
1
- import { component, mergeConfig, tourConfig } from '@salutejs/plasma-new-hope';
2
- import { config } from './Tour.config.js';
3
-
4
- var mergedConfig = /*#__PURE__*/mergeConfig(tourConfig, config);
5
- var Tour = /*#__PURE__*/component(mergedConfig);
6
-
7
- export { Tour };
8
- //# sourceMappingURL=Tour.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Tour.js","sources":["../../../../src-css/components/Tour/Tour.ts"],"sourcesContent":["import { tourConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Tour.config';\n\nconst mergedConfig = mergeConfig(tourConfig, config);\n\nexport const Tour = component(mergedConfig);\n"],"names":["mergedConfig","mergeConfig","tourConfig","config","Tour","component"],"mappings":";;;AAIA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,UAAU,EAAEC,MAAM,CAAC,CAAA;IAEvCC,IAAI,gBAAGC,SAAS,CAACL,YAAY;;;;"}
@@ -1,162 +0,0 @@
1
- function _tagged_template_literal(strings, raw) {
2
- if (!raw) {
3
- raw = strings.slice(0);
4
- }
5
- return Object.freeze(Object.defineProperties(strings, {
6
- raw: {
7
- value: Object.freeze(raw)
8
- }
9
- }));
10
- }
11
- function _templateObject() {
12
- var data = _tagged_template_literal([
13
- "\n ",
14
- ": var(--text-secondary);\n ",
15
- ": var(--text-negative);\n\n ",
16
- ": var(--text-primary);\n ",
17
- ": var(--text-negative);\n ",
18
- ": var(--outline-accent);\n "
19
- ]);
20
- _templateObject = function _templateObject() {
21
- return data;
22
- };
23
- return data;
24
- }
25
- function _templateObject1() {
26
- var data = _tagged_template_literal([
27
- "\n ",
28
- ": 2.5rem;\n ",
29
- ": 0.75rem;\n\n ",
30
- ": 0.75rem;\n\n ",
31
- ": var(--plasma-typo-dspl-l-font-family);\n ",
32
- ": var(--plasma-typo-dspl-l-font-style);\n ",
33
- ": var(--plasma-typo-dspl-l-bold-font-weight);\n ",
34
- ": var(--plasma-typo-dspl-l-letter-spacing);\n\n ",
35
- ": 8rem;\n ",
36
- ": 8rem;\n\n ",
37
- ": 7rem;\n ",
38
- ": 7rem;\n\n ",
39
- ": 5.5rem;\n ",
40
- ": 5.75rem;\n\n ",
41
- ": var(--plasma-typo-h3-font-family);\n ",
42
- ": var(--plasma-typo-h3-font-size);\n ",
43
- ": var(--plasma-typo-h3-font-style);\n ",
44
- ": var(--plasma-typo-h3-font-weight);\n ",
45
- ": var(--plasma-typo-h3-letter-spacing);\n ",
46
- ": var(--plasma-typo-h3-line-height);\n\n ",
47
- ": 5rem;\n ",
48
- ": 8rem;\n\n ",
49
- ": 4.5rem;\n ",
50
- ": 7rem;\n\n ",
51
- ": 3.5rem;\n ",
52
- ": 5.75rem;\n\n ",
53
- ": 0.125rem;\n ",
54
- ": 1.5rem;\n "
55
- ]);
56
- _templateObject1 = function _templateObject() {
57
- return data;
58
- };
59
- return data;
60
- }
61
- function _templateObject2() {
62
- var data = _tagged_template_literal([
63
- "\n ",
64
- ": 1.75rem;\n ",
65
- ": 0.5rem;\n\n ",
66
- ": 0.75rem;\n\n ",
67
- ": var(--plasma-typo-dspl-m-font-family);\n ",
68
- ": var(--plasma-typo-body-m-font-style);\n ",
69
- ": var(--plasma-typo-body-m-bold-font-weight);\n ",
70
- ": var(--plasma-typo-body-m-letter-spacing);\n\n ",
71
- ": 5.5rem;\n ",
72
- ": 5.75rem;\n\n ",
73
- ": 4.5rem;\n ",
74
- ": 4.75rem;\n\n ",
75
- ": 3.5rem;\n ",
76
- ": 3.75rem;\n\n ",
77
- ": var(--plasma-typo-h4-font-family);\n ",
78
- ": var(--plasma-typo-h4-font-size);\n ",
79
- ": var(--plasma-typo-h4-font-style);\n ",
80
- ": var(--plasma-typo-h4-font-weight);\n ",
81
- ": var(--plasma-typo-h4-letter-spacing);\n ",
82
- ": var(--plasma-typo-h4-line-height);\n\n ",
83
- ": 3.5rem;\n ",
84
- ": 5.75rem;\n\n ",
85
- ": 3rem;\n ",
86
- ": 4.75rem;\n\n ",
87
- ": 2.25rem;\n ",
88
- ": 3.75rem;\n\n ",
89
- ": 0.094rem;\n ",
90
- ": 1rem;\n "
91
- ]);
92
- _templateObject2 = function _templateObject() {
93
- return data;
94
- };
95
- return data;
96
- }
97
- function _templateObject3() {
98
- var data = _tagged_template_literal([
99
- "\n ",
100
- ": 1.5rem;\n ",
101
- ": 0.25rem;\n\n ",
102
- ": 0.5rem;\n\n ",
103
- ": var(--plasma-typo-dspl-s-font-family);\n ",
104
- ": var(--plasma-typo-body-s-font-style);\n ",
105
- ": var(--plasma-typo-body-s-bold-font-weight);\n ",
106
- ": var(--plasma-typo-body-s-letter-spacing);\n\n ",
107
- ": 4rem;\n ",
108
- ": 4.25rem;\n\n ",
109
- ": 3rem;\n ",
110
- ": 3.25rem;\n\n ",
111
- ": 2.5rem;\n ",
112
- ": 2.75rem;\n\n ",
113
- ": var(--plasma-typo-h5-font-family);\n ",
114
- ": var(--plasma-typo-h5-font-size);\n ",
115
- ": var(--plasma-typo-h5-font-style);\n ",
116
- ": var(--plasma-typo-h5-font-weight);\n ",
117
- ": var(--plasma-typo-h5-letter-spacing);\n ",
118
- ": var(--plasma-typo-h5-line-height);\n\n ",
119
- ": 2.5rem;\n ",
120
- ": 4.25rem;\n\n ",
121
- ": 2rem;\n ",
122
- ": 3.25rem;\n\n ",
123
- ": 1.625rem;\n ",
124
- ": 2.75rem;\n\n ",
125
- ": 0.063rem;\n ",
126
- ": 0.75rem;\n "
127
- ]);
128
- _templateObject3 = function _templateObject() {
129
- return data;
130
- };
131
- return data;
132
- }
133
- function _templateObject4() {
134
- var data = _tagged_template_literal([
135
- "\n ",
136
- ": 0.4;\n "
137
- ]);
138
- _templateObject4 = function _templateObject() {
139
- return data;
140
- };
141
- return data;
142
- }
143
- import { css, codeInputTokens as tokens } from '@salutejs/plasma-new-hope/styled-components';
144
- export var config = {
145
- defaults: {
146
- view: 'default',
147
- size: 'l'
148
- },
149
- variations: {
150
- view: {
151
- default: css(_templateObject(), tokens.captionColor, tokens.captionColorError, tokens.codeColor, tokens.codeColorError, tokens.borderColorFocus)
152
- },
153
- size: {
154
- l: css(_templateObject1(), tokens.captionGap, tokens.codeItemsGap, tokens.separatorWidth, tokens.fontFamily, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.largeFontSize, tokens.largeLineHeight, tokens.mediumFontSize, tokens.mediumLineHeight, tokens.smallFontSize, tokens.smallLineHeight, tokens.captionFontFamily, tokens.captionFontSize, tokens.captionFontStyle, tokens.captionFontWeight, tokens.captionLetterSpacing, tokens.captionLineHeight, tokens.largeCodeItemWidth, tokens.largeCodeItemHeight, tokens.mediumCodeItemWidth, tokens.mediumCodeItemHeight, tokens.smallCodeItemWidth, tokens.smallCodeItemHeight, tokens.codeItemCircleBorderWidth, tokens.codeItemCircleSize),
155
- m: css(_templateObject2(), tokens.captionGap, tokens.codeItemsGap, tokens.separatorWidth, tokens.fontFamily, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.largeFontSize, tokens.largeLineHeight, tokens.mediumFontSize, tokens.mediumLineHeight, tokens.smallFontSize, tokens.smallLineHeight, tokens.captionFontFamily, tokens.captionFontSize, tokens.captionFontStyle, tokens.captionFontWeight, tokens.captionLetterSpacing, tokens.captionLineHeight, tokens.largeCodeItemWidth, tokens.largeCodeItemHeight, tokens.mediumCodeItemWidth, tokens.mediumCodeItemHeight, tokens.smallCodeItemWidth, tokens.smallCodeItemHeight, tokens.codeItemCircleBorderWidth, tokens.codeItemCircleSize),
156
- s: css(_templateObject3(), tokens.captionGap, tokens.codeItemsGap, tokens.separatorWidth, tokens.fontFamily, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.largeFontSize, tokens.largeLineHeight, tokens.mediumFontSize, tokens.mediumLineHeight, tokens.smallFontSize, tokens.smallLineHeight, tokens.captionFontFamily, tokens.captionFontSize, tokens.captionFontStyle, tokens.captionFontWeight, tokens.captionLetterSpacing, tokens.captionLineHeight, tokens.largeCodeItemWidth, tokens.largeCodeItemHeight, tokens.mediumCodeItemWidth, tokens.mediumCodeItemHeight, tokens.smallCodeItemWidth, tokens.smallCodeItemHeight, tokens.codeItemCircleBorderWidth, tokens.codeItemCircleSize)
157
- },
158
- disabled: {
159
- true: css(_templateObject4(), tokens.disabledOpacity)
160
- }
161
- }
162
- };
@@ -1,7 +0,0 @@
1
- import { codeInputConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
- import { config } from './CodeInput.config';
3
- var mergedConfig = mergeConfig(codeInputConfig, config);
4
- var CodeInputComponent = component(mergedConfig);
5
- /**
6
- * CodeInput
7
- */ export var CodeInput = CodeInputComponent;
@@ -1 +0,0 @@
1
- export { CodeInput } from './CodeInput';
@@ -1,46 +0,0 @@
1
- function _tagged_template_literal(strings, raw) {
2
- if (!raw) {
3
- raw = strings.slice(0);
4
- }
5
- return Object.freeze(Object.defineProperties(strings, {
6
- raw: {
7
- value: Object.freeze(raw)
8
- }
9
- }));
10
- }
11
- function _templateObject() {
12
- var data = _tagged_template_literal([
13
- ""
14
- ]);
15
- _templateObject = function _templateObject() {
16
- return data;
17
- };
18
- return data;
19
- }
20
- function _templateObject1() {
21
- var data = _tagged_template_literal([
22
- "\n ",
23
- ": 0.75rem;\n ",
24
- ": 0.75rem;\n ",
25
- ": 0.75rem;\n "
26
- ]);
27
- _templateObject1 = function _templateObject() {
28
- return data;
29
- };
30
- return data;
31
- }
32
- import { tourTokens, css } from '@salutejs/plasma-new-hope/styled-components';
33
- export var config = {
34
- defaults: {
35
- view: 'accent',
36
- size: 's'
37
- },
38
- variations: {
39
- view: {
40
- default: css(_templateObject())
41
- },
42
- size: {
43
- s: css(_templateObject1(), tourTokens.cardPadding, tourTokens.cardRadius, tourTokens.highlightRadius)
44
- }
45
- }
46
- };
@@ -1,4 +0,0 @@
1
- import { tourConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
- import { config } from './Tour.config';
3
- var mergedConfig = mergeConfig(tourConfig, config);
4
- export var Tour = component(mergedConfig);
@@ -1 +0,0 @@
1
- export { Tour } from './Tour';