@fuzdev/fuz_ui 0.187.1 → 0.188.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/dist/csp_of_fuzdev.d.ts +6 -0
- package/dist/csp_of_fuzdev.d.ts.map +1 -0
- package/dist/csp_of_fuzdev.js +9 -0
- package/package.json +6 -1
- package/src/lib/csp_of_fuzdev.ts +11 -0
- package/dist/csp_of_ryanatkn.d.ts +0 -6
- package/dist/csp_of_ryanatkn.d.ts.map +0 -1
- package/dist/csp_of_ryanatkn.js +0 -14
- package/src/lib/csp_of_ryanatkn.ts +0 -16
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"csp_of_fuzdev.d.ts","sourceRoot":"../src/lib/","sources":["../src/lib/csp_of_fuzdev.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,UAAU,CAAC;AAE5C;;GAEG;AACH,eAAO,MAAM,6BAA6B,EAAE,KAAK,CAAC,aAAa,CAK9D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trusted sources owned by fuz.dev.
|
|
3
|
+
*/
|
|
4
|
+
export const csp_trusted_sources_of_fuzdev = [
|
|
5
|
+
{ source: 'https://*.fuz.dev/', trust: 'low' },
|
|
6
|
+
{ source: 'https://*.zzz.software/', trust: 'low' },
|
|
7
|
+
// if needed
|
|
8
|
+
// {source: 'https://fuzdev.github.io/', trust: 'low'},
|
|
9
|
+
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fuzdev/fuz_ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.188.0",
|
|
4
4
|
"description": "Svelte UI library",
|
|
5
5
|
"motto": "friendly user zystem",
|
|
6
6
|
"glyph": "🧶",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"esm-env": "^1",
|
|
46
46
|
"svelte": "^5",
|
|
47
47
|
"svelte2tsx": "^0.7.45",
|
|
48
|
+
"vite": ">=6",
|
|
48
49
|
"zod": "^4.1.12"
|
|
49
50
|
},
|
|
50
51
|
"peerDependenciesMeta": {
|
|
@@ -69,6 +70,9 @@
|
|
|
69
70
|
"svelte2tsx": {
|
|
70
71
|
"optional": true
|
|
71
72
|
},
|
|
73
|
+
"vite": {
|
|
74
|
+
"optional": true
|
|
75
|
+
},
|
|
72
76
|
"zod": {
|
|
73
77
|
"optional": true
|
|
74
78
|
}
|
|
@@ -101,6 +105,7 @@
|
|
|
101
105
|
"tslib": "^2.8.1",
|
|
102
106
|
"typescript": "^5.9.3",
|
|
103
107
|
"typescript-eslint": "^8.48.1",
|
|
108
|
+
"vite": "^7.3.1",
|
|
104
109
|
"vitest": "^4.0.15",
|
|
105
110
|
"zimmerframe": "^1.1.4",
|
|
106
111
|
"zod": "^4.3.6"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type {CspSourceSpec} from './csp.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Trusted sources owned by fuz.dev.
|
|
5
|
+
*/
|
|
6
|
+
export const csp_trusted_sources_of_fuzdev: Array<CspSourceSpec> = [
|
|
7
|
+
{source: 'https://*.fuz.dev/', trust: 'low'},
|
|
8
|
+
{source: 'https://*.zzz.software/', trust: 'low'},
|
|
9
|
+
// if needed
|
|
10
|
+
// {source: 'https://fuzdev.github.io/', trust: 'low'},
|
|
11
|
+
];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"csp_of_ryanatkn.d.ts","sourceRoot":"../src/lib/","sources":["../src/lib/csp_of_ryanatkn.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,UAAU,CAAC;AAE5C;;GAEG;AACH,eAAO,MAAM,+BAA+B,EAAE,KAAK,CAAC,aAAa,CAUhE,CAAC"}
|
package/dist/csp_of_ryanatkn.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Trusted sources owned by ryanatkn.
|
|
3
|
-
*/
|
|
4
|
-
export const csp_trusted_sources_of_ryanatkn = [
|
|
5
|
-
{ source: 'https://*.ryanatkn.com/', trust: 'low' },
|
|
6
|
-
{ source: 'https://*.spiderspace.org/', trust: 'low' },
|
|
7
|
-
{ source: 'https://*.webdevladder.net/', trust: 'low' },
|
|
8
|
-
{ source: 'https://*.dealt.dev/', trust: 'low' },
|
|
9
|
-
{ source: 'https://*.fuz.dev/', trust: 'low' },
|
|
10
|
-
{ source: 'https://*.ztack.net/', trust: 'low' },
|
|
11
|
-
{ source: 'https://*.zzz.software/', trust: 'low' },
|
|
12
|
-
{ source: 'https://*.cosmicplayground.org/', trust: 'low' },
|
|
13
|
-
{ source: 'https://ryanatkn.github.io/', trust: 'low' },
|
|
14
|
-
];
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type {CspSourceSpec} from './csp.js';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Trusted sources owned by ryanatkn.
|
|
5
|
-
*/
|
|
6
|
-
export const csp_trusted_sources_of_ryanatkn: Array<CspSourceSpec> = [
|
|
7
|
-
{source: 'https://*.ryanatkn.com/', trust: 'low'},
|
|
8
|
-
{source: 'https://*.spiderspace.org/', trust: 'low'},
|
|
9
|
-
{source: 'https://*.webdevladder.net/', trust: 'low'},
|
|
10
|
-
{source: 'https://*.dealt.dev/', trust: 'low'},
|
|
11
|
-
{source: 'https://*.fuz.dev/', trust: 'low'},
|
|
12
|
-
{source: 'https://*.ztack.net/', trust: 'low'},
|
|
13
|
-
{source: 'https://*.zzz.software/', trust: 'low'},
|
|
14
|
-
{source: 'https://*.cosmicplayground.org/', trust: 'low'},
|
|
15
|
-
{source: 'https://ryanatkn.github.io/', trust: 'low'},
|
|
16
|
-
];
|