@kanso-protocol/core 0.2.2 → 0.2.3

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 (2) hide show
  1. package/package.json +1 -1
  2. package/styles/dark.css +16 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanso-protocol/core",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Kanso Protocol — core design tokens (CSS/SCSS variables + generated TS constants).",
5
5
  "license": "MIT",
6
6
  "author": "GregNBlack",
package/styles/dark.css CHANGED
@@ -118,12 +118,14 @@
118
118
  --kp-color-badge-neutral-subtle-bg: #27272a;
119
119
  --kp-color-badge-neutral-subtle-fg: #d4d4d8;
120
120
  --kp-color-alert-primary-subtle-bg: #1e3a8a;
121
+ --kp-color-alert-primary-subtle-fg-title: #dbeafe;
122
+ --kp-color-alert-primary-subtle-fg-desc: #bfdbfe;
121
123
  --kp-color-alert-danger-subtle-bg: #7f1d1d;
122
124
  --kp-color-alert-success-subtle-bg: #14532d;
123
125
  --kp-color-alert-warning-subtle-bg: #78350f;
124
126
  --kp-color-alert-info-subtle-bg: #164e63;
125
127
  --kp-color-alert-neutral-subtle-bg: #27272a;
126
- --kp-color-primary-default-fg-rest: #0f1729;
128
+ --kp-color-primary-default-fg-rest: #172554;
127
129
  --kp-color-primary-default-fg-hover: #0f1729;
128
130
  --kp-color-primary-default-fg-active: #0f1729;
129
131
  --kp-color-primary-default-fg-focus: #0f1729;
@@ -163,7 +165,19 @@
163
165
  --kp-color-input-fg-default: #71717a;
164
166
  --kp-color-popover-fg-desc: #a1a1aa;
165
167
  --kp-color-tabs-tab-fg-rest: #a1a1aa;
166
- --kp-color-nav-item-fg-disabled: #52525b;
168
+ --kp-color-nav-item-fg-disabled: #71717a;
167
169
  --kp-color-breadcrumbs-item-fg-link-rest: #93c5fd;
168
170
  --kp-color-table-header-fg: #a1a1aa;
171
+ --kp-color-table-row-fg: #f4f4f5;
172
+ --kp-color-form-helper: #a1a1aa;
173
+ --kp-color-form-label: #d4d4d8;
174
+ --kp-color-stat-card-trend-value-good: #4ade80;
175
+ --kp-color-stat-card-trend-value-bad: #f87171;
176
+ --kp-color-stat-card-trend-value-neutral: #a1a1aa;
177
+ --kp-color-textarea-counter: #71717a;
178
+ --kp-color-divider-label: #a1a1aa;
179
+ --kp-color-datepicker-day-fg-rest: #f4f4f5;
180
+ --kp-color-datepicker-day-fg-outside: #71717a;
181
+ --kp-color-sidebar-section-label: #a1a1aa;
182
+ --kp-color-notif-item-time: #71717a;
169
183
  }