@kickstartds/ds-agency-premium 1.3.5 → 1.3.7
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/dist/{FooterProps-55aaf559.d.ts → FooterProps-d28ccfb6.d.ts} +6 -1
- package/dist/{HeaderProps-ae331ab2.d.ts → HeaderProps-34d278ee.d.ts} +6 -1
- package/dist/SectionProps-93230a76.d.ts +1 -1
- package/dist/{SliderProps-8cae490d.d.ts → SliderProps-93230a76.d.ts} +16 -1
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/footer/footer.schema.dereffed.json +6 -0
- package/dist/components/footer/footer.schema.json +6 -0
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/header/header.schema.dereffed.json +6 -0
- package/dist/components/header/header.schema.json +6 -0
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/header/index.js +1 -1
- package/dist/components/index/index.d.ts +31 -4
- package/dist/components/page/page.schema.dereffed.json +1153 -1
- package/dist/components/page/page.schema.json +32 -0
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +18 -16
- package/dist/components/section/section.schema.dereffed.json +1119 -1
- package/dist/components/section/section.schema.json +1 -1
- package/dist/components/settings/settings.schema.dereffed.json +12 -0
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/slider.schema.dereffed.json +1118 -0
- package/dist/components/slider/slider.schema.json +39 -0
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
- /package/dist/{BlogPostProps-f9a49428.d.ts → BlogPostProps-0910f130.d.ts} +0 -0
|
@@ -14,6 +14,38 @@
|
|
|
14
14
|
"$ref": "http://schema.mydesignsystem.com/section.schema.json"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
+
"header": {
|
|
18
|
+
"type": "object",
|
|
19
|
+
"title": "Header",
|
|
20
|
+
"description": "Header settings for the page",
|
|
21
|
+
"properties": {
|
|
22
|
+
"floating": {
|
|
23
|
+
"type": "boolean",
|
|
24
|
+
"title": "Floating",
|
|
25
|
+
"description": "Whether the header should float on scroll",
|
|
26
|
+
"default": false
|
|
27
|
+
},
|
|
28
|
+
"inverted": {
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"title": "Inverted",
|
|
31
|
+
"description": "Whether the header should have an inverted color scheme",
|
|
32
|
+
"default": false
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"footer": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"title": "Footer",
|
|
39
|
+
"description": "Footer settings for the page",
|
|
40
|
+
"properties": {
|
|
41
|
+
"inverted": {
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"title": "Inverted",
|
|
44
|
+
"description": "Whether the footer should have an inverted color scheme",
|
|
45
|
+
"default": false
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
17
49
|
"seo": {
|
|
18
50
|
"$ref": "http://schema.mydesignsystem.com/cms/seo.schema.json"
|
|
19
51
|
}
|
|
@@ -1167,6 +1167,7 @@
|
|
|
1167
1167
|
},
|
|
1168
1168
|
"logoHref": "/",
|
|
1169
1169
|
"byline": "© 2024 systemics Inc. All rights reserved.",
|
|
1170
|
+
"inverted": false,
|
|
1170
1171
|
"navItems": [
|
|
1171
1172
|
{
|
|
1172
1173
|
"href": "#privacy-policy",
|
|
@@ -1371,6 +1372,7 @@
|
|
|
1371
1372
|
},
|
|
1372
1373
|
"logoHref": "/",
|
|
1373
1374
|
"floating": false,
|
|
1375
|
+
"inverted": false,
|
|
1374
1376
|
"navItems": [
|
|
1375
1377
|
{
|
|
1376
1378
|
"href": "#",
|
|
@@ -2090,7 +2092,7 @@
|
|
|
2090
2092
|
"id": "layout-section--inverted",
|
|
2091
2093
|
"group": "Layout/Section",
|
|
2092
2094
|
"name": "Inverted",
|
|
2093
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2095
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n inverted\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2094
2096
|
"args": {
|
|
2095
2097
|
"width": "default",
|
|
2096
2098
|
"style": "default",
|
|
@@ -2110,7 +2112,7 @@
|
|
|
2110
2112
|
"width": "unset",
|
|
2111
2113
|
"align": "center",
|
|
2112
2114
|
"gutter": "default",
|
|
2113
|
-
"mode": "
|
|
2115
|
+
"mode": "list",
|
|
2114
2116
|
"tileWidth": "default"
|
|
2115
2117
|
},
|
|
2116
2118
|
"buttons": []
|
|
@@ -2121,7 +2123,7 @@
|
|
|
2121
2123
|
"id": "layout-section--spotlight",
|
|
2122
2124
|
"group": "Layout/Section",
|
|
2123
2125
|
"name": "Spotlight",
|
|
2124
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2126
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n spotlight\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2125
2127
|
"args": {
|
|
2126
2128
|
"width": "default",
|
|
2127
2129
|
"style": "default",
|
|
@@ -2141,7 +2143,7 @@
|
|
|
2141
2143
|
"width": "unset",
|
|
2142
2144
|
"align": "center",
|
|
2143
2145
|
"gutter": "default",
|
|
2144
|
-
"mode": "
|
|
2146
|
+
"mode": "list",
|
|
2145
2147
|
"tileWidth": "default"
|
|
2146
2148
|
},
|
|
2147
2149
|
"buttons": []
|
|
@@ -2152,7 +2154,7 @@
|
|
|
2152
2154
|
"id": "layout-section--stagelights",
|
|
2153
2155
|
"group": "Layout/Section",
|
|
2154
2156
|
"name": "Stagelights",
|
|
2155
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2157
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"stagelights\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2156
2158
|
"args": {
|
|
2157
2159
|
"width": "default",
|
|
2158
2160
|
"style": "stagelights",
|
|
@@ -2173,7 +2175,7 @@
|
|
|
2173
2175
|
"width": "unset",
|
|
2174
2176
|
"align": "center",
|
|
2175
2177
|
"gutter": "default",
|
|
2176
|
-
"mode": "
|
|
2178
|
+
"mode": "list",
|
|
2177
2179
|
"tileWidth": "default"
|
|
2178
2180
|
},
|
|
2179
2181
|
"buttons": []
|
|
@@ -2184,7 +2186,7 @@
|
|
|
2184
2186
|
"id": "layout-section--accent-background",
|
|
2185
2187
|
"group": "Layout/Section",
|
|
2186
2188
|
"name": "AccentBackground",
|
|
2187
|
-
"code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2189
|
+
"code": "<Section\n backgroundColor=\"accent\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2188
2190
|
"args": {
|
|
2189
2191
|
"width": "default",
|
|
2190
2192
|
"style": "default",
|
|
@@ -2205,7 +2207,7 @@
|
|
|
2205
2207
|
"width": "unset",
|
|
2206
2208
|
"align": "center",
|
|
2207
2209
|
"gutter": "default",
|
|
2208
|
-
"mode": "
|
|
2210
|
+
"mode": "list",
|
|
2209
2211
|
"tileWidth": "default"
|
|
2210
2212
|
},
|
|
2211
2213
|
"buttons": []
|
|
@@ -2216,7 +2218,7 @@
|
|
|
2216
2218
|
"id": "layout-section--bold-background",
|
|
2217
2219
|
"group": "Layout/Section",
|
|
2218
2220
|
"name": "BoldBackground",
|
|
2219
|
-
"code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2221
|
+
"code": "<Section\n backgroundColor=\"bold\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2220
2222
|
"args": {
|
|
2221
2223
|
"width": "default",
|
|
2222
2224
|
"style": "default",
|
|
@@ -2237,7 +2239,7 @@
|
|
|
2237
2239
|
"width": "unset",
|
|
2238
2240
|
"align": "center",
|
|
2239
2241
|
"gutter": "default",
|
|
2240
|
-
"mode": "
|
|
2242
|
+
"mode": "list",
|
|
2241
2243
|
"tileWidth": "default"
|
|
2242
2244
|
},
|
|
2243
2245
|
"buttons": []
|
|
@@ -2248,7 +2250,7 @@
|
|
|
2248
2250
|
"id": "layout-section--colorful-gradient",
|
|
2249
2251
|
"group": "Layout/Section",
|
|
2250
2252
|
"name": "ColorfulGradient",
|
|
2251
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2253
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"horizontalGradient\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2252
2254
|
"args": {
|
|
2253
2255
|
"width": "default",
|
|
2254
2256
|
"style": "horizontalGradient",
|
|
@@ -2269,7 +2271,7 @@
|
|
|
2269
2271
|
"width": "unset",
|
|
2270
2272
|
"align": "center",
|
|
2271
2273
|
"gutter": "default",
|
|
2272
|
-
"mode": "
|
|
2274
|
+
"mode": "list",
|
|
2273
2275
|
"tileWidth": "default"
|
|
2274
2276
|
},
|
|
2275
2277
|
"buttons": []
|
|
@@ -2280,7 +2282,7 @@
|
|
|
2280
2282
|
"id": "layout-section--with-buttons",
|
|
2281
2283
|
"group": "Layout/Section",
|
|
2282
2284
|
"name": "WithButtons",
|
|
2283
|
-
"code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2285
|
+
"code": "<Section\n backgroundColor=\"default\"\n buttons={[\n {\n disabled: false,\n icon: 'arrow-right',\n label: 'All Showcases',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n icon: 'date',\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ]}\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
|
|
2284
2286
|
"args": {
|
|
2285
2287
|
"width": "default",
|
|
2286
2288
|
"style": "default",
|
|
@@ -2301,7 +2303,7 @@
|
|
|
2301
2303
|
"width": "unset",
|
|
2302
2304
|
"align": "center",
|
|
2303
2305
|
"gutter": "default",
|
|
2304
|
-
"mode": "
|
|
2306
|
+
"mode": "list",
|
|
2305
2307
|
"tileWidth": "default"
|
|
2306
2308
|
},
|
|
2307
2309
|
"buttons": [
|
|
@@ -2359,7 +2361,7 @@
|
|
|
2359
2361
|
"id": "layout-section--flex-layout",
|
|
2360
2362
|
"group": "Layout/Section",
|
|
2361
2363
|
"name": "FlexLayout",
|
|
2362
|
-
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: '
|
|
2364
|
+
"code": "<Section\n backgroundColor=\"default\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n align: 'center',\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"max\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n</Section>",
|
|
2363
2365
|
"args": {
|
|
2364
2366
|
"width": "max",
|
|
2365
2367
|
"style": "default",
|
|
@@ -2380,7 +2382,7 @@
|
|
|
2380
2382
|
"width": "unset",
|
|
2381
2383
|
"align": "center",
|
|
2382
2384
|
"gutter": "default",
|
|
2383
|
-
"mode": "
|
|
2385
|
+
"mode": "list",
|
|
2384
2386
|
"tileWidth": "default"
|
|
2385
2387
|
},
|
|
2386
2388
|
"buttons": []
|