@electrovir/color 1.7.9 → 1.7.10
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-MIT +1 -1
- package/dist/elements/vir-color-picker.element.js +5 -2
- package/package.json +32 -32
package/LICENSE-MIT
CHANGED
|
@@ -243,7 +243,7 @@ export const VirColorPicker = defineElement()({
|
|
|
243
243
|
})}>
|
|
244
244
|
<button
|
|
245
245
|
class="trigger"
|
|
246
|
-
slot=${ViraPopUpTrigger.slotNames
|
|
246
|
+
slot=${ViraPopUpTrigger.slotNames['vira-pop-up-trigger-trigger']}
|
|
247
247
|
${listen('mousedown', () => {
|
|
248
248
|
const storedFormat = colorLocalStorageClient.get.lastFormat();
|
|
249
249
|
if (storedFormat) {
|
|
@@ -255,7 +255,10 @@ export const VirColorPicker = defineElement()({
|
|
|
255
255
|
>
|
|
256
256
|
${swatchTemplate}
|
|
257
257
|
</button>
|
|
258
|
-
<div
|
|
258
|
+
<div
|
|
259
|
+
class="pop-up"
|
|
260
|
+
slot=${ViraPopUpTrigger.slotNames['vira-pop-up-trigger-pop-up']}
|
|
261
|
+
>
|
|
259
262
|
${pickerTemplate}
|
|
260
263
|
</div>
|
|
261
264
|
</${ViraPopUpTrigger}>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@electrovir/color",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.10",
|
|
4
4
|
"description": "A wrapper for culori with an extremely simple API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "git+https://github.com/electrovir/color.git"
|
|
23
23
|
},
|
|
24
|
-
"license": "(MIT
|
|
24
|
+
"license": "(MIT OR CC0-1.0)",
|
|
25
25
|
"author": {
|
|
26
26
|
"name": "electrovir",
|
|
27
27
|
"url": "https://github.com/electrovir"
|
|
@@ -53,64 +53,64 @@
|
|
|
53
53
|
"@electrovir/color": "file:./"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@augment-vir/assert": "^31.
|
|
57
|
-
"@augment-vir/common": "^31.
|
|
58
|
-
"@augment-vir/web": "^31.
|
|
56
|
+
"@augment-vir/assert": "^31.71.3",
|
|
57
|
+
"@augment-vir/common": "^31.71.3",
|
|
58
|
+
"@augment-vir/web": "^31.71.3",
|
|
59
59
|
"@electrovir/local-storage-client": "^0.1.0",
|
|
60
60
|
"apca-w3": "^0.1.9",
|
|
61
61
|
"color-name": "^2.1.0",
|
|
62
62
|
"culori": "^4.0.2",
|
|
63
|
-
"object-shape-tester": "^6.
|
|
64
|
-
"type-fest": "^5.
|
|
63
|
+
"object-shape-tester": "^6.13.0",
|
|
64
|
+
"type-fest": "^5.6.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@augment-vir/test": "^31.
|
|
67
|
+
"@augment-vir/test": "^31.71.3",
|
|
68
68
|
"@eslint/eslintrc": "^3.3.5",
|
|
69
|
-
"@eslint/js": "
|
|
69
|
+
"@eslint/js": "10.0.1",
|
|
70
70
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
71
71
|
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
72
72
|
"@types/color-name": "^2.0.0",
|
|
73
73
|
"@types/culori": "^4.0.1",
|
|
74
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
75
75
|
"@web/dev-server-esbuild": "^1.0.5",
|
|
76
76
|
"@web/test-runner": "^0.20.2",
|
|
77
77
|
"@web/test-runner-commands": "^0.9.0",
|
|
78
78
|
"@web/test-runner-playwright": "^0.11.1",
|
|
79
79
|
"@web/test-runner-visual-regression": "^0.10.0",
|
|
80
|
-
"cspell": "^
|
|
81
|
-
"dependency-cruiser": "^17.3
|
|
82
|
-
"element-book": "^26.17.
|
|
83
|
-
"element-vir": "^26.
|
|
84
|
-
"esbuild": "^0.
|
|
85
|
-
"eslint": "^
|
|
80
|
+
"cspell": "^10.0.0",
|
|
81
|
+
"dependency-cruiser": "^17.4.3",
|
|
82
|
+
"element-book": "^26.17.3",
|
|
83
|
+
"element-vir": "^26.17.0",
|
|
84
|
+
"esbuild": "^0.28.0",
|
|
85
|
+
"eslint": "^10.4.0",
|
|
86
86
|
"eslint-config-prettier": "^10.1.8",
|
|
87
|
-
"eslint-plugin-jsdoc": "^
|
|
87
|
+
"eslint-plugin-jsdoc": "^63.0.0",
|
|
88
88
|
"eslint-plugin-monorepo-cop": "^1.0.2",
|
|
89
|
-
"eslint-plugin-playwright": "^2.
|
|
90
|
-
"eslint-plugin-prettier": "^5.5.
|
|
89
|
+
"eslint-plugin-playwright": "^2.10.4",
|
|
90
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
91
91
|
"eslint-plugin-require-extensions": "^0.1.3",
|
|
92
|
-
"eslint-plugin-sonarjs": "^4.0.
|
|
93
|
-
"eslint-plugin-unicorn": "^
|
|
92
|
+
"eslint-plugin-sonarjs": "^4.0.3",
|
|
93
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
94
94
|
"execute-in-browser": "^1.0.9",
|
|
95
95
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
96
96
|
"lit-css-vars": "^3.6.2",
|
|
97
|
-
"markdown-code-example-inserter": "^3.0.
|
|
98
|
-
"npm-check-updates": "^
|
|
97
|
+
"markdown-code-example-inserter": "^3.0.5",
|
|
98
|
+
"npm-check-updates": "^22.2.1",
|
|
99
99
|
"prettier": "~3.3.3",
|
|
100
100
|
"prettier-plugin-interpolated-html-tags": "^2.0.1",
|
|
101
|
-
"prettier-plugin-jsdoc": "^1.8.
|
|
102
|
-
"prettier-plugin-multiline-arrays": "^4.1.
|
|
101
|
+
"prettier-plugin-jsdoc": "^1.8.1",
|
|
102
|
+
"prettier-plugin-multiline-arrays": "^4.1.8",
|
|
103
103
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
104
104
|
"prettier-plugin-packagejson": "^3.0.2",
|
|
105
105
|
"prettier-plugin-sort-json": "^4.2.0",
|
|
106
106
|
"prettier-plugin-toml": "^2.0.6",
|
|
107
|
-
"runstorm": "^1.0.
|
|
108
|
-
"typedoc": "^0.28.
|
|
109
|
-
"typescript": "^
|
|
110
|
-
"typescript-eslint": "^8.
|
|
111
|
-
"vira": "^31.
|
|
112
|
-
"virmator": "^14.
|
|
113
|
-
"vite": "^
|
|
107
|
+
"runstorm": "^1.0.2",
|
|
108
|
+
"typedoc": "^0.28.19",
|
|
109
|
+
"typescript": "^6.0.3",
|
|
110
|
+
"typescript-eslint": "^8.60.0",
|
|
111
|
+
"vira": "^31.22.2",
|
|
112
|
+
"virmator": "^14.21.1",
|
|
113
|
+
"vite": "^8.0.14"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
116
|
"element-vir": ">=26",
|