srcdev-nuxt-components 9.1.23 → 9.1.24

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.
@@ -32,7 +32,11 @@
32
32
  "Bash(gh release:*)",
33
33
  "Bash(git -C /Users/simoncornforth/websites/nuxt-components status)",
34
34
  "Bash(git -C /Users/simoncornforth/websites/nuxt-components add .claude/skills/components/services-section.md .claude/skills/components/services-section-grid.md .claude/skills/index.md app/components/03.organisms/services/services-grids/ServicesSectionGrid.vue app/components/03.organisms/services/services-section/ServicesSection.vue app/components/03.organisms/services/services-card/stories/ app/components/03.organisms/services/services-card/tests/ app/components/03.organisms/services/services-grids/stories/ app/components/03.organisms/services/services-grids/tests/ app/components/03.organisms/services/services-section/stories/ app/components/03.organisms/services/services-section/tests/)",
35
- "Bash(git -C /Users/simoncornforth/websites/nuxt-components commit -m ':*)"
35
+ "Bash(git -C /Users/simoncornforth/websites/nuxt-components commit -m ':*)",
36
+ "Bash(git -C /Users/simoncornforth/websites/nuxt-components log --oneline v9.1.22..HEAD)",
37
+ "Bash(git -C /Users/simoncornforth/websites/nuxt-components log --oneline c401cea..HEAD)",
38
+ "Bash(git -C /Users/simoncornforth/websites/nuxt-components show 3058d63 --stat)",
39
+ "Bash(git -C /Users/simoncornforth/websites/nuxt-components show 0f99d7a --stat)"
36
40
  ],
37
41
  "additionalDirectories": [
38
42
  "/Users/simoncornforth/websites/nuxt-components/app/components/01.atoms/content-wrappers/content-width",
@@ -9,7 +9,9 @@
9
9
  }
10
10
  }
11
11
 
12
- .entry-slide-in {
13
- animation: entrySlideInAnimation both;
14
- animation-timeline: view(70% 5%);
12
+ @media (prefers-reduced-motion: no-preference) {
13
+ .entry-slide-in {
14
+ animation: entrySlideInAnimation both;
15
+ animation-timeline: view(70% 5%);
16
+ }
15
17
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-components",
3
3
  "type": "module",
4
- "version": "9.1.23",
4
+ "version": "9.1.24",
5
5
  "main": "nuxt.config.ts",
6
6
  "types": "types.d.ts",
7
7
  "license": "MIT",