@burdenoff/fe-libs 2026.623.1 → 2026.623.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploadBlob.d.ts","sourceRoot":"","sources":["../../src/storage/uploadBlob.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAyBxD;;;GAGG;AACH,eAAO,MAAM,wBAAwB,UAKpC,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,YAAY,CAAC;IACrB,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AA6CD,wBAAsB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"uploadBlob.d.ts","sourceRoot":"","sources":["../../src/storage/uploadBlob.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAyBxD;;;GAGG;AACH,eAAO,MAAM,wBAAwB,UAKpC,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,YAAY,CAAC;IACrB,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AA6CD,wBAAsB,iBAAiB,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,YAAY,CAAC,CA8HvF"}
|
package/dist/ui/stepper.js
CHANGED
|
@@ -43,7 +43,7 @@ function a({ steps: a, active: o, onStepClick: s, allowSkipAhead: c = !1, classN
|
|
|
43
43
|
"aria-label": "Steps",
|
|
44
44
|
children: a.map((t, l) => {
|
|
45
45
|
let u = l < o ? "done" : l === o ? "active" : "todo", d = !!s && (c || l <= o), f = /* @__PURE__ */ r("span", {
|
|
46
|
-
className: e("inline-flex size-7 items-center justify-center rounded-full border text-xs font-semibold transition-colors", u === "done" && "border-action-primary-bg bg-action-primary-bg text-action-primary-text", u === "active" && "border-action-primary-bg bg-[var(--color-accent-soft)] text-
|
|
46
|
+
className: e("inline-flex size-7 items-center justify-center rounded-full border text-xs font-semibold transition-colors", u === "done" && "border-action-primary-bg bg-action-primary-bg text-action-primary-text", u === "active" && "border-action-primary-bg bg-[var(--color-accent-soft)] text-text-primary", u === "todo" && "border-border-default text-text-muted"),
|
|
47
47
|
"aria-hidden": "true",
|
|
48
48
|
children: u === "done" ? /* @__PURE__ */ r(n, { className: "size-4" }) : l + 1
|
|
49
49
|
}), p = /* @__PURE__ */ i("span", {
|
package/package.json
CHANGED
|
@@ -43,12 +43,15 @@
|
|
|
43
43
|
--color-border-subtle: #1B2E24;
|
|
44
44
|
--color-border-strong: #3B5A49;
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
/* Deeper green so WHITE button text is legible (vivid #22C55E only takes dark
|
|
47
|
+
* text — which reads poorly on the saturated fill). #22C55E stays the chart/
|
|
48
|
+
* accent-icon hue below. */
|
|
49
|
+
--color-action-primary-bg: #15803D;
|
|
50
|
+
--color-action-primary-bgHover: #1B9E4B;
|
|
51
|
+
--color-action-primary-bgActive: #0F5C2E;
|
|
49
52
|
--color-action-primary-bgDisabled: #1F3A2C;
|
|
50
|
-
--color-action-primary-text: #
|
|
51
|
-
--color-action-primary-border: #
|
|
53
|
+
--color-action-primary-text: #FFFFFF;
|
|
54
|
+
--color-action-primary-border: #15803D;
|
|
52
55
|
|
|
53
56
|
--color-action-secondary-bg: #19271F;
|
|
54
57
|
--color-action-secondary-bgHover: #21342A;
|
|
@@ -65,6 +68,12 @@
|
|
|
65
68
|
--color-overlay-popoverBg: #19271F;
|
|
66
69
|
--color-surface-glass: rgba(18, 32, 25, 0.66);
|
|
67
70
|
|
|
71
|
+
/* Brand accent palette follows the theme accent in expressive themes, so
|
|
72
|
+
* components that used the vibecontrols purple now adopt the theme hue. */
|
|
73
|
+
--color-accent-purple: var(--color-action-primary-bg);
|
|
74
|
+
--color-accent-purple-hover: var(--color-action-primary-bgHover);
|
|
75
|
+
--color-accent-purple-subtle: var(--color-accent-soft);
|
|
76
|
+
|
|
68
77
|
--color-chart-1: #22C55E;
|
|
69
78
|
--color-chart-2: #2DD4BF;
|
|
70
79
|
--color-chart-positive: #34D399;
|
|
@@ -121,6 +130,10 @@
|
|
|
121
130
|
--color-overlay-popoverBg: #182740;
|
|
122
131
|
--color-surface-glass: rgba(16, 25, 42, 0.66);
|
|
123
132
|
|
|
133
|
+
--color-accent-purple: var(--color-action-primary-bg);
|
|
134
|
+
--color-accent-purple-hover: var(--color-action-primary-bgHover);
|
|
135
|
+
--color-accent-purple-subtle: var(--color-accent-soft);
|
|
136
|
+
|
|
124
137
|
--color-chart-1: #3B82F6;
|
|
125
138
|
--color-chart-2: #22D3EE;
|
|
126
139
|
--color-chart-positive: #34D399;
|
|
@@ -155,12 +168,14 @@
|
|
|
155
168
|
--color-border-subtle: #251B30;
|
|
156
169
|
--color-border-strong: #4E3C5A;
|
|
157
170
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
--color-action-primary-
|
|
171
|
+
/* Deeper orange so WHITE button text is legible (vivid #F97316 only takes
|
|
172
|
+
* dark text). #F97316 stays the chart/accent-icon hue below. */
|
|
173
|
+
--color-action-primary-bg: #C2410C;
|
|
174
|
+
--color-action-primary-bgHover: #EA580C;
|
|
175
|
+
--color-action-primary-bgActive: #9A3412;
|
|
161
176
|
--color-action-primary-bgDisabled: #45301F;
|
|
162
|
-
--color-action-primary-text: #
|
|
163
|
-
--color-action-primary-border: #
|
|
177
|
+
--color-action-primary-text: #FFFFFF;
|
|
178
|
+
--color-action-primary-border: #C2410C;
|
|
164
179
|
|
|
165
180
|
--color-action-secondary-bg: #271B30;
|
|
166
181
|
--color-action-secondary-bgHover: #33243F;
|
|
@@ -177,6 +192,10 @@
|
|
|
177
192
|
--color-overlay-popoverBg: #2C2138;
|
|
178
193
|
--color-surface-glass: rgba(32, 24, 42, 0.66);
|
|
179
194
|
|
|
195
|
+
--color-accent-purple: var(--color-action-primary-bg);
|
|
196
|
+
--color-accent-purple-hover: var(--color-action-primary-bgHover);
|
|
197
|
+
--color-accent-purple-subtle: var(--color-accent-soft);
|
|
198
|
+
|
|
180
199
|
--color-chart-1: #F97316;
|
|
181
200
|
--color-chart-2: #FB7185;
|
|
182
201
|
--color-chart-positive: #34D399;
|
|
@@ -274,6 +293,11 @@
|
|
|
274
293
|
--color-border-glass: #6B6B6B;
|
|
275
294
|
--blur-glass: 0px;
|
|
276
295
|
|
|
296
|
+
/* Brand accent palette follows the theme accent (solid, no translucency) */
|
|
297
|
+
--color-accent-purple: #00E676;
|
|
298
|
+
--color-accent-purple-hover: #4DFF9D;
|
|
299
|
+
--color-accent-purple-subtle: #06351A;
|
|
300
|
+
|
|
277
301
|
/* Vivid yellow focus ring */
|
|
278
302
|
--color-focus-ring: #FFFF00;
|
|
279
303
|
--shadow-focus: 0 0 0 3px rgba(255, 255, 0, 0.55);
|