@harnessio/ui 0.5.2 → 0.5.4
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/components.d.ts +6 -0
- package/dist/components.js +2 -2
- package/dist/context.d.ts +5 -0
- package/dist/context.js +2 -2
- package/dist/hooks.d.ts +1 -0
- package/dist/hooks.js +1 -1
- package/dist/{index-DygHpwlj.js → index-BhO-bCC5.js} +222 -219
- package/dist/index-BhO-bCC5.js.map +1 -0
- package/dist/{index-8ZqVngWh.js → index-D0EqFVbJ.js} +8 -5
- package/dist/{index-8ZqVngWh.js.map → index-D0EqFVbJ.js.map} +1 -1
- package/dist/{index-C5GPIKLa.js → index-D6BuUbRP.js} +2 -2
- package/dist/{index-C5GPIKLa.js.map → index-D6BuUbRP.js.map} +1 -1
- package/dist/{index-Dx1dURcv.js → index-DhFGPGOA.js} +759 -754
- package/dist/index-DhFGPGOA.js.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +3 -3
- package/package.json +3 -3
- package/dist/index-Dx1dURcv.js.map +0 -1
- package/dist/index-DygHpwlj.js.map +0 -1
package/dist/components.d.ts
CHANGED
|
@@ -752,6 +752,7 @@ export declare interface CheckboxFilterOptionConfig<T extends string = string> e
|
|
|
752
752
|
export declare interface CheckboxOptions {
|
|
753
753
|
label: string;
|
|
754
754
|
value: string;
|
|
755
|
+
disabled?: boolean;
|
|
755
756
|
}
|
|
756
757
|
|
|
757
758
|
export declare interface CheckboxProps extends ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root> {
|
|
@@ -2173,6 +2174,7 @@ export declare const IconNameMapV2: {
|
|
|
2173
2174
|
'bell-off': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2174
2175
|
bell: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2175
2176
|
blocks: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2177
|
+
'blue-green': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2176
2178
|
'bold-squere': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2177
2179
|
bold: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2178
2180
|
'bookmark-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -2196,6 +2198,7 @@ export declare const IconNameMapV2: {
|
|
|
2196
2198
|
'calendar-rotate': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2197
2199
|
'calendar-xmark': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2198
2200
|
calendar: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2201
|
+
canary: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2199
2202
|
cell2x2: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2200
2203
|
'chaos-tests-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2201
2204
|
'chaos-tests': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -2373,6 +2376,7 @@ export declare const IconNameMapV2: {
|
|
|
2373
2376
|
'info-circle': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2374
2377
|
'infrastructure-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2375
2378
|
infrastructure: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2379
|
+
'input-set': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2376
2380
|
instances: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2377
2381
|
internet: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2378
2382
|
'italic-square': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -2447,6 +2451,7 @@ export declare const IconNameMapV2: {
|
|
|
2447
2451
|
'page-plus': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2448
2452
|
'page-right': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2449
2453
|
'page-up': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2454
|
+
palette: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2450
2455
|
'paste-clipboard': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2451
2456
|
'path-arrow': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2452
2457
|
pause: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -2494,6 +2499,7 @@ export declare const IconNameMapV2: {
|
|
|
2494
2499
|
repository: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2495
2500
|
restart: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2496
2501
|
roles: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2502
|
+
rolling: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2497
2503
|
ruler: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2498
2504
|
'run-test': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
2499
2505
|
run: FunctionComponent<SVGProps<SVGSVGElement>>;
|
package/dist/components.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a4 as e, B as t, V as o, U as r, a7 as i, a8 as n, I as l, a9 as b, X as p, aa as g, W as u, ab as c, L as m, S as d, p as S, ac as T, l as C, ad as I, ae as V, af as F, ag as h, e as y, a5 as D } from "./index-
|
|
2
|
-
import { bK as L, G as M, A, r as B, v as w, m as x, o as f, bi as v, I as N, bu as W, ac as k, c9 as R, Y as E, V as G, bo as O, aq as U, aS as _, aT as H, aV as K, aU as X, c3 as z, aa as j, b8 as q, B as J, p as Q, F as Y, ao as Z, an as $, Z as aa, aj as sa, bf as ea, C as ta, br as oa, aw as ra, Q as ia, O as na, bl as la, bs as ba, bt as pa, aM as ga, D as ua, h as ca, bm as ma, bU as da, _ as Sa, b7 as Ta, ah as Ca, f as Ia, ak as Va, ca as Fa, ag as ha, aE as ya, aD as Da, aF as Pa, aC as La, b6 as Ma, bh as Aa, a7 as Ba, bT as wa, a2 as xa, a4 as fa, a3 as va, am as Na, bL as Wa, H as ka, bd as Ra, at as Ea, a9 as Ga, cb as Oa, X as Ua, $ as _a, bO as Ha, bP as Ka, bN as Xa, ap as za, a0 as ja, l as qa, L as Ja, M as Qa, as as Ya, cc as Za, q as $a, a1 as as, aW as ss, a6 as es, aB as ts, aA as os, aI as rs, bn as is, N as ns, aR as ls, n as bs, bR as ps, c8 as gs, P as us, R as cs, b$ as ms, j as ds, aQ as Ss, av as Ts, b2 as Cs, b1 as Is, aX as Vs, b0 as Fs, aY as hs, aZ as ys, a_ as Ds, a$ as Ps, ab as Ls, b3 as Ms, bg as As, b9 as Bs, b_ as ws, aO as xs, aN as fs, c6 as vs, bX as Ns, E as Ws, bS as ks, w as Rs, c7 as Es, a8 as Gs, aP as Os, az as Us, a as _s, bF as Hs, bz as Ks, c4 as Xs, aK as zs, c5 as js, y as qs, bk as Js, J as Qs, K as Ys, ay as Zs, bj as $s, c as ae, aJ as se, bC as ee, bx as te, d as oe, bD as re, ax as ie, S as ne, bq as le, z as be, be as pe, T as ge, bQ as ue, a5 as ce, bI as me, bc as de, bb as Se, c2 as Te, ae as Ce, af as Ie, au as Ve, b5 as Fe, bG as he, U as ye, bw as De, bv as Pe, bH as Le, by as Me, k as Ae, W as Be, g as we, al as xe, bY as fe, ar as ve, bJ as Ne, bW as We, bZ as ke, bM as Re, c0 as Ee, aH as Ge, aG as Oe, bV as Ue, bE as _e, bB as He, bA as Ke, e as Xe, s as ze, bp as je, b as qe, c1 as Je, ad as Qe, t as Ye, ai as Ze, ba as $e, b4 as at, x as st, u as et, aL as tt } from "./index-
|
|
1
|
+
import { a4 as e, B as t, V as o, U as r, a7 as i, a8 as n, I as l, a9 as b, X as p, aa as g, W as u, ab as c, L as m, S as d, p as S, ac as T, l as C, ad as I, ae as V, af as F, ag as h, e as y, a5 as D } from "./index-DhFGPGOA.js";
|
|
2
|
+
import { bK as L, G as M, A, r as B, v as w, m as x, o as f, bi as v, I as N, bu as W, ac as k, c9 as R, Y as E, V as G, bo as O, aq as U, aS as _, aT as H, aV as K, aU as X, c3 as z, aa as j, b8 as q, B as J, p as Q, F as Y, ao as Z, an as $, Z as aa, aj as sa, bf as ea, C as ta, br as oa, aw as ra, Q as ia, O as na, bl as la, bs as ba, bt as pa, aM as ga, D as ua, h as ca, bm as ma, bU as da, _ as Sa, b7 as Ta, ah as Ca, f as Ia, ak as Va, ca as Fa, ag as ha, aE as ya, aD as Da, aF as Pa, aC as La, b6 as Ma, bh as Aa, a7 as Ba, bT as wa, a2 as xa, a4 as fa, a3 as va, am as Na, bL as Wa, H as ka, bd as Ra, at as Ea, a9 as Ga, cb as Oa, X as Ua, $ as _a, bO as Ha, bP as Ka, bN as Xa, ap as za, a0 as ja, l as qa, L as Ja, M as Qa, as as Ya, cc as Za, q as $a, a1 as as, aW as ss, a6 as es, aB as ts, aA as os, aI as rs, bn as is, N as ns, aR as ls, n as bs, bR as ps, c8 as gs, P as us, R as cs, b$ as ms, j as ds, aQ as Ss, av as Ts, b2 as Cs, b1 as Is, aX as Vs, b0 as Fs, aY as hs, aZ as ys, a_ as Ds, a$ as Ps, ab as Ls, b3 as Ms, bg as As, b9 as Bs, b_ as ws, aO as xs, aN as fs, c6 as vs, bX as Ns, E as Ws, bS as ks, w as Rs, c7 as Es, a8 as Gs, aP as Os, az as Us, a as _s, bF as Hs, bz as Ks, c4 as Xs, aK as zs, c5 as js, y as qs, bk as Js, J as Qs, K as Ys, ay as Zs, bj as $s, c as ae, aJ as se, bC as ee, bx as te, d as oe, bD as re, ax as ie, S as ne, bq as le, z as be, be as pe, T as ge, bQ as ue, a5 as ce, bI as me, bc as de, bb as Se, c2 as Te, ae as Ce, af as Ie, au as Ve, b5 as Fe, bG as he, U as ye, bw as De, bv as Pe, bH as Le, by as Me, k as Ae, W as Be, g as we, al as xe, bY as fe, ar as ve, bJ as Ne, bW as We, bZ as ke, bM as Re, c0 as Ee, aH as Ge, aG as Oe, bV as Ue, bE as _e, bB as He, bA as Ke, e as Xe, s as ze, bp as je, b as qe, c1 as Je, ad as Qe, t as Ye, ai as Ze, ba as $e, b4 as at, x as st, u as et, aL as tt } from "./index-D0EqFVbJ.js";
|
|
3
3
|
export {
|
|
4
4
|
L as AccentColor,
|
|
5
5
|
M as Accordion,
|
package/dist/context.d.ts
CHANGED
|
@@ -238,6 +238,7 @@ declare const IconNameMapV2: {
|
|
|
238
238
|
'bell-off': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
239
239
|
bell: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
240
240
|
blocks: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
241
|
+
'blue-green': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
241
242
|
'bold-squere': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
242
243
|
bold: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
243
244
|
'bookmark-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -261,6 +262,7 @@ declare const IconNameMapV2: {
|
|
|
261
262
|
'calendar-rotate': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
262
263
|
'calendar-xmark': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
263
264
|
calendar: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
265
|
+
canary: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
264
266
|
cell2x2: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
265
267
|
'chaos-tests-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
266
268
|
'chaos-tests': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -438,6 +440,7 @@ declare const IconNameMapV2: {
|
|
|
438
440
|
'info-circle': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
439
441
|
'infrastructure-solid': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
440
442
|
infrastructure: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
443
|
+
'input-set': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
441
444
|
instances: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
442
445
|
internet: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
443
446
|
'italic-square': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -512,6 +515,7 @@ declare const IconNameMapV2: {
|
|
|
512
515
|
'page-plus': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
513
516
|
'page-right': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
514
517
|
'page-up': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
518
|
+
palette: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
515
519
|
'paste-clipboard': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
516
520
|
'path-arrow': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
517
521
|
pause: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -559,6 +563,7 @@ declare const IconNameMapV2: {
|
|
|
559
563
|
repository: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
560
564
|
restart: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
561
565
|
roles: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
566
|
+
rolling: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
562
567
|
ruler: FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
563
568
|
'run-test': FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
564
569
|
run: FunctionComponent<SVGProps<SVGSVGElement>>;
|
package/dist/context.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as o, ah as s, ai as r, aj as t, ak as i, h as n, al as m, a3 as u, u as C, f as g, d as T, k as l } from "./index-
|
|
1
|
+
import { g as o, ah as s, ai as r, aj as t, ak as i, h as n, al as m, a3 as u, u as C, f as g, d as T, k as l } from "./index-DhFGPGOA.js";
|
|
2
2
|
import { b as x, C as p, M as P, R as f, o as v, m as h, u as D } from "./use-resize-observer-B-bXbUjU.js";
|
|
3
|
-
import { C as R, E as y, a as b, u as k, b as M } from "./index-
|
|
3
|
+
import { C as R, E as y, a as b, u as k, b as M } from "./index-D6BuUbRP.js";
|
|
4
4
|
export {
|
|
5
5
|
x as ColorType,
|
|
6
6
|
R as ComponentProvider,
|
package/dist/hooks.d.ts
CHANGED
package/dist/hooks.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as a, e as o, k as r, u, d as n, a as t, b as m, c as i, f as l, g as p, h as c, j as f, n as C, l as b, m as d, o as h } from "./index-
|
|
1
|
+
import { U as a, e as o, k as r, u, d as n, a as t, b as m, c as i, f as l, g as p, h as c, j as f, n as C, l as b, m as d, o as h } from "./index-BhO-bCC5.js";
|
|
2
2
|
import { a as S, b as g } from "./use-debounce-search-DCssIumm.js";
|
|
3
3
|
import { a as E } from "./use-resize-observer-B-bXbUjU.js";
|
|
4
4
|
export {
|