@symbo.ls/timepicker 2.11.291 → 2.11.358
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/TimePickerItem.js +1 -3
- package/TimeSwitcher.js +1 -2
- package/package.json +2 -2
package/TimePickerItem.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict'
|
|
2
2
|
|
|
3
|
-
import { Flex } from '@symbo.ls/atoms'
|
|
4
|
-
|
|
5
3
|
const props = {
|
|
6
4
|
align: 'center center',
|
|
7
5
|
flow: 'column',
|
|
@@ -16,7 +14,7 @@ const props = {
|
|
|
16
14
|
|
|
17
15
|
export const TimePickerItem = {
|
|
18
16
|
tag: 'label',
|
|
19
|
-
extend: Flex,
|
|
17
|
+
extend: 'Flex',
|
|
20
18
|
props,
|
|
21
19
|
Button_plus: { icon: 'plus' },
|
|
22
20
|
NumberInput: {
|
package/TimeSwitcher.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use strict'
|
|
2
2
|
|
|
3
|
-
import { Flex } from '@symbo.ls/atoms'
|
|
4
3
|
import { Button } from '@symbo.ls/button'
|
|
5
4
|
|
|
6
5
|
const props = {
|
|
@@ -13,7 +12,7 @@ const props = {
|
|
|
13
12
|
|
|
14
13
|
export const TimeSwitcher = {
|
|
15
14
|
props,
|
|
16
|
-
extend: Flex,
|
|
15
|
+
extend: 'Flex',
|
|
17
16
|
|
|
18
17
|
childExtend: {
|
|
19
18
|
extend: Button,
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/timepicker",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.358",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "87d35aa05d75b0023b44ec251df1f5739b8c6aa4",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@symbo.ls/atoms": "latest",
|
|
9
9
|
"@symbo.ls/dialog": "latest"
|