Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Upgraded dependency libraries. #15

Merged
merged 2 commits into from
Apr 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
159 changes: 159 additions & 0 deletions catalog/data/block-snippets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"blocks": {
"00ffcf96-42a4-476b-bab8-c14abe6a755d": {
"type": "blank-section",
"key": "blocks/00ffcf96-42a4-476b-bab8-c14abe6a755d",
"title": "Blank section",
"description": "",
"contentKey": "files/00ffcf96-42a4-476b-bab8-c14abe6a755d"
},
"6ef8e090-2961-c892-3a13-c3f35bfcacda": {
"type": "layout-section",
"key": "blocks/6ef8e090-2961-c892-3a13-c3f35bfcacda",
Expand Down Expand Up @@ -34,6 +41,13 @@
"title": "Feature block 5",
"description": "",
"contentKey": "files/aa94cd9f-a76f-5ba7-ef20-086214290999"
},
"new-popup-template": {
"contentKey": "files/new-popup-template",
"description": "",
"key": "blocks/new-popup-template",
"title": "New popup template",
"type": "popup"
}
},
"files": {
Expand Down Expand Up @@ -1626,6 +1640,151 @@
}
}
]
},
"00ffcf96-42a4-476b-bab8-c14abe6a755d": {
"type": "layout-section",
"nodes": [
{
"type": "grid",
"styles": {
"instance": {
"margin": {
"xs": {
"top": 10,
"bottom": 10,
"left": "auto",
"right": "auto"
},
"md": {
"top": 15,
"bottom": 15
},
"xl": {
"top": 25,
"bottom": 25
}
},
"padding": {
"xs": {
"top": 5,
"bottom": 5,
"left": 5,
"right": 5
},
"md": {
"top": 15,
"bottom": 15,
"left": 15,
"right": 15
}
},
"size": {
"sm": {
"maxWidth": 540
},
"md": {
"maxWidth": 720
},
"lg": {
"maxWidth": 960
},
"xl": {
"maxWidth": 1140
}
}
}
}
}
]
},
"new-popup-template": {
"type": "popup",
"key": "popups/new-popup-template",
"backdrop": false,
"styles": {
"instance": {
"components": {
"popupContainer": {
"default": {
"position": {
"position": "fixed",
"top": "50%",
"left": "50%",
"zIndex": 1001
},
"background": {
"colorKey": "colors/defaultBg"
},
"transform": {
"translate": {
"x": "-50%",
"y": "-50%"
}
},
"size": {
"maxWidth": 500
},
"padding": {
"top": 20,
"left": 30,
"right": 30,
"bottom": 30
},
"container": {
"overflow": "scroll"
},
"border": {
"bottom": {
"colorKey": "colors/15o9C",
"style": "solid",
"width": "1"
},
"left": {
"colorKey": "colors/15o9C",
"style": "solid",
"width": "1"
},
"right": {
"colorKey": "colors/15o9C",
"style": "solid",
"width": "1"
},
"top": {
"colorKey": "colors/15o9C",
"style": "solid",
"width": "1"
}
}
}
}
}
}
},
"nodes": [
{
"type": "text-block",
"nodes": [
{
"type": "heading1",
"nodes": [
{
"type": "text",
"text": "Popup"
}
]
},
{
"type": "paragraph",
"nodes": [
{
"type": "text",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor..."
}
]
}
]
}
]
}
}
}
Loading