@paroicms/playground_demo2 0.78.4 → 0.78.6
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 +36 -0
- package/package.json +14 -14
- package/theme/assets/bundle.css +1 -1
- package/.turbo/turbo-build.log +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.78.6
|
|
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/quill-editor-plugin@1.47.13
|
|
15
|
+
- @paroicms/public-menu-plugin@0.19.27
|
|
16
|
+
- @paroicms/list-field-plugin@0.28.22
|
|
17
|
+
- @paroicms/script-lib@0.3.24
|
|
18
|
+
- @paroicms/zoom-plugin@0.2.22
|
|
19
|
+
- @paroicms/mcp-plugin@0.3.7
|
|
20
|
+
|
|
21
|
+
## 0.78.5
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- b79df02: Remove declaration maps from published packages
|
|
26
|
+
- Updated dependencies [b79df02]
|
|
27
|
+
- @paroicms/script-lib@0.3.23
|
|
28
|
+
- @paroicms/contact-form-plugin@0.33.23
|
|
29
|
+
- @paroicms/content-loading-plugin@0.27.26
|
|
30
|
+
- @paroicms/internal-link-plugin@0.23.21
|
|
31
|
+
- @paroicms/list-field-plugin@0.28.21
|
|
32
|
+
- @paroicms/mcp-plugin@0.3.6
|
|
33
|
+
- @paroicms/platform-video-plugin@0.37.22
|
|
34
|
+
- @paroicms/public-menu-plugin@0.19.26
|
|
35
|
+
- @paroicms/quill-editor-plugin@1.47.12
|
|
36
|
+
- @paroicms/tiptap-editor-plugin@1.2.13
|
|
37
|
+
- @paroicms/zoom-plugin@0.2.21
|
|
38
|
+
|
|
3
39
|
## 0.78.4
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo2",
|
|
3
|
-
"version": "0.78.
|
|
3
|
+
"version": "0.78.6",
|
|
4
4
|
"description": "Demonstration website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,24 +23,24 @@
|
|
|
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/list-field-plugin": "0.28.
|
|
30
|
-
"@paroicms/mcp-plugin": "0.3.
|
|
31
|
-
"@paroicms/public-menu-plugin": "0.19.
|
|
32
|
-
"@paroicms/tiptap-editor-plugin": "1.2.
|
|
33
|
-
"@paroicms/quill-editor-plugin": "1.47.
|
|
34
|
-
"@paroicms/script-lib": "0.3.
|
|
35
|
-
"@paroicms/platform-video-plugin": "0.37.
|
|
36
|
-
"@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/list-field-plugin": "0.28.22",
|
|
30
|
+
"@paroicms/mcp-plugin": "0.3.7",
|
|
31
|
+
"@paroicms/public-menu-plugin": "0.19.27",
|
|
32
|
+
"@paroicms/tiptap-editor-plugin": "1.2.14",
|
|
33
|
+
"@paroicms/quill-editor-plugin": "1.47.13",
|
|
34
|
+
"@paroicms/script-lib": "0.3.24",
|
|
35
|
+
"@paroicms/platform-video-plugin": "0.37.23",
|
|
36
|
+
"@paroicms/zoom-plugin": "0.2.22"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"concurrently": "~9.2.1",
|
|
40
|
-
"cssnano": "~
|
|
40
|
+
"cssnano": "~8.0.1",
|
|
41
41
|
"nodemon": "~3.1.14",
|
|
42
42
|
"pino-pretty": "~13.1.3",
|
|
43
|
-
"postcss": "~8.5.
|
|
43
|
+
"postcss": "~8.5.14",
|
|
44
44
|
"postcss-cli": "~11.0.1",
|
|
45
45
|
"postcss-import": "~16.1.1",
|
|
46
46
|
"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}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
|
|
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}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{padding:0;margin:0;font:inherit;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-spacing:0;border-collapse:collapse}:root{--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}.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}@media not all and (min-width:640px){.Text{hyphens:auto}}.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}.Text .hljs{padding:10px 20px 10px 15px;margin:20px 10px;overflow-x:auto;font-family:monospace;font-size:var(--font-size-14);line-height:1.35;border-left:15px solid #ddd}.Text .hljs,.Text code{background-color:#f5f5f5}.Text code{padding:1px 3px;font-family:sans-serif;font-size:var(--font-size-15);color:#785454;border:1px dotted #ccc}.Breadcrumb{display:flex;align-items:center;margin-bottom:20px}.Breadcrumb-imgIcon{width:24px;height:24px}.Breadcrumb-span{display:inline-block;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Breadcrumb-a{color:#6c98e2!important}.HeaderBar{align-items:center;justify-content:space-between;margin-bottom:30px}.HeaderBar,.HeaderBar nav ul{display:flex}.HeaderBar nav li{padding:5px 10px;list-style:none}.HeaderBar nav li>a{text-decoration:none}@media not all and (min-width:992px){.HeaderBar nav li{margin-bottom:10px;list-style:none}.HeaderBar nav li a{display:flex;align-items:center;height:50px;text-decoration:none}}.HeaderBar-logoTitle,.HeaderBar>div:last-child{display:flex;align-items:center}.HeaderBar-siteLogo{margin-right:10px}.HeaderBar-siteTitle{font-size:18px;font-weight:700}.HeaderBar-searchBtn{margin-right:10px}.HeaderBar .SearchOpenerBtn{padding:8px 10px}.Tile{background-color:#f0f0f0}@media not all and (min-width:640px){.Tile{margin-bottom:20px}}.Tile-img{display:block;width:100%;height:auto;object-fit:cover}@media not all and (min-width:640px){.Tile-text{padding:10px}}.Tile2{background-color:#f0f0f0}@media not all and (min-width:640px){.Tile2{margin-bottom:20px}}.Tile2-img{display:block;width:100%;height:auto}.Tile2-text{padding:10px}.Tile-tags{display:flex;flex-wrap:wrap}.Tile-tags>span{padding:5px 10px;margin-right:5px;margin-bottom:10px;border:1px solid #000;border-radius:15px}.HeroBanner-img{width:100%;height:545px;object-fit:cover}@media not all and (min-width:992px){.HeroBanner-img{height:300px}}@media not all and (min-width:640px){.HeroBanner-img{height:200px}}.SiteFooter{padding:15px 0;margin-top:10px;text-align:center;background-color:#fafafa}.SiteFooter>span:first-child{margin-right:15px;font-weight:700}.ResultItem{margin-bottom:20px}.Paginate-left{text-align:left}.Paginate-next{text-align:right}.Gallery{display:flex;flex-wrap:wrap}.Gallery-item{width:280px;height:150px;margin:10px;object-fit:cover}.PaButton{display:inline-block;padding:10px 20px;font-size:16px;font-weight:700;color:#674002;text-align:center;text-decoration:none;cursor:pointer;background-color:#8bdda0;border:2px solid #8bdda0;border-radius:5px;transition:background-color .3s,color .3s}.PaButton:focus,.PaButton:hover{color:#fff;background-color:#b77306}.PaButton:disabled{color:#777;cursor:not-allowed;background-color:#ccc;border-color:#aaa}.List{display:flex;flex-direction:column;margin-top:20px}.PartItem{margin:0 auto}.PartItem img{margin-bottom:10px}.PartItem.partner{max-width:300px;margin-bottom:20px}.PartItem.partner p{margin-top:10px}.PartItem.sideImage{display:flex;width:100%}.PartItem.sideImage p{margin-left:10px}
|
package/.turbo/turbo-build.log
DELETED