@salutejs/sdds-dfa 0.325.1-canary.2315.19231744336.0 → 0.326.0-canary.2254.19262020278.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/Combobox/Combobox.config.js +24 -16
- package/components/Combobox/Combobox.d.ts +48 -0
- package/components/DateTimePicker/DateTimePicker.config.d.ts +28 -0
- package/components/DateTimePicker/DateTimePicker.config.js +865 -0
- package/components/DateTimePicker/DateTimePicker.d.ts +41 -0
- package/components/DateTimePicker/DateTimePicker.js +14 -0
- package/components/DateTimePicker/index.d.ts +2 -0
- package/components/DateTimePicker/index.js +23 -0
- package/components/Select/Select.config.js +7 -7
- package/es/components/Combobox/Combobox.config.js +24 -16
- package/es/components/DateTimePicker/DateTimePicker.config.js +855 -0
- package/es/components/DateTimePicker/DateTimePicker.js +4 -0
- package/es/components/DateTimePicker/index.js +2 -0
- package/es/components/Select/Select.config.js +7 -7
- package/es/index.js +1 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { dateTimePickerConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
|
2
|
+
import { config } from './DateTimePicker.config';
|
|
3
|
+
var mergedConfig = mergeConfig(dateTimePickerConfig, config);
|
|
4
|
+
export var DateTimePicker = component(mergedConfig);
|
|
@@ -431,8 +431,8 @@ function _templateObject10() {
|
|
|
431
431
|
": 0.125rem;\n ",
|
|
432
432
|
": 0.875rem;\n\n ",
|
|
433
433
|
": 1.5rem;\n ",
|
|
434
|
-
": 1rem
|
|
435
|
-
": 0.75rem
|
|
434
|
+
": 1rem 0.875rem;\n ",
|
|
435
|
+
": 0.75rem 0.875rem;\n ",
|
|
436
436
|
": 0.75rem;\n ",
|
|
437
437
|
": 0 0.5rem 0 0;\n ",
|
|
438
438
|
": 1.5rem;\n ",
|
|
@@ -544,8 +544,8 @@ function _templateObject11() {
|
|
|
544
544
|
": 0.125rem;\n ",
|
|
545
545
|
": 0.75rem;\n\n ",
|
|
546
546
|
": 1.5rem;\n ",
|
|
547
|
-
": 0.75rem 0.
|
|
548
|
-
": 0.5rem 0.
|
|
547
|
+
": 0.75rem 0.75rem;\n ",
|
|
548
|
+
": 0.5rem 0.75rem;\n ",
|
|
549
549
|
": 0.625rem;\n ",
|
|
550
550
|
": 0 0.375rem 0 0;\n ",
|
|
551
551
|
": 1.5rem;\n ",
|
|
@@ -657,7 +657,7 @@ function _templateObject12() {
|
|
|
657
657
|
": 0.125rem;\n ",
|
|
658
658
|
": 0.625rem;\n\n ",
|
|
659
659
|
": 1.5rem;\n ",
|
|
660
|
-
": 0.5rem 0.
|
|
660
|
+
": 0.5rem 0.625rem;\n ",
|
|
661
661
|
": 0.25rem 0.75rem;\n ",
|
|
662
662
|
": 0.5rem;\n ",
|
|
663
663
|
": 1.5rem;\n ",
|
|
@@ -770,8 +770,8 @@ function _templateObject13() {
|
|
|
770
770
|
": 0.125rem;\n ",
|
|
771
771
|
": 0.5rem;\n\n ",
|
|
772
772
|
": 1rem;\n ",
|
|
773
|
-
": 0.5rem;\n ",
|
|
774
|
-
": 0.25rem 0.
|
|
773
|
+
": 0.5rem 0.375rem;\n ",
|
|
774
|
+
": 0.25rem 0.375rem;\n ",
|
|
775
775
|
": 0.375rem;\n ",
|
|
776
776
|
": 1rem;\n ",
|
|
777
777
|
": 1rem;\n ",
|
package/es/index.js
CHANGED
|
@@ -72,6 +72,7 @@ export * from './components/Tour';
|
|
|
72
72
|
export * from './components/EmbedIconButton';
|
|
73
73
|
export * from './components/TimePicker';
|
|
74
74
|
export * from './components/ProgressBarCircular';
|
|
75
|
+
export * from './components/DateTimePicker';
|
|
75
76
|
export * from './mixins';
|
|
76
77
|
export * from './tokens';
|
|
77
78
|
export * from './types';
|
package/index.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ export * from './components/Tour';
|
|
|
72
72
|
export * from './components/EmbedIconButton';
|
|
73
73
|
export * from './components/TimePicker';
|
|
74
74
|
export * from './components/ProgressBarCircular';
|
|
75
|
+
export * from './components/DateTimePicker';
|
|
75
76
|
export * from './mixins';
|
|
76
77
|
export * from './tokens';
|
|
77
78
|
export * from './types';
|
package/index.js
CHANGED
|
@@ -76,6 +76,7 @@ _export_star(require("./components/Tour"), exports);
|
|
|
76
76
|
_export_star(require("./components/EmbedIconButton"), exports);
|
|
77
77
|
_export_star(require("./components/TimePicker"), exports);
|
|
78
78
|
_export_star(require("./components/ProgressBarCircular"), exports);
|
|
79
|
+
_export_star(require("./components/DateTimePicker"), exports);
|
|
79
80
|
_export_star(require("./mixins"), exports);
|
|
80
81
|
_export_star(require("./tokens"), exports);
|
|
81
82
|
_export_star(require("./types"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-dfa",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.326.0-canary.2254.19262020278.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS DFA web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"directory": "packages/sdds-dfa"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@salutejs/plasma-new-hope": "0.
|
|
22
|
+
"@salutejs/plasma-new-hope": "0.340.0-canary.2254.19262020278.0",
|
|
23
23
|
"@salutejs/sdds-themes": "0.48.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"Anton Vinogradov"
|
|
95
95
|
],
|
|
96
96
|
"sideEffects": false,
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "b592405b7df93f46be30a9b48e5829d46f45e3b4"
|
|
98
98
|
}
|