@codemieai/code 0.0.55 → 0.0.57
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/README.md +28 -0
- package/dist/agents/core/AgentCLI.d.ts.map +1 -1
- package/dist/agents/core/AgentCLI.js +27 -2
- package/dist/agents/core/AgentCLI.js.map +1 -1
- package/dist/agents/core/BaseAgentAdapter.d.ts.map +1 -1
- package/dist/agents/core/BaseAgentAdapter.js +20 -6
- package/dist/agents/core/BaseAgentAdapter.js.map +1 -1
- package/dist/agents/core/session/ensure-session.d.ts.map +1 -1
- package/dist/agents/core/session/ensure-session.js +7 -2
- package/dist/agents/core/session/ensure-session.js.map +1 -1
- package/dist/agents/core/session/types.d.ts +1 -0
- package/dist/agents/core/session/types.d.ts.map +1 -1
- package/dist/agents/plugins/claude/claude.plugin.js +4 -4
- package/dist/agents/plugins/claude/claude.plugin.js.map +1 -1
- package/dist/agents/plugins/claude/plugin/.claude-plugin/plugin.json +1 -1
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/SKILL.md +273 -0
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/base.css +166 -0
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/buttons.css +253 -0
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/components.css +605 -0
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/forms.css +550 -0
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/layout.css +410 -0
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/tokens.css +323 -0
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/typography.css +155 -0
- package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/utilities.css +238 -0
- package/dist/agents/plugins/claude/plugin/skills/msgraph/SKILL.md +10 -8
- package/dist/agents/plugins/claude/plugin/skills/msgraph/scripts/msgraph.js +298 -149
- package/dist/cli/commands/hook.d.ts +2 -0
- package/dist/cli/commands/hook.d.ts.map +1 -1
- package/dist/cli/commands/hook.js +36 -31
- package/dist/cli/commands/hook.js.map +1 -1
- package/dist/cli/commands/setup.js +11 -1
- package/dist/cli/commands/setup.js.map +1 -1
- package/dist/providers/core/codemie-auth-helpers.d.ts +22 -0
- package/dist/providers/core/codemie-auth-helpers.d.ts.map +1 -0
- package/dist/providers/core/codemie-auth-helpers.js +118 -0
- package/dist/providers/core/codemie-auth-helpers.js.map +1 -0
- package/dist/providers/core/index.d.ts +1 -0
- package/dist/providers/core/index.d.ts.map +1 -1
- package/dist/providers/core/index.js +1 -0
- package/dist/providers/core/index.js.map +1 -1
- package/dist/providers/core/types.d.ts +4 -0
- package/dist/providers/core/types.d.ts.map +1 -1
- package/dist/providers/core/types.js.map +1 -1
- package/dist/providers/index.d.ts +2 -0
- package/dist/providers/index.d.ts.map +1 -1
- package/dist/providers/index.js +2 -0
- package/dist/providers/index.js.map +1 -1
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.auth.d.ts +11 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.auth.d.ts.map +1 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.auth.js +30 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.auth.js.map +1 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.setup-steps.d.ts +8 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.setup-steps.d.ts.map +1 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.setup-steps.js +88 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.setup-steps.js.map +1 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.template.d.ts +11 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.template.d.ts.map +1 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.template.js +119 -0
- package/dist/providers/plugins/anthropic-subscription/anthropic-subscription.template.js.map +1 -0
- package/dist/providers/plugins/anthropic-subscription/index.d.ts +9 -0
- package/dist/providers/plugins/anthropic-subscription/index.d.ts.map +1 -0
- package/dist/providers/plugins/anthropic-subscription/index.js +9 -0
- package/dist/providers/plugins/anthropic-subscription/index.js.map +1 -0
- package/dist/providers/plugins/jwt/jwt.setup-steps.js +1 -1
- package/dist/providers/plugins/jwt/jwt.setup-steps.js.map +1 -1
- package/dist/providers/plugins/sso/proxy/plugins/claude-thinking-transformer.plugin.d.ts +30 -0
- package/dist/providers/plugins/sso/proxy/plugins/claude-thinking-transformer.plugin.d.ts.map +1 -0
- package/dist/providers/plugins/sso/proxy/plugins/claude-thinking-transformer.plugin.js +111 -0
- package/dist/providers/plugins/sso/proxy/plugins/claude-thinking-transformer.plugin.js.map +1 -0
- package/dist/providers/plugins/sso/proxy/plugins/index.d.ts +2 -1
- package/dist/providers/plugins/sso/proxy/plugins/index.d.ts.map +1 -1
- package/dist/providers/plugins/sso/proxy/plugins/index.js +3 -1
- package/dist/providers/plugins/sso/proxy/plugins/index.js.map +1 -1
- package/dist/providers/plugins/sso/proxy/plugins/sso.session-sync.plugin.d.ts.map +1 -1
- package/dist/providers/plugins/sso/proxy/plugins/sso.session-sync.plugin.js +9 -7
- package/dist/providers/plugins/sso/proxy/plugins/sso.session-sync.plugin.js.map +1 -1
- package/dist/providers/plugins/sso/proxy/plugins/types.d.ts +1 -0
- package/dist/providers/plugins/sso/proxy/plugins/types.d.ts.map +1 -1
- package/dist/providers/plugins/sso/proxy/proxy-types.d.ts +2 -0
- package/dist/providers/plugins/sso/proxy/proxy-types.d.ts.map +1 -1
- package/dist/providers/plugins/sso/proxy/sso.proxy.d.ts.map +1 -1
- package/dist/providers/plugins/sso/proxy/sso.proxy.js +10 -0
- package/dist/providers/plugins/sso/proxy/sso.proxy.js.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-aggregator.js +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-aggregator.js.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-api-client.d.ts +2 -2
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-api-client.d.ts.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-api-client.js +4 -4
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-api-client.js.map +1 -1
- package/dist/providers/plugins/sso/sso.auth.d.ts +0 -4
- package/dist/providers/plugins/sso/sso.auth.d.ts.map +1 -1
- package/dist/providers/plugins/sso/sso.auth.js +3 -13
- package/dist/providers/plugins/sso/sso.auth.js.map +1 -1
- package/dist/providers/plugins/sso/sso.http-client.d.ts +3 -42
- package/dist/providers/plugins/sso/sso.http-client.d.ts.map +1 -1
- package/dist/providers/plugins/sso/sso.http-client.js +4 -75
- package/dist/providers/plugins/sso/sso.http-client.js.map +1 -1
- package/dist/providers/plugins/sso/sso.setup-steps.d.ts.map +1 -1
- package/dist/providers/plugins/sso/sso.setup-steps.js +15 -66
- package/dist/providers/plugins/sso/sso.setup-steps.js.map +1 -1
- package/dist/providers/plugins/sso/sso.template.d.ts.map +1 -1
- package/dist/providers/plugins/sso/sso.template.js +2 -1
- package/dist/providers/plugins/sso/sso.template.js.map +1 -1
- package/dist/utils/config.d.ts.map +1 -1
- package/dist/utils/config.js +17 -0
- package/dist/utils/config.js.map +1 -1
- package/dist/utils/processes.d.ts +9 -0
- package/dist/utils/processes.d.ts.map +1 -1
- package/dist/utils/processes.js +21 -0
- package/dist/utils/processes.js.map +1 -1
- package/package.json +3 -3
package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/tokens.css
ADDED
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CodeMie Design Tokens
|
|
3
|
+
* CSS Custom Properties for the CodeMie UI design system.
|
|
4
|
+
* Dark theme is default. Add class="light" to <html> for light mode.
|
|
5
|
+
*
|
|
6
|
+
* Source: tailwind.config.ts + component analysis from codemie-ui-next
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/* ============================================================
|
|
10
|
+
FONT IMPORT
|
|
11
|
+
============================================================ */
|
|
12
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap');
|
|
13
|
+
|
|
14
|
+
/* ============================================================
|
|
15
|
+
GLOBAL SCALE (theme-independent)
|
|
16
|
+
============================================================ */
|
|
17
|
+
:root {
|
|
18
|
+
/* --- Typography --- */
|
|
19
|
+
--font-sans: 'Inter', 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
|
|
20
|
+
--font-mono: 'JetBrains Mono', 'GeistMono', 'Fira Code', 'Courier New', monospace;
|
|
21
|
+
|
|
22
|
+
--text-xs-1: 0.625rem; /* 10px */
|
|
23
|
+
--text-xs: 0.75rem; /* 12px */
|
|
24
|
+
--text-sm-1: 0.813rem; /* 13px */
|
|
25
|
+
--text-sm: 0.875rem; /* 14px */
|
|
26
|
+
--text-base: 1rem; /* 16px */
|
|
27
|
+
--text-h1: 2rem; /* 32px */
|
|
28
|
+
--text-h2: 1.5rem; /* 24px */
|
|
29
|
+
--text-h3: 1rem; /* 16px */
|
|
30
|
+
--text-h4: 0.875rem; /* 14px */
|
|
31
|
+
--text-h5: 0.75rem; /* 12px */
|
|
32
|
+
|
|
33
|
+
--lh-h1: 2rem; /* 32px */
|
|
34
|
+
--lh-h2: 1.5rem; /* 24px */
|
|
35
|
+
--lh-h3: 1.3125rem; /* 21px */
|
|
36
|
+
--lh-h4: 1.125rem; /* 18px */
|
|
37
|
+
--lh-h5: 1rem; /* 16px */
|
|
38
|
+
|
|
39
|
+
/* --- Border Radius --- */
|
|
40
|
+
--radius-sm: 4px;
|
|
41
|
+
--radius-md: 6px;
|
|
42
|
+
--radius-lg: 8px;
|
|
43
|
+
--radius-xl: 12px;
|
|
44
|
+
--radius-2xl: 16px;
|
|
45
|
+
--radius-full: 9999px;
|
|
46
|
+
|
|
47
|
+
/* --- Spacing --- */
|
|
48
|
+
--space-0-5: 0.125rem; /* 2px */
|
|
49
|
+
--space-1: 0.25rem; /* 4px */
|
|
50
|
+
--space-1-5: 0.375rem; /* 6px */
|
|
51
|
+
--space-2: 0.5rem; /* 8px */
|
|
52
|
+
--space-2-5: 0.625rem; /* 10px */
|
|
53
|
+
--space-3: 0.75rem; /* 12px */
|
|
54
|
+
--space-4: 1rem; /* 16px */
|
|
55
|
+
--space-5: 1.25rem; /* 20px */
|
|
56
|
+
--space-6: 1.5rem; /* 24px */
|
|
57
|
+
--space-8: 2rem; /* 32px */
|
|
58
|
+
|
|
59
|
+
/* --- Shadows (dark-friendly defaults) --- */
|
|
60
|
+
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
61
|
+
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
|
|
62
|
+
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.6), 0 4px 6px -4px rgba(0, 0, 0, 0.4);
|
|
63
|
+
--shadow-sidebar: -1px 0 0 0 rgba(255, 255, 255, 0.1);
|
|
64
|
+
|
|
65
|
+
/* --- Transitions --- */
|
|
66
|
+
--transition-fast: 120ms ease;
|
|
67
|
+
--transition-base: 200ms ease;
|
|
68
|
+
--transition-slow: 300ms ease;
|
|
69
|
+
|
|
70
|
+
/* --- Layout --- */
|
|
71
|
+
--navbar-width: 72px;
|
|
72
|
+
--navbar-width-expanded: 196px;
|
|
73
|
+
--sidebar-width: 308px;
|
|
74
|
+
--layout-header-height: 56px;
|
|
75
|
+
--card-height: 158px;
|
|
76
|
+
|
|
77
|
+
/* --- Z-index --- */
|
|
78
|
+
--z-dropdown: 30;
|
|
79
|
+
--z-sticky: 40;
|
|
80
|
+
--z-modal: 50;
|
|
81
|
+
--z-toast: 60;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/* ============================================================
|
|
85
|
+
DARK THEME (default)
|
|
86
|
+
============================================================ */
|
|
87
|
+
:root,
|
|
88
|
+
:root.dark {
|
|
89
|
+
|
|
90
|
+
/* --- Surface / Background --- */
|
|
91
|
+
--color-bg-page: #1A1A1A; /* Main page background */
|
|
92
|
+
--color-bg-sidebar: #151515; /* Sidebar & card backgrounds */
|
|
93
|
+
--color-bg-card: #151515; /* Card surface */
|
|
94
|
+
--color-bg-nav: #000000; /* Navigation rail */
|
|
95
|
+
--color-bg-elevated: #2E2E2E; /* Modals, dropdowns, popovers */
|
|
96
|
+
--color-bg-secondary: #212224; /* Secondary panels */
|
|
97
|
+
--color-bg-tertiary: #2E3033; /* Tertiary areas */
|
|
98
|
+
--color-bg-quaternary: #333436; /* Table headers, input prefix */
|
|
99
|
+
--color-bg-hover: #212224; /* Interactive hover state */
|
|
100
|
+
--color-bg-hover-strong: #333436; /* Stronger hover */
|
|
101
|
+
--color-bg-input: #1A1A1A; /* Input & textarea background */
|
|
102
|
+
--color-bg-input-prefix: #333436; /* Input side label */
|
|
103
|
+
--color-bg-btn-primary: #20222E; /* Primary button background */
|
|
104
|
+
--color-bg-btn-primary-h: #262941; /* Primary button hover */
|
|
105
|
+
--color-bg-pagination-active: #212224;
|
|
106
|
+
|
|
107
|
+
/* --- Text --- */
|
|
108
|
+
--color-text-primary: #FFFFFF; /* Main body text */
|
|
109
|
+
--color-text-secondary: #F2F0EF; /* Secondary text */
|
|
110
|
+
--color-text-tertiary: #CCCCCC; /* Tertiary / subdued */
|
|
111
|
+
--color-text-muted: #BBBBBB; /* Labels, captions */
|
|
112
|
+
--color-text-placeholder: #CCCCCC; /* Input placeholder */
|
|
113
|
+
--color-text-link: #F2F0EF; /* Links in dark mode */
|
|
114
|
+
--color-text-link-hover: #F2F0EF;
|
|
115
|
+
--color-text-inverse: #FFFFFF; /* Text on colored backgrounds */
|
|
116
|
+
--color-text-heading: #BBBBBB; /* Section headings */
|
|
117
|
+
--color-text-nav: #CCCCCC; /* Navigation labels */
|
|
118
|
+
|
|
119
|
+
/* --- Borders --- */
|
|
120
|
+
--color-border-primary: #333436; /* Default border */
|
|
121
|
+
--color-border-secondary: #47484A; /* Hover/focus border */
|
|
122
|
+
--color-border-structural: #333436; /* Layout dividers */
|
|
123
|
+
--color-border-subtle: #4C4C4C; /* Very subtle border */
|
|
124
|
+
--color-border-accent: #FFFFFF; /* Accent / active border */
|
|
125
|
+
--color-border-focus: #FFFFFF; /* Focus ring */
|
|
126
|
+
--color-border-error: #F9303C; /* Error state border */
|
|
127
|
+
--color-border-panel: #333436; /* Panel outlines */
|
|
128
|
+
--color-border-btn-secondary: #333436;
|
|
129
|
+
--color-border-btn-secondary-h: transparent;
|
|
130
|
+
|
|
131
|
+
/* --- Icons --- */
|
|
132
|
+
--color-icon-primary: #FFFFFF;
|
|
133
|
+
--color-icon-secondary: #CCCCCC;
|
|
134
|
+
--color-icon-tertiary: #999999;
|
|
135
|
+
--color-icon-error: #F9303C;
|
|
136
|
+
|
|
137
|
+
/* --- Semantic Colors --- */
|
|
138
|
+
--color-success: #259F4C;
|
|
139
|
+
--color-success-bg: #1B271F;
|
|
140
|
+
--color-success-border: #259F4C;
|
|
141
|
+
--color-success-text: #259F4C;
|
|
142
|
+
|
|
143
|
+
--color-error: #F9303C;
|
|
144
|
+
--color-error-bg: #262121;
|
|
145
|
+
--color-error-border: #FE3B4C;
|
|
146
|
+
--color-error-text: #FE3B4C;
|
|
147
|
+
|
|
148
|
+
--color-warning: #F5A534;
|
|
149
|
+
--color-warning-bg: #492B00;
|
|
150
|
+
--color-warning-border: #663B00;
|
|
151
|
+
--color-warning-text: #F5A534;
|
|
152
|
+
|
|
153
|
+
--color-info: #2297F6;
|
|
154
|
+
--color-info-bg: #002442;
|
|
155
|
+
--color-info-border: #003A69;
|
|
156
|
+
--color-info-text: #2297F6;
|
|
157
|
+
|
|
158
|
+
--color-purple: #C084FC;
|
|
159
|
+
--color-purple-bg: #2D1B3D;
|
|
160
|
+
--color-purple-border: #2D1B3D;
|
|
161
|
+
--color-purple-text: #F3E8FF;
|
|
162
|
+
|
|
163
|
+
--color-cyan: #06B6D4;
|
|
164
|
+
--color-cyan-bg: #003942;
|
|
165
|
+
--color-cyan-border: #005866;
|
|
166
|
+
|
|
167
|
+
/* --- Status Badges --- */
|
|
168
|
+
--status-not-started-text: #A0A0A0;
|
|
169
|
+
--status-not-started-bg: #333333;
|
|
170
|
+
--status-not-started-border: #4C4C4C;
|
|
171
|
+
|
|
172
|
+
--status-in-progress-text: #2297F6;
|
|
173
|
+
--status-in-progress-bg: #002442;
|
|
174
|
+
--status-in-progress-border: #003A69;
|
|
175
|
+
|
|
176
|
+
--status-pending-text: #06B6D4;
|
|
177
|
+
--status-pending-bg: #003942;
|
|
178
|
+
--status-pending-border: #005866;
|
|
179
|
+
|
|
180
|
+
--status-success-text: #259F4C;
|
|
181
|
+
--status-success-bg: #1B271F;
|
|
182
|
+
--status-success-border: #259F4C;
|
|
183
|
+
|
|
184
|
+
--status-error-text: #FE3B4C;
|
|
185
|
+
--status-error-bg: #262121;
|
|
186
|
+
--status-error-border: #FE3B4C;
|
|
187
|
+
|
|
188
|
+
--status-warning-text: #F5A534;
|
|
189
|
+
--status-warning-bg: #492B00;
|
|
190
|
+
--status-warning-border: #663B00;
|
|
191
|
+
|
|
192
|
+
--status-advanced-text: #C084FC;
|
|
193
|
+
--status-advanced-bg: #2D1B3D;
|
|
194
|
+
--status-advanced-border: #2D1B3D;
|
|
195
|
+
|
|
196
|
+
/* --- Gradients --- */
|
|
197
|
+
--gradient-primary-btn: linear-gradient(90deg, #672D92, #547CCC);
|
|
198
|
+
--gradient-brand: linear-gradient(152deg, #0078C2, #0047FF, #8453D2);
|
|
199
|
+
--gradient-magical: linear-gradient(90deg, #672D92, #5677C8);
|
|
200
|
+
--gradient-purple-radial: radial-gradient(271.77% 163.1% at 50% -10.71%, #200E32 0%, #9E00FF 75.14%, #EC56FF 100%);
|
|
201
|
+
--gradient-switch-off: linear-gradient(to right, #BBB, #666);
|
|
202
|
+
--gradient-switch-on: linear-gradient(to right, #672C92, #547CCC);
|
|
203
|
+
|
|
204
|
+
/* --- Primitive Palette (for swatch display) --- */
|
|
205
|
+
--blue-25: #F1F8FF; --blue-50: #D5E7FC; --blue-100: #B2D7FF;
|
|
206
|
+
--blue-300: #2297F6; --blue-400: #007AFF; --blue-500: #4E32FF;
|
|
207
|
+
--blue-550: #0C4DAF; --blue-600: #003A69; --blue-800: #002442;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/* ============================================================
|
|
211
|
+
LIGHT THEME
|
|
212
|
+
Apply class="light" to <html> or <body>
|
|
213
|
+
============================================================ */
|
|
214
|
+
.light {
|
|
215
|
+
--color-bg-page: #F9F9F9;
|
|
216
|
+
--color-bg-sidebar: #FBFBFB;
|
|
217
|
+
--color-bg-card: #FFFFFF;
|
|
218
|
+
--color-bg-nav: #FBFBFB;
|
|
219
|
+
--color-bg-elevated: #FFFFFF;
|
|
220
|
+
--color-bg-secondary: #FFFFFF;
|
|
221
|
+
--color-bg-tertiary: #FBFBFB;
|
|
222
|
+
--color-bg-quaternary: #B2D7FF;
|
|
223
|
+
--color-bg-hover: #D5E7FC;
|
|
224
|
+
--color-bg-hover-strong: #D5E7FC;
|
|
225
|
+
--color-bg-input: #FFFFFF;
|
|
226
|
+
--color-bg-input-prefix: #EEEEEE;
|
|
227
|
+
--color-bg-btn-primary: #D5E7FC;
|
|
228
|
+
--color-bg-btn-primary-h: #B2D7FF;
|
|
229
|
+
--color-bg-pagination-active: #D5E7FC;
|
|
230
|
+
|
|
231
|
+
--color-text-primary: #333333;
|
|
232
|
+
--color-text-secondary: #333333;
|
|
233
|
+
--color-text-tertiary: #333333;
|
|
234
|
+
--color-text-muted: #666666;
|
|
235
|
+
--color-text-placeholder: #999999;
|
|
236
|
+
--color-text-link: #007AFF;
|
|
237
|
+
--color-text-link-hover: #0C4DAF;
|
|
238
|
+
--color-text-inverse: #FFFFFF;
|
|
239
|
+
--color-text-heading: #007AFF;
|
|
240
|
+
--color-text-nav: #FFFFFF;
|
|
241
|
+
|
|
242
|
+
--color-border-primary: #CCCCCC;
|
|
243
|
+
--color-border-secondary: #BBBBBB;
|
|
244
|
+
--color-border-structural: #E5E5E5;
|
|
245
|
+
--color-border-subtle: #999999;
|
|
246
|
+
--color-border-accent: #007AFF;
|
|
247
|
+
--color-border-focus: #000000;
|
|
248
|
+
--color-border-error: #F9303C;
|
|
249
|
+
--color-border-panel: #E5E5E5;
|
|
250
|
+
--color-border-btn-secondary: transparent;
|
|
251
|
+
--color-border-btn-secondary-h: #007AFF;
|
|
252
|
+
|
|
253
|
+
--color-icon-primary: #666666;
|
|
254
|
+
--color-icon-secondary: #333333;
|
|
255
|
+
--color-icon-tertiary: #707070;
|
|
256
|
+
--color-icon-error: #F9303C;
|
|
257
|
+
|
|
258
|
+
--color-success: #259F4C;
|
|
259
|
+
--color-success-bg: #E6F7E6;
|
|
260
|
+
--color-success-border: #259F4C;
|
|
261
|
+
--color-success-text: #259F4C;
|
|
262
|
+
|
|
263
|
+
--color-error: #F9303C;
|
|
264
|
+
--color-error-bg: #F0E2E3;
|
|
265
|
+
--color-error-border: #FE3B4C;
|
|
266
|
+
--color-error-text: #FE3B4C;
|
|
267
|
+
|
|
268
|
+
--color-warning: #F5A534;
|
|
269
|
+
--color-warning-bg: #FAF2E7;
|
|
270
|
+
--color-warning-border: #F5A534;
|
|
271
|
+
--color-warning-text: #F5A534;
|
|
272
|
+
|
|
273
|
+
--color-info: #2297F6;
|
|
274
|
+
--color-info-bg: #D5E7FC;
|
|
275
|
+
--color-info-border: #2297F6;
|
|
276
|
+
--color-info-text: #2297F6;
|
|
277
|
+
|
|
278
|
+
--color-purple: #8B5CF6;
|
|
279
|
+
--color-purple-bg: #F3E8FF;
|
|
280
|
+
--color-purple-border: #F3E8FF;
|
|
281
|
+
--color-purple-text: #C084FC;
|
|
282
|
+
|
|
283
|
+
--color-cyan: #06B6D4;
|
|
284
|
+
--color-cyan-bg: #DFFAFF;
|
|
285
|
+
--color-cyan-border: #005866;
|
|
286
|
+
|
|
287
|
+
--status-not-started-text: #A0A0A0;
|
|
288
|
+
--status-not-started-bg: #EEEEEE;
|
|
289
|
+
--status-not-started-border: #999999;
|
|
290
|
+
|
|
291
|
+
--status-in-progress-text: #2297F6;
|
|
292
|
+
--status-in-progress-bg: #D5E7FC;
|
|
293
|
+
--status-in-progress-border: #2297F6;
|
|
294
|
+
|
|
295
|
+
--status-pending-text: #06B6D4;
|
|
296
|
+
--status-pending-bg: #DFFAFF;
|
|
297
|
+
--status-pending-border: #06B6D4;
|
|
298
|
+
|
|
299
|
+
--status-success-text: #259F4C;
|
|
300
|
+
--status-success-bg: #E6F7E6;
|
|
301
|
+
--status-success-border: #259F4C;
|
|
302
|
+
|
|
303
|
+
--status-error-text: #FE3B4C;
|
|
304
|
+
--status-error-bg: #F0E2E3;
|
|
305
|
+
--status-error-border: #FE3B4C;
|
|
306
|
+
|
|
307
|
+
--status-warning-text: #F5A534;
|
|
308
|
+
--status-warning-bg: #FAF2E7;
|
|
309
|
+
--status-warning-border: #F5A534;
|
|
310
|
+
|
|
311
|
+
--status-advanced-text: #8B5CF6;
|
|
312
|
+
--status-advanced-bg: #F3E8FF;
|
|
313
|
+
--status-advanced-border: #C084FC;
|
|
314
|
+
|
|
315
|
+
--gradient-primary-btn: linear-gradient(90deg, #3676f7, #cc22f2);
|
|
316
|
+
--gradient-magical: linear-gradient(90deg, #3676f7, #cc22f2);
|
|
317
|
+
--gradient-switch-off: linear-gradient(to right, #fff, #fff);
|
|
318
|
+
--gradient-switch-on: linear-gradient(to right, #007AFF, #007AFF);
|
|
319
|
+
|
|
320
|
+
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
|
|
321
|
+
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
|
|
322
|
+
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.08);
|
|
323
|
+
}
|
package/dist/agents/plugins/claude/plugin/skills/codemie-html-report/style-guide/css/typography.css
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CodeMie Typography
|
|
3
|
+
* Headings, text scales, font utilities.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/* ============================================================
|
|
7
|
+
HEADINGS
|
|
8
|
+
============================================================ */
|
|
9
|
+
h1, .h1 {
|
|
10
|
+
font-size: var(--text-h1);
|
|
11
|
+
line-height: var(--lh-h1);
|
|
12
|
+
font-weight: 700;
|
|
13
|
+
color: var(--color-text-primary);
|
|
14
|
+
letter-spacing: -0.02em;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
h2, .h2 {
|
|
18
|
+
font-size: var(--text-h2);
|
|
19
|
+
line-height: var(--lh-h2);
|
|
20
|
+
font-weight: 600;
|
|
21
|
+
color: var(--color-text-primary);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
h3, .h3 {
|
|
25
|
+
font-size: var(--text-h3);
|
|
26
|
+
line-height: var(--lh-h3);
|
|
27
|
+
font-weight: 600;
|
|
28
|
+
color: var(--color-text-primary);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
h4, .h4 {
|
|
32
|
+
font-size: var(--text-h4);
|
|
33
|
+
line-height: var(--lh-h4);
|
|
34
|
+
font-weight: 600;
|
|
35
|
+
color: var(--color-text-primary);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
h5, .h5 {
|
|
39
|
+
font-size: var(--text-h5);
|
|
40
|
+
line-height: var(--lh-h5);
|
|
41
|
+
font-weight: 600;
|
|
42
|
+
color: var(--color-text-primary);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
h6, .h6 {
|
|
46
|
+
font-size: var(--text-xs);
|
|
47
|
+
line-height: 1.4;
|
|
48
|
+
font-weight: 600;
|
|
49
|
+
color: var(--color-text-muted);
|
|
50
|
+
text-transform: uppercase;
|
|
51
|
+
letter-spacing: 0.05em;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* Section label (used above section headings) */
|
|
55
|
+
.section-label {
|
|
56
|
+
font-size: var(--text-xs);
|
|
57
|
+
font-weight: 600;
|
|
58
|
+
color: var(--color-text-heading);
|
|
59
|
+
text-transform: uppercase;
|
|
60
|
+
letter-spacing: 0.05em;
|
|
61
|
+
margin-bottom: var(--space-2);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* ============================================================
|
|
65
|
+
TEXT SIZE UTILITIES
|
|
66
|
+
============================================================ */
|
|
67
|
+
.text-2xl { font-size: 1.5rem; }
|
|
68
|
+
.text-xl { font-size: 1.25rem; }
|
|
69
|
+
.text-lg { font-size: 1.125rem; }
|
|
70
|
+
.text-base { font-size: var(--text-base); }
|
|
71
|
+
.text-sm { font-size: var(--text-sm); }
|
|
72
|
+
.text-sm-1 { font-size: var(--text-sm-1); }
|
|
73
|
+
.text-xs { font-size: var(--text-xs); }
|
|
74
|
+
.text-xs-1 { font-size: var(--text-xs-1); }
|
|
75
|
+
|
|
76
|
+
/* ============================================================
|
|
77
|
+
FONT WEIGHT UTILITIES
|
|
78
|
+
============================================================ */
|
|
79
|
+
.font-normal { font-weight: 400; }
|
|
80
|
+
.font-medium { font-weight: 500; }
|
|
81
|
+
.font-semibold { font-weight: 600; }
|
|
82
|
+
.font-bold { font-weight: 700; }
|
|
83
|
+
|
|
84
|
+
/* ============================================================
|
|
85
|
+
TEXT COLOR UTILITIES
|
|
86
|
+
============================================================ */
|
|
87
|
+
.text-primary { color: var(--color-text-primary); }
|
|
88
|
+
.text-secondary { color: var(--color-text-secondary); }
|
|
89
|
+
.text-tertiary { color: var(--color-text-tertiary); }
|
|
90
|
+
.text-muted { color: var(--color-text-muted); }
|
|
91
|
+
.text-link { color: var(--color-text-link); }
|
|
92
|
+
.text-inverse { color: var(--color-text-inverse); }
|
|
93
|
+
|
|
94
|
+
.text-success { color: var(--color-success-text); }
|
|
95
|
+
.text-error { color: var(--color-error-text); }
|
|
96
|
+
.text-warning { color: var(--color-warning-text); }
|
|
97
|
+
.text-info { color: var(--color-info-text); }
|
|
98
|
+
|
|
99
|
+
/* ============================================================
|
|
100
|
+
TEXT STYLE UTILITIES
|
|
101
|
+
============================================================ */
|
|
102
|
+
.uppercase { text-transform: uppercase; }
|
|
103
|
+
.capitalize { text-transform: capitalize; }
|
|
104
|
+
.lowercase { text-transform: lowercase; }
|
|
105
|
+
|
|
106
|
+
.truncate {
|
|
107
|
+
overflow: hidden;
|
|
108
|
+
text-overflow: ellipsis;
|
|
109
|
+
white-space: nowrap;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.line-clamp-2 {
|
|
113
|
+
display: -webkit-box;
|
|
114
|
+
-webkit-line-clamp: 2;
|
|
115
|
+
-webkit-box-orient: vertical;
|
|
116
|
+
overflow: hidden;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.line-clamp-3 {
|
|
120
|
+
display: -webkit-box;
|
|
121
|
+
-webkit-line-clamp: 3;
|
|
122
|
+
-webkit-box-orient: vertical;
|
|
123
|
+
overflow: hidden;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.nowrap { white-space: nowrap; }
|
|
127
|
+
.text-left { text-align: left; }
|
|
128
|
+
.text-center { text-align: center; }
|
|
129
|
+
.text-right { text-align: right; }
|
|
130
|
+
|
|
131
|
+
/* ============================================================
|
|
132
|
+
PARAGRAPH
|
|
133
|
+
============================================================ */
|
|
134
|
+
p {
|
|
135
|
+
color: var(--color-text-secondary);
|
|
136
|
+
font-size: var(--text-sm);
|
|
137
|
+
line-height: 1.6;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
p + p {
|
|
141
|
+
margin-top: var(--space-3);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/* Caption / helper text */
|
|
145
|
+
.caption {
|
|
146
|
+
font-size: var(--text-xs);
|
|
147
|
+
color: var(--color-text-muted);
|
|
148
|
+
line-height: 1.4;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Monospace inline text */
|
|
152
|
+
.mono {
|
|
153
|
+
font-family: var(--font-mono);
|
|
154
|
+
font-size: 0.9em;
|
|
155
|
+
}
|