@surf-kit/tokens 0.1.2 → 0.2.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/LICENSE CHANGED
@@ -1,12 +1,184 @@
1
- Copyright (c) 2026 surf-kit contributors
2
-
3
- Permission to use, copy, modify, and/or distribute this software for any
4
- purpose with or without fee is hereby granted.
5
-
6
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
7
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
9
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
11
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12
- PERFORMANCE OF THIS SOFTWARE.
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship made available under
36
+ the License, as indicated by a copyright notice that is included in
37
+ or attached to the work (an example is provided in the Appendix below).
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other modifications
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean, as submitted to the Licensor for inclusion
48
+ in the Work by the copyright owner or by an individual or Legal Entity
49
+ authorized to submit on behalf of the copyright owner. For the purposes
50
+ of this definition, "submitted" means any form of electronic, verbal,
51
+ or written communication sent to the Licensor or its representatives,
52
+ including but not limited to communication on electronic mailing lists,
53
+ source code control systems, and issue tracking systems that are managed
54
+ by, or on behalf of, the Licensor for the purpose of discussing and
55
+ improving the Work, but excluding communication that is conspicuously
56
+ marked or otherwise designated in writing by the copyright owner as
57
+ "Not a Contribution."
58
+
59
+ "Contributor" shall mean Licensor and any Legal Entity on behalf of
60
+ whom a Contribution has been received by the Licensor and subsequently
61
+ incorporated within the Work.
62
+
63
+ 2. Grant of Copyright License. Subject to the terms and conditions of
64
+ this License, each Contributor hereby grants to You a perpetual,
65
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
66
+ copyright license to reproduce, prepare Derivative Works of,
67
+ publicly display, publicly perform, sublicense, and distribute the
68
+ Work and such Derivative Works in Source or Object form.
69
+
70
+ 3. Grant of Patent License. Subject to the terms and conditions of
71
+ this License, each Contributor hereby grants to You a perpetual,
72
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
73
+ (except as stated in this section) patent license to make, have made,
74
+ use, offer to sell, sell, import, and otherwise transfer the Work,
75
+ where such license applies only to those patent claims licensable
76
+ by such Contributor that are necessarily infringed by their
77
+ Contribution(s) alone or by combination of their Contribution(s)
78
+ with the Work to which such Contribution(s) was submitted. If You
79
+ institute patent litigation against any entity (including a cross-claim
80
+ or counterclaim in a lawsuit) alleging that the Work or any
81
+ Contribution embodied within the Work constitutes direct or
82
+ contributory patent infringement, then any patent licenses granted to
83
+ You under this License for that Work shall terminate as of the date
84
+ such litigation is filed.
85
+
86
+ 4. Redistribution. You may reproduce and distribute copies of the
87
+ Work or Derivative Works thereof in any medium, with or without
88
+ modifications, and in Source or Object form, provided that You
89
+ meet the following conditions:
90
+
91
+ (a) You must give any other recipients of the Work or
92
+ Derivative Works a copy of this License; and
93
+
94
+ (b) You must cause any modified files to carry prominent notices
95
+ stating that You changed the files; and
96
+
97
+ (c) You must retain, in the Source form of any Derivative Works
98
+ that You distribute, all copyright, patent, trademark, and
99
+ attribution notices from the Source form of the Work,
100
+ excluding those notices that do not pertain to any part of
101
+ the Derivative Works; and
102
+
103
+ (d) If the Work includes a "NOTICE" text file as part of its
104
+ distribution, You must include a readable copy of the
105
+ attribution notices contained within such NOTICE file, in
106
+ at least one of the following places: within a NOTICE text
107
+ file distributed as part of the Derivative Works; within
108
+ the Source form or documentation, if provided along with the
109
+ Derivative Works; or, within a display generated by the
110
+ Derivative Works, if and wherever such third-party notices
111
+ normally appear. The contents of the NOTICE file are for
112
+ informational purposes only and do not modify the License.
113
+ You may add Your own attribution notices within Derivative
114
+ Works that You distribute, alongside or as an addendum to
115
+ the NOTICE text from the Work, provided that such additional
116
+ attribution notices cannot be construed as modifying the License.
117
+
118
+ You may add Your own license statement for Your modifications and
119
+ may provide additional grant of rights to use, copy, modify, merge,
120
+ publish, distribute, sublicense, and/or sell copies of the Work,
121
+ and to permit persons to whom the Work is furnished to do so,
122
+ subject to the following conditions.
123
+
124
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
125
+ any Contribution intentionally submitted for inclusion in the Work
126
+ by You to the Licensor shall be under the terms and conditions of
127
+ this License, without any additional terms or conditions.
128
+ Notwithstanding the above, nothing herein shall supersede or modify
129
+ the terms of any separate license agreement you may have executed
130
+ with Licensor regarding such Contributions.
131
+
132
+ 6. Trademarks. This License does not grant permission to use the trade
133
+ names, trademarks, service marks, or product names of the Licensor,
134
+ except as required for reasonable and customary use in describing the
135
+ origin of the Work and reproducing the content of the NOTICE file.
136
+
137
+ 7. Disclaimer of Warranty. Unless required by applicable law or
138
+ agreed to in writing, Licensor provides the Work (and each
139
+ Contributor provides its Contributions) on an "AS IS" BASIS,
140
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
141
+ implied, including, without limitation, any warranties or conditions
142
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
143
+ PARTICULAR PURPOSE. You are solely responsible for determining the
144
+ appropriateness of using or redistributing the Work and assume any
145
+ risks associated with Your exercise of permissions under this License.
146
+
147
+ 8. Limitation of Liability. In no event and under no legal theory,
148
+ whether in tort (including negligence), contract, or otherwise,
149
+ unless required by applicable law (such as deliberate and grossly
150
+ negligent acts) or agreed to in writing, shall any Contributor be
151
+ liable to You for damages, including any direct, indirect, special,
152
+ incidental, or exemplary damages of any character arising as a
153
+ result of this License or out of the use or inability to use the
154
+ Work (including but not limited to damages for loss of goodwill,
155
+ work stoppage, computer failure or malfunction, or all other
156
+ commercial damages or losses), even if such Contributor has been
157
+ advised of the possibility of such damages.
158
+
159
+ 9. Accepting Warranty or Additional Liability. While redistributing
160
+ the Work or Derivative Works thereof, You may choose to offer,
161
+ and charge a fee for, acceptance of support, warranty, indemnity,
162
+ or other liability obligations and/or rights consistent with this
163
+ License. However, in accepting such obligations, You may act only
164
+ on Your own behalf and on Your sole responsibility, not on behalf
165
+ of any other Contributor, and only if You agree to indemnify,
166
+ defend, and hold each Contributor harmless for any liability
167
+ incurred by, or claims asserted against, such Contributor by reason
168
+ of your accepting any such warranty or additional liability.
169
+
170
+ END OF TERMS AND CONDITIONS
171
+
172
+ Copyright 2026 surf-kit contributors
173
+
174
+ Licensed under the Apache License, Version 2.0 (the "License");
175
+ you may not use this file except in compliance with the License.
176
+ You may obtain a copy of the License at
177
+
178
+ http://www.apache.org/licenses/LICENSE-2.0
179
+
180
+ Unless required by applicable law or agreed to in writing, software
181
+ distributed under the License is distributed on an "AS IS" BASIS,
182
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
183
+ See the License for the specific language governing permissions and
184
+ limitations under the License.
package/README.md CHANGED
@@ -54,4 +54,4 @@ Three CSS builds are generated:
54
54
 
55
55
  ## License
56
56
 
57
- [0BSD](./LICENSE)
57
+ [Apache-2.0](./LICENSE)
@@ -68,6 +68,7 @@
68
68
  --surf-color-status-error: #e81152;
69
69
  --surf-color-status-error-subtle: rgba(232, 17, 82, 0.1);
70
70
  --surf-color-status-info: #0091a5;
71
+ --surf-color-status-info-subtle: rgba(0, 145, 165, 0.15);
71
72
  --surf-spacing-1: 4px;
72
73
  --surf-spacing-2: 8px;
73
74
  --surf-spacing-3: 12px;
@@ -53,21 +53,22 @@
53
53
  --surf-color-text-secondary: #b0b0b0;
54
54
  --surf-color-text-muted: #6b6b6b;
55
55
  --surf-color-text-inverse: #3c3c3c;
56
- --surf-color-accent-primary: #0099a8;
57
- --surf-color-accent-primary-hover: #007f8c;
58
- --surf-color-accent-primary-active: #006673;
59
- --surf-color-accent-primary-subtle: #e0f5f7;
60
- --surf-color-accent-primary-subtlest: #f0fafb;
56
+ --surf-color-accent-primary: #66c2cc;
57
+ --surf-color-accent-primary-hover: #0099a8;
58
+ --surf-color-accent-primary-active: #007f8c;
59
+ --surf-color-accent-primary-subtle: rgba(0, 153, 168, 0.15);
60
+ --surf-color-accent-primary-subtlest: rgba(0, 153, 168, 0.08);
61
61
  --surf-color-border-default: #404040;
62
62
  --surf-color-border-strong: #555555;
63
63
  --surf-color-border-interactive: #0099a8;
64
64
  --surf-color-status-success: #8dc21f;
65
- --surf-color-status-success-subtle: #f0f8e0;
65
+ --surf-color-status-success-subtle: rgba(141, 194, 31, 0.15);
66
66
  --surf-color-status-warning: #f8b800;
67
- --surf-color-status-warning-subtle: #fef5e0;
67
+ --surf-color-status-warning-subtle: rgba(248, 184, 0, 0.15);
68
68
  --surf-color-status-error: #e8175d;
69
- --surf-color-status-error-subtle: #fde8ef;
69
+ --surf-color-status-error-subtle: rgba(232, 23, 93, 0.15);
70
70
  --surf-color-status-info: #5bc8f5;
71
+ --surf-color-status-info-subtle: rgba(91, 200, 245, 0.15);
71
72
  --surf-spacing-1: 4px;
72
73
  --surf-spacing-2: 8px;
73
74
  --surf-spacing-3: 12px;
@@ -119,28 +120,28 @@
119
120
  --surf-easing-in: cubic-bezier(0.4, 0, 1, 1);
120
121
  --surf-easing-out: cubic-bezier(0, 0, 0.2, 1);
121
122
  --surf-easing-in-out: cubic-bezier(0.4, 0, 0.2, 1);
122
- --surf-button-bg-primary: #0099a8;
123
- --surf-button-bg-primary-hover: #007f8c;
123
+ --surf-button-bg-primary: #66c2cc;
124
+ --surf-button-bg-primary-hover: #0099a8;
124
125
  --surf-button-text-primary: #ffffff;
125
126
  --surf-button-radius: 8px;
126
127
  --surf-input-border: #404040;
127
128
  --surf-input-border-focus: #0099a8;
128
129
  --surf-input-bg: #2a2a2a;
129
- --surf-confidence-high-bg: #f0f8e0;
130
+ --surf-confidence-high-bg: rgba(141, 194, 31, 0.15);
130
131
  --surf-confidence-high-text: #6b9317;
131
132
  --surf-confidence-high-border: #8dc21f;
132
- --surf-confidence-medium-bg: #fef5e0;
133
+ --surf-confidence-medium-bg: rgba(248, 184, 0, 0.15);
133
134
  --surf-confidence-medium-text: #c69300;
134
135
  --surf-confidence-medium-border: #f8b800;
135
- --surf-confidence-low-bg: #fde8ef;
136
+ --surf-confidence-low-bg: rgba(232, 23, 93, 0.15);
136
137
  --surf-confidence-low-text: #b8124a;
137
138
  --surf-confidence-low-border: #e8175d;
138
139
  --surf-verification-passed-icon: #8dc21f;
139
- --surf-verification-passed-bg: #f0f8e0;
140
+ --surf-verification-passed-bg: rgba(141, 194, 31, 0.15);
140
141
  --surf-verification-flagged-icon: #f8b800;
141
- --surf-verification-flagged-bg: #fef5e0;
142
+ --surf-verification-flagged-bg: rgba(248, 184, 0, 0.15);
142
143
  --surf-verification-failed-icon: #e8175d;
143
- --surf-verification-failed-bg: #fde8ef;
144
+ --surf-verification-failed-bg: rgba(232, 23, 93, 0.15);
144
145
  --surf-source-card-bg: #2a2a2a;
145
146
  --surf-source-card-border: #404040;
146
147
  --surf-source-card-border-hover: #555555;
@@ -151,14 +152,14 @@
151
152
  --surf-agent-finance-accent: #f8b800;
152
153
  --surf-agent-facilities-accent: #8dc21f;
153
154
  --surf-agent-general-accent: #787878;
154
- --surf-message-user-bg: #0099a8;
155
+ --surf-message-user-bg: #66c2cc;
155
156
  --surf-message-user-text: #ffffff;
156
157
  --surf-message-assistant-bg: #333333;
157
158
  --surf-message-assistant-text: #f5f5f5;
158
159
  --surf-message-assistant-border: #404040;
159
- --surf-streaming-cursor-color: #0099a8;
160
- --surf-streaming-phase-bg: #f0fafb;
161
- --surf-streaming-phase-text: #0099a8;
162
- --surf-streaming-phase-icon: #0099a8;
160
+ --surf-streaming-cursor-color: #66c2cc;
161
+ --surf-streaming-phase-bg: rgba(0, 153, 168, 0.08);
162
+ --surf-streaming-phase-text: #66c2cc;
163
+ --surf-streaming-phase-icon: #66c2cc;
163
164
  }
164
165
  }
@@ -61,13 +61,14 @@
61
61
  --surf-color-border-default: #e8e8e8;
62
62
  --surf-color-border-strong: #d4d4d4;
63
63
  --surf-color-border-interactive: #0099a8;
64
- --surf-color-status-success: #8dc21f;
64
+ --surf-color-status-success: #6b9317;
65
65
  --surf-color-status-success-subtle: #f0f8e0;
66
- --surf-color-status-warning: #f8b800;
66
+ --surf-color-status-warning: #c69300;
67
67
  --surf-color-status-warning-subtle: #fef5e0;
68
- --surf-color-status-error: #e8175d;
68
+ --surf-color-status-error: #b8124a;
69
69
  --surf-color-status-error-subtle: #fde8ef;
70
70
  --surf-color-status-info: #5bc8f5;
71
+ --surf-color-status-info-subtle: rgba(91, 200, 245, 0.15);
71
72
  --surf-spacing-1: 4px;
72
73
  --surf-spacing-2: 8px;
73
74
  --surf-spacing-3: 12px;
@@ -128,18 +129,18 @@
128
129
  --surf-input-bg: #ffffff;
129
130
  --surf-confidence-high-bg: #f0f8e0;
130
131
  --surf-confidence-high-text: #6b9317;
131
- --surf-confidence-high-border: #8dc21f;
132
+ --surf-confidence-high-border: #6b9317;
132
133
  --surf-confidence-medium-bg: #fef5e0;
133
134
  --surf-confidence-medium-text: #c69300;
134
- --surf-confidence-medium-border: #f8b800;
135
+ --surf-confidence-medium-border: #c69300;
135
136
  --surf-confidence-low-bg: #fde8ef;
136
137
  --surf-confidence-low-text: #b8124a;
137
- --surf-confidence-low-border: #e8175d;
138
- --surf-verification-passed-icon: #8dc21f;
138
+ --surf-confidence-low-border: #b8124a;
139
+ --surf-verification-passed-icon: #6b9317;
139
140
  --surf-verification-passed-bg: #f0f8e0;
140
- --surf-verification-flagged-icon: #f8b800;
141
+ --surf-verification-flagged-icon: #c69300;
141
142
  --surf-verification-flagged-bg: #fef5e0;
142
- --surf-verification-failed-icon: #e8175d;
143
+ --surf-verification-failed-icon: #b8124a;
143
144
  --surf-verification-failed-bg: #fde8ef;
144
145
  --surf-source-card-bg: #ffffff;
145
146
  --surf-source-card-border: #e8e8e8;
@@ -52,6 +52,7 @@
52
52
  --surf-color-bg-surface: #ffffff;
53
53
  --surf-color-bg-surface-raised: #ffffff;
54
54
  --surf-color-text-inverse: #ffffff;
55
+ --surf-color-status-info-subtle: rgba(91, 200, 245, 0.15);
55
56
  --surf-spacing-1: 4px;
56
57
  --surf-spacing-2: 8px;
57
58
  --surf-spacing-3: 12px;
@@ -118,11 +119,11 @@
118
119
  --surf-color-border-default: var(--surf-color-neutral-200);
119
120
  --surf-color-border-strong: var(--surf-color-neutral-300);
120
121
  --surf-color-border-interactive: var(--surf-color-teal-500);
121
- --surf-color-status-success: var(--surf-color-lime-500);
122
+ --surf-color-status-success: var(--surf-color-lime-700);
122
123
  --surf-color-status-success-subtle: var(--surf-color-lime-100);
123
- --surf-color-status-warning: var(--surf-color-golden-500);
124
+ --surf-color-status-warning: var(--surf-color-golden-700);
124
125
  --surf-color-status-warning-subtle: var(--surf-color-golden-100);
125
- --surf-color-status-error: var(--surf-color-watermelon-500);
126
+ --surf-color-status-error: var(--surf-color-watermelon-700);
126
127
  --surf-color-status-error-subtle: var(--surf-color-watermelon-100);
127
128
  --surf-color-status-info: var(--surf-color-sky-500);
128
129
  --surf-button-radius: var(--surf-radius-md);
@@ -60,13 +60,14 @@
60
60
  "ColorBorderDefault": "#e8e8e8",
61
61
  "ColorBorderStrong": "#d4d4d4",
62
62
  "ColorBorderInteractive": "#0099a8",
63
- "ColorStatusSuccess": "#8dc21f",
63
+ "ColorStatusSuccess": "#6b9317",
64
64
  "ColorStatusSuccessSubtle": "#f0f8e0",
65
- "ColorStatusWarning": "#f8b800",
65
+ "ColorStatusWarning": "#c69300",
66
66
  "ColorStatusWarningSubtle": "#fef5e0",
67
- "ColorStatusError": "#e8175d",
67
+ "ColorStatusError": "#b8124a",
68
68
  "ColorStatusErrorSubtle": "#fde8ef",
69
69
  "ColorStatusInfo": "#5bc8f5",
70
+ "ColorStatusInfoSubtle": "#5bc8f526",
70
71
  "Spacing1": "4px",
71
72
  "Spacing2": "8px",
72
73
  "Spacing3": "12px",
@@ -127,18 +128,18 @@
127
128
  "InputBg": "#ffffff",
128
129
  "ConfidenceHighBg": "#f0f8e0",
129
130
  "ConfidenceHighText": "#6b9317",
130
- "ConfidenceHighBorder": "#8dc21f",
131
+ "ConfidenceHighBorder": "#6b9317",
131
132
  "ConfidenceMediumBg": "#fef5e0",
132
133
  "ConfidenceMediumText": "#c69300",
133
- "ConfidenceMediumBorder": "#f8b800",
134
+ "ConfidenceMediumBorder": "#c69300",
134
135
  "ConfidenceLowBg": "#fde8ef",
135
136
  "ConfidenceLowText": "#b8124a",
136
- "ConfidenceLowBorder": "#e8175d",
137
- "VerificationPassedIcon": "#8dc21f",
137
+ "ConfidenceLowBorder": "#b8124a",
138
+ "VerificationPassedIcon": "#6b9317",
138
139
  "VerificationPassedBg": "#f0f8e0",
139
- "VerificationFlaggedIcon": "#f8b800",
140
+ "VerificationFlaggedIcon": "#c69300",
140
141
  "VerificationFlaggedBg": "#fef5e0",
141
- "VerificationFailedIcon": "#e8175d",
142
+ "VerificationFailedIcon": "#b8124a",
142
143
  "VerificationFailedBg": "#fde8ef",
143
144
  "SourceCardBg": "#ffffff",
144
145
  "SourceCardBorder": "#e8e8e8",
@@ -0,0 +1,163 @@
1
+ export const tokens = {
2
+ "SurfColorTeal50": "#f0fafb",
3
+ "SurfColorTeal100": "#e0f5f7",
4
+ "SurfColorTeal300": "#66c2cc",
5
+ "SurfColorTeal500": "#0099a8",
6
+ "SurfColorTeal600": "#007f8c",
7
+ "SurfColorTeal700": "#006673",
8
+ "SurfColorCharcoal50": "#f5f5f5",
9
+ "SurfColorCharcoal100": "#e8e8e8",
10
+ "SurfColorCharcoal300": "#b0b0b0",
11
+ "SurfColorCharcoal500": "#787878",
12
+ "SurfColorCharcoal700": "#5a5a5a",
13
+ "SurfColorCharcoal900": "#3c3c3c",
14
+ "SurfColorWatermelon100": "#fde8ef",
15
+ "SurfColorWatermelon500": "#e8175d",
16
+ "SurfColorWatermelon700": "#b8124a",
17
+ "SurfColorLime100": "#f0f8e0",
18
+ "SurfColorLime500": "#8dc21f",
19
+ "SurfColorLime700": "#6b9317",
20
+ "SurfColorGolden100": "#fef5e0",
21
+ "SurfColorGolden500": "#f8b800",
22
+ "SurfColorGolden700": "#c69300",
23
+ "SurfColorSky500": "#5bc8f5",
24
+ "SurfColorMagenta500": "#9e1f82",
25
+ "SurfColorCyan500": "#00b2aa",
26
+ "SurfColorHotpink500": "#f0197c",
27
+ "SurfColorOrangered500": "#f05a22",
28
+ "SurfColorPurple500": "#3b1283",
29
+ "SurfColorNeutral50": "#fafafa",
30
+ "SurfColorNeutral100": "#f5f5f5",
31
+ "SurfColorNeutral200": "#e8e8e8",
32
+ "SurfColorNeutral300": "#d4d4d4",
33
+ "SurfColorNeutral600": "#6b6b6b",
34
+ "SurfColorNeutral800": "#454545",
35
+ "SurfColorNeutral900": "#3c3c3c",
36
+ "SurfColorWhite": "#ffffff",
37
+ "SurfColorBrandDark": "#041f26",
38
+ "SurfColorBrandDarkPanel": "#0a3642",
39
+ "SurfColorBrandBlue": "#0091a5",
40
+ "SurfColorBrandCyan": "#38bdd0",
41
+ "SurfColorBrandGold": "#e1b989",
42
+ "SurfColorBrandGoldLight": "#f3d79c",
43
+ "SurfColorBrandCream": "#f1f0e3",
44
+ "SurfColorBrandCreamWarm": "#f0e8b6",
45
+ "SurfColorBrandCharcoal": "#414142",
46
+ "SurfColorBrandWatermelon": "#e81152",
47
+ "SurfColorBgCanvas": "#041f26",
48
+ "SurfColorBgSurface": "#0a3642",
49
+ "SurfColorBgSurfaceRaised": "#0d3f50",
50
+ "SurfColorBgSurfaceSunken": "#031519",
51
+ "SurfColorTextPrimary": "#f1f0e3",
52
+ "SurfColorTextSecondary": "#f1f0e399",
53
+ "SurfColorTextMuted": "#f1f0e366",
54
+ "SurfColorTextInverse": "#041f26",
55
+ "SurfColorAccentPrimary": "#0091a5",
56
+ "SurfColorAccentPrimaryHover": "#38bdd0",
57
+ "SurfColorAccentPrimaryActive": "#2aa8bc",
58
+ "SurfColorAccentPrimarySubtle": "#0091a526",
59
+ "SurfColorAccentPrimarySubtlest": "#0091a514",
60
+ "SurfColorBorderDefault": "#e1b98926",
61
+ "SurfColorBorderStrong": "#e1b9894d",
62
+ "SurfColorBorderInteractive": "#e1b98980",
63
+ "SurfColorStatusSuccess": "#38bdd0",
64
+ "SurfColorStatusSuccessSubtle": "#38bdd026",
65
+ "SurfColorStatusWarning": "#e1b989",
66
+ "SurfColorStatusWarningSubtle": "#e1b9891a",
67
+ "SurfColorStatusError": "#e81152",
68
+ "SurfColorStatusErrorSubtle": "#e811521a",
69
+ "SurfColorStatusInfo": "#0091a5",
70
+ "SurfColorStatusInfoSubtle": "#0091a526",
71
+ "SurfSpacing1": "4px",
72
+ "SurfSpacing2": "8px",
73
+ "SurfSpacing3": "12px",
74
+ "SurfSpacing4": "16px",
75
+ "SurfSpacing5": "20px",
76
+ "SurfSpacing6": "24px",
77
+ "SurfSpacing7": "28px",
78
+ "SurfSpacing8": "32px",
79
+ "SurfSpacing9": "36px",
80
+ "SurfSpacing10": "40px",
81
+ "SurfSpacing11": "44px",
82
+ "SurfSpacing12": "48px",
83
+ "SurfSpacing13": "52px",
84
+ "SurfSpacing14": "56px",
85
+ "SurfSpacing15": "60px",
86
+ "SurfSpacing16": "64px",
87
+ "SurfFontFamilySans": "Inter, system-ui, -apple-system, sans-serif",
88
+ "SurfFontFamilyMono": "JetBrains Mono, Fira Code, monospace",
89
+ "SurfFontFamilyDisplay": "'Space Grotesk', system-ui, sans-serif",
90
+ "SurfFontSizeXs": "12px",
91
+ "SurfFontSizeSm": "14px",
92
+ "SurfFontSizeBase": "16px",
93
+ "SurfFontSizeLg": "18px",
94
+ "SurfFontSizeXl": "20px",
95
+ "SurfFontSize2xl": "24px",
96
+ "SurfFontSize3xl": "30px",
97
+ "SurfFontSize4xl": "36px",
98
+ "SurfFontWeightNormal": "400",
99
+ "SurfFontWeightMedium": "500",
100
+ "SurfFontWeightSemibold": "600",
101
+ "SurfFontWeightBold": "700",
102
+ "SurfFontLineHeightTight": "1.25rem",
103
+ "SurfFontLineHeightNormal": "1.5rem",
104
+ "SurfFontLineHeightRelaxed": "1.75rem",
105
+ "SurfRadiusSm": "4px",
106
+ "SurfRadiusMd": "8px",
107
+ "SurfRadiusLg": "12px",
108
+ "SurfRadiusXl": "16px",
109
+ "SurfRadiusFull": "9999px",
110
+ "SurfShadowSm": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
111
+ "SurfShadowMd": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)",
112
+ "SurfShadowLg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)",
113
+ "SurfDurationInstant": "100ms",
114
+ "SurfDurationFast": "200ms",
115
+ "SurfDurationNormal": "300ms",
116
+ "SurfDurationSlow": "500ms",
117
+ "SurfDurationStreaming": "50ms",
118
+ "SurfEasingDefault": "cubic-bezier(0.4, 0, 0.2, 1)",
119
+ "SurfEasingIn": "cubic-bezier(0.4, 0, 1, 1)",
120
+ "SurfEasingOut": "cubic-bezier(0, 0, 0.2, 1)",
121
+ "SurfEasingInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
122
+ "SurfButtonBgPrimary": "#0091a5",
123
+ "SurfButtonBgPrimaryHover": "#38bdd0",
124
+ "SurfButtonTextPrimary": "#ffffff",
125
+ "SurfButtonRadius": "8px",
126
+ "SurfInputBorder": "#e1b98926",
127
+ "SurfInputBorderFocus": "#e1b98980",
128
+ "SurfInputBg": "#0a3642",
129
+ "SurfConfidenceHighBg": "#38bdd026",
130
+ "SurfConfidenceHighText": "#38bdd0",
131
+ "SurfConfidenceHighBorder": "#38bdd0",
132
+ "SurfConfidenceMediumBg": "#e1b9891a",
133
+ "SurfConfidenceMediumText": "#e1b989",
134
+ "SurfConfidenceMediumBorder": "#e1b989",
135
+ "SurfConfidenceLowBg": "#e811521a",
136
+ "SurfConfidenceLowText": "#e81152",
137
+ "SurfConfidenceLowBorder": "#e81152",
138
+ "SurfVerificationPassedIcon": "#38bdd0",
139
+ "SurfVerificationPassedBg": "#38bdd026",
140
+ "SurfVerificationFlaggedIcon": "#e1b989",
141
+ "SurfVerificationFlaggedBg": "#e1b9891a",
142
+ "SurfVerificationFailedIcon": "#e81152",
143
+ "SurfVerificationFailedBg": "#e811521a",
144
+ "SurfSourceCardBg": "#0a3642",
145
+ "SurfSourceCardBorder": "#e1b98926",
146
+ "SurfSourceCardBorderHover": "#e1b9894d",
147
+ "SurfAgentCoordinatorAccent": "#0099a8",
148
+ "SurfAgentHrAccent": "#e8175d",
149
+ "SurfAgentItAccent": "#5bc8f5",
150
+ "SurfAgentGovernanceAccent": "#3b1283",
151
+ "SurfAgentFinanceAccent": "#f8b800",
152
+ "SurfAgentFacilitiesAccent": "#8dc21f",
153
+ "SurfAgentGeneralAccent": "#787878",
154
+ "SurfMessageUserBg": "#0091a5",
155
+ "SurfMessageUserText": "#ffffff",
156
+ "SurfMessageAssistantBg": "#0d3f50",
157
+ "SurfMessageAssistantText": "#f1f0e3",
158
+ "SurfMessageAssistantBorder": "#e1b98926",
159
+ "SurfStreamingCursorColor": "#0091a5",
160
+ "SurfStreamingPhaseBg": "#0091a514",
161
+ "SurfStreamingPhaseText": "#0091a5",
162
+ "SurfStreamingPhaseIcon": "#0091a5"
163
+ } as const
@@ -0,0 +1,163 @@
1
+ export const tokens = {
2
+ "SurfColorTeal50": "#f0fafb",
3
+ "SurfColorTeal100": "#e0f5f7",
4
+ "SurfColorTeal300": "#66c2cc",
5
+ "SurfColorTeal500": "#0099a8",
6
+ "SurfColorTeal600": "#007f8c",
7
+ "SurfColorTeal700": "#006673",
8
+ "SurfColorCharcoal50": "#f5f5f5",
9
+ "SurfColorCharcoal100": "#e8e8e8",
10
+ "SurfColorCharcoal300": "#b0b0b0",
11
+ "SurfColorCharcoal500": "#787878",
12
+ "SurfColorCharcoal700": "#5a5a5a",
13
+ "SurfColorCharcoal900": "#3c3c3c",
14
+ "SurfColorWatermelon100": "#fde8ef",
15
+ "SurfColorWatermelon500": "#e8175d",
16
+ "SurfColorWatermelon700": "#b8124a",
17
+ "SurfColorLime100": "#f0f8e0",
18
+ "SurfColorLime500": "#8dc21f",
19
+ "SurfColorLime700": "#6b9317",
20
+ "SurfColorGolden100": "#fef5e0",
21
+ "SurfColorGolden500": "#f8b800",
22
+ "SurfColorGolden700": "#c69300",
23
+ "SurfColorSky500": "#5bc8f5",
24
+ "SurfColorMagenta500": "#9e1f82",
25
+ "SurfColorCyan500": "#00b2aa",
26
+ "SurfColorHotpink500": "#f0197c",
27
+ "SurfColorOrangered500": "#f05a22",
28
+ "SurfColorPurple500": "#3b1283",
29
+ "SurfColorNeutral50": "#fafafa",
30
+ "SurfColorNeutral100": "#f5f5f5",
31
+ "SurfColorNeutral200": "#e8e8e8",
32
+ "SurfColorNeutral300": "#d4d4d4",
33
+ "SurfColorNeutral600": "#6b6b6b",
34
+ "SurfColorNeutral800": "#454545",
35
+ "SurfColorNeutral900": "#3c3c3c",
36
+ "SurfColorWhite": "#ffffff",
37
+ "SurfColorBrandDark": "#041f26",
38
+ "SurfColorBrandDarkPanel": "#0a3642",
39
+ "SurfColorBrandBlue": "#0091a5",
40
+ "SurfColorBrandCyan": "#38bdd0",
41
+ "SurfColorBrandGold": "#e1b989",
42
+ "SurfColorBrandGoldLight": "#f3d79c",
43
+ "SurfColorBrandCream": "#f1f0e3",
44
+ "SurfColorBrandCreamWarm": "#f0e8b6",
45
+ "SurfColorBrandCharcoal": "#414142",
46
+ "SurfColorBrandWatermelon": "#e81152",
47
+ "SurfColorBgCanvas": "#1a1a1a",
48
+ "SurfColorBgSurface": "#2a2a2a",
49
+ "SurfColorBgSurfaceRaised": "#333333",
50
+ "SurfColorBgSurfaceSunken": "#111111",
51
+ "SurfColorTextPrimary": "#f5f5f5",
52
+ "SurfColorTextSecondary": "#b0b0b0",
53
+ "SurfColorTextMuted": "#6b6b6b",
54
+ "SurfColorTextInverse": "#3c3c3c",
55
+ "SurfColorAccentPrimary": "#66c2cc",
56
+ "SurfColorAccentPrimaryHover": "#0099a8",
57
+ "SurfColorAccentPrimaryActive": "#007f8c",
58
+ "SurfColorAccentPrimarySubtle": "#0099a826",
59
+ "SurfColorAccentPrimarySubtlest": "#0099a814",
60
+ "SurfColorBorderDefault": "#404040",
61
+ "SurfColorBorderStrong": "#555555",
62
+ "SurfColorBorderInteractive": "#0099a8",
63
+ "SurfColorStatusSuccess": "#8dc21f",
64
+ "SurfColorStatusSuccessSubtle": "#8dc21f26",
65
+ "SurfColorStatusWarning": "#f8b800",
66
+ "SurfColorStatusWarningSubtle": "#f8b80026",
67
+ "SurfColorStatusError": "#e8175d",
68
+ "SurfColorStatusErrorSubtle": "#e8175d26",
69
+ "SurfColorStatusInfo": "#5bc8f5",
70
+ "SurfColorStatusInfoSubtle": "#5bc8f526",
71
+ "SurfSpacing1": "4px",
72
+ "SurfSpacing2": "8px",
73
+ "SurfSpacing3": "12px",
74
+ "SurfSpacing4": "16px",
75
+ "SurfSpacing5": "20px",
76
+ "SurfSpacing6": "24px",
77
+ "SurfSpacing7": "28px",
78
+ "SurfSpacing8": "32px",
79
+ "SurfSpacing9": "36px",
80
+ "SurfSpacing10": "40px",
81
+ "SurfSpacing11": "44px",
82
+ "SurfSpacing12": "48px",
83
+ "SurfSpacing13": "52px",
84
+ "SurfSpacing14": "56px",
85
+ "SurfSpacing15": "60px",
86
+ "SurfSpacing16": "64px",
87
+ "SurfFontFamilySans": "Inter, system-ui, -apple-system, sans-serif",
88
+ "SurfFontFamilyMono": "JetBrains Mono, Fira Code, monospace",
89
+ "SurfFontFamilyDisplay": "'Space Grotesk', system-ui, sans-serif",
90
+ "SurfFontSizeXs": "12px",
91
+ "SurfFontSizeSm": "14px",
92
+ "SurfFontSizeBase": "16px",
93
+ "SurfFontSizeLg": "18px",
94
+ "SurfFontSizeXl": "20px",
95
+ "SurfFontSize2xl": "24px",
96
+ "SurfFontSize3xl": "30px",
97
+ "SurfFontSize4xl": "36px",
98
+ "SurfFontWeightNormal": "400",
99
+ "SurfFontWeightMedium": "500",
100
+ "SurfFontWeightSemibold": "600",
101
+ "SurfFontWeightBold": "700",
102
+ "SurfFontLineHeightTight": "1.25rem",
103
+ "SurfFontLineHeightNormal": "1.5rem",
104
+ "SurfFontLineHeightRelaxed": "1.75rem",
105
+ "SurfRadiusSm": "4px",
106
+ "SurfRadiusMd": "8px",
107
+ "SurfRadiusLg": "12px",
108
+ "SurfRadiusXl": "16px",
109
+ "SurfRadiusFull": "9999px",
110
+ "SurfShadowSm": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
111
+ "SurfShadowMd": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)",
112
+ "SurfShadowLg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)",
113
+ "SurfDurationInstant": "100ms",
114
+ "SurfDurationFast": "200ms",
115
+ "SurfDurationNormal": "300ms",
116
+ "SurfDurationSlow": "500ms",
117
+ "SurfDurationStreaming": "50ms",
118
+ "SurfEasingDefault": "cubic-bezier(0.4, 0, 0.2, 1)",
119
+ "SurfEasingIn": "cubic-bezier(0.4, 0, 1, 1)",
120
+ "SurfEasingOut": "cubic-bezier(0, 0, 0.2, 1)",
121
+ "SurfEasingInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
122
+ "SurfButtonBgPrimary": "#66c2cc",
123
+ "SurfButtonBgPrimaryHover": "#0099a8",
124
+ "SurfButtonTextPrimary": "#ffffff",
125
+ "SurfButtonRadius": "8px",
126
+ "SurfInputBorder": "#404040",
127
+ "SurfInputBorderFocus": "#0099a8",
128
+ "SurfInputBg": "#2a2a2a",
129
+ "SurfConfidenceHighBg": "#8dc21f26",
130
+ "SurfConfidenceHighText": "#6b9317",
131
+ "SurfConfidenceHighBorder": "#8dc21f",
132
+ "SurfConfidenceMediumBg": "#f8b80026",
133
+ "SurfConfidenceMediumText": "#c69300",
134
+ "SurfConfidenceMediumBorder": "#f8b800",
135
+ "SurfConfidenceLowBg": "#e8175d26",
136
+ "SurfConfidenceLowText": "#b8124a",
137
+ "SurfConfidenceLowBorder": "#e8175d",
138
+ "SurfVerificationPassedIcon": "#8dc21f",
139
+ "SurfVerificationPassedBg": "#8dc21f26",
140
+ "SurfVerificationFlaggedIcon": "#f8b800",
141
+ "SurfVerificationFlaggedBg": "#f8b80026",
142
+ "SurfVerificationFailedIcon": "#e8175d",
143
+ "SurfVerificationFailedBg": "#e8175d26",
144
+ "SurfSourceCardBg": "#2a2a2a",
145
+ "SurfSourceCardBorder": "#404040",
146
+ "SurfSourceCardBorderHover": "#555555",
147
+ "SurfAgentCoordinatorAccent": "#0099a8",
148
+ "SurfAgentHrAccent": "#e8175d",
149
+ "SurfAgentItAccent": "#5bc8f5",
150
+ "SurfAgentGovernanceAccent": "#3b1283",
151
+ "SurfAgentFinanceAccent": "#f8b800",
152
+ "SurfAgentFacilitiesAccent": "#8dc21f",
153
+ "SurfAgentGeneralAccent": "#787878",
154
+ "SurfMessageUserBg": "#66c2cc",
155
+ "SurfMessageUserText": "#ffffff",
156
+ "SurfMessageAssistantBg": "#333333",
157
+ "SurfMessageAssistantText": "#f5f5f5",
158
+ "SurfMessageAssistantBorder": "#404040",
159
+ "SurfStreamingCursorColor": "#66c2cc",
160
+ "SurfStreamingPhaseBg": "#0099a814",
161
+ "SurfStreamingPhaseText": "#66c2cc",
162
+ "SurfStreamingPhaseIcon": "#66c2cc"
163
+ } as const
@@ -0,0 +1,163 @@
1
+ export const tokens = {
2
+ "SurfColorTeal50": "#f0fafb",
3
+ "SurfColorTeal100": "#e0f5f7",
4
+ "SurfColorTeal300": "#66c2cc",
5
+ "SurfColorTeal500": "#0099a8",
6
+ "SurfColorTeal600": "#007f8c",
7
+ "SurfColorTeal700": "#006673",
8
+ "SurfColorCharcoal50": "#f5f5f5",
9
+ "SurfColorCharcoal100": "#e8e8e8",
10
+ "SurfColorCharcoal300": "#b0b0b0",
11
+ "SurfColorCharcoal500": "#787878",
12
+ "SurfColorCharcoal700": "#5a5a5a",
13
+ "SurfColorCharcoal900": "#3c3c3c",
14
+ "SurfColorWatermelon100": "#fde8ef",
15
+ "SurfColorWatermelon500": "#e8175d",
16
+ "SurfColorWatermelon700": "#b8124a",
17
+ "SurfColorLime100": "#f0f8e0",
18
+ "SurfColorLime500": "#8dc21f",
19
+ "SurfColorLime700": "#6b9317",
20
+ "SurfColorGolden100": "#fef5e0",
21
+ "SurfColorGolden500": "#f8b800",
22
+ "SurfColorGolden700": "#c69300",
23
+ "SurfColorSky500": "#5bc8f5",
24
+ "SurfColorMagenta500": "#9e1f82",
25
+ "SurfColorCyan500": "#00b2aa",
26
+ "SurfColorHotpink500": "#f0197c",
27
+ "SurfColorOrangered500": "#f05a22",
28
+ "SurfColorPurple500": "#3b1283",
29
+ "SurfColorNeutral50": "#fafafa",
30
+ "SurfColorNeutral100": "#f5f5f5",
31
+ "SurfColorNeutral200": "#e8e8e8",
32
+ "SurfColorNeutral300": "#d4d4d4",
33
+ "SurfColorNeutral600": "#6b6b6b",
34
+ "SurfColorNeutral800": "#454545",
35
+ "SurfColorNeutral900": "#3c3c3c",
36
+ "SurfColorWhite": "#ffffff",
37
+ "SurfColorBrandDark": "#041f26",
38
+ "SurfColorBrandDarkPanel": "#0a3642",
39
+ "SurfColorBrandBlue": "#0091a5",
40
+ "SurfColorBrandCyan": "#38bdd0",
41
+ "SurfColorBrandGold": "#e1b989",
42
+ "SurfColorBrandGoldLight": "#f3d79c",
43
+ "SurfColorBrandCream": "#f1f0e3",
44
+ "SurfColorBrandCreamWarm": "#f0e8b6",
45
+ "SurfColorBrandCharcoal": "#414142",
46
+ "SurfColorBrandWatermelon": "#e81152",
47
+ "SurfColorBgCanvas": "#f5f5f5",
48
+ "SurfColorBgSurface": "#ffffff",
49
+ "SurfColorBgSurfaceRaised": "#ffffff",
50
+ "SurfColorBgSurfaceSunken": "#e8e8e8",
51
+ "SurfColorTextPrimary": "#3c3c3c",
52
+ "SurfColorTextSecondary": "#787878",
53
+ "SurfColorTextMuted": "#b0b0b0",
54
+ "SurfColorTextInverse": "#ffffff",
55
+ "SurfColorAccentPrimary": "#0099a8",
56
+ "SurfColorAccentPrimaryHover": "#007f8c",
57
+ "SurfColorAccentPrimaryActive": "#006673",
58
+ "SurfColorAccentPrimarySubtle": "#e0f5f7",
59
+ "SurfColorAccentPrimarySubtlest": "#f0fafb",
60
+ "SurfColorBorderDefault": "#e8e8e8",
61
+ "SurfColorBorderStrong": "#d4d4d4",
62
+ "SurfColorBorderInteractive": "#0099a8",
63
+ "SurfColorStatusSuccess": "#6b9317",
64
+ "SurfColorStatusSuccessSubtle": "#f0f8e0",
65
+ "SurfColorStatusWarning": "#c69300",
66
+ "SurfColorStatusWarningSubtle": "#fef5e0",
67
+ "SurfColorStatusError": "#b8124a",
68
+ "SurfColorStatusErrorSubtle": "#fde8ef",
69
+ "SurfColorStatusInfo": "#5bc8f5",
70
+ "SurfColorStatusInfoSubtle": "#5bc8f526",
71
+ "SurfSpacing1": "4px",
72
+ "SurfSpacing2": "8px",
73
+ "SurfSpacing3": "12px",
74
+ "SurfSpacing4": "16px",
75
+ "SurfSpacing5": "20px",
76
+ "SurfSpacing6": "24px",
77
+ "SurfSpacing7": "28px",
78
+ "SurfSpacing8": "32px",
79
+ "SurfSpacing9": "36px",
80
+ "SurfSpacing10": "40px",
81
+ "SurfSpacing11": "44px",
82
+ "SurfSpacing12": "48px",
83
+ "SurfSpacing13": "52px",
84
+ "SurfSpacing14": "56px",
85
+ "SurfSpacing15": "60px",
86
+ "SurfSpacing16": "64px",
87
+ "SurfFontFamilySans": "Inter, system-ui, -apple-system, sans-serif",
88
+ "SurfFontFamilyMono": "JetBrains Mono, Fira Code, monospace",
89
+ "SurfFontFamilyDisplay": "'Space Grotesk', system-ui, sans-serif",
90
+ "SurfFontSizeXs": "12px",
91
+ "SurfFontSizeSm": "14px",
92
+ "SurfFontSizeBase": "16px",
93
+ "SurfFontSizeLg": "18px",
94
+ "SurfFontSizeXl": "20px",
95
+ "SurfFontSize2xl": "24px",
96
+ "SurfFontSize3xl": "30px",
97
+ "SurfFontSize4xl": "36px",
98
+ "SurfFontWeightNormal": "400",
99
+ "SurfFontWeightMedium": "500",
100
+ "SurfFontWeightSemibold": "600",
101
+ "SurfFontWeightBold": "700",
102
+ "SurfFontLineHeightTight": "1.25rem",
103
+ "SurfFontLineHeightNormal": "1.5rem",
104
+ "SurfFontLineHeightRelaxed": "1.75rem",
105
+ "SurfRadiusSm": "4px",
106
+ "SurfRadiusMd": "8px",
107
+ "SurfRadiusLg": "12px",
108
+ "SurfRadiusXl": "16px",
109
+ "SurfRadiusFull": "9999px",
110
+ "SurfShadowSm": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
111
+ "SurfShadowMd": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)",
112
+ "SurfShadowLg": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)",
113
+ "SurfDurationInstant": "100ms",
114
+ "SurfDurationFast": "200ms",
115
+ "SurfDurationNormal": "300ms",
116
+ "SurfDurationSlow": "500ms",
117
+ "SurfDurationStreaming": "50ms",
118
+ "SurfEasingDefault": "cubic-bezier(0.4, 0, 0.2, 1)",
119
+ "SurfEasingIn": "cubic-bezier(0.4, 0, 1, 1)",
120
+ "SurfEasingOut": "cubic-bezier(0, 0, 0.2, 1)",
121
+ "SurfEasingInOut": "cubic-bezier(0.4, 0, 0.2, 1)",
122
+ "SurfButtonBgPrimary": "#0099a8",
123
+ "SurfButtonBgPrimaryHover": "#007f8c",
124
+ "SurfButtonTextPrimary": "#ffffff",
125
+ "SurfButtonRadius": "8px",
126
+ "SurfInputBorder": "#e8e8e8",
127
+ "SurfInputBorderFocus": "#0099a8",
128
+ "SurfInputBg": "#ffffff",
129
+ "SurfConfidenceHighBg": "#f0f8e0",
130
+ "SurfConfidenceHighText": "#6b9317",
131
+ "SurfConfidenceHighBorder": "#6b9317",
132
+ "SurfConfidenceMediumBg": "#fef5e0",
133
+ "SurfConfidenceMediumText": "#c69300",
134
+ "SurfConfidenceMediumBorder": "#c69300",
135
+ "SurfConfidenceLowBg": "#fde8ef",
136
+ "SurfConfidenceLowText": "#b8124a",
137
+ "SurfConfidenceLowBorder": "#b8124a",
138
+ "SurfVerificationPassedIcon": "#6b9317",
139
+ "SurfVerificationPassedBg": "#f0f8e0",
140
+ "SurfVerificationFlaggedIcon": "#c69300",
141
+ "SurfVerificationFlaggedBg": "#fef5e0",
142
+ "SurfVerificationFailedIcon": "#b8124a",
143
+ "SurfVerificationFailedBg": "#fde8ef",
144
+ "SurfSourceCardBg": "#ffffff",
145
+ "SurfSourceCardBorder": "#e8e8e8",
146
+ "SurfSourceCardBorderHover": "#d4d4d4",
147
+ "SurfAgentCoordinatorAccent": "#0099a8",
148
+ "SurfAgentHrAccent": "#e8175d",
149
+ "SurfAgentItAccent": "#5bc8f5",
150
+ "SurfAgentGovernanceAccent": "#3b1283",
151
+ "SurfAgentFinanceAccent": "#f8b800",
152
+ "SurfAgentFacilitiesAccent": "#8dc21f",
153
+ "SurfAgentGeneralAccent": "#787878",
154
+ "SurfMessageUserBg": "#0099a8",
155
+ "SurfMessageUserText": "#ffffff",
156
+ "SurfMessageAssistantBg": "#ffffff",
157
+ "SurfMessageAssistantText": "#3c3c3c",
158
+ "SurfMessageAssistantBorder": "#e8e8e8",
159
+ "SurfStreamingCursorColor": "#0099a8",
160
+ "SurfStreamingPhaseBg": "#f0fafb",
161
+ "SurfStreamingPhaseText": "#0099a8",
162
+ "SurfStreamingPhaseIcon": "#0099a8"
163
+ } as const
@@ -70,6 +70,7 @@ export const ColorStatusWarningSubtle: string;
70
70
  export const ColorStatusError: string;
71
71
  export const ColorStatusErrorSubtle: string;
72
72
  export const ColorStatusInfo: string;
73
+ export const ColorStatusInfoSubtle: string;
73
74
  export const Spacing1: string;
74
75
  export const Spacing2: string;
75
76
  export const Spacing3: string;
package/dist/ts/tokens.js CHANGED
@@ -1137,13 +1137,13 @@ export default {
1137
1137
  },
1138
1138
  status: {
1139
1139
  success: {
1140
- $value: "#8dc21f",
1140
+ $value: "#6b9317",
1141
1141
  filePath:
1142
1142
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/semantic/light.json",
1143
1143
  isSource: true,
1144
1144
  $type: "color",
1145
1145
  original: {
1146
- $value: "{color.lime.500}",
1146
+ $value: "{color.lime.700}",
1147
1147
  $type: "color",
1148
1148
  },
1149
1149
  name: "ColorStatusSuccess",
@@ -1173,13 +1173,13 @@ export default {
1173
1173
  path: ["color", "status", "success-subtle"],
1174
1174
  },
1175
1175
  warning: {
1176
- $value: "#f8b800",
1176
+ $value: "#c69300",
1177
1177
  filePath:
1178
1178
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/semantic/light.json",
1179
1179
  isSource: true,
1180
1180
  $type: "color",
1181
1181
  original: {
1182
- $value: "{color.golden.500}",
1182
+ $value: "{color.golden.700}",
1183
1183
  $type: "color",
1184
1184
  },
1185
1185
  name: "ColorStatusWarning",
@@ -1209,13 +1209,13 @@ export default {
1209
1209
  path: ["color", "status", "warning-subtle"],
1210
1210
  },
1211
1211
  error: {
1212
- $value: "#e8175d",
1212
+ $value: "#b8124a",
1213
1213
  filePath:
1214
1214
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/semantic/light.json",
1215
1215
  isSource: true,
1216
1216
  $type: "color",
1217
1217
  original: {
1218
- $value: "{color.watermelon.500}",
1218
+ $value: "{color.watermelon.700}",
1219
1219
  $type: "color",
1220
1220
  },
1221
1221
  name: "ColorStatusError",
@@ -1262,6 +1262,24 @@ export default {
1262
1262
  },
1263
1263
  path: ["color", "status", "info"],
1264
1264
  },
1265
+ "info-subtle": {
1266
+ $value: "#5bc8f526",
1267
+ filePath:
1268
+ "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/semantic/light.json",
1269
+ isSource: true,
1270
+ $type: "color",
1271
+ original: {
1272
+ $value: "rgba(91,200,245,0.15)",
1273
+ $type: "color",
1274
+ },
1275
+ name: "ColorStatusInfoSubtle",
1276
+ attributes: {
1277
+ category: "color",
1278
+ type: "status",
1279
+ item: "info-subtle",
1280
+ },
1281
+ path: ["color", "status", "info-subtle"],
1282
+ },
1265
1283
  },
1266
1284
  },
1267
1285
  spacing: {
@@ -2343,7 +2361,7 @@ export default {
2343
2361
  },
2344
2362
  border: {
2345
2363
  $type: "color",
2346
- $value: "#8dc21f",
2364
+ $value: "#6b9317",
2347
2365
  filePath:
2348
2366
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/component/components.json",
2349
2367
  isSource: true,
@@ -2399,7 +2417,7 @@ export default {
2399
2417
  },
2400
2418
  border: {
2401
2419
  $type: "color",
2402
- $value: "#f8b800",
2420
+ $value: "#c69300",
2403
2421
  filePath:
2404
2422
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/component/components.json",
2405
2423
  isSource: true,
@@ -2455,7 +2473,7 @@ export default {
2455
2473
  },
2456
2474
  border: {
2457
2475
  $type: "color",
2458
- $value: "#e8175d",
2476
+ $value: "#b8124a",
2459
2477
  filePath:
2460
2478
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/component/components.json",
2461
2479
  isSource: true,
@@ -2477,7 +2495,7 @@ export default {
2477
2495
  passed: {
2478
2496
  icon: {
2479
2497
  $type: "color",
2480
- $value: "#8dc21f",
2498
+ $value: "#6b9317",
2481
2499
  filePath:
2482
2500
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/component/components.json",
2483
2501
  isSource: true,
@@ -2515,7 +2533,7 @@ export default {
2515
2533
  flagged: {
2516
2534
  icon: {
2517
2535
  $type: "color",
2518
- $value: "#f8b800",
2536
+ $value: "#c69300",
2519
2537
  filePath:
2520
2538
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/component/components.json",
2521
2539
  isSource: true,
@@ -2553,7 +2571,7 @@ export default {
2553
2571
  failed: {
2554
2572
  icon: {
2555
2573
  $type: "color",
2556
- $value: "#e8175d",
2574
+ $value: "#b8124a",
2557
2575
  filePath:
2558
2576
  "/home/runner/work/surf-kit/surf-kit/packages/tokens/src/component/components.json",
2559
2577
  isSource: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@surf-kit/tokens",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Design tokens for surf-kit — colors, spacing, typography as CSS, JSON, and TypeScript",
5
5
  "keywords": [
6
6
  "design-tokens",
@@ -27,6 +27,22 @@
27
27
  "default": "./dist/ts/tokens.js"
28
28
  },
29
29
  "./json": "./dist/json/tokens.json",
30
+ "./native": {
31
+ "types": "./dist/native/tokens-light.ts",
32
+ "default": "./dist/native/tokens-light.ts"
33
+ },
34
+ "./native/light": {
35
+ "types": "./dist/native/tokens-light.ts",
36
+ "default": "./dist/native/tokens-light.ts"
37
+ },
38
+ "./native/dark": {
39
+ "types": "./dist/native/tokens-dark.ts",
40
+ "default": "./dist/native/tokens-dark.ts"
41
+ },
42
+ "./native/brand": {
43
+ "types": "./dist/native/tokens-brand.ts",
44
+ "default": "./dist/native/tokens-brand.ts"
45
+ },
30
46
  ".": "./dist/ts/tokens.js"
31
47
  },
32
48
  "repository": {
@@ -38,7 +54,7 @@
38
54
  "bugs": {
39
55
  "url": "https://github.com/barney-w/surf-kit/issues"
40
56
  },
41
- "license": "0BSD",
57
+ "license": "Apache-2.0",
42
58
  "devDependencies": {
43
59
  "style-dictionary": "^4.0.0",
44
60
  "tsx": "^4.0.0",