@salutejs/plasma-web 1.585.1-canary.2055.15970067600.0 → 1.586.0-canary.1973.15868097965.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.
- package/CHANGELOG.md +0 -3181
- package/components/Autocomplete/Autocomplete.d.ts +8 -8
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/Combobox/Legacy/Combobox.d.ts +2 -2
- package/components/DatePicker/DatePicker.d.ts +3 -3
- package/components/Mask/Mask.d.ts +8 -8
- package/components/NumberInput/NumberInput.d.ts +2 -2
- package/components/Radiobox/Radiobox.d.ts +2 -48
- package/components/Select/Select.d.ts +6 -6
- package/components/TextField/TextField.d.ts +8 -8
- package/components/Tokens/Colors/Colors.styles.d.ts +1 -1
- package/components/Tokens/Typography/Typography.styles.d.ts +1 -1
- package/css/cjs/index.css +0 -3
- package/css/cjs/index.js +0 -2
- package/css/cjs/index.js.map +1 -1
- package/css/es/index.css +0 -3
- package/css/es/index.js +0 -1
- package/css/es/index.js.map +1 -1
- package/css/index.d.ts +0 -2
- package/es/index.js +0 -1
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/mixins/index.d.ts +1 -1
- package/package.json +8 -8
- package/components/Tour/Tour.config.d.ts +0 -14
- package/components/Tour/Tour.config.js +0 -56
- package/components/Tour/Tour.d.ts +0 -8
- package/components/Tour/Tour.js +0 -14
- package/components/Tour/index.d.ts +0 -2
- package/components/Tour/index.js +0 -11
- package/css/cjs/components/Tour/Tour.config.js +0 -22
- package/css/cjs/components/Tour/Tour.config.js.map +0 -1
- package/css/cjs/components/Tour/Tour.config_emlbg6.css +0 -2
- package/css/cjs/components/Tour/Tour.css +0 -2
- package/css/cjs/components/Tour/Tour.js +0 -12
- package/css/cjs/components/Tour/Tour.js.map +0 -1
- package/css/es/components/Tour/Tour.config.js +0 -18
- package/css/es/components/Tour/Tour.config.js.map +0 -1
- package/css/es/components/Tour/Tour.config_emlbg6.css +0 -2
- package/css/es/components/Tour/Tour.css +0 -2
- package/css/es/components/Tour/Tour.js +0 -8
- package/css/es/components/Tour/Tour.js.map +0 -1
- package/es/components/Tour/Tour.config.js +0 -46
- package/es/components/Tour/Tour.js +0 -4
- package/es/components/Tour/index.js +0 -1
@@ -1,18 +0,0 @@
|
|
1
|
-
import './Tour.config_emlbg6.css';
|
2
|
-
var config = {
|
3
|
-
defaults: {
|
4
|
-
view: 'accent',
|
5
|
-
size: 's'
|
6
|
-
},
|
7
|
-
variations: {
|
8
|
-
view: {
|
9
|
-
"default": "d174dabd"
|
10
|
-
},
|
11
|
-
size: {
|
12
|
-
s: "s12zmmsr"
|
13
|
-
}
|
14
|
-
}
|
15
|
-
};
|
16
|
-
|
17
|
-
export { config };
|
18
|
-
//# sourceMappingURL=Tour.config.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Tour.config.js","sources":["../../../../src-css/components/Tour/Tour.config.ts"],"sourcesContent":["import { tourTokens, css } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'accent',\n size: 's',\n },\n variations: {\n view: {\n default: css``,\n },\n size: {\n s: css`\n ${tourTokens.cardPadding}: 0.75rem;\n ${tourTokens.cardRadius}: 0.75rem;\n ${tourTokens.highlightRadius}: 0.75rem;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","s"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,QAAQ;AACdC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,UAAA;KACV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAAA,UAAA;AAKL,KAAA;AACJ,GAAA;AACJ;;;;"}
|
@@ -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,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 +0,0 @@
|
|
1
|
-
export { Tour } from './Tour';
|