@paroicms/playground_demo1 0.68.6 → 0.68.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/.turbo/turbo-build$colon$ci.log +8 -0
- package/CHANGELOG.md +30 -0
- package/package.json +11 -11
- package/theme/assets/bundle.css +1 -1
- package/.turbo/turbo-build.log +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.68.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 70b9763: Upgraded dependencies
|
|
8
|
+
- Updated dependencies [70b9763]
|
|
9
|
+
- @paroicms/content-loading-plugin@0.27.27
|
|
10
|
+
- @paroicms/platform-video-plugin@0.37.23
|
|
11
|
+
- @paroicms/internal-link-plugin@0.23.22
|
|
12
|
+
- @paroicms/tiptap-editor-plugin@1.2.14
|
|
13
|
+
- @paroicms/contact-form-plugin@0.33.24
|
|
14
|
+
- @paroicms/public-menu-plugin@0.19.27
|
|
15
|
+
- @paroicms/script-lib@0.3.24
|
|
16
|
+
- @paroicms/zoom-plugin@0.2.22
|
|
17
|
+
|
|
18
|
+
## 0.68.7
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- b79df02: Remove declaration maps from published packages
|
|
23
|
+
- Updated dependencies [b79df02]
|
|
24
|
+
- @paroicms/script-lib@0.3.23
|
|
25
|
+
- @paroicms/contact-form-plugin@0.33.23
|
|
26
|
+
- @paroicms/content-loading-plugin@0.27.26
|
|
27
|
+
- @paroicms/internal-link-plugin@0.23.21
|
|
28
|
+
- @paroicms/platform-video-plugin@0.37.22
|
|
29
|
+
- @paroicms/public-menu-plugin@0.19.26
|
|
30
|
+
- @paroicms/tiptap-editor-plugin@1.2.13
|
|
31
|
+
- @paroicms/zoom-plugin@0.2.21
|
|
32
|
+
|
|
3
33
|
## 0.68.6
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo1",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.8",
|
|
4
4
|
"description": "Boilerplate website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@paroicms/contact-form-plugin": "0.33.
|
|
27
|
-
"@paroicms/content-loading-plugin": "0.27.
|
|
28
|
-
"@paroicms/internal-link-plugin": "0.23.
|
|
29
|
-
"@paroicms/public-menu-plugin": "0.19.
|
|
30
|
-
"@paroicms/tiptap-editor-plugin": "1.2.
|
|
31
|
-
"@paroicms/script-lib": "0.3.
|
|
32
|
-
"@paroicms/platform-video-plugin": "0.37.
|
|
33
|
-
"@paroicms/zoom-plugin": "0.2.
|
|
26
|
+
"@paroicms/contact-form-plugin": "0.33.24",
|
|
27
|
+
"@paroicms/content-loading-plugin": "0.27.27",
|
|
28
|
+
"@paroicms/internal-link-plugin": "0.23.22",
|
|
29
|
+
"@paroicms/public-menu-plugin": "0.19.27",
|
|
30
|
+
"@paroicms/tiptap-editor-plugin": "1.2.14",
|
|
31
|
+
"@paroicms/script-lib": "0.3.24",
|
|
32
|
+
"@paroicms/platform-video-plugin": "0.37.23",
|
|
33
|
+
"@paroicms/zoom-plugin": "0.2.22"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"concurrently": "~9.2.1",
|
|
37
|
-
"cssnano": "~
|
|
37
|
+
"cssnano": "~8.0.1",
|
|
38
38
|
"nodemon": "~3.1.14",
|
|
39
39
|
"pino-pretty": "~13.1.3",
|
|
40
|
-
"postcss": "~8.5.
|
|
40
|
+
"postcss": "~8.5.14",
|
|
41
41
|
"postcss-cli": "~11.0.1",
|
|
42
42
|
"postcss-import": "~16.1.1",
|
|
43
43
|
"postcss-nested": "~7.0.2",
|
package/theme/assets/bundle.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--font-size-6:0.375rem;--font-size-7:0.4375rem;--font-size-8:0.5rem;--font-size-9:0.5625rem;--font-size-10:0.625rem;--font-size-11:0.6875rem;--font-size-12:0.75rem;--font-size-13:0.8125rem;--font-size-14:0.875rem;--font-size-15:0.9375rem;--font-size-16:1rem;--font-size-17:1.0625rem;--font-size-18:1.125rem;--font-size-19:1.1875rem;--font-size-20:1.25rem;--font-size-21:1.3125rem;--font-size-22:1.375rem;--font-size-23:1.4375rem;--font-size-24:1.5rem;--font-size-25:1.5625rem;--font-size-26:1.625rem;--font-size-27:1.6875rem;--font-size-28:1.75rem;--font-size-29:1.8125rem;--font-size-30:1.875rem;--font-size-31:1.9375rem;--font-size-32:2rem;--font-size-33:2.0625rem;--font-size-34:2.125rem;--font-size-35:2.1875rem;--font-size-36:2.25rem;--font-size-37:2.3125rem;--font-size-38:2.375rem;--font-size-39:2.4375rem;--font-size-40:2.5rem;--font-size-41:2.5625rem;--font-size-42:2.625rem;--font-size-43:2.6875rem;--font-size-44:2.75rem;--font-size-45:2.8125rem;--font-size-46:2.875rem;--font-size-47:2.9375rem;--font-size-48:3rem;--font-size-49:3.0625rem;--font-size-50:3.125rem;--font-size-51:3.1875rem;--font-size-52:3.25rem;--font-size-53:3.3125rem;--font-size-54:3.375rem;--font-size-55:3.4375rem;--font-size-56:3.5rem;--font-size-57:3.5625rem;--font-size-58:3.625rem;--font-size-59:3.6875rem;--font-size-60:3.75rem;--font-size-61:3.8125rem;--font-size-62:3.875rem;--font-size-63:3.9375rem;--font-size-64:4rem;--paInteractiveColor:#99f}.Container{
|
|
1
|
+
:root{--font-size-6:0.375rem;--font-size-7:0.4375rem;--font-size-8:0.5rem;--font-size-9:0.5625rem;--font-size-10:0.625rem;--font-size-11:0.6875rem;--font-size-12:0.75rem;--font-size-13:0.8125rem;--font-size-14:0.875rem;--font-size-15:0.9375rem;--font-size-16:1rem;--font-size-17:1.0625rem;--font-size-18:1.125rem;--font-size-19:1.1875rem;--font-size-20:1.25rem;--font-size-21:1.3125rem;--font-size-22:1.375rem;--font-size-23:1.4375rem;--font-size-24:1.5rem;--font-size-25:1.5625rem;--font-size-26:1.625rem;--font-size-27:1.6875rem;--font-size-28:1.75rem;--font-size-29:1.8125rem;--font-size-30:1.875rem;--font-size-31:1.9375rem;--font-size-32:2rem;--font-size-33:2.0625rem;--font-size-34:2.125rem;--font-size-35:2.1875rem;--font-size-36:2.25rem;--font-size-37:2.3125rem;--font-size-38:2.375rem;--font-size-39:2.4375rem;--font-size-40:2.5rem;--font-size-41:2.5625rem;--font-size-42:2.625rem;--font-size-43:2.6875rem;--font-size-44:2.75rem;--font-size-45:2.8125rem;--font-size-46:2.875rem;--font-size-47:2.9375rem;--font-size-48:3rem;--font-size-49:3.0625rem;--font-size-50:3.125rem;--font-size-51:3.1875rem;--font-size-52:3.25rem;--font-size-53:3.3125rem;--font-size-54:3.375rem;--font-size-55:3.4375rem;--font-size-56:3.5rem;--font-size-57:3.5625rem;--font-size-58:3.625rem;--font-size-59:3.6875rem;--font-size-60:3.75rem;--font-size-61:3.8125rem;--font-size-62:3.875rem;--font-size-63:3.9375rem;--font-size-64:4rem;--paInteractiveColor:#99f}.Container{max-width:1200px;margin-right:auto;margin-left:auto}.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-right:20px;padding-left:20px}.Container.pad.text{max-width:740px}.Grid12,.Grid6,.Grid9{display:grid;row-gap:25px;column-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 (min-width:640px){@media not all and (min-width:992px){.Span4Tablet{grid-column-end:span 4}}}.Text{hyphens:auto;overflow-wrap:break-word}.Text.justified{text-align:justify}.Text.selfContained:after{clear:both;display:block;content:""}.Text a{text-decoration:underline}.Text a:hover{text-decoration:none}.Text h1,.Text h2{clear:both;margin:2rem 0;font-size:var(--font-size-28);font-weight:700}.Text h3{margin:1.5rem 0;font-size:var(--font-size-18);font-weight:700}.Text h4,.Text h5{font-size:var(--font-size-16);font-weight:700}.Text blockquote,.Text h4,.Text h5,.Text ol,.Text p,.Text table,.Text ul{margin-bottom:10px}.Text blockquote{margin-right:20px;margin-left:50px}.Text ol,.Text ul{margin-left:20px}.Text li{margin-bottom:5px}.Text ul{list-style:disc}.Text ol{list-style:decimal}.Text ol ul,.Text ul ul{list-style:circle}.Text ol ol,.Text ul ol{list-style:lower-alpha}.Text img,.Text svg{max-width:100%;height:auto}*{box-sizing:border-box}body{padding:0;margin:0;line-height:1.5}@media (min-width:640px){body{position:relative;min-height:100dvh;padding-bottom:50px}.PageFooterArea{position:absolute;bottom:0;left:0;width:100%}}.PageFooterArea{height:50px}.PageHeader{padding-top:15px;padding-bottom:15px}.PageFooter{display:flex;align-items:center;justify-content:space-between;height:100%}._revertedColors{color:#fff;background-color:#666}.Mini{font-size:.6em;font-style:italic}.Annotation{font-size:var(--font-size-14);color:#888}._revertedColors .Annotation{color:#b0b0b0}.Btn,.PaButton{all:unset;box-sizing:border-box;display:inline-block;padding:5px;color:#444;text-align:center;cursor:pointer;user-select:none;background-color:#ccc;border:1px solid #aaa}.Btn:focus,.Btn:hover,.PaButton:focus,.PaButton:hover{outline:2px solid #f3e0bc;background-color:#ddd;border-color:#bbb}.Btn.active,.PaButton.active{font-weight:700}.Btn.disabled,.PaButton.disabled{color:#ccc;cursor:default;outline:none;background-color:#aaa7;border-color:transparent}.Btn:after,.Btn:before,.PaButton:after,.PaButton:before{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{max-width:500px;margin-left:0;color:#ccc}.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{padding-top:5px;padding-bottom:5px;font-size:var(--font-size-14)}.Menu{padding:0;margin:0}.Menu,.Menu>li{display:flex;gap:2px}.Menu>li{flex-direction:column}.DocHeader{display:flex;gap:15px;justify-content:space-between;padding:15px 25px 25px}.DocHeader-h1{margin-top:0}.DocHeader-right{align-self:center}.DocHeader-middle{padding-top:50px}.Tag{padding:3px 7px;font-size:var(--font-size-14);font-weight:700;color:#fff;white-space:nowrap;background-color:#666;border-radius:10px}.Block{display:block}.InlineBlock{display:inline-block}.Bold{font-weight:700}.Tile{display:flex;gap:15px;height:150px;padding:15px 25px;font-size:var(--font-size-14);background-color:#f0f0f0}.Tile-text{flex-grow:2;flex-basis:0}.Tile-right{display:flex;flex-grow:1;flex-basis:0;align-self:center;justify-content:right;width:30%;height:100%}.Img{display:block;max-width:100%;height:auto;max-height:100%;object-fit:contain}.TextPage{padding:40px}.ConstraintSize{max-width:100%;height:auto}.PaZoomable:focus,.PaZoomable:hover{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{padding:20px;border:2px solid #bbb}.ContactForm-button:not(:disabled):not(.inProgress):focus,.ContactForm-button:not(:disabled):not(.inProgress):hover{color:#fff;background-color:blue}.ContactForm-button.inProgress:before{border-color:#88f transparent;border-style:solid;border-width:6px}.SideImage{display:flex;flex-direction:row;max-width:750px;margin:0 auto}.SideImage.right{flex-direction:row-reverse}.SideImage-side{width:50%;padding:50px;background-color:#f0f0f0}.SideImage-img{max-height:250px;margin:0 auto}.SideImage-text{width:50%;padding:50px}
|
package/.turbo/turbo-build.log
DELETED