proto-float-wc 0.1.0 → 0.1.84
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/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/cjs/index-B_zXFQfG.js +1383 -0
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/proto-float-wc.cjs.js +15 -13
- package/dist/cjs/proto-floater-demo.cjs.entry.js +1586 -0
- package/dist/collection/collection-manifest.json +3 -4
- package/dist/collection/components/proto-floater-demo/proto-floater-demo.css +27 -24
- package/dist/collection/components/proto-floater-demo/proto-floater-demo.js +134 -11
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +1 -1
- package/dist/components/proto-floater-demo.js +1 -53
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/esm/index-DN_GSREz.js +1377 -0
- package/dist/esm/loader.js +6 -4
- package/dist/esm/proto-float-wc.js +15 -12
- package/dist/esm/proto-floater-demo.entry.js +1584 -0
- package/dist/proto-float-wc/p-44c23264.entry.js +1 -0
- package/dist/proto-float-wc/p-DN_GSREz.js +2 -0
- package/dist/proto-float-wc/p-DQuL1Twl.js +1 -0
- package/dist/proto-float-wc/proto-float-wc.esm.js +1 -1
- package/dist/types/components/proto-floater-demo/proto-floater-demo.d.ts +20 -2
- package/dist/types/components.d.ts +21 -20
- package/dist/types/stencil-public-runtime.d.ts +199 -18
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.d.ts +3 -0
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/package.json +24 -19
- package/dist/cjs/index-95c398a6.js +0 -1762
- package/dist/cjs/proto-floater-demo_2.cjs.entry.js +0 -146
- package/dist/collection/components/proto-floater-demo/proto-360.js +0 -10
- package/dist/collection/components/proto-player/proto-player.css +0 -60
- package/dist/collection/components/proto-player/proto-player.js +0 -166
- package/dist/collection/utils/index.js +0 -1
- package/dist/collection/utils/types.js +0 -1
- package/dist/components/proto-player.d.ts +0 -11
- package/dist/components/proto-player.js +0 -138
- package/dist/esm/index-6a814d4f.js +0 -1736
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm/proto-floater-demo_2.entry.js +0 -141
- package/dist/proto-float-wc/p-5ef8cd91.js +0 -2
- package/dist/proto-float-wc/p-e4a96884.entry.js +0 -1
- package/dist/types/components/proto-floater-demo/proto-360.d.ts +0 -5
- package/dist/types/components/proto-player/proto-player.d.ts +0 -24
- package/dist/types/utils/index.d.ts +0 -1
- package/dist/types/utils/types.d.ts +0 -8
- package/loader/package.json +0 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proto-float-wc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.84",
|
|
4
4
|
"description": "Stencil Component Starter",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -14,28 +14,33 @@
|
|
|
14
14
|
"dist/",
|
|
15
15
|
"loader/"
|
|
16
16
|
],
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@floating-ui/dom": "1.7.5",
|
|
19
|
+
"@stencil/core": "4.42.0",
|
|
20
|
+
"nanoid": "5.1.6"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"bumpp": "10.4.0",
|
|
24
|
+
"concurrently": "9.2.1",
|
|
25
|
+
"cspell": "9.6.3",
|
|
26
|
+
"eslint": "9.39.2",
|
|
27
|
+
"http-server": "14.1.1",
|
|
28
|
+
"only-allow": "1.2.2",
|
|
29
|
+
"prettier": "3.8.1",
|
|
30
|
+
"yoctocolors": "2.1.2"
|
|
31
|
+
},
|
|
32
|
+
"license": "MIT",
|
|
17
33
|
"scripts": {
|
|
34
|
+
"bump": "bumpp patch --commit --tag --push --yes",
|
|
35
|
+
"release": "pnpm bump && pnpm build && pnpm publish",
|
|
36
|
+
"preinstall": "npx only-allow pnpm",
|
|
18
37
|
"build": "stencil build --docs",
|
|
19
38
|
"start": "stencil build --dev --watch --serve",
|
|
20
39
|
"generate": "stencil generate",
|
|
21
40
|
"iframe": "npx http-server -p 3000 public",
|
|
22
|
-
"demo": "concurrently \"
|
|
41
|
+
"demo": "concurrently \"pnpm:iframe\" \"pnpm:start\"",
|
|
23
42
|
"spell": "cspell 'src/**/*.{ts,tsx,html,css,md}' ",
|
|
24
43
|
"cc": "prettier --check src public",
|
|
25
|
-
"format": "prettier --write src public"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@floating-ui/dom": "1.6.13",
|
|
30
|
-
"@stencil/core": "4.26.0",
|
|
31
|
-
"nanoid": "5.0.9"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"concurrently": "9.1.2",
|
|
35
|
-
"cspell": "8.17.3",
|
|
36
|
-
"eslint": "9.20.1",
|
|
37
|
-
"http-server": "14.1.1",
|
|
38
|
-
"prettier": "3.5.1"
|
|
39
|
-
},
|
|
40
|
-
"license": "MIT"
|
|
41
|
-
}
|
|
44
|
+
"format": "prettier --write src public"
|
|
45
|
+
}
|
|
46
|
+
}
|