@fuzdev/fuz_code 0.40.0 → 0.41.0

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/theme.css CHANGED
@@ -2,7 +2,7 @@
2
2
  .token_doctype,
3
3
  .token_cdata,
4
4
  .token_punctuation {
5
- color: var(--text_color_5);
5
+ color: var(--text_50);
6
6
  }
7
7
 
8
8
  .token_tag,
@@ -16,7 +16,7 @@
16
16
  .token_heading,
17
17
  .token_heading_punctuation,
18
18
  .token_tag_punctuation {
19
- color: var(--color_a_5);
19
+ color: var(--color_a_50);
20
20
  }
21
21
 
22
22
  .token_comment,
@@ -24,13 +24,13 @@
24
24
  .token_inserted,
25
25
  .token_blockquote,
26
26
  .token_blockquote_punctuation {
27
- color: var(--color_b_5);
27
+ color: var(--color_b_50);
28
28
  }
29
29
 
30
30
  .token_builtin,
31
31
  .token_class_name,
32
32
  .token_number {
33
- color: var(--color_j_5);
33
+ color: var(--color_j_50);
34
34
  }
35
35
 
36
36
  .token_attr_value,
@@ -39,12 +39,12 @@
39
39
  .token_template_punctuation,
40
40
  .token_inline_code,
41
41
  .token_code_punctuation {
42
- color: var(--color_h_5);
42
+ color: var(--color_h_50);
43
43
  }
44
44
 
45
45
  /* attr_equals must be after attr_value */
46
46
  .token_attr_equals {
47
- color: var(--text_color_5);
47
+ color: var(--text_50);
48
48
  }
49
49
 
50
50
  .token_selector,
@@ -52,11 +52,11 @@
52
52
  .token_regex,
53
53
  .token_important,
54
54
  .token_variable {
55
- color: var(--color_e_5);
55
+ color: var(--color_e_50);
56
56
  }
57
57
 
58
58
  .token_atrule {
59
- color: var(--color_f_5);
59
+ color: var(--color_f_50);
60
60
  }
61
61
 
62
62
  .token_attr_name,
@@ -66,18 +66,18 @@
66
66
  .token_link_text_wrapper,
67
67
  .token_link_text,
68
68
  .token_link_punctuation {
69
- color: var(--color_i_5);
69
+ color: var(--color_i_50);
70
70
  }
71
71
 
72
72
  .token_special_keyword,
73
73
  .token_namespace,
74
74
  .token_rule {
75
- color: var(--color_g_5);
75
+ color: var(--color_g_50);
76
76
  }
77
77
 
78
78
  .token_at_keyword,
79
79
  .token_url {
80
- color: var(--color_d_5);
80
+ color: var(--color_d_50);
81
81
  }
82
82
 
83
83
  .token_url {
@@ -6,7 +6,7 @@
6
6
  ::highlight(token_cdata),
7
7
  .token_punctuation,
8
8
  ::highlight(token_punctuation) {
9
- color: var(--text_color_5);
9
+ color: var(--text_50);
10
10
  }
11
11
 
12
12
  .token_tag,
@@ -31,7 +31,7 @@
31
31
  ::highlight(token_heading_punctuation),
32
32
  .token_tag_punctuation,
33
33
  ::highlight(token_tag_punctuation) {
34
- color: var(--color_a_5);
34
+ color: var(--color_a_50);
35
35
  }
36
36
 
37
37
  .token_comment,
@@ -44,7 +44,7 @@
44
44
  ::highlight(token_blockquote),
45
45
  .token_blockquote_punctuation,
46
46
  ::highlight(token_blockquote_punctuation) {
47
- color: var(--color_b_5);
47
+ color: var(--color_b_50);
48
48
  }
49
49
 
50
50
  .token_builtin,
@@ -53,7 +53,7 @@
53
53
  ::highlight(token_class_name),
54
54
  .token_number,
55
55
  ::highlight(token_number) {
56
- color: var(--color_j_5);
56
+ color: var(--color_j_50);
57
57
  }
58
58
 
59
59
  .token_attr_value,
@@ -68,13 +68,13 @@
68
68
  ::highlight(token_inline_code),
69
69
  .token_code_punctuation,
70
70
  ::highlight(token_code_punctuation) {
71
- color: var(--color_h_5);
71
+ color: var(--color_h_50);
72
72
  }
73
73
 
74
74
  /* attr_equals must be after attr_value */
75
75
  .token_attr_equals,
76
76
  ::highlight(token_attr_equals) {
77
- color: var(--text_color_5);
77
+ color: var(--text_50);
78
78
  }
79
79
 
80
80
  .token_selector,
@@ -87,12 +87,12 @@
87
87
  ::highlight(token_important),
88
88
  .token_variable,
89
89
  ::highlight(token_variable) {
90
- color: var(--color_e_5);
90
+ color: var(--color_e_50);
91
91
  }
92
92
 
93
93
  .token_atrule,
94
94
  ::highlight(token_atrule) {
95
- color: var(--color_f_5);
95
+ color: var(--color_f_50);
96
96
  }
97
97
 
98
98
  .token_attr_name,
@@ -109,7 +109,7 @@
109
109
  ::highlight(token_link_text),
110
110
  .token_link_punctuation,
111
111
  ::highlight(token_link_punctuation) {
112
- color: var(--color_i_5);
112
+ color: var(--color_i_50);
113
113
  }
114
114
 
115
115
  .token_special_keyword,
@@ -118,14 +118,14 @@
118
118
  ::highlight(token_namespace),
119
119
  .token_rule,
120
120
  ::highlight(token_rule) {
121
- color: var(--color_g_5);
121
+ color: var(--color_g_50);
122
122
  }
123
123
 
124
124
  .token_at_keyword,
125
125
  ::highlight(token_at_keyword),
126
126
  .token_url,
127
127
  ::highlight(token_url) {
128
- color: var(--color_d_5);
128
+ color: var(--color_d_50);
129
129
  }
130
130
 
131
131
  .token_url,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzdev/fuz_code",
3
- "version": "0.40.0",
3
+ "version": "0.41.0",
4
4
  "description": "syntax styling utilities and components for TypeScript, Svelte, and Markdown",
5
5
  "glyph": "🎨",
6
6
  "logo": "logo.svg",
@@ -45,15 +45,15 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@changesets/changelog-git": "^0.2.1",
48
- "@fuzdev/fuz_css": "^0.44.1",
49
- "@fuzdev/fuz_ui": "^0.178.2",
50
- "@fuzdev/fuz_util": "^0.45.3",
48
+ "@fuzdev/fuz_css": "^0.45.0",
49
+ "@fuzdev/fuz_ui": "^0.180.0",
50
+ "@fuzdev/fuz_util": "^0.48.2",
51
51
  "@ryanatkn/eslint-config": "^0.9.0",
52
- "@ryanatkn/gro": "^0.186.0",
52
+ "@ryanatkn/gro": "^0.189.3",
53
53
  "@sveltejs/adapter-static": "^3.0.10",
54
- "@sveltejs/kit": "^2.49.1",
54
+ "@sveltejs/kit": "^2.50.1",
55
55
  "@sveltejs/package": "^2.5.7",
56
- "@sveltejs/vite-plugin-svelte": "^6.2.1",
56
+ "@sveltejs/vite-plugin-svelte": "^6.2.4",
57
57
  "@types/node": "^24.10.1",
58
58
  "@webref/css": "^8.2.0",
59
59
  "eslint": "^9.39.1",
@@ -61,8 +61,8 @@
61
61
  "esm-env": "^1.2.2",
62
62
  "prettier": "^3.7.4",
63
63
  "prettier-plugin-svelte": "^3.4.1",
64
- "svelte": "^5.45.6",
65
- "svelte-check": "^4.3.4",
64
+ "svelte": "^5.48.5",
65
+ "svelte-check": "^4.3.5",
66
66
  "tslib": "^2.8.1",
67
67
  "typescript": "^5.9.3",
68
68
  "typescript-eslint": "^8.48.1",