@symbo.ls/uikit 2.11.159 → 2.11.161
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/dist/index.cjs.js +3486 -5655
- package/dist/index.cjs.js.map +4 -4
- package/index.js +19 -5
- package/package.json +18 -2
package/index.js
CHANGED
|
@@ -4,10 +4,27 @@
|
|
|
4
4
|
|
|
5
5
|
export * from '@symbo.ls/atoms'
|
|
6
6
|
export * from '@symbo.ls/box'
|
|
7
|
-
export * from '@symbo.ls/
|
|
7
|
+
export * from '@symbo.ls/textcomponents'
|
|
8
|
+
export * from '@symbo.ls/indicatordot'
|
|
9
|
+
export * from '@symbo.ls/checkindicator'
|
|
10
|
+
export * from '@symbo.ls/checkbox'
|
|
11
|
+
export * from '@symbo.ls/radiobutton'
|
|
12
|
+
export * from '@symbo.ls/toggleswitch'
|
|
13
|
+
export * from '@symbo.ls/titleparagraph'
|
|
14
|
+
export * from '@symbo.ls/notificationindicator'
|
|
15
|
+
export * from '@symbo.ls/field'
|
|
16
|
+
export * from '@symbo.ls/search'
|
|
17
|
+
export * from '@symbo.ls/dropdownbutton'
|
|
18
|
+
export * from '@symbo.ls/uploadbutton'
|
|
19
|
+
export * from '@symbo.ls/progress'
|
|
20
|
+
export * from '@symbo.ls/uploadlabel'
|
|
21
|
+
export * from '@symbo.ls/unitvalue'
|
|
22
|
+
export * from '@symbo.ls/uploadingprocess'
|
|
23
|
+
export * from '@symbo.ls/modal'
|
|
24
|
+
export * from '@symbo.ls/uploadfilemodal'
|
|
25
|
+
export * from '@symbo.ls/list'
|
|
8
26
|
export * from '@symbo.ls/avatar'
|
|
9
27
|
export * from '@symbo.ls/button'
|
|
10
|
-
export * from '@symbo.ls/textcomponents'
|
|
11
28
|
export * from '@symbo.ls/dialog'
|
|
12
29
|
export * from '@symbo.ls/datepicker'
|
|
13
30
|
export * from '@symbo.ls/timepicker'
|
|
@@ -16,7 +33,6 @@ export * from '@symbo.ls/form'
|
|
|
16
33
|
export * from '@symbo.ls/icon'
|
|
17
34
|
export * from '@symbo.ls/link'
|
|
18
35
|
export * from '@symbo.ls/input'
|
|
19
|
-
export * from '@symbo.ls/field'
|
|
20
36
|
export * from '@symbo.ls/video'
|
|
21
37
|
export * from '@symbo.ls/range'
|
|
22
38
|
export * from '@symbo.ls/slider'
|
|
@@ -28,12 +44,10 @@ export * from '@symbo.ls/label'
|
|
|
28
44
|
export * from '@symbo.ls/pills'
|
|
29
45
|
export * from '@symbo.ls/select'
|
|
30
46
|
export * from '@symbo.ls/tab'
|
|
31
|
-
export * from '@symbo.ls/search'
|
|
32
47
|
export * from '@symbo.ls/steps'
|
|
33
48
|
export * from '@symbo.ls/table'
|
|
34
49
|
export * from '@symbo.ls/chat'
|
|
35
50
|
export * from '@symbo.ls/card'
|
|
36
51
|
export * from '@symbo.ls/accessories'
|
|
37
52
|
export * from '@symbo.ls/icontextwithnotification'
|
|
38
|
-
export * from '@symbo.ls/modal'
|
|
39
53
|
export * from '@symbo.ls/slidetabs'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/uikit",
|
|
3
3
|
"description": "UI Library built on Scratch and DOMQL",
|
|
4
|
-
"version": "2.11.
|
|
4
|
+
"version": "2.11.161",
|
|
5
5
|
"author": "symbo.ls",
|
|
6
6
|
"repository": "https://github.com/symbo-ls/smbls",
|
|
7
7
|
"main": "index.js",
|
|
@@ -21,19 +21,28 @@
|
|
|
21
21
|
"@symbo.ls/button": "latest",
|
|
22
22
|
"@symbo.ls/card": "latest",
|
|
23
23
|
"@symbo.ls/chat": "latest",
|
|
24
|
+
"@symbo.ls/checkbox": "latest",
|
|
25
|
+
"@symbo.ls/checkindicator": "latest",
|
|
24
26
|
"@symbo.ls/datepicker": "latest",
|
|
25
27
|
"@symbo.ls/dialog": "latest",
|
|
26
28
|
"@symbo.ls/dropdown": "latest",
|
|
29
|
+
"@symbo.ls/dropdownbutton": "latest",
|
|
27
30
|
"@symbo.ls/field": "latest",
|
|
28
31
|
"@symbo.ls/form": "latest",
|
|
32
|
+
"@symbo.ls/icon": "latest",
|
|
29
33
|
"@symbo.ls/icontextwithnotification": "latest",
|
|
34
|
+
"@symbo.ls/indicatordot": "latest",
|
|
30
35
|
"@symbo.ls/infoset": "latest",
|
|
31
36
|
"@symbo.ls/input": "latest",
|
|
32
37
|
"@symbo.ls/label": "latest",
|
|
33
38
|
"@symbo.ls/link": "latest",
|
|
39
|
+
"@symbo.ls/list": "latest",
|
|
34
40
|
"@symbo.ls/modal": "latest",
|
|
35
41
|
"@symbo.ls/notification": "latest",
|
|
42
|
+
"@symbo.ls/notificationindicator": "latest",
|
|
36
43
|
"@symbo.ls/pills": "latest",
|
|
44
|
+
"@symbo.ls/progress": "latest",
|
|
45
|
+
"@symbo.ls/radiobutton": "latest",
|
|
37
46
|
"@symbo.ls/range": "latest",
|
|
38
47
|
"@symbo.ls/scratch": "latest",
|
|
39
48
|
"@symbo.ls/search": "latest",
|
|
@@ -46,14 +55,21 @@
|
|
|
46
55
|
"@symbo.ls/textarea": "latest",
|
|
47
56
|
"@symbo.ls/textcomponents": "latest",
|
|
48
57
|
"@symbo.ls/timepicker": "latest",
|
|
58
|
+
"@symbo.ls/titleparagraph": "latest",
|
|
59
|
+
"@symbo.ls/toggleswitch": "latest",
|
|
49
60
|
"@symbo.ls/tooltip": "latest",
|
|
61
|
+
"@symbo.ls/unitvalue": "latest",
|
|
50
62
|
"@symbo.ls/upload": "latest",
|
|
63
|
+
"@symbo.ls/uploadbutton": "latest",
|
|
64
|
+
"@symbo.ls/uploadfilemodal": "latest",
|
|
65
|
+
"@symbo.ls/uploadingprocess": "latest",
|
|
66
|
+
"@symbo.ls/uploadlabel": "latest",
|
|
51
67
|
"@symbo.ls/video": "latest"
|
|
52
68
|
},
|
|
53
69
|
"scripts": {
|
|
54
70
|
"prepublish": "rm -rf dist && npx esbuild index.js --target=es2020 --format=cjs --bundle --sourcemap=external --outfile=dist/index.cjs.js"
|
|
55
71
|
},
|
|
56
72
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
57
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "4a9c385a2562423f5ba79d52e80d0ae648a797d6",
|
|
58
74
|
"source": "src/index.js"
|
|
59
75
|
}
|