@turnipxenon/pineapple 5.3.11 → 5.3.13
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/styles/app.css
CHANGED
|
@@ -27,14 +27,14 @@ html {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
a.dialog-choice {
|
|
30
|
-
cursor: url("$
|
|
30
|
+
cursor: url("$icons/cursor-chat.svg"), auto;
|
|
31
31
|
|
|
32
32
|
&:before {
|
|
33
33
|
content: "";
|
|
34
34
|
display: inline-block;
|
|
35
35
|
width: 1.1em;
|
|
36
36
|
height: 1.1em;
|
|
37
|
-
mask: url("$
|
|
37
|
+
mask: url("$icons/icon-chat.svg") no-repeat center;
|
|
38
38
|
mask-size: contain;
|
|
39
39
|
background-color: currentColor;
|
|
40
40
|
vertical-align: middle;
|
|
@@ -49,12 +49,12 @@ a.external-link {
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.external-link:after,
|
|
52
|
-
a[rel*="external"]:after {
|
|
52
|
+
a[rel*="external"]:not(.a-as-btn):after {
|
|
53
53
|
content: "";
|
|
54
54
|
display: inline-block;
|
|
55
55
|
width: 0.8em;
|
|
56
56
|
height: 0.8em;
|
|
57
|
-
mask: url("$
|
|
57
|
+
mask: url("$icons/icon-open-in-new.svg") no-repeat center;
|
|
58
58
|
mask-size: contain;
|
|
59
59
|
background-color: currentColor;
|
|
60
60
|
vertical-align: middle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/ui/templates/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/ui/templates/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAErE,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,eAAO,MAAM,YAAY,QAAgB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
// using $pkg or $lib will break pnpm build downstream
|
|
2
|
+
import _TutorialYarn from "../../yarn/Tutorial.yarn?raw";
|
|
2
3
|
export { default as PinyaBase } from "./pinya-base/PinyaBase.svelte";
|
|
3
4
|
export * from "./PinyaPageLayout";
|
|
4
5
|
export * from "./SeaweedLayout";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turnipxenon/pineapple",
|
|
3
3
|
"description": "personal package for base styling for other personal projects",
|
|
4
|
-
"version": "5.3.
|
|
4
|
+
"version": "5.3.13",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@commitlint/cli": "^19.8.1",
|
|
7
7
|
"@commitlint/config-conventional": "^19.8.1",
|
package/src/lib/styles/app.css
CHANGED
|
@@ -27,14 +27,14 @@ html {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
a.dialog-choice {
|
|
30
|
-
cursor: url("$
|
|
30
|
+
cursor: url("$icons/cursor-chat.svg"), auto;
|
|
31
31
|
|
|
32
32
|
&:before {
|
|
33
33
|
content: "";
|
|
34
34
|
display: inline-block;
|
|
35
35
|
width: 1.1em;
|
|
36
36
|
height: 1.1em;
|
|
37
|
-
mask: url("$
|
|
37
|
+
mask: url("$icons/icon-chat.svg") no-repeat center;
|
|
38
38
|
mask-size: contain;
|
|
39
39
|
background-color: currentColor;
|
|
40
40
|
vertical-align: middle;
|
|
@@ -49,12 +49,12 @@ a.external-link {
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.external-link:after,
|
|
52
|
-
a[rel*="external"]:after {
|
|
52
|
+
a[rel*="external"]:not(.a-as-btn):after {
|
|
53
53
|
content: "";
|
|
54
54
|
display: inline-block;
|
|
55
55
|
width: 0.8em;
|
|
56
56
|
height: 0.8em;
|
|
57
|
-
mask: url("$
|
|
57
|
+
mask: url("$icons/icon-open-in-new.svg") no-repeat center;
|
|
58
58
|
mask-size: contain;
|
|
59
59
|
background-color: currentColor;
|
|
60
60
|
vertical-align: middle;
|