@halo-dev/shiki-code-element 1.0.10 → 1.0.11
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/index.js +3 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -682,7 +682,7 @@ var ShikiCodeSimpleVariant = class extends ShikiCodeBaseVariant {
|
|
|
682
682
|
</div>
|
|
683
683
|
`;
|
|
684
684
|
}
|
|
685
|
-
static #
|
|
685
|
+
static #e = this.styles = [
|
|
686
686
|
r(tailwind_default),
|
|
687
687
|
r(shiki_default),
|
|
688
688
|
i`
|
|
@@ -764,7 +764,7 @@ var ShikiCodeMacVariant = class extends ShikiCodeBaseVariant {
|
|
|
764
764
|
</div>
|
|
765
765
|
`;
|
|
766
766
|
}
|
|
767
|
-
static #
|
|
767
|
+
static #e = this.styles = [
|
|
768
768
|
r(tailwind_default),
|
|
769
769
|
r(shiki_default),
|
|
770
770
|
i`
|
|
@@ -892,7 +892,7 @@ var ShikiCode = class extends i$1 {
|
|
|
892
892
|
]
|
|
893
893
|
});
|
|
894
894
|
}
|
|
895
|
-
static #
|
|
895
|
+
static #e = this.styles = [r(tailwind_default), i`
|
|
896
896
|
:host {
|
|
897
897
|
display: block;
|
|
898
898
|
margin: 1rem 0 !important;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halo-dev/shiki-code-element",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/halo-sigs/plugin-shiki.git",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"lit": "^3.3.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@iconify/json": "^2.2.
|
|
28
|
-
"@unocss/reset": "^66.5.
|
|
29
|
-
"unocss": "^66.5.
|
|
27
|
+
"@iconify/json": "^2.2.412",
|
|
28
|
+
"@unocss/reset": "^66.5.9",
|
|
29
|
+
"unocss": "^66.5.9",
|
|
30
30
|
"vite-plugin-dts": "^4.5.4"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@shikijs/transformers": "^3
|
|
34
|
-
"shiki": "^3
|
|
33
|
+
"@shikijs/transformers": "^3",
|
|
34
|
+
"shiki": "^3"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "tsc && vite build --config vite.lib.config.ts",
|