@paroicms/playground_demo1 0.54.0 → 0.54.1
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 +3 -3
- package/CHANGELOG.md +13 -0
- package/package.json +9 -9
- package/theme/assets/css/index.css +1 -1
- package/theme/assets/scss/_Text.scss +0 -59
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @paroicms/playground_demo1@0.54.
|
|
2
|
+
> @paroicms/playground_demo1@0.54.1 build
|
|
3
3
|
> npm run scss
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @paroicms/playground_demo1@0.54.
|
|
6
|
+
> @paroicms/playground_demo1@0.54.1 scss
|
|
7
7
|
> npm run _scss -- --no-source-map --style=compressed
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @paroicms/playground_demo1@0.54.
|
|
10
|
+
> @paroicms/playground_demo1@0.54.1 _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/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.54.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 45583fb: Upgrade dependencies; upgrade to express 5
|
|
8
|
+
- Updated dependencies [45583fb]
|
|
9
|
+
- @paroicms/content-loading-plugin@0.18.1
|
|
10
|
+
- @paroicms/internal-link-plugin@0.14.1
|
|
11
|
+
- @paroicms/contact-form-plugin@0.24.1
|
|
12
|
+
- @paroicms/quill-editor-plugin@1.33.1
|
|
13
|
+
- @paroicms/public-menu-plugin@0.12.1
|
|
14
|
+
- @paroicms/video-plugin@0.29.2
|
|
15
|
+
|
|
3
16
|
## 0.54.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo1",
|
|
3
|
-
"version": "0.54.
|
|
3
|
+
"version": "0.54.1",
|
|
4
4
|
"description": "Boilerplate website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,18 +24,18 @@
|
|
|
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/contact-form-plugin": "0.24.
|
|
28
|
-
"@paroicms/content-loading-plugin": "0.18.
|
|
29
|
-
"@paroicms/internal-link-plugin": "0.14.
|
|
30
|
-
"@paroicms/public-menu-plugin": "0.12.
|
|
31
|
-
"@paroicms/quill-editor-plugin": "1.33.
|
|
32
|
-
"@paroicms/video-plugin": "0.29.
|
|
27
|
+
"@paroicms/contact-form-plugin": "0.24.1",
|
|
28
|
+
"@paroicms/content-loading-plugin": "0.18.1",
|
|
29
|
+
"@paroicms/internal-link-plugin": "0.14.1",
|
|
30
|
+
"@paroicms/public-menu-plugin": "0.12.1",
|
|
31
|
+
"@paroicms/quill-editor-plugin": "1.33.1",
|
|
32
|
+
"@paroicms/video-plugin": "0.29.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"concurrently": "~9.1.2",
|
|
36
|
-
"nodemon": "~3.1.
|
|
36
|
+
"nodemon": "~3.1.10",
|
|
37
37
|
"pino-pretty": "~13.0.0",
|
|
38
38
|
"rimraf": "~6.0.1",
|
|
39
|
-
"sass": "~1.
|
|
39
|
+
"sass": "~1.89.2"
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
: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{hyphens:auto;overflow-wrap:break-word}
|
|
1
|
+
: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{hyphens:auto;overflow-wrap:break-word}.Text.justified p,.Text.justified li{text-align:justify}.Text.selfContained::after{clear:both;content:"";display:block}.Text a{text-decoration:underline}.Text a:hover{text-decoration:none}.Text h1,.Text h2{clear:both;font-size:1.75rem;font-weight:bold;margin:2rem 0}.Text h3{font-size:1.125rem;font-weight:bold;margin:1.5rem 0}.Text h4,.Text h5{font-size:1rem;font-weight:bold}.Text blockquote,.Text h4,.Text h5,.Text ol,.Text p,.Text table,.Text ul{margin-bottom:10px}.Text blockquote{margin-left:50px;margin-right:20px}.Text ul,.Text ol{margin-left:20px}.Text li{margin-bottom:5px}.Text ul{list-style:disc}.Text ol{list-style:decimal}.Text ul ul,.Text ol ul{list-style:circle}.Text ul ol,.Text ol ol{list-style:lower-alpha}.Text img,.Text svg{height:auto;max-width:100%}*{box-sizing:border-box}body{line-height:1.5;padding:0;margin:0}@media(min-width: 640px){body{min-height:100vh;padding-bottom:50px;position:relative}.PageFooterArea{bottom:0;left:0;position:absolute;width:100%}}.PageFooterArea{height:50px}.PageHeader{padding-bottom:15px;padding-top:15px}.PageFooter{align-items:center;display:flex;height:100%;justify-content:space-between}._revertedColors{background-color:#666;color:#fff}.Mini{font-size:.6em;font-style:italic}.Annotation{color:#888;font-size:.875rem}._revertedColors .Annotation{color:#b0b0b0}.Btn,.PaButton{all:unset;background-color:#ccc;border:1px solid #aaa;box-sizing:border-box;color:#444;cursor:pointer;display:inline-block;padding:5px;text-align:center;user-select:none}.Btn:focus,.Btn:hover,.PaButton:focus,.PaButton:hover{background-color:#ddd;border-color:#bbb;outline:2px solid #f3e0bc}.Btn.active,.PaButton.active{font-weight:bold}.Btn.disabled,.PaButton.disabled{background-color:rgba(170,170,170,.4666666667);border-color:rgba(0,0,0,0);color:#ccc;outline:none;cursor:default}.Btn::before,.PaButton::before{content:" "}.Btn::after,.PaButton::after{content:" "}.Bg{background-color:#f0f0f0}.Bg2{background-color:#ccc}.Color2{color:#777}.Mt{margin-top:30px}.Mb{margin-bottom:30px}.BigMt{margin-top:60px}.BigMb{margin-bottom:60px}.Pt{padding-top:20px}.Pb{padding-bottom:20px}.Hr{color:#ccc;max-width:500px;margin-left:0}.Flex{display:flex}.Flex.column{flex-direction:column}.Flex.center{align-items:center;justify-content:center}.Flex.spaceBetween{justify-content:space-between}.Flex.gap{gap:15px}.Breadcrumb{font-size:.875rem;padding-bottom:5px;padding-top:5px}.Menu{display:flex;gap:2px;padding:0;margin:0}.Menu>li{display:flex;flex-direction:column;gap:2px}.DocHeader{display:flex;gap:15px;padding:15px 25px 25px;justify-content:space-between}.DocHeader-h1{margin-top:0}.DocHeader-right{align-self:center}.DocHeader-middle{padding-top:50px}.Tag{background-color:#666;border-radius:10px;color:#fff;font-size:.875rem;font-weight:bold;padding:3px 7px;white-space:nowrap}.Block{display:block}.InlineBlock{display:inline-block}.Bold{font-weight:bold}.Tile{background-color:#f0f0f0;display:flex;font-size:.875rem;gap:15px;height:150px;padding:15px 25px}.Tile-text{flex-basis:0;flex-grow:2}.Tile-right{align-self:center;display:flex;justify-content:right;flex-basis:0;flex-grow:1;width:30%;height:100%}.Img{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain}.TextPage{padding:40px}.ConstraintSize{max-width:100%;height:auto}.PaZoomable:hover,.PaZoomable:focus{outline:2px solid #f3e0bc}.InfiniteLoading-actionArea{grid-column:4;grid-column-end:span 6;text-align:center}.ContactForm-error{background-color:#fcc}.ContactForm-ended{background-color:#eee}.ContactForm-button{border:2px solid #bbb;padding:20px}.ContactForm-button:not(:disabled):not(.inProgress):focus,.ContactForm-button:not(:disabled):not(.inProgress):hover{background-color:blue;color:#fff}.ContactForm-button.inProgress::before{border:6px solid #88f;border-color:#88f rgba(0,0,0,0) #88f rgba(0,0,0,0)}.SideImage{display:flex;flex-direction:row;margin:0 auto;max-width:750px}.SideImage-side{background-color:#f0f0f0;padding:50px;width:50%}.SideImage-img{margin:0 auto;max-height:250px}.SideImage-text{padding:50px;width:50%}.SideImage.right{flex-direction:row-reverse}
|
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
hyphens: auto;
|
|
5
5
|
overflow-wrap: break-word;
|
|
6
6
|
|
|
7
|
-
@include constants.for-phone {
|
|
8
|
-
hyphens: auto;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
7
|
&.justified {
|
|
12
8
|
|
|
13
9
|
p,
|
|
@@ -97,59 +93,4 @@
|
|
|
97
93
|
height: auto;
|
|
98
94
|
max-width: 100%;
|
|
99
95
|
}
|
|
100
|
-
|
|
101
|
-
.Fig {
|
|
102
|
-
display: table;
|
|
103
|
-
margin: 0;
|
|
104
|
-
|
|
105
|
-
&.left {
|
|
106
|
-
float: left;
|
|
107
|
-
margin: 5px 20px 10px 0;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
&.right {
|
|
111
|
-
float: right;
|
|
112
|
-
margin: 5px 0 10px 20px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
&.center {
|
|
116
|
-
clear: both;
|
|
117
|
-
margin: 20px auto;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
&-media {
|
|
121
|
-
display: block;
|
|
122
|
-
height: auto;
|
|
123
|
-
max-width: 100%;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
&-caption {
|
|
127
|
-
caption-side: bottom;
|
|
128
|
-
display: table-caption;
|
|
129
|
-
font-size: 0.875em;
|
|
130
|
-
margin-top: 8px;
|
|
131
|
-
opacity: .6;
|
|
132
|
-
text-align: center;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.ql-align-center {
|
|
137
|
-
text-align: center !important;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.ql-align-right {
|
|
141
|
-
text-align: right !important;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.ql-size-small {
|
|
145
|
-
font-size: constants.$f9;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.ql-size-large {
|
|
149
|
-
font-size: constants.$f18;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.ql-size-huge {
|
|
153
|
-
font-size: constants.$f32;
|
|
154
|
-
}
|
|
155
96
|
}
|