srcdev-nuxt-components 9.0.10 → 9.0.11

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.
@@ -2,23 +2,6 @@
2
2
  <div class="treatment-consultant">
3
3
  <div class="treatment-consultant__container">
4
4
  <div class="treatment-consultant__content">
5
- <!-- Header -->
6
- <div
7
- v-motion
8
- :initial="{ opacity: 0, y: 20 }"
9
- :enter="{ opacity: 1, y: 0 }"
10
- class="treatment-consultant__header"
11
- >
12
- <EyebrowText text-content="Interactive Tool" font-size="large" />
13
- <h1 class="treatment-consultant__title">
14
- Find Your
15
- <span class="treatment-consultant__title-highlight">Perfect Look</span>
16
- </h1>
17
- <p class="treatment-consultant__subtitle">
18
- Select your hair type, current colour, dream shade, and any treatments to get personalised recommendations.
19
- </p>
20
- </div>
21
-
22
5
  <!-- Progress Steps -->
23
6
  <div class="treatment-consultant__progress">
24
7
  <template v-for="(s, i) in STEPS" :key="s">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-components",
3
3
  "type": "module",
4
- "version": "9.0.10",
4
+ "version": "9.0.11",
5
5
  "main": "nuxt.config.ts",
6
6
  "types": "types.d.ts",
7
7
  "license": "MIT",