@salutejs/sdds-serv 0.315.0-canary.1973.15868097965.0 → 0.315.0-canary.2010.15868816016.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/components/CodeField/CodeField.config.js +1 -1
- package/components/CodeField/CodeField.config.js.map +1 -1
- package/components/CodeField/{CodeField.config_y48spf.css → CodeField.config_15ko8c4.css} +1 -1
- package/components/CodeField/CodeField.css +4 -4
- package/components/{CodeInput/CodeInput.config.d.ts → Tour/Tour.config.d.ts} +0 -5
- package/components/Tour/Tour.config.js +22 -0
- package/components/Tour/Tour.config.js.map +1 -0
- package/components/Tour/Tour.config_emlbg6.css +2 -0
- package/components/Tour/Tour.css +2 -0
- package/components/Tour/Tour.d.ts +8 -0
- package/components/Tour/Tour.js +12 -0
- package/components/Tour/Tour.js.map +1 -0
- package/components/Tour/index.d.ts +2 -0
- package/emotion/cjs/components/CodeField/CodeField.config.js +2 -3
- package/emotion/cjs/components/Tour/Tour.config.js +56 -0
- package/emotion/cjs/components/Tour/Tour.js +14 -0
- package/emotion/cjs/components/{CodeInput → Tour}/index.js +3 -3
- package/emotion/cjs/index.js +1 -1
- package/emotion/es/components/CodeField/CodeField.config.js +2 -3
- package/emotion/es/components/Tour/Tour.config.js +46 -0
- package/emotion/es/components/Tour/Tour.js +4 -0
- package/emotion/es/components/Tour/index.js +1 -0
- package/emotion/es/index.js +1 -1
- package/es/components/CodeField/CodeField.config.js +1 -1
- package/es/components/CodeField/CodeField.config.js.map +1 -1
- package/es/components/CodeField/{CodeField.config_y48spf.css → CodeField.config_15ko8c4.css} +1 -1
- package/es/components/CodeField/CodeField.css +4 -4
- package/es/components/Tour/Tour.config.js +18 -0
- package/es/components/Tour/Tour.config.js.map +1 -0
- package/es/components/Tour/Tour.config_emlbg6.css +2 -0
- package/es/components/Tour/Tour.css +2 -0
- package/es/components/Tour/Tour.js +8 -0
- package/es/components/Tour/Tour.js.map +1 -0
- package/es/index.css +7 -10
- package/es/index.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/package.json +3 -3
- package/styled-components/cjs/components/CodeField/CodeField.config.js +2 -3
- package/styled-components/cjs/components/Tour/Tour.config.js +56 -0
- package/styled-components/cjs/components/Tour/Tour.js +14 -0
- package/styled-components/cjs/components/{CodeInput → Tour}/index.js +3 -3
- package/styled-components/cjs/index.js +1 -1
- package/styled-components/es/components/CodeField/CodeField.config.js +2 -3
- package/styled-components/es/components/Tour/Tour.config.js +46 -0
- package/styled-components/es/components/Tour/Tour.js +4 -0
- package/styled-components/es/components/Tour/index.js +1 -0
- package/styled-components/es/index.js +1 -1
- package/components/CodeInput/CodeInput.config.js +0 -27
- package/components/CodeInput/CodeInput.config.js.map +0 -1
- package/components/CodeInput/CodeInput.config_u44tma.css +0 -5
- package/components/CodeInput/CodeInput.css +0 -5
- package/components/CodeInput/CodeInput.d.ts +0 -34
- package/components/CodeInput/CodeInput.js +0 -17
- package/components/CodeInput/CodeInput.js.map +0 -1
- package/components/CodeInput/index.d.ts +0 -1
- package/emotion/cjs/components/CodeInput/CodeInput.config.js +0 -172
- package/emotion/cjs/components/CodeInput/CodeInput.js +0 -15
- package/emotion/es/components/CodeInput/CodeInput.config.js +0 -162
- package/emotion/es/components/CodeInput/CodeInput.js +0 -7
- package/emotion/es/components/CodeInput/index.js +0 -1
- package/es/components/CodeInput/CodeInput.config.js +0 -23
- package/es/components/CodeInput/CodeInput.config.js.map +0 -1
- package/es/components/CodeInput/CodeInput.config_u44tma.css +0 -5
- package/es/components/CodeInput/CodeInput.css +0 -5
- package/es/components/CodeInput/CodeInput.js +0 -13
- package/es/components/CodeInput/CodeInput.js.map +0 -1
- package/styled-components/cjs/components/CodeInput/CodeInput.config.js +0 -172
- package/styled-components/cjs/components/CodeInput/CodeInput.js +0 -15
- package/styled-components/es/components/CodeInput/CodeInput.config.js +0 -162
- package/styled-components/es/components/CodeInput/CodeInput.js +0 -7
- package/styled-components/es/components/CodeInput/index.js +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CodeField.config.js","sources":["../../src-css/components/CodeField/CodeField.config.ts"],"sourcesContent":["import { css, codeFieldTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n shape: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.caretColor}: var(--surface-accent);\n\n ${tokens.captionColor}: var(--text-secondary);\n ${tokens.captionColorError}: var(--text-negative);\n\n ${tokens.codeColor}: var(--text-primary);\n ${tokens.codeColorError}: var(--text-negative);\n
|
1
|
+
{"version":3,"file":"CodeField.config.js","sources":["../../src-css/components/CodeField/CodeField.config.ts"],"sourcesContent":["import { css, codeFieldTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n shape: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.caretColor}: var(--surface-accent);\n\n ${tokens.captionColor}: var(--text-secondary);\n ${tokens.captionColorError}: var(--text-negative);\n\n ${tokens.codeColor}: var(--text-primary);\n ${tokens.codeColorError}: var(--text-negative);\n\n ${tokens.backgroundColor}: var(--surface-transparent-primary);\n ${tokens.backgroundColorHover}: var(--surface-transparent-primary-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-secondary);\n ${tokens.backgroundErrorColor}: var(--surface-transparent-negative);\n `,\n },\n size: {\n l: css`\n ${tokens.captionGap}: 0.875rem;\n ${tokens.codeItemsGap}: 0.125rem;\n\n ${tokens.separatorWidth}: 0.25rem;\n\n ${tokens.codeItemWidth}: 2.75rem;\n ${tokens.codeItemHeight}: 3.5rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.captionFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.borderRadius}: 0.875rem;\n ${tokens.borderRadiusSegmented}: 0.375rem;\n ${tokens.segmentedSideBorderRadius}: 0.875rem;\n `,\n m: css`\n ${tokens.captionGap}: 0.75rem;\n ${tokens.codeItemsGap}: 0.125rem;\n\n ${tokens.separatorWidth}: 0.25rem;\n\n ${tokens.codeItemWidth}: 2.375rem;\n ${tokens.codeItemHeight}: 3rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.captionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.borderRadius}: 0.75rem;\n ${tokens.borderRadiusSegmented}: 0.25rem;\n ${tokens.segmentedSideBorderRadius}: 0.75rem;\n `,\n },\n shape: {\n default: css``,\n segmented: css``,\n },\n disabled: {\n true: css`\n ${tokens.disabledOpacity}: 0.4;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","shape","variations","default","l","m","segmented","disabled","true"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,KAAK,EAAE,SAAA;GACV;AACDC,EAAAA,UAAU,EAAE;AACRH,IAAAA,IAAI,EAAE;MACFI,SAAO,EAAA,UAAA;KAcV;AACDH,IAAAA,IAAI,EAAE;AACFI,MAAAA,CAAC,EA0BA,SAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KA2BJ;AACDJ,IAAAA,KAAK,EAAE;AACHE,MAAAA,SAAAA,EAAc,UAAA;AACdG,MAAAA,SAAS,EAAA,UAAA;KACZ;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,SAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.d1bb0wws{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-
|
1
|
+
.d1bb0wws{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-background-color:var(--surface-transparent-primary);--plasma-codefield-background-color-hover:var(--surface-transparent-primary-hover);--plasma-codefield-background-color-focus:var(--surface-transparent-secondary);--plasma-codefield-background-error-color:var(--surface-transparent-negative);}
|
2
2
|
.lfcgrq9{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
3
3
|
.mxiurbd{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
4
4
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
.
|
2
|
-
.
|
3
|
-
.
|
1
|
+
.CodeField_config_15ko8c4_d1bb0wws__9d914512{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-background-color:var(--surface-transparent-primary);--plasma-codefield-background-color-hover:var(--surface-transparent-primary-hover);--plasma-codefield-background-color-focus:var(--surface-transparent-secondary);--plasma-codefield-background-error-color:var(--surface-transparent-negative);}
|
2
|
+
.CodeField_config_15ko8c4_lfcgrq9__9d914512{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
3
|
+
.CodeField_config_15ko8c4_mxiurbd__9d914512{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
4
4
|
|
5
5
|
|
6
|
-
.
|
6
|
+
.CodeField_config_15ko8c4_tck0g5r__9d914512{--plasma-codefield-disabled-opacity:0.4;}
|
@@ -8,12 +8,7 @@ export declare const config: {
|
|
8
8
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
9
9
|
};
|
10
10
|
size: {
|
11
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
12
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
11
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
14
12
|
};
|
15
|
-
disabled: {
|
16
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
|
-
};
|
18
13
|
};
|
19
14
|
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
require('./Tour.config_emlbg6.css');
|
2
|
+
'use strict';
|
3
|
+
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
5
|
+
|
6
|
+
var config = {
|
7
|
+
defaults: {
|
8
|
+
view: 'accent',
|
9
|
+
size: 's'
|
10
|
+
},
|
11
|
+
variations: {
|
12
|
+
view: {
|
13
|
+
"default": "d174dabd"
|
14
|
+
},
|
15
|
+
size: {
|
16
|
+
s: "s12zmmsr"
|
17
|
+
}
|
18
|
+
}
|
19
|
+
};
|
20
|
+
|
21
|
+
exports.config = config;
|
22
|
+
//# sourceMappingURL=Tour.config.js.map
|
@@ -0,0 +1 @@
|
|
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;;;;"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export declare const Tour: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
2
|
+
view: {
|
3
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
4
|
+
};
|
5
|
+
size: {
|
6
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
7
|
+
};
|
8
|
+
}> & import("@salutejs/plasma-new-hope/styled-components").TourProps & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
4
|
+
|
5
|
+
var plasmaNewHope = require('@salutejs/plasma-new-hope');
|
6
|
+
var Tour_config = require('./Tour.config.js');
|
7
|
+
|
8
|
+
var mergedConfig = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.tourConfig, Tour_config.config);
|
9
|
+
var Tour = /*#__PURE__*/plasmaNewHope.component(mergedConfig);
|
10
|
+
|
11
|
+
exports.Tour = Tour;
|
12
|
+
//# sourceMappingURL=Tour.js.map
|
@@ -0,0 +1 @@
|
|
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,yBAAW,CAACC,wBAAU,EAAEC,kBAAM,CAAC,CAAA;IAEvCC,IAAI,gBAAGC,uBAAS,CAACL,YAAY;;;;"}
|
@@ -26,8 +26,7 @@ function _templateObject() {
|
|
26
26
|
": var(--text-secondary);\n ",
|
27
27
|
": var(--text-negative);\n\n ",
|
28
28
|
": var(--text-primary);\n ",
|
29
|
-
": var(--text-negative);\n ",
|
30
|
-
": var(--outline-accent);\n\n ",
|
29
|
+
": var(--text-negative);\n\n ",
|
31
30
|
": var(--surface-transparent-primary);\n ",
|
32
31
|
": var(--surface-transparent-primary-hover);\n ",
|
33
32
|
": var(--surface-transparent-secondary);\n ",
|
@@ -132,7 +131,7 @@ var config = {
|
|
132
131
|
},
|
133
132
|
variations: {
|
134
133
|
view: {
|
135
|
-
default: (0, _emotion.css)(_templateObject(), _emotion.codeFieldTokens.caretColor, _emotion.codeFieldTokens.captionColor, _emotion.codeFieldTokens.captionColorError, _emotion.codeFieldTokens.codeColor, _emotion.codeFieldTokens.codeColorError, _emotion.codeFieldTokens.
|
134
|
+
default: (0, _emotion.css)(_templateObject(), _emotion.codeFieldTokens.caretColor, _emotion.codeFieldTokens.captionColor, _emotion.codeFieldTokens.captionColorError, _emotion.codeFieldTokens.codeColor, _emotion.codeFieldTokens.codeColorError, _emotion.codeFieldTokens.backgroundColor, _emotion.codeFieldTokens.backgroundColorHover, _emotion.codeFieldTokens.backgroundColorFocus, _emotion.codeFieldTokens.backgroundErrorColor)
|
136
135
|
},
|
137
136
|
size: {
|
138
137
|
l: (0, _emotion.css)(_templateObject1(), _emotion.codeFieldTokens.captionGap, _emotion.codeFieldTokens.codeItemsGap, _emotion.codeFieldTokens.separatorWidth, _emotion.codeFieldTokens.codeItemWidth, _emotion.codeFieldTokens.codeItemHeight, _emotion.codeFieldTokens.fontFamily, _emotion.codeFieldTokens.fontSize, _emotion.codeFieldTokens.fontStyle, _emotion.codeFieldTokens.fontWeight, _emotion.codeFieldTokens.letterSpacing, _emotion.codeFieldTokens.lineHeight, _emotion.codeFieldTokens.captionFontFamily, _emotion.codeFieldTokens.captionFontSize, _emotion.codeFieldTokens.captionFontStyle, _emotion.codeFieldTokens.captionFontWeight, _emotion.codeFieldTokens.captionLetterSpacing, _emotion.codeFieldTokens.captionLineHeight, _emotion.codeFieldTokens.borderRadius, _emotion.codeFieldTokens.borderRadiusSegmented, _emotion.codeFieldTokens.segmentedSideBorderRadius),
|
@@ -0,0 +1,56 @@
|
|
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 _emotion = require("@salutejs/plasma-new-hope/emotion");
|
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, _emotion.css)(_templateObject())
|
51
|
+
},
|
52
|
+
size: {
|
53
|
+
s: (0, _emotion.css)(_templateObject1(), _emotion.tourTokens.cardPadding, _emotion.tourTokens.cardRadius, _emotion.tourTokens.highlightRadius)
|
54
|
+
}
|
55
|
+
}
|
56
|
+
};
|
@@ -0,0 +1,14 @@
|
|
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 _emotion = require("@salutejs/plasma-new-hope/emotion");
|
12
|
+
var _Tourconfig = require("./Tour.config");
|
13
|
+
var mergedConfig = (0, _emotion.mergeConfig)(_emotion.tourConfig, _Tourconfig.config);
|
14
|
+
var Tour = (0, _emotion.component)(mergedConfig);
|
@@ -2,10 +2,10 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
Object.defineProperty(exports, "
|
5
|
+
Object.defineProperty(exports, "Tour", {
|
6
6
|
enumerable: true,
|
7
7
|
get: function() {
|
8
|
-
return
|
8
|
+
return _Tour.Tour;
|
9
9
|
}
|
10
10
|
});
|
11
|
-
var
|
11
|
+
var _Tour = require("./Tour");
|
package/emotion/cjs/index.js
CHANGED
@@ -70,9 +70,9 @@ _export_star(require("./components/LinkButton"), exports);
|
|
70
70
|
_export_star(require("./components/NumberFormat"), exports);
|
71
71
|
_export_star(require("./components/Table"), exports);
|
72
72
|
_export_star(require("./components/CodeField"), exports);
|
73
|
-
_export_star(require("./components/CodeInput"), exports);
|
74
73
|
_export_star(require("./components/List"), exports);
|
75
74
|
_export_star(require("./components/Carousel"), exports);
|
75
|
+
_export_star(require("./components/Tour"), exports);
|
76
76
|
_export_star(require("./mixins"), exports);
|
77
77
|
_export_star(require("./tokens"), exports);
|
78
78
|
function _export_star(from, to) {
|
@@ -15,8 +15,7 @@ function _templateObject() {
|
|
15
15
|
": var(--text-secondary);\n ",
|
16
16
|
": var(--text-negative);\n\n ",
|
17
17
|
": var(--text-primary);\n ",
|
18
|
-
": var(--text-negative);\n ",
|
19
|
-
": var(--outline-accent);\n\n ",
|
18
|
+
": var(--text-negative);\n\n ",
|
20
19
|
": var(--surface-transparent-primary);\n ",
|
21
20
|
": var(--surface-transparent-primary-hover);\n ",
|
22
21
|
": var(--surface-transparent-secondary);\n ",
|
@@ -122,7 +121,7 @@ export var config = {
|
|
122
121
|
},
|
123
122
|
variations: {
|
124
123
|
view: {
|
125
|
-
default: css(_templateObject(), tokens.caretColor, tokens.captionColor, tokens.captionColorError, tokens.codeColor, tokens.codeColorError, tokens.
|
124
|
+
default: css(_templateObject(), tokens.caretColor, tokens.captionColor, tokens.captionColorError, tokens.codeColor, tokens.codeColorError, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.backgroundErrorColor)
|
126
125
|
},
|
127
126
|
size: {
|
128
127
|
l: css(_templateObject1(), tokens.captionGap, tokens.codeItemsGap, tokens.separatorWidth, tokens.codeItemWidth, tokens.codeItemHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.captionFontFamily, tokens.captionFontSize, tokens.captionFontStyle, tokens.captionFontWeight, tokens.captionLetterSpacing, tokens.captionLineHeight, tokens.borderRadius, tokens.borderRadiusSegmented, tokens.segmentedSideBorderRadius),
|
@@ -0,0 +1,46 @@
|
|
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/emotion';
|
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
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export { Tour } from './Tour';
|
package/emotion/es/index.js
CHANGED
@@ -66,8 +66,8 @@ export * from './components/LinkButton';
|
|
66
66
|
export * from './components/NumberFormat';
|
67
67
|
export * from './components/Table';
|
68
68
|
export * from './components/CodeField';
|
69
|
-
export * from './components/CodeInput';
|
70
69
|
export * from './components/List';
|
71
70
|
export * from './components/Carousel';
|
71
|
+
export * from './components/Tour';
|
72
72
|
export * from './mixins';
|
73
73
|
export * from './tokens';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CodeField.config.js","sources":["../../../src-css/components/CodeField/CodeField.config.ts"],"sourcesContent":["import { css, codeFieldTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n shape: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.caretColor}: var(--surface-accent);\n\n ${tokens.captionColor}: var(--text-secondary);\n ${tokens.captionColorError}: var(--text-negative);\n\n ${tokens.codeColor}: var(--text-primary);\n ${tokens.codeColorError}: var(--text-negative);\n
|
1
|
+
{"version":3,"file":"CodeField.config.js","sources":["../../../src-css/components/CodeField/CodeField.config.ts"],"sourcesContent":["import { css, codeFieldTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n shape: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.caretColor}: var(--surface-accent);\n\n ${tokens.captionColor}: var(--text-secondary);\n ${tokens.captionColorError}: var(--text-negative);\n\n ${tokens.codeColor}: var(--text-primary);\n ${tokens.codeColorError}: var(--text-negative);\n\n ${tokens.backgroundColor}: var(--surface-transparent-primary);\n ${tokens.backgroundColorHover}: var(--surface-transparent-primary-hover);\n ${tokens.backgroundColorFocus}: var(--surface-transparent-secondary);\n ${tokens.backgroundErrorColor}: var(--surface-transparent-negative);\n `,\n },\n size: {\n l: css`\n ${tokens.captionGap}: 0.875rem;\n ${tokens.codeItemsGap}: 0.125rem;\n\n ${tokens.separatorWidth}: 0.25rem;\n\n ${tokens.codeItemWidth}: 2.75rem;\n ${tokens.codeItemHeight}: 3.5rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.captionFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.borderRadius}: 0.875rem;\n ${tokens.borderRadiusSegmented}: 0.375rem;\n ${tokens.segmentedSideBorderRadius}: 0.875rem;\n `,\n m: css`\n ${tokens.captionGap}: 0.75rem;\n ${tokens.codeItemsGap}: 0.125rem;\n\n ${tokens.separatorWidth}: 0.25rem;\n\n ${tokens.codeItemWidth}: 2.375rem;\n ${tokens.codeItemHeight}: 3rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.captionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.borderRadius}: 0.75rem;\n ${tokens.borderRadiusSegmented}: 0.25rem;\n ${tokens.segmentedSideBorderRadius}: 0.75rem;\n `,\n },\n shape: {\n default: css``,\n segmented: css``,\n },\n disabled: {\n true: css`\n ${tokens.disabledOpacity}: 0.4;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","shape","variations","default","l","m","segmented","disabled","true"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,KAAK,EAAE,SAAA;GACV;AACDC,EAAAA,UAAU,EAAE;AACRH,IAAAA,IAAI,EAAE;MACFI,SAAO,EAAA,UAAA;KAcV;AACDH,IAAAA,IAAI,EAAE;AACFI,MAAAA,CAAC,EA0BA,SAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KA2BJ;AACDJ,IAAAA,KAAK,EAAE;AACHE,MAAAA,SAAAA,EAAc,UAAA;AACdG,MAAAA,SAAS,EAAA,UAAA;KACZ;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,SAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
package/es/components/CodeField/{CodeField.config_y48spf.css → CodeField.config_15ko8c4.css}
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
.d1bb0wws{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-
|
1
|
+
.d1bb0wws{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-background-color:var(--surface-transparent-primary);--plasma-codefield-background-color-hover:var(--surface-transparent-primary-hover);--plasma-codefield-background-color-focus:var(--surface-transparent-secondary);--plasma-codefield-background-error-color:var(--surface-transparent-negative);}
|
2
2
|
.lfcgrq9{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
3
3
|
.mxiurbd{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
4
4
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
.
|
2
|
-
.
|
3
|
-
.
|
1
|
+
.CodeField_config_15ko8c4_d1bb0wws__9d914512{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-background-color:var(--surface-transparent-primary);--plasma-codefield-background-color-hover:var(--surface-transparent-primary-hover);--plasma-codefield-background-color-focus:var(--surface-transparent-secondary);--plasma-codefield-background-error-color:var(--surface-transparent-negative);}
|
2
|
+
.CodeField_config_15ko8c4_lfcgrq9__9d914512{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
3
|
+
.CodeField_config_15ko8c4_mxiurbd__9d914512{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
4
4
|
|
5
5
|
|
6
|
-
.
|
6
|
+
.CodeField_config_15ko8c4_tck0g5r__9d914512{--plasma-codefield-disabled-opacity:0.4;}
|
@@ -0,0 +1,18 @@
|
|
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
|
@@ -0,0 +1 @@
|
|
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;;;;"}
|
@@ -0,0 +1,8 @@
|
|
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
|
@@ -0,0 +1 @@
|
|
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;;;;"}
|
package/es/index.css
CHANGED
@@ -207,18 +207,12 @@
|
|
207
207
|
.ChipGroup_config_c10q1g_dp6l87u__a38e95aa{--plasma-chip-group-items-gap:0.125rem;}
|
208
208
|
.ChipGroup_config_c10q1g_wug1gkx__a38e95aa{--plasma-chip-group-items-gap:0.5rem;}
|
209
209
|
|
210
|
-
.
|
211
|
-
.
|
212
|
-
.
|
210
|
+
.CodeField_config_15ko8c4_d1bb0wws__9d914512{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-background-color:var(--surface-transparent-primary);--plasma-codefield-background-color-hover:var(--surface-transparent-primary-hover);--plasma-codefield-background-color-focus:var(--surface-transparent-secondary);--plasma-codefield-background-error-color:var(--surface-transparent-negative);}
|
211
|
+
.CodeField_config_15ko8c4_lfcgrq9__9d914512{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
212
|
+
.CodeField_config_15ko8c4_mxiurbd__9d914512{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
213
213
|
|
214
214
|
|
215
|
-
.
|
216
|
-
|
217
|
-
.CodeInput_config_u44tma_d1bd11l2__16249344{--plasma-codeinput-caption-color:var(--text-secondary);--plasma-codeinput-caption-color-error:var(--text-negative);--plasma-codeinput-code-color:var(--text-primary);--plasma-codeinput-code-color-error:var(--text-negative);--plasma-codeinput-border-color-focus:var(--outline-accent);}
|
218
|
-
.CodeInput_config_u44tma_l3q7trr__16249344{--plasma-codeinput-caption-gap:2.5rem;--plasma-codeinput-code-item-gap:0.75rem;--plasma-codeinput-separator-width:0.75rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-l-font-family);--plasma-codeinput-font-style:var(--plasma-typo-dspl-l-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-dspl-l-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--plasma-codeinput-large-font-size:8rem;--plasma-codeinput-large-line-height:8rem;--plasma-codeinput-medium-font-size:7rem;--plasma-codeinput-medium-line-height:7rem;--plasma-codeinput-small-font-size:5.5rem;--plasma-codeinput-small-line-height:5.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h3-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h3-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h3-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h3-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h3-line-height);--plasma-codeinput-item-large-width:5rem;--plasma-codeinput-item-large-height:8rem;--plasma-codeinput-item-medium-width:4.5rem;--plasma-codeinput-item-medium-height:7rem;--plasma-codeinput-item-small-width:3.5rem;--plasma-codeinput-item-small-height:5.75rem;--plasma-codeinput-item-circle-border-width:0.125rem;--plasma-codeinput-item-circle-size:1.5rem;}
|
219
|
-
.CodeInput_config_u44tma_mthn074__16249344{--plasma-codeinput-caption-gap:1.75rem;--plasma-codeinput-code-item-gap:0.5rem;--plasma-codeinput-separator-width:0.75rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-m-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-m-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codeinput-large-font-size:5.5rem;--plasma-codeinput-large-line-height:5.75rem;--plasma-codeinput-medium-font-size:4.5rem;--plasma-codeinput-medium-line-height:4.75rem;--plasma-codeinput-small-font-size:3.5rem;--plasma-codeinput-small-line-height:3.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h4-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h4-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h4-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h4-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h4-line-height);--plasma-codeinput-item-large-width:3.5rem;--plasma-codeinput-item-large-height:5.75rem;--plasma-codeinput-item-medium-width:3rem;--plasma-codeinput-item-medium-height:4.75rem;--plasma-codeinput-item-small-width:2.25rem;--plasma-codeinput-item-small-height:3.75rem;--plasma-codeinput-item-circle-border-width:0.094rem;--plasma-codeinput-item-circle-size:1rem;}
|
220
|
-
.CodeInput_config_u44tma_s1dk91qy__16249344{--plasma-codeinput-caption-gap:1.5rem;--plasma-codeinput-code-item-gap:0.25rem;--plasma-codeinput-separator-width:0.5rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-s-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codeinput-large-font-size:4rem;--plasma-codeinput-large-line-height:4.25rem;--plasma-codeinput-medium-font-size:3rem;--plasma-codeinput-medium-line-height:3.25rem;--plasma-codeinput-small-font-size:2.5rem;--plasma-codeinput-small-line-height:2.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h5-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h5-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h5-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h5-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h5-line-height);--plasma-codeinput-item-large-width:2.5rem;--plasma-codeinput-item-large-height:4.25rem;--plasma-codeinput-item-medium-width:2rem;--plasma-codeinput-item-medium-height:3.25rem;--plasma-codeinput-item-small-width:1.625rem;--plasma-codeinput-item-small-height:2.75rem;--plasma-codeinput-item-circle-border-width:0.063rem;--plasma-codeinput-item-circle-size:0.75rem;}
|
221
|
-
.CodeInput_config_u44tma_t1gsvi3c__16249344{--plasma-codeinput-disabled-opacity:0.4;}
|
215
|
+
.CodeField_config_15ko8c4_tck0g5r__9d914512{--plasma-codefield-disabled-opacity:0.4;}
|
222
216
|
|
223
217
|
.Combobox_config_2bwgte_d1scuc1k__5155d1f5{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-primary);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-primary);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-secondary);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-textfield__hint-icon-color:var(--text-secondary);--plasma-combobox-divider-color:var(--surface-transparent-tertiary);}
|
224
218
|
.Combobox_config_2bwgte_p953oeh__5155d1f5{--plasma-combobox-new-textfield-color:var(--text-primary);--plasma-combobox-new-textfield-clear-color:var(--text-positive);--plasma-combobox-new-textfield-placeholder-color:var(--text-secondary);--plasma-combobox-new-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-combobox-new-textfield-clear-placeholder-color:var(--text-positive);--plasma-combobox-new-textfield-clear-placeholder-color-focus:var(--text-positive);--plasma-combobox-new-textfield-background-color:var(--surface-transparent-positive);--plasma-combobox-new-textfield-background-color-focus:var(--surface-transparent-positive-active);--plasma-combobox-new-textfield-caret-color:var(--text-accent);--plasma-combobox-new-textfield-before-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-after-text-color:var(--text-tertiary);--plasma-combobox-new-textfield-label-color:var(--text-primary);--plasma-combobox-new-textfield-left-helper-color:var(--text-positive);--plasma-combobox-new-textfield-focus-color:var(--text-accent);--plasma-combobox-new-textfield-content-slot-color:var(--text-secondary);--plasma-combobox-new-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-combobox-new-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-combobox-new-textfield-indicator-color:var(--surface-negative);--plasma-combobox-new-textfield-optional-color:var(--text-tertiary);--plasma-combobox-new-textfield-chip-close-icons-color:var(--text-secondary);--plasma-combobox-new-textfield-chip-color:var(--text-primary);--plasma-combobox-new-textfield--chip-background:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-new-textfield-chip-color-active:var(--text-primary);--plasma-combobox-new-textfield-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-new-textfield-chip-background-read-only:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only:var(--text-primary);--plasma-combobox-new-textfield-chip-background-read-only-hover:var(--surface-transparent-secondary);--plasma-combobox-new-textfield-chip-color-read-only-hover:var(--text-primary);--plasma-combobox-new-textfield-chip-opacity-readonly:0.72;--plasma-combobox-disclosure-icon-color:var(--text-secondary);--plasma-combobox-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-textfield__hint-icon-color:var(--text-secondary);--plasma-combobox-divider-color:var(--surface-transparent-tertiary);}
|
@@ -701,6 +695,9 @@
|
|
701
695
|
.Tooltip_config_19fazns_mof1lw0__1c02ba0c{--plasma-tooltip-padding-top:0.6875rem;--plasma-tooltip-padding-right:0.875rem;--plasma-tooltip-padding-bottom:0.6875rem;--plasma-tooltip-padding-left:0.875rem;--plasma-tooltip-min-height:2.5rem;--plasma-tooltip-border-radius:0.625rem;--plasma-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-tooltip-content-left-margin:0.375rem;--plasma-tooltip-arrow-mask-width:1.25rem;--plasma-tooltip-arrow-mask-height:1.25rem;--plasma-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-tooltip-arrow-height:0.5rem;--plasma-tooltip-arrow-edge-margin:0.625rem;--plasma-tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
702
696
|
.Tooltip_config_19fazns_dawvnm3__1c02ba0c{--plasma-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-tooltip-box-shadow:0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08);--plasma-tooltip-color:var(--text-primary);}
|
703
697
|
|
698
|
+
|
699
|
+
.Tour_config_emlbg6_s12zmmsr__9b0aa5b5{--plasma-tour-card-padding:0.75rem;--plasma-tour-card-radius:0.75rem;--plasma-tour-highlight-radius:0.75rem;}
|
700
|
+
|
704
701
|
.Tree_config_1iqqtu9_de6q557__6bfe4b26{--plasma-tree-icon-folder-color:var(--text-secondary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-secondary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color:var(--surface-transparent-secondary);--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);}
|
705
702
|
.Tree_config_1iqqtu9_l1adci4f__6bfe4b26{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
|
706
703
|
.Tree_config_1iqqtu9_mtlwm4v__6bfe4b26{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
|
package/es/index.js
CHANGED
@@ -16,7 +16,6 @@ export { Checkbox } from './components/Checkbox/Checkbox.js';
|
|
16
16
|
export { Chip } from './components/Chip/Chip.js';
|
17
17
|
export { ChipGroup } from './components/ChipGroup/ChipGroup.js';
|
18
18
|
export { CodeField } from './components/CodeField/CodeField.js';
|
19
|
-
export { CodeInput } from './components/CodeInput/CodeInput.js';
|
20
19
|
export { Combobox } from './components/Combobox/Combobox.js';
|
21
20
|
export { Counter } from './components/Counter/Counter.js';
|
22
21
|
export { DatePicker, DatePickerRange } from './components/DatePicker/DatePicker.js';
|
@@ -65,6 +64,7 @@ export { TextFieldGroup } from './components/TextFieldGroup/TextFieldGroup.js';
|
|
65
64
|
export { Toast, ToastProvider } from './components/Toast/Toast.js';
|
66
65
|
export { Toolbar, ToolbarDivider } from './components/Toolbar/Toolbar.js';
|
67
66
|
export { Tooltip } from './components/Tooltip/Tooltip.js';
|
67
|
+
export { Tour } from './components/Tour/Tour.js';
|
68
68
|
export { Tree } from './components/Tree/Tree.js';
|
69
69
|
export { BodyL, BodyM, BodyS, BodyXS, BodyXXS, DsplL, DsplM, DsplS, H1, H2, H3, H4, H5, TextL, TextM, TextS, TextXS } from './components/Typography/Typography.js';
|
70
70
|
export { ViewContainer } from './components/ViewContainer/ViewContainer.js';
|
package/index.d.ts
CHANGED
@@ -66,8 +66,8 @@ export * from './components/LinkButton';
|
|
66
66
|
export * from './components/NumberFormat';
|
67
67
|
export * from './components/Table';
|
68
68
|
export * from './components/CodeField';
|
69
|
-
export * from './components/CodeInput';
|
70
69
|
export * from './components/List';
|
71
70
|
export * from './components/Carousel';
|
71
|
+
export * from './components/Tour';
|
72
72
|
export * from './mixins';
|
73
73
|
export * from './tokens';
|