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

Commit c734170

Browse files
authored
Upgraded dependency libraries. (#15)
1 parent 4a7cb5a commit c734170

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+8011
-11579
lines changed

catalog/data/block-snippets.json

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"blocks": {
3+
"00ffcf96-42a4-476b-bab8-c14abe6a755d": {
4+
"type": "blank-section",
5+
"key": "blocks/00ffcf96-42a4-476b-bab8-c14abe6a755d",
6+
"title": "Blank section",
7+
"description": "",
8+
"contentKey": "files/00ffcf96-42a4-476b-bab8-c14abe6a755d"
9+
},
310
"6ef8e090-2961-c892-3a13-c3f35bfcacda": {
411
"type": "layout-section",
512
"key": "blocks/6ef8e090-2961-c892-3a13-c3f35bfcacda",
@@ -34,6 +41,13 @@
3441
"title": "Feature block 5",
3542
"description": "",
3643
"contentKey": "files/aa94cd9f-a76f-5ba7-ef20-086214290999"
44+
},
45+
"new-popup-template": {
46+
"contentKey": "files/new-popup-template",
47+
"description": "",
48+
"key": "blocks/new-popup-template",
49+
"title": "New popup template",
50+
"type": "popup"
3751
}
3852
},
3953
"files": {
@@ -1626,6 +1640,151 @@
16261640
}
16271641
}
16281642
]
1643+
},
1644+
"00ffcf96-42a4-476b-bab8-c14abe6a755d": {
1645+
"type": "layout-section",
1646+
"nodes": [
1647+
{
1648+
"type": "grid",
1649+
"styles": {
1650+
"instance": {
1651+
"margin": {
1652+
"xs": {
1653+
"top": 10,
1654+
"bottom": 10,
1655+
"left": "auto",
1656+
"right": "auto"
1657+
},
1658+
"md": {
1659+
"top": 15,
1660+
"bottom": 15
1661+
},
1662+
"xl": {
1663+
"top": 25,
1664+
"bottom": 25
1665+
}
1666+
},
1667+
"padding": {
1668+
"xs": {
1669+
"top": 5,
1670+
"bottom": 5,
1671+
"left": 5,
1672+
"right": 5
1673+
},
1674+
"md": {
1675+
"top": 15,
1676+
"bottom": 15,
1677+
"left": 15,
1678+
"right": 15
1679+
}
1680+
},
1681+
"size": {
1682+
"sm": {
1683+
"maxWidth": 540
1684+
},
1685+
"md": {
1686+
"maxWidth": 720
1687+
},
1688+
"lg": {
1689+
"maxWidth": 960
1690+
},
1691+
"xl": {
1692+
"maxWidth": 1140
1693+
}
1694+
}
1695+
}
1696+
}
1697+
}
1698+
]
1699+
},
1700+
"new-popup-template": {
1701+
"type": "popup",
1702+
"key": "popups/new-popup-template",
1703+
"backdrop": false,
1704+
"styles": {
1705+
"instance": {
1706+
"components": {
1707+
"popupContainer": {
1708+
"default": {
1709+
"position": {
1710+
"position": "fixed",
1711+
"top": "50%",
1712+
"left": "50%",
1713+
"zIndex": 1001
1714+
},
1715+
"background": {
1716+
"colorKey": "colors/defaultBg"
1717+
},
1718+
"transform": {
1719+
"translate": {
1720+
"x": "-50%",
1721+
"y": "-50%"
1722+
}
1723+
},
1724+
"size": {
1725+
"maxWidth": 500
1726+
},
1727+
"padding": {
1728+
"top": 20,
1729+
"left": 30,
1730+
"right": 30,
1731+
"bottom": 30
1732+
},
1733+
"container": {
1734+
"overflow": "scroll"
1735+
},
1736+
"border": {
1737+
"bottom": {
1738+
"colorKey": "colors/15o9C",
1739+
"style": "solid",
1740+
"width": "1"
1741+
},
1742+
"left": {
1743+
"colorKey": "colors/15o9C",
1744+
"style": "solid",
1745+
"width": "1"
1746+
},
1747+
"right": {
1748+
"colorKey": "colors/15o9C",
1749+
"style": "solid",
1750+
"width": "1"
1751+
},
1752+
"top": {
1753+
"colorKey": "colors/15o9C",
1754+
"style": "solid",
1755+
"width": "1"
1756+
}
1757+
}
1758+
}
1759+
}
1760+
}
1761+
}
1762+
},
1763+
"nodes": [
1764+
{
1765+
"type": "text-block",
1766+
"nodes": [
1767+
{
1768+
"type": "heading1",
1769+
"nodes": [
1770+
{
1771+
"type": "text",
1772+
"text": "Popup"
1773+
}
1774+
]
1775+
},
1776+
{
1777+
"type": "paragraph",
1778+
"nodes": [
1779+
{
1780+
"type": "text",
1781+
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor..."
1782+
}
1783+
]
1784+
}
1785+
]
1786+
}
1787+
]
16291788
}
16301789
}
16311790
}

0 commit comments

Comments
 (0)