@patimweb/crtstyleguide 1.0.16 → 1.0.18
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/lib/index.js +18 -2
- package/package.json +4 -3
package/dist/lib/index.js
CHANGED
|
@@ -555,8 +555,24 @@ const ar = {
|
|
|
555
555
|
upload: '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M21 9V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v4"/><path d="M7 14l5-5 5 5"/><path d="M12 9v12"/></svg>',
|
|
556
556
|
folder: '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M3 7a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/></svg>',
|
|
557
557
|
file: '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6"/></svg>',
|
|
558
|
-
trash:
|
|
559
|
-
|
|
558
|
+
trash: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
|
|
559
|
+
<!-- lid -->
|
|
560
|
+
<path d="M9 3h6l1 3H8l1-3z"/>
|
|
561
|
+
<!-- top edge -->
|
|
562
|
+
<polyline points="3 6 5 6 21 6"/>
|
|
563
|
+
<!-- body -->
|
|
564
|
+
<path d="M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"/>
|
|
565
|
+
<!-- inner lines -->
|
|
566
|
+
<path d="M10 11v6M14 11v6"/></svg>`,
|
|
567
|
+
delete: `<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
|
|
568
|
+
<!-- lid -->
|
|
569
|
+
<path d="M9 3h6l1 3H8l1-3z"/>
|
|
570
|
+
<!-- top edge -->
|
|
571
|
+
<polyline points="3 6 5 6 21 6"/>
|
|
572
|
+
<!-- body -->
|
|
573
|
+
<path d="M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"/>
|
|
574
|
+
<!-- inner lines -->
|
|
575
|
+
<path d="M10 11v6M14 11v6"/></svg>`,
|
|
560
576
|
edit: '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M12 20h9"/><path d="M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"/></svg>',
|
|
561
577
|
pencil: '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M12 20h9"/><path d="M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"/></svg>',
|
|
562
578
|
eye: '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z"/><circle cx="12" cy="12" r="3"/></svg>',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patimweb/crtstyleguide",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "CRT Style Guide - Retro Lit component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/lib/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"lint": "eslint src --ext .ts,.tsx",
|
|
26
26
|
"type-check": "tsc --noEmit"
|
|
27
27
|
},
|
|
28
|
-
"
|
|
28
|
+
"peerDependencies": {
|
|
29
29
|
"lit": "^3.1.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
34
34
|
"@typescript-eslint/parser": "^6.0.0",
|
|
35
35
|
"eslint": "^8.0.0",
|
|
36
|
-
"
|
|
36
|
+
"lit": "^3.1.0",
|
|
37
|
+
"semantic-release": "^25.0.2",
|
|
37
38
|
"typescript": "^5.3.0",
|
|
38
39
|
"vite": "^7.3.1"
|
|
39
40
|
},
|