@paroicms/generator-site 0.1.2 → 0.2.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/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @paroicms/generator-site@0.1.
|
|
2
|
+
> @paroicms/generator-site@0.1.2 build
|
|
3
3
|
> npm run scss
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @paroicms/generator-site@0.1.
|
|
6
|
+
> @paroicms/generator-site@0.1.2 scss
|
|
7
7
|
> npm run _scss -- --no-source-map --style=compressed
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @paroicms/generator-site@0.1.
|
|
10
|
+
> @paroicms/generator-site@0.1.2 _scss
|
|
11
11
|
> sass theme/assets/scss/index.scss theme/assets/css/index.css --no-source-map --style=compressed
|
|
12
12
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @paroicms/generator-site
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8170840: Improve plugins for public sites
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8170840]
|
|
12
|
+
- Updated dependencies [8170840]
|
|
13
|
+
- @paroicms/site-generator-plugin@0.2.0
|
|
14
|
+
- @paroicms/quill-editor-plugin@1.29.0
|
|
15
|
+
|
|
3
16
|
## 0.1.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/generator-site",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "ParoiCMS generator website",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@paroicms/site-generator-plugin": "0.
|
|
28
|
-
"@paroicms/quill-editor-plugin": "1.
|
|
27
|
+
"@paroicms/site-generator-plugin": "0.2.0",
|
|
28
|
+
"@paroicms/quill-editor-plugin": "1.29.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"concurrently": "~9.1.2",
|
|
32
32
|
"nodemon": "~3.1.9",
|
|
33
33
|
"pino-pretty": "~13.0.0",
|
|
34
34
|
"rimraf": "~6.0.1",
|
|
35
|
-
"sass": "~1.
|
|
35
|
+
"sass": "~1.85.1"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
*,*::before,*::after{box-sizing:border-box}:root{--
|
|
1
|
+
*,*::before,*::after{box-sizing:border-box}:root{--paInteractiveColor: #99f}.Container{margin-left:auto;margin-right:auto;max-width:1200px}.Container.text{max-width:700px}@media not all and (min-width: 640px){.Container{width:90%}}@media(min-width: 640px){.Container.pad{max-width:1240px;padding-left:20px;padding-right:20px}.Container.pad.text{max-width:740px}}@media(min-width: 640px){.Grid6,.Grid9,.Grid12{column-gap:25px;display:grid;row-gap:25px}.Grid6{grid-template-columns:repeat(6, 1fr)}.Grid9{grid-template-columns:repeat(9, 1fr)}.Grid12{grid-template-columns:repeat(12, 1fr)}.Span2{grid-column-end:span 2}.Span3{grid-column-end:span 3}.Span4{grid-column-end:span 4}.Span6{grid-column-end:span 6}.Span12{grid-column-end:span 12}.Column3{grid-column-start:3}.Column4{grid-column-start:4}.Column7{grid-column-start:7}@media not all and (min-width: 992px){.Span4Tablet{grid-column-end:span 4}}}.Text,.InlineText{hyphens:auto;overflow-wrap:break-word}@media not all and (min-width: 640px){.Text,.InlineText{hyphens:auto}}.Text.justified p,.Text.justified li,.InlineText.justified p,.InlineText.justified li{text-align:justify}.Text p,.Text li,.InlineText p,.InlineText li{line-height:1.55}.Text.justify p,.Text.justify li,.InlineText.justify p,.InlineText.justify li{text-align:justify}.Text p,.Text ul,.Text ol,.InlineText p,.InlineText ul,.InlineText ol{margin-bottom:.65em}.Text.book p,.Text.book ul,.Text.book ol,.InlineText.book p,.InlineText.book ul,.InlineText.book ol{margin-bottom:0}.Text ul,.Text ol,.InlineText ul,.InlineText ol{margin-left:3em}.Text ul,.InlineText ul{list-style:disc}.Text ol,.InlineText ol{list-style:decimal}.Text em,.Text i,.InlineText em,.InlineText i{font-style:italic}.Text strong,.Text b,.InlineText strong,.InlineText b{font-weight:bold}.Text s,.InlineText s{text-decoration:line-through}.Text strong,.InlineText strong{color:#111}.Text .ql-align-center,.InlineText .ql-align-center{text-align:center !important}.Text .ql-align-right,.InlineText .ql-align-right{text-align:right !important}.Text .ql-size-small,.InlineText .ql-size-small{font-size:.8125rem;line-height:normal}.Text .ql-size-large,.InlineText .ql-size-large{font-size:1.125rem}.Text .ql-size-huge,.InlineText .ql-size-huge{font-size:2rem}.Text h2:has(.ql-size-huge),.InlineText h2:has(.ql-size-huge){margin-bottom:8px}.Text .hljs,.InlineText .hljs{background-color:#f5f5f5;border-left:5px solid #ddd;font-family:monospace;font-size:.875rem;line-height:1.35;margin:20px 0;overflow-x:auto;padding:10px}@media(min-width: 640px){.Text .hljs,.InlineText .hljs{border-left:15px solid #ddd;margin:20px 10px;padding:10px 20px 10px 15px}}.Text code,.InlineText code{background-color:#f5f5f5;border:1px dotted #ccc;color:#785454;font-family:sans-serif;font-size:.9375rem;padding:1px 3px}.Text::after{clear:both;content:"";display:block}.Text p{text-indent:40px}.Text.bigFirstLetter p:first-of-type::first-letter{color:#555;font-size:1.65em;line-height:1}.Text pre{background-color:#f5f5f5;color:#555;overflow:auto;padding:4px}.Text .Img{height:auto}.Text .Img.left{float:left;margin:5px 20px 10px 0}.Text .Img.right{float:right;margin:5px 0 10px 20px}.Text .Img.left,.Text .Img.right{max-width:50%}.Text .Img.center{display:block;margin:20px auto}.Text h1,.Text h2,.Text h3,.Text h4,.Text h5{line-height:1.25;text-align:left}.Text h1,.Text h2{clear:both;font-size:1.75rem;font-weight:bold;margin:1.2rem 0}.Text h3{font-size:1.125rem;font-weight:bold;margin:.8rem 0}.Text h4,.Text h5{font-size:1rem;font-weight:bold}.Text blockquote{border-left:5px solid #e5e5e5;color:#666;font-style:italic;margin:1.5em 20px 1.5em 30px;padding:.2em 10px;quotes:"«" "»" "‘" "’"}.Text blockquote::after,.Text blockquote::before{color:#ccc;font-size:1.65em;font-weight:bold;line-height:.1em;vertical-align:-0.1em}.Text blockquote::before{content:open-quote;margin-right:.25em}.Text blockquote::after{content:close-quote;margin-left:.25em}.InlineText a,.InlineText a:visited,.Text a,.Text a:visited,a.TextLink,a.TextLink:visited{color:var(--linkColor)}.InlineText a:focus,.InlineText a:hover,.Text a:focus,.Text a:hover,a.TextLink:focus,a.TextLink:hover{text-decoration:underline}a[target=_blank]::after{content:"";background-image:url("../images/external-link.svg");background-size:contain;background-repeat:no-repeat;display:inline-block;height:10px;margin-left:2px;vertical-align:text-bottom;width:10px}a[target=_blank]:hover::after,a[target=_blank]:focus::after{transform:scale(1.2)}body{line-height:1.5;padding:0;margin:0}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--
|
|
3
|
-
--desktopMinWidth: 992px;
|
|
4
|
-
--siteAppMobileMenuMaxWidth: 992px;
|
|
5
|
-
--siteAppBtnBgColor: #999;
|
|
6
|
-
--siteAppSearchIconColor: #999;
|
|
7
|
-
--siteAppBtnFgColor: #999;
|
|
8
|
-
--transitionDuration: 0.2s;
|
|
2
|
+
--paInteractiveColor: #99f;
|
|
9
3
|
}
|
|
10
4
|
|
|
11
5
|
@mixin for-phone {
|