feat(landing): light/dark toggle via @mana/marketing-kit@0.4.0
Some checks are pending
CI / validate (push) Waiting to run
Some checks are pending
CI / validate (push) Waiting to run
Bump @mana/marketing-kit to ^0.4.0, which adds the shared <mk-theme-toggle> + FOUC snippet centrally in AppLanding/Header. No landing-local code change needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
21fdc089b8
commit
aafe23e8d2
2 changed files with 18 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"check": "astro check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mana/marketing-kit": "^0.3.0",
|
||||
"@mana/marketing-kit": "^0.4.0",
|
||||
"astro": "^4.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
|
|
@ -67,8 +67,8 @@ importers:
|
|||
apps/landing:
|
||||
dependencies:
|
||||
'@mana/marketing-kit':
|
||||
specifier: ^0.3.0
|
||||
version: 0.3.0(astro@4.16.19(@types/node@24.12.3)(lightningcss@1.32.0)(rollup@4.60.4)(terser@5.47.1)(typescript@5.9.3))
|
||||
specifier: ^0.4.0
|
||||
version: 0.4.0(astro@4.16.19(@types/node@24.12.3)(lightningcss@1.32.0)(rollup@4.60.4)(terser@5.47.1)(typescript@5.9.3))(tailwindcss@4.2.4)
|
||||
astro:
|
||||
specifier: ^4.16.0
|
||||
version: 4.16.19(@types/node@24.12.3)(lightningcss@1.32.0)(rollup@4.60.4)(terser@5.47.1)(typescript@5.9.3)
|
||||
|
|
@ -1426,8 +1426,8 @@ packages:
|
|||
svelte:
|
||||
optional: true
|
||||
|
||||
'@mana/marketing-kit@0.3.0':
|
||||
resolution: {integrity: sha512-Wj0cuSYwzrP3i+YJRW+SAO+4viuiwJ6fvP65C0UxdU3XKe6T3wqiUKFLZoX0A/H8Zf18SC4fpzDbkzSgwRzwqA==}
|
||||
'@mana/marketing-kit@0.4.0':
|
||||
resolution: {integrity: sha512-VT5AY6ImLHr5tPHH901YA1s343T7aeU6+PeM+6mKkPnO1FZYkkctxQsnHDjAW6ORG9nyz9KNBS4uOkbtchIowQ==}
|
||||
peerDependencies:
|
||||
astro: '>=4.0.0'
|
||||
|
||||
|
|
@ -1470,6 +1470,11 @@ packages:
|
|||
peerDependencies:
|
||||
tailwindcss: ^3.0.0 || ^4.0.0
|
||||
|
||||
'@mana/themes@0.3.1':
|
||||
resolution: {integrity: sha512-M2FG5yxtrSB5v2GH0q5onE8lhzz1N4j1LRcu62ClzV+8VRMWsCd8KtiAqX5b4te8SM9mpeNg8v6OOy3LUnQdPQ==}
|
||||
peerDependencies:
|
||||
tailwindcss: ^3.0.0 || ^4.0.0
|
||||
|
||||
'@nodable/entities@2.1.0':
|
||||
resolution: {integrity: sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==}
|
||||
|
||||
|
|
@ -5671,9 +5676,12 @@ snapshots:
|
|||
optionalDependencies:
|
||||
svelte: 5.55.5
|
||||
|
||||
'@mana/marketing-kit@0.3.0(astro@4.16.19(@types/node@24.12.3)(lightningcss@1.32.0)(rollup@4.60.4)(terser@5.47.1)(typescript@5.9.3))':
|
||||
'@mana/marketing-kit@0.4.0(astro@4.16.19(@types/node@24.12.3)(lightningcss@1.32.0)(rollup@4.60.4)(terser@5.47.1)(typescript@5.9.3))(tailwindcss@4.2.4)':
|
||||
dependencies:
|
||||
'@mana/themes': 0.3.1(tailwindcss@4.2.4)
|
||||
astro: 4.16.19(@types/node@24.12.3)(lightningcss@1.32.0)(rollup@4.60.4)(terser@5.47.1)(typescript@5.9.3)
|
||||
transitivePeerDependencies:
|
||||
- tailwindcss
|
||||
|
||||
'@mana/shared-auth-sso@0.1.0-alpha.3(svelte@5.55.5)':
|
||||
dependencies:
|
||||
|
|
@ -5713,6 +5721,10 @@ snapshots:
|
|||
dependencies:
|
||||
tailwindcss: 4.2.4
|
||||
|
||||
'@mana/themes@0.3.1(tailwindcss@4.2.4)':
|
||||
dependencies:
|
||||
tailwindcss: 4.2.4
|
||||
|
||||
'@nodable/entities@2.1.0': {}
|
||||
|
||||
'@nodelib/fs.scandir@2.1.5':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue