@xyd-js/host 0.0.0-build-05a7e9e-20250821011654 → 0.0.0-build-a445a9e-20250821104032

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -17
  2. package/app/root.tsx +1 -0
  3. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,24 +1,24 @@
1
1
  # @xyd-js/host
2
2
 
3
- ## 0.0.0-build-05a7e9e-20250821011654
3
+ ## 0.0.0-build-a445a9e-20250821104032
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - update all packages
8
8
  - Updated dependencies
9
- - @xyd-js/analytics@0.0.0-build-05a7e9e-20250821011654
10
- - @xyd-js/atlas@0.0.0-build-05a7e9e-20250821011654
11
- - @xyd-js/components@0.0.0-build-05a7e9e-20250821011654
12
- - @xyd-js/composer@0.0.0-build-05a7e9e-20250821011654
13
- - @xyd-js/content@0.0.0-build-05a7e9e-20250821011654
14
- - @xyd-js/core@0.0.0-build-05a7e9e-20250821011654
15
- - @xyd-js/framework@0.0.0-build-05a7e9e-20250821011654
16
- - @xyd-js/plugin-algolia@0.0.0-build-05a7e9e-20250821011654
17
- - @xyd-js/plugin-orama@0.0.0-build-05a7e9e-20250821011654
18
- - @xyd-js/theme-cosmo@0.0.0-build-05a7e9e-20250821011654
19
- - @xyd-js/theme-gusto@0.0.0-build-05a7e9e-20250821011654
20
- - @xyd-js/theme-opener@0.0.0-build-05a7e9e-20250821011654
21
- - @xyd-js/theme-picasso@0.0.0-build-05a7e9e-20250821011654
22
- - @xyd-js/theme-poetry@0.0.0-build-05a7e9e-20250821011654
23
- - @xyd-js/theme-solar@0.0.0-build-05a7e9e-20250821011654
24
- - @xyd-js/themes@0.0.0-build-05a7e9e-20250821011654
9
+ - @xyd-js/analytics@0.0.0-build-a445a9e-20250821104032
10
+ - @xyd-js/atlas@0.0.0-build-a445a9e-20250821104032
11
+ - @xyd-js/components@0.0.0-build-a445a9e-20250821104032
12
+ - @xyd-js/composer@0.0.0-build-a445a9e-20250821104032
13
+ - @xyd-js/content@0.0.0-build-a445a9e-20250821104032
14
+ - @xyd-js/core@0.0.0-build-a445a9e-20250821104032
15
+ - @xyd-js/framework@0.0.0-build-a445a9e-20250821104032
16
+ - @xyd-js/plugin-algolia@0.0.0-build-a445a9e-20250821104032
17
+ - @xyd-js/plugin-orama@0.0.0-build-a445a9e-20250821104032
18
+ - @xyd-js/theme-cosmo@0.0.0-build-a445a9e-20250821104032
19
+ - @xyd-js/theme-gusto@0.0.0-build-a445a9e-20250821104032
20
+ - @xyd-js/theme-opener@0.0.0-build-a445a9e-20250821104032
21
+ - @xyd-js/theme-picasso@0.0.0-build-a445a9e-20250821104032
22
+ - @xyd-js/theme-poetry@0.0.0-build-a445a9e-20250821104032
23
+ - @xyd-js/theme-solar@0.0.0-build-a445a9e-20250821104032
24
+ - @xyd-js/themes@0.0.0-build-a445a9e-20250821104032
package/app/root.tsx CHANGED
@@ -332,6 +332,7 @@ function generateColorTokens(primary: string): Record<string, string> {
332
332
  "--color-primary": primary,
333
333
  "--xyd-sidebar-item-bgcolor--active": 'color-mix(in srgb, var(--color-primary) 10%, transparent)',
334
334
  "--xyd-sidebar-item-color--active": 'var(--color-primary)',
335
+ "--xyd-sidebar-item-bgcolor--active-hover": 'var(--xyd-sidebar-item-bgcolor--active)',
335
336
  "--xyd-toc-item-color--active": 'var(--color-primary)',
336
337
  "--theme-color-primary": 'var(--color-primary)',
337
338
  "--theme-color-primary-active": 'var(--color-primary)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/host",
3
- "version": "0.0.0-build-05a7e9e-20250821011654",
3
+ "version": "0.0.0-build-a445a9e-20250821104032",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "katex": "^0.16.22",
@@ -13,22 +13,22 @@
13
13
  "@react-router/serve": "^7.7.1",
14
14
  "openux-js": "0.0.0-pre.1",
15
15
  "pluganalytics": "0.0.0-pre.3",
16
- "@xyd-js/analytics": "0.0.0-build-05a7e9e-20250821011654",
17
- "@xyd-js/core": "0.0.0-build-05a7e9e-20250821011654",
18
- "@xyd-js/components": "0.0.0-build-05a7e9e-20250821011654",
19
- "@xyd-js/content": "0.0.0-build-05a7e9e-20250821011654",
20
- "@xyd-js/framework": "0.0.0-build-05a7e9e-20250821011654",
21
- "@xyd-js/composer": "0.0.0-build-05a7e9e-20250821011654",
22
- "@xyd-js/themes": "0.0.0-build-05a7e9e-20250821011654",
23
- "@xyd-js/atlas": "0.0.0-build-05a7e9e-20250821011654",
24
- "@xyd-js/theme-poetry": "0.0.0-build-05a7e9e-20250821011654",
25
- "@xyd-js/theme-cosmo": "0.0.0-build-05a7e9e-20250821011654",
26
- "@xyd-js/theme-opener": "0.0.0-build-05a7e9e-20250821011654",
27
- "@xyd-js/theme-picasso": "0.0.0-build-05a7e9e-20250821011654",
28
- "@xyd-js/theme-gusto": "0.0.0-build-05a7e9e-20250821011654",
29
- "@xyd-js/theme-solar": "0.0.0-build-05a7e9e-20250821011654",
30
- "@xyd-js/plugin-orama": "0.0.0-build-05a7e9e-20250821011654",
31
- "@xyd-js/plugin-algolia": "0.0.0-build-05a7e9e-20250821011654"
16
+ "@xyd-js/analytics": "0.0.0-build-a445a9e-20250821104032",
17
+ "@xyd-js/core": "0.0.0-build-a445a9e-20250821104032",
18
+ "@xyd-js/components": "0.0.0-build-a445a9e-20250821104032",
19
+ "@xyd-js/content": "0.0.0-build-a445a9e-20250821104032",
20
+ "@xyd-js/framework": "0.0.0-build-a445a9e-20250821104032",
21
+ "@xyd-js/composer": "0.0.0-build-a445a9e-20250821104032",
22
+ "@xyd-js/themes": "0.0.0-build-a445a9e-20250821104032",
23
+ "@xyd-js/atlas": "0.0.0-build-a445a9e-20250821104032",
24
+ "@xyd-js/theme-poetry": "0.0.0-build-a445a9e-20250821104032",
25
+ "@xyd-js/theme-cosmo": "0.0.0-build-a445a9e-20250821104032",
26
+ "@xyd-js/theme-opener": "0.0.0-build-a445a9e-20250821104032",
27
+ "@xyd-js/theme-picasso": "0.0.0-build-a445a9e-20250821104032",
28
+ "@xyd-js/theme-gusto": "0.0.0-build-a445a9e-20250821104032",
29
+ "@xyd-js/theme-solar": "0.0.0-build-a445a9e-20250821104032",
30
+ "@xyd-js/plugin-orama": "0.0.0-build-a445a9e-20250821104032",
31
+ "@xyd-js/plugin-algolia": "0.0.0-build-a445a9e-20250821104032"
32
32
  },
33
33
  "devDependencies": {
34
34
  "autoprefixer": "^10.4.20",