tecitheme 0.0.7 → 0.0.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.
@@ -15,17 +15,17 @@
15
15
  </svelte:head>
16
16
 
17
17
  {#each page_sections as section}
18
- {#if section.block == "heading-centered"}
18
+ {#if section.fieldGroup == "heading-centered"}
19
19
  <SectionHeaderCentered bind:data={section} />
20
- {:else if section.block == "three-column"}
20
+ {:else if section.fieldGroup == "three-column"}
21
21
  <ThreeColumn bind:data={section.cards} />
22
- {:else if section.block == "news-grid"}
22
+ {:else if section.fieldGroup == "news-grid"}
23
23
  <NewsGrid bind:data={section} bind:posts={posts} />
24
- {:else if section.block == "video"}
24
+ {:else if section.fieldGroup == "video"}
25
25
  <YT bind:v={section.v} />
26
- {:else if section.block == "cta-center"}
26
+ {:else if section.fieldGroup == "cta-center"}
27
27
  <CTA bind:data={section} />
28
- {:else if section.block == "content"}
28
+ {:else if section.fieldGroup == "content"}
29
29
  <div class="content prose"><slot/></div>
30
30
  {/if}
31
31
  {/each}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "svelte": true,
5
5
  "devDependencies": {
6
6
  "@sveltejs/adapter-auto": "next",
7
- "@sveltejs/adapter-netlify": "^1.0.0-next.44",
7
+ "@sveltejs/adapter-netlify": "next",
8
8
  "@sveltejs/kit": "next",
9
9
  "@tailwindcss/forms": "^0.4.0",
10
- "@tailwindcss/typography": "^0.5.1",
10
+ "@tailwindcss/typography": "^0.5.2",
11
11
  "@types/cookie": "^0.4.1",
12
12
  "@typescript-eslint/eslint-plugin": "^4.31.1",
13
13
  "@typescript-eslint/parser": "^4.31.1",
@@ -20,25 +20,25 @@
20
20
  "mdsvex": "^0.10.5",
21
21
  "postcss": "^8.4.6",
22
22
  "prettier": "^2.5.1",
23
- "prettier-plugin-tailwindcss": "^0.1.5",
23
+ "prettier-plugin-tailwindcss": "^0.1.7",
24
24
  "stream": "^0.0.2",
25
- "svelte": "^3.46.3",
26
- "svelte-check": "^2.4.2",
25
+ "svelte": "^3.46.4",
26
+ "svelte-check": "^2.4.3",
27
27
  "svelte-cubed": "^0.2.1",
28
- "svelte-preprocess": "^4.10.2",
29
- "svelte2tsx": "^0.5.2",
30
- "tailwindcss": "^3.0.18",
28
+ "svelte-preprocess": "^4.10.3",
29
+ "svelte2tsx": "^0.5.3",
30
+ "tailwindcss": "^3.0.22",
31
31
  "three": "^0.137.5",
32
32
  "tslib": "^2.3.1",
33
33
  "typescript": "^4.5.5",
34
- "vite": "^2.7.13"
34
+ "vite": "^2.8.3"
35
35
  },
36
36
  "type": "module",
37
37
  "dependencies": {
38
38
  "@lukeed/uuid": "^2.0.0",
39
- "cookie": "^0.4.1",
39
+ "cookie": "^0.4.2",
40
40
  "katex": "^0.15.2",
41
- "ultra_cart_rest_api_v2": "^3.6.36"
41
+ "ultra_cart_rest_api_v2": "^3.7.38"
42
42
  },
43
43
  "exports": {
44
44
  "./package.json": "./package.json",