@lctafrica/ui 0.0.5 → 0.0.6
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/components/ui/Label/Label.d.ts +4 -0
- package/dist/components/ui/badge/Badge.d.ts +19 -0
- package/dist/components/ui/badge/Badge.test.d.ts +1 -0
- package/dist/components/ui/button/Button.d.ts +11 -0
- package/dist/components/ui/button/Button.test.d.ts +1 -0
- package/dist/components/ui/button-group/ButtonGroup.d.ts +24 -0
- package/dist/components/ui/button-group/ButtonGroup.test.d.ts +1 -0
- package/dist/components/ui/checkbox/Checkbox.d.ts +15 -0
- package/dist/components/ui/checkbox/Checkbox.test.d.ts +1 -0
- package/dist/components/ui/field/Field.d.ts +24 -0
- package/dist/components/ui/field/Filed.test.d.ts +1 -0
- package/dist/components/ui/input/Input.d.ts +3 -0
- package/dist/components/ui/input/Input.test.d.ts +1 -0
- package/dist/components/ui/separator/separator.d.ts +4 -0
- package/dist/components/ui/text/Text.d.ts +11 -0
- package/dist/components/ui/text/Text.test.d.ts +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +4233 -0
- package/dist/lct-logo.svg +3 -0
- package/dist/lib/utils.d.ts +2 -0
- package/package.json +7 -7
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg fill="none" width="40" viewBox="0 0 70 65" version="1.1" xmlns="http://www.w3.org/2000/svg" >
|
|
2
|
+
<g><path fill="#449fda" d="M 67.3,25.1 57,7.5 A 14.4,14.4 0 0 0 44.7,0.3 H 34.1 a 14.3,14.3 0 0 1 12.4,7.2 l 2.4,4.2 0.3,0.4 10.1,17.7 a 5.2,5.2 0 0 1 0,5.2 l -10.1,17.6 -0.3,0.5 -2.4,4.1 A 14.4,14.4 0 0 1 34,64.4 H 44.6 A 14.3,14.3 0 0 0 57,57.2 L 67.2,39.6 a 14.6,14.6 0 0 0 0,-14.5 z" /><path fill="#304254" d="m 22.6,7.5 -2.4,4.2 a 5.2,5.2 0 0 1 4.2,-2.2 h 30.8 a 5.2,5.2 0 0 1 4.2,2.2 L 57,7.5 A 14.4,14.4 0 0 0 44.6,0.3 H 35 A 14.3,14.3 0 0 0 22.6,7.5 Z"/><path fill="#449fda" d="M 22.6,57.2 20.3,53.1 20,52.6 9.8,35 a 5.2,5.2 0 0 1 0,-5.1 L 20,12 c 0,-0.2 0.2,-0.3 0.3,-0.5 L 22.6,7.4 A 14.4,14.4 0 0 1 35.1,0.3 H 24.4 A 14.3,14.3 0 0 0 12.1,7.5 L 1.9,25.2 a 14.5,14.5 0 0 0 0,14.4 l 10.2,17.6 a 14.4,14.4 0 0 0 12.3,7.3 H 35.1 A 14.3,14.3 0 0 1 22.6,57.2 Z" /><path fill="#304254" d="m 46.5,57.2 2.4,-4.1 a 5.2,5.2 0 0 1 -4.2,2.1 H 13.8 A 5.2,5.2 0 0 1 9.6,53.1 l 2.4,4.1 a 14.4,14.4 0 0 0 12.4,7.2 h 9.7 a 14.3,14.3 0 0 0 12.4,-7.2 z" /></g>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lctafrica/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"vite-plugin-css-injected-by-js": "^4.0.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"react": "18.2.0",
|
|
38
|
-
"react-dom": "18.2.0"
|
|
37
|
+
"react": "^18.2.0",
|
|
38
|
+
"react-dom": "^18.2.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint/js": "^9.39.4",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@testing-library/jest-dom": "^6.9.1",
|
|
46
46
|
"@testing-library/react": "^16.3.2",
|
|
47
47
|
"@types/node": "^24.12.0",
|
|
48
|
-
"@types/react": "^18.
|
|
49
|
-
"@types/react-dom": "^18.
|
|
48
|
+
"@types/react": "^18.2.0",
|
|
49
|
+
"@types/react-dom": "^18.2.0",
|
|
50
50
|
"@vitejs/plugin-react": "^5.0.0",
|
|
51
51
|
"eslint": "^9.39.4",
|
|
52
52
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"jsdom": "^29.0.0",
|
|
58
58
|
"lint-staged": "^16.4.0",
|
|
59
59
|
"prettier": "^3.8.1",
|
|
60
|
-
"react": "^
|
|
61
|
-
"react-dom": "^
|
|
60
|
+
"react": "^18.2.0",
|
|
61
|
+
"react-dom": "^18.2.0",
|
|
62
62
|
"storybook": "^10.3.3",
|
|
63
63
|
"typescript": "~5.9.3",
|
|
64
64
|
"typescript-eslint": "^8.56.1",
|