smbls 1.1.7 → 1.1.8
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/index.js +6 -35
- package/package.json +9 -44
- package/README.md +0 -38
- package/react.js +0 -10
package/index.js
CHANGED
|
@@ -1,38 +1,9 @@
|
|
|
1
1
|
'use strict'
|
|
2
2
|
|
|
3
|
+
export { create } from 'domql'
|
|
4
|
+
export { transformProps } from 'css-in-props'
|
|
3
5
|
export * from '@symbo.ls/init'
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export * from '@symbo.ls/
|
|
8
|
-
export * from '@symbo.ls/block'
|
|
9
|
-
export * from '@symbo.ls/shape'
|
|
10
|
-
export * from '@symbo.ls/flex'
|
|
11
|
-
export * from '@symbo.ls/grid'
|
|
12
|
-
export * from '@symbo.ls/direction'
|
|
13
|
-
export * from '@symbo.ls/position'
|
|
14
|
-
export * from '@symbo.ls/overflow'
|
|
15
|
-
export * from '@symbo.ls/text'
|
|
16
|
-
|
|
17
|
-
export * from '@symbo.ls/box'
|
|
18
|
-
|
|
19
|
-
export * from '@symbo.ls/svg'
|
|
20
|
-
export * from '@symbo.ls/icon'
|
|
21
|
-
export * from '@symbo.ls/img'
|
|
22
|
-
export * from '@symbo.ls/link'
|
|
23
|
-
export * from '@symbo.ls/icon-text'
|
|
24
|
-
export * from '@symbo.ls/input'
|
|
25
|
-
export * from '@symbo.ls/field'
|
|
26
|
-
export * from '@symbo.ls/button'
|
|
27
|
-
|
|
28
|
-
export * from '@symbo.ls/buttonset'
|
|
29
|
-
export * from '@symbo.ls/user'
|
|
30
|
-
export * from '@symbo.ls/banner'
|
|
31
|
-
export * from '@symbo.ls/slider'
|
|
32
|
-
export * from '@symbo.ls/notification'
|
|
33
|
-
export * from '@symbo.ls/dropdown'
|
|
34
|
-
export * from '@symbo.ls/datepicker'
|
|
35
|
-
export * from '@symbo.ls/tooltip'
|
|
36
|
-
export * from '@symbo.ls/label'
|
|
37
|
-
export * from '@symbo.ls/pills'
|
|
38
|
-
export * from '@symbo.ls/select'
|
|
6
|
+
export * from '@symbo.ls/config-default'
|
|
7
|
+
export * from '@symbo.ls/uikit'
|
|
8
|
+
export * from '@symbo.ls/scratch'
|
|
9
|
+
export * from '@symbo.ls/sync-client'
|
package/package.json
CHANGED
|
@@ -1,53 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smbls",
|
|
3
|
-
"
|
|
4
|
-
"version": "1.1.7",
|
|
5
|
-
"author": "symbo.ls",
|
|
6
|
-
"repository": "https://github.com/symbo-ls/smbls",
|
|
3
|
+
"version": "1.1.8",
|
|
7
4
|
"main": "index.js",
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
"react.js"
|
|
11
|
-
],
|
|
12
|
-
"publishConfig": {
|
|
13
|
-
"registry": "https://registry.npmjs.org"
|
|
14
|
-
},
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"gitHead": "ce1ceb5545eb5189a49484ba1c57261f3429b577",
|
|
15
7
|
"dependencies": {
|
|
16
|
-
"@symbo.ls/
|
|
17
|
-
"@symbo.ls/block": "latest",
|
|
18
|
-
"@symbo.ls/box": "latest",
|
|
19
|
-
"@symbo.ls/button": "latest",
|
|
20
|
-
"@symbo.ls/buttonset": "latest",
|
|
8
|
+
"@symbo.ls/cli": "latest",
|
|
21
9
|
"@symbo.ls/config-default": "latest",
|
|
22
|
-
"@symbo.ls/datepicker": "latest",
|
|
23
|
-
"@symbo.ls/direction": "latest",
|
|
24
|
-
"@symbo.ls/dropdown": "latest",
|
|
25
|
-
"@symbo.ls/field": "latest",
|
|
26
|
-
"@symbo.ls/flex": "latest",
|
|
27
|
-
"@symbo.ls/grid": "latest",
|
|
28
|
-
"@symbo.ls/icon": "latest",
|
|
29
|
-
"@symbo.ls/icon-text": "latest",
|
|
30
|
-
"@symbo.ls/img": "latest",
|
|
31
10
|
"@symbo.ls/init": "latest",
|
|
32
|
-
"@symbo.ls/
|
|
33
|
-
"@symbo.ls/
|
|
34
|
-
"@symbo.ls/
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"@symbo.ls/pills": "latest",
|
|
38
|
-
"@symbo.ls/position": "latest",
|
|
39
|
-
"@symbo.ls/react-box": "symbo-ls/react-box",
|
|
40
|
-
"@symbo.ls/react-provider": "latest",
|
|
41
|
-
"@symbo.ls/responsive": "latest",
|
|
42
|
-
"@symbo.ls/select": "latest",
|
|
43
|
-
"@symbo.ls/shape": "latest",
|
|
44
|
-
"@symbo.ls/slider": "latest",
|
|
45
|
-
"@symbo.ls/svg": "latest",
|
|
46
|
-
"@symbo.ls/text": "latest",
|
|
47
|
-
"@symbo.ls/tooltip": "latest",
|
|
48
|
-
"@symbo.ls/user": "latest"
|
|
11
|
+
"@symbo.ls/scratch": "latest",
|
|
12
|
+
"@symbo.ls/socket-ui": "latest",
|
|
13
|
+
"@symbo.ls/uikit": "latest",
|
|
14
|
+
"css-in-props": "latest",
|
|
15
|
+
"domql": "latest"
|
|
49
16
|
},
|
|
50
|
-
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
51
|
-
"gitHead": "ff7d3ff0abaed13fe75cc4e3f91de46081a52282",
|
|
52
17
|
"source": "src/index.js"
|
|
53
18
|
}
|
package/README.md
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# Symbols
|
|
2
|
-
|
|
3
|
-
UI Library in composition of [Scratch](https://github.com/symbo.ls/scratch) and [DOMQL](https://github.com/symbo.ls/domql) or [React](https://github.com/symbo-ls/smbls/tree/main/packages/all/packages/react.js)
|
|
4
|
-
|
|
5
|
-
Check out the [documentation page](https://docs.symbols.app/).
|
|
6
|
-
|
|
7
|
-
[](https://badge.fury.io/js/smbls)
|
|
8
|
-
|
|
9
|
-
### UI Components
|
|
10
|
-
|
|
11
|
-
Library consists with packages. Components can be invoked individually.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Setup
|
|
15
|
-
|
|
16
|
-
1. Installation
|
|
17
|
-
```
|
|
18
|
-
yarn add 'smbls@^1.1.1'
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
2. Import the component from Symbols
|
|
22
|
-
```
|
|
23
|
-
import { Box } from 'smbls'
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
3. Use it inside your DOMQL code
|
|
27
|
-
### DOMQL
|
|
28
|
-
```javascript
|
|
29
|
-
const Header = {
|
|
30
|
-
extends: Box,
|
|
31
|
-
// ...Other Properties
|
|
32
|
-
}
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
### React
|
|
36
|
-
```javascript
|
|
37
|
-
<Box {...props} />
|
|
38
|
-
```
|
package/react.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
'use strict'
|
|
2
|
-
|
|
3
|
-
import Box, { Button, Flex, Grid, Text, Svg, Icon, IconText } from '@symbo.ls/react-box'
|
|
4
|
-
import { SymbolsProvider } from '@symbo.ls/react-provider'
|
|
5
|
-
|
|
6
|
-
export * from '@symbo.ls/init'
|
|
7
|
-
export { Box, Button, Flex, Grid, Text, Svg, Icon, IconText }
|
|
8
|
-
export { SymbolsProvider }
|
|
9
|
-
|
|
10
|
-
// export * from './styles'
|