@slicemachine/adapter-nuxt 0.3.18-dev-slice-templates-svelte-nuxt.8 → 0.3.18-dev-slice-templates-svelte-nuxt.9

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.
@@ -76,6 +76,7 @@ const alignment = computed(() => {
76
76
  }
77
77
 
78
78
  .es-call-to-action {
79
+ font-family: system-ui, sans-serif;
79
80
  background-color: #fff;
80
81
  color: #333;
81
82
  }
@@ -81,6 +81,7 @@ const alignment = computed(() => {
81
81
  }
82
82
 
83
83
  .es-call-to-action {
84
+ font-family: system-ui, sans-serif;
84
85
  background-color: #fff;
85
86
  color: #333;
86
87
  }
@@ -55,10 +55,10 @@ defineProps(getSliceComponentProps(["slice", "index", "slices", "context"]));
55
55
  min-width: 0px;
56
56
  max-width: 90%;
57
57
  margin: 0px auto;
58
- font-family: system-ui, sans-serif;
59
58
  }
60
59
 
61
60
  .es-customer-logos {
61
+ font-family: system-ui, sans-serif;
62
62
  background-color: #f4f0ec;
63
63
  color: #333;
64
64
  }
@@ -62,10 +62,10 @@ defineProps(
62
62
  min-width: 0px;
63
63
  max-width: 90%;
64
64
  margin: 0px auto;
65
- font-family: system-ui, sans-serif;
66
65
  }
67
66
 
68
67
  .es-customer-logos {
68
+ font-family: system-ui, sans-serif;
69
69
  background-color: #f4f0ec;
70
70
  color: #333;
71
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/adapter-nuxt",
3
- "version": "0.3.18-dev-slice-templates-svelte-nuxt.8",
3
+ "version": "0.3.18-dev-slice-templates-svelte-nuxt.9",
4
4
  "description": "Slice Machine adapter for Nuxt 3.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -61,7 +61,7 @@
61
61
  "dependencies": {
62
62
  "@prismicio/simulator": "^0.1.4",
63
63
  "@prismicio/types-internal": "^2.0.0",
64
- "@slicemachine/plugin-kit": "^0.4.18-dev-slice-templates-svelte-nuxt.8",
64
+ "@slicemachine/plugin-kit": "^0.4.18-dev-slice-templates-svelte-nuxt.9",
65
65
  "common-tags": "^1.8.2",
66
66
  "fp-ts": "^2.13.1",
67
67
  "io-ts": "^2.2.20",
@@ -103,5 +103,5 @@
103
103
  "engines": {
104
104
  "node": ">=14.15.0"
105
105
  },
106
- "gitHead": "9f175e43fd17b23185eda38003b463d6beb6761e"
106
+ "gitHead": "39a65f36a06090361ab35acf02ecfc7f8c9930ed"
107
107
  }