@salutejs/sdds-serv 0.330.0-canary.2370.19885960439.0 → 0.330.0-canary.2371.19919666002.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/Mask/Mask.css +43 -21
- package/components/Mask/Mask.d.ts +17 -33
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/components/TextField/TextField.clear.config.d.ts +47 -0
- package/components/TextField/TextField.clear.config.js +55 -0
- package/components/TextField/TextField.clear.config.js.map +1 -0
- package/components/TextField/TextField.clear.config_hts9jh.css +22 -0
- package/components/TextField/TextField.config.d.ts +0 -4
- package/components/TextField/TextField.config.js +13 -17
- package/components/TextField/TextField.config.js.map +1 -1
- package/components/TextField/TextField.config_c4zz6m.css +22 -0
- package/components/TextField/TextField.d.ts +970 -7
- package/components/TextField/TextField.js +14 -6
- package/components/TextField/TextField.js.map +1 -1
- package/emotion/cjs/components/TextField/TextField.clear.config.js +831 -0
- package/emotion/cjs/components/TextField/TextField.config.js +56 -102
- package/emotion/cjs/components/TextField/TextField.js +28 -5
- package/emotion/es/components/TextField/TextField.clear.config.js +821 -0
- package/emotion/es/components/TextField/TextField.config.js +56 -102
- package/emotion/es/components/TextField/TextField.js +15 -5
- package/es/components/Mask/Mask.css +43 -21
- package/es/components/TextField/TextField.clear.config.js +51 -0
- package/es/components/TextField/TextField.clear.config.js.map +1 -0
- package/es/components/TextField/TextField.clear.config_hts9jh.css +22 -0
- package/es/components/TextField/TextField.config.js +13 -17
- package/es/components/TextField/TextField.config.js.map +1 -1
- package/es/components/TextField/TextField.config_c4zz6m.css +22 -0
- package/es/components/TextField/TextField.js +14 -8
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/index.css +45 -23
- package/package.json +7 -7
- package/styled-components/cjs/components/TextField/TextField.clear.config.js +831 -0
- package/styled-components/cjs/components/TextField/TextField.config.js +56 -102
- package/styled-components/cjs/components/TextField/TextField.js +28 -5
- package/styled-components/es/components/TextField/TextField.clear.config.js +821 -0
- package/styled-components/es/components/TextField/TextField.config.js +56 -102
- package/styled-components/es/components/TextField/TextField.js +15 -5
- package/components/TextField/TextField.config_15il1op.css +0 -23
- package/es/components/TextField/TextField.config_15il1op.css +0 -23
|
@@ -4,13 +4,21 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var plasmaNewHope = require('@salutejs/plasma-new-hope');
|
|
6
6
|
var TextField_config = require('./TextField.config.js');
|
|
7
|
+
var TextField_clear_config = require('./TextField.clear.config.js');
|
|
7
8
|
|
|
8
|
-
var
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*/
|
|
13
|
-
|
|
9
|
+
var mergedConfigDefault = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.textFieldConfig, TextField_config.config);
|
|
10
|
+
var TextFieldDefault = /*#__PURE__*/plasmaNewHope.component(mergedConfigDefault);
|
|
11
|
+
var mergedConfigClear = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.textFieldConfig, TextField_clear_config.config);
|
|
12
|
+
var TextFieldClear = /*#__PURE__*/plasmaNewHope.component(mergedConfigClear);
|
|
13
|
+
var TextField = /*#__PURE__*/plasmaNewHope.createConditionalComponent(TextFieldDefault, [{
|
|
14
|
+
conditions: {
|
|
15
|
+
prop: 'appearance',
|
|
16
|
+
value: 'clear'
|
|
17
|
+
},
|
|
18
|
+
component: TextFieldClear
|
|
19
|
+
}]);
|
|
14
20
|
|
|
15
21
|
exports.TextField = TextField;
|
|
22
|
+
exports.TextFieldClear = TextFieldClear;
|
|
23
|
+
exports.TextFieldDefault = TextFieldDefault;
|
|
16
24
|
//# sourceMappingURL=TextField.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.js","sources":["../../src-css/components/TextField/TextField.tsx"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"TextField.js","sources":["../../src-css/components/TextField/TextField.tsx"],"sourcesContent":["import {\n textFieldConfig,\n component,\n mergeConfig,\n createConditionalComponent,\n} from '@salutejs/plasma-new-hope';\n\nimport { config } from './TextField.config';\nimport { config as clearConfig } from './TextField.clear.config';\n\nconst mergedConfigDefault = mergeConfig(textFieldConfig, config);\nexport const TextFieldDefault = component(mergedConfigDefault);\n\nconst mergedConfigClear = mergeConfig(textFieldConfig, clearConfig);\nexport const TextFieldClear = component(mergedConfigClear);\n\nexport const TextField = createConditionalComponent(TextFieldDefault, [\n {\n conditions: { prop: 'appearance', value: 'clear' },\n component: TextFieldClear,\n },\n]);\n"],"names":["mergedConfigDefault","mergeConfig","textFieldConfig","config","TextFieldDefault","component","mergedConfigClear","clearConfig","TextFieldClear","TextField","createConditionalComponent","conditions","prop","value"],"mappings":";;;;;;;;AAUA,IAAMA,mBAAmB,gBAAGC,yBAAW,CAACC,6BAAe,EAAEC,uBAAM,CAAC,CAAA;IACnDC,gBAAgB,gBAAGC,uBAAS,CAACL,mBAAmB,EAAC;AAE9D,IAAMM,iBAAiB,gBAAGL,yBAAW,CAACC,6BAAe,EAAEK,6BAAW,CAAC,CAAA;IACtDC,cAAc,gBAAGH,uBAAS,CAACC,iBAAiB,EAAC;IAE7CG,SAAS,gBAAGC,wCAA0B,CAACN,gBAAgB,EAAE,CAClE;AACIO,EAAAA,UAAU,EAAE;AAAEC,IAAAA,IAAI,EAAE,YAAY;AAAEC,IAAAA,KAAK,EAAE,OAAA;GAAS;AAClDR,EAAAA,SAAS,EAAEG,cAAAA;AACf,CAAC,CACJ;;;;;;"}
|