@publier/primitives 0.4.6 → 0.4.8
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@publier/primitives",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "MDX-facing interactive primitives for Publier (Accordion, Tooltip, Tabs, CopyButton, ImageZoom, ColorSwatch, ViewAnimation). Zero-Qwik Astro components built on daisyUI + HTML natives + lazy-upgraded web components.",
|
|
6
6
|
"_filesRationale": "source-shipped Astro/Qwik: globs + negation; consumer's Astro+Vite compiles JSX/.astro AST",
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@github/clipboard-copy-element": "^1.3.0",
|
|
26
26
|
"@github/tab-container-element": "^4.8.2",
|
|
27
|
-
"@publier/native": "
|
|
27
|
+
"@publier/native": "2.0.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"astro": "^6.0.0 || >=7.0.0-alpha.0",
|
|
31
31
|
"tailwindcss": ">=4.0.0-beta.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@playwright/test": "^1.
|
|
34
|
+
"@playwright/test": "^1.62.1",
|
|
35
35
|
"medium-zoom": "^1.1.0",
|
|
36
36
|
"@types/node": "^22",
|
|
37
|
-
"astro": "7.
|
|
37
|
+
"astro": "7.2.6",
|
|
38
38
|
"tailwindcss": "^4",
|
|
39
39
|
"tsx": "^4.21.0",
|
|
40
|
-
"typescript": "^
|
|
40
|
+
"typescript": "^7.0.2"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|