cec-nuxt-lib 0.12.6 → 0.12.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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cec-nuxt-lib",
3
3
  "configKey": "cec-nuxt-lib",
4
- "version": "0.12.6",
4
+ "version": "0.12.7",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "3.5.0"
@@ -350,7 +350,7 @@ onMounted(() => {
350
350
  <input
351
351
  v-model="page.searchTerms"
352
352
  @keypress.enter="doSearch"
353
- placeholder="Enter keywords"
353
+ placeholder="Search our website"
354
354
  @focus="page.searchTerms = ''"
355
355
  type="text"
356
356
  id="searchTextBox"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.12.6",
2
+ "version": "0.12.7",
3
3
  "name": "cec-nuxt-lib",
4
4
  "description": "Nuxt components and assets",
5
5
  "license": "MIT",