@ckbox/components 2.4.0-dev.0 → 2.5.0-rc.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/LICENSE.md +1 -1
- package/README.md +4 -4
- package/dist/index.d.ts +391 -185
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +1 -1
- package/icons/ManageAccountsOutlined.svg +3 -0
- package/icons/PeopleAltOutlined.svg +3 -0
- package/package.json +5 -5
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path d="M4 18v-.65c0-.34.16-.66.41-.81C6.1 15.53 8.03 15 10 15c.03 0 .05 0 .08.01.1-.7.3-1.37.59-1.98-.22-.02-.44-.03-.67-.03-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V20h9.26c-.42-.6-.75-1.28-.97-2zm6-6c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m10.75 10c0-.22-.03-.42-.06-.63l1.14-1.01-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1.01c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1.01 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1.01c.03-.21.06-.41.06-.63M17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24C14.5 5.27 15 6.58 15 8s-.5 2.73-1.33 3.76c.42.14.86.24 1.33.24m-6 0c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4m6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2z"></path>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
24
24
|
"name": "@ckbox/components",
|
|
25
|
-
"version": "2.
|
|
25
|
+
"version": "2.5.0-rc.0",
|
|
26
26
|
"description": "UI components of CKBox",
|
|
27
27
|
"main": "dist/index.js",
|
|
28
28
|
"types": "dist/index.d.ts",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"@popperjs/core": "^2.11.8",
|
|
35
35
|
"@types/react-transition-group": "^4.4.10",
|
|
36
36
|
"blurhash": "^2.0.5",
|
|
37
|
-
"cropperjs": "^1.6.
|
|
37
|
+
"cropperjs": "^1.6.2",
|
|
38
38
|
"dnd-core": "^16.0.1",
|
|
39
39
|
"lodash": "^4.17.21",
|
|
40
40
|
"react-dnd": "^16.0.1",
|
|
41
41
|
"react-dnd-html5-backend": "^16.0.1",
|
|
42
|
-
"react-focus-lock": "^2.
|
|
43
|
-
"react-remove-scroll": "^2.5.
|
|
42
|
+
"react-focus-lock": "^2.12.1",
|
|
43
|
+
"react-remove-scroll": "^2.5.10",
|
|
44
44
|
"react-transition-group": "^4.4.5",
|
|
45
|
-
"tslib": "^2.6.
|
|
45
|
+
"tslib": "^2.6.3"
|
|
46
46
|
}
|
|
47
47
|
}
|