@salutejs/sdds-serv 0.314.1-canary.2055.15970067600.0 → 0.315.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 -56
- package/components/Attach/Attach.d.ts +8 -8
- package/components/Autocomplete/Autocomplete.d.ts +8 -8
- package/components/Button/Button.d.ts +4 -4
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/DatePicker/DatePicker.d.ts +3 -3
- package/components/Dropdown/Dropdown.d.ts +2 -2
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Mask/Mask.d.ts +8 -8
- package/components/NumberInput/NumberInput.d.ts +2 -2
- package/components/Radiobox/Radiobox.d.ts +2 -46
- 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/emotion/cjs/index.js +0 -1
- package/emotion/es/index.js +0 -1
- package/es/index.css +0 -3
- package/es/index.js +0 -1
- package/es/index.js.map +1 -1
- package/index.d.ts +0 -1
- package/index.js +0 -2
- package/package.json +8 -8
- package/styled-components/cjs/index.js +0 -1
- package/styled-components/es/index.js +0 -1
- package/components/Tour/Tour.config.d.ts +0 -14
- package/components/Tour/Tour.config.js +0 -22
- package/components/Tour/Tour.config.js.map +0 -1
- package/components/Tour/Tour.config_emlbg6.css +0 -2
- package/components/Tour/Tour.css +0 -2
- package/components/Tour/Tour.d.ts +0 -8
- package/components/Tour/Tour.js +0 -12
- package/components/Tour/Tour.js.map +0 -1
- package/components/Tour/index.d.ts +0 -2
- package/emotion/cjs/components/Tour/Tour.config.js +0 -56
- package/emotion/cjs/components/Tour/Tour.js +0 -14
- package/emotion/cjs/components/Tour/index.js +0 -11
- package/emotion/es/components/Tour/Tour.config.js +0 -46
- package/emotion/es/components/Tour/Tour.js +0 -4
- package/emotion/es/components/Tour/index.js +0 -1
- package/es/components/Tour/Tour.config.js +0 -18
- package/es/components/Tour/Tour.config.js.map +0 -1
- package/es/components/Tour/Tour.config_emlbg6.css +0 -2
- package/es/components/Tour/Tour.css +0 -2
- package/es/components/Tour/Tour.js +0 -8
- package/es/components/Tour/Tour.js.map +0 -1
- package/styled-components/cjs/components/Tour/Tour.config.js +0 -56
- package/styled-components/cjs/components/Tour/Tour.js +0 -14
- package/styled-components/cjs/components/Tour/index.js +0 -11
- package/styled-components/es/components/Tour/Tour.config.js +0 -46
- package/styled-components/es/components/Tour/Tour.js +0 -4
- package/styled-components/es/components/Tour/index.js +0 -1
@@ -1,56 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
3
|
-
value: true
|
4
|
-
});
|
5
|
-
Object.defineProperty(exports, "config", {
|
6
|
-
enumerable: true,
|
7
|
-
get: function() {
|
8
|
-
return config;
|
9
|
-
}
|
10
|
-
});
|
11
|
-
var _styledcomponents = require("@salutejs/plasma-new-hope/styled-components");
|
12
|
-
function _tagged_template_literal(strings, raw) {
|
13
|
-
if (!raw) {
|
14
|
-
raw = strings.slice(0);
|
15
|
-
}
|
16
|
-
return Object.freeze(Object.defineProperties(strings, {
|
17
|
-
raw: {
|
18
|
-
value: Object.freeze(raw)
|
19
|
-
}
|
20
|
-
}));
|
21
|
-
}
|
22
|
-
function _templateObject() {
|
23
|
-
var data = _tagged_template_literal([
|
24
|
-
""
|
25
|
-
]);
|
26
|
-
_templateObject = function _templateObject() {
|
27
|
-
return data;
|
28
|
-
};
|
29
|
-
return data;
|
30
|
-
}
|
31
|
-
function _templateObject1() {
|
32
|
-
var data = _tagged_template_literal([
|
33
|
-
"\n ",
|
34
|
-
": 0.75rem;\n ",
|
35
|
-
": 0.75rem;\n ",
|
36
|
-
": 0.75rem;\n "
|
37
|
-
]);
|
38
|
-
_templateObject1 = function _templateObject() {
|
39
|
-
return data;
|
40
|
-
};
|
41
|
-
return data;
|
42
|
-
}
|
43
|
-
var config = {
|
44
|
-
defaults: {
|
45
|
-
view: 'accent',
|
46
|
-
size: 's'
|
47
|
-
},
|
48
|
-
variations: {
|
49
|
-
view: {
|
50
|
-
default: (0, _styledcomponents.css)(_templateObject())
|
51
|
-
},
|
52
|
-
size: {
|
53
|
-
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.tourTokens.cardPadding, _styledcomponents.tourTokens.cardRadius, _styledcomponents.tourTokens.highlightRadius)
|
54
|
-
}
|
55
|
-
}
|
56
|
-
};
|
@@ -1,14 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
3
|
-
value: true
|
4
|
-
});
|
5
|
-
Object.defineProperty(exports, "Tour", {
|
6
|
-
enumerable: true,
|
7
|
-
get: function() {
|
8
|
-
return Tour;
|
9
|
-
}
|
10
|
-
});
|
11
|
-
var _styledcomponents = require("@salutejs/plasma-new-hope/styled-components");
|
12
|
-
var _Tourconfig = require("./Tour.config");
|
13
|
-
var mergedConfig = (0, _styledcomponents.mergeConfig)(_styledcomponents.tourConfig, _Tourconfig.config);
|
14
|
-
var Tour = (0, _styledcomponents.component)(mergedConfig);
|
@@ -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';
|