@scbt-ecom/ui 0.59.2 → 0.60.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/dist/{index-D1FyOXDQ.js → index-CTkhWiic.js} +4 -3
- package/dist/{index-D1FyOXDQ.js.map → index-CTkhWiic.js.map} +1 -1
- package/dist/shared/ui/formElements/uncontrolled/index.d.ts +1 -1
- package/dist/shared/ui/formElements/uncontrolled/radio/RadioGroup.d.ts +2 -2
- package/dist/shared/ui/formElements/uncontrolled/radio/ui/RadioItem.d.ts +1 -0
- package/dist/ui.js +2 -2
- package/dist/widget.js +1 -1
- package/package.json +1 -1
|
@@ -100,7 +100,7 @@ export declare const Uncontrolled: {
|
|
|
100
100
|
options: import('./radio').RadioOption[];
|
|
101
101
|
displayValue?: (option: import('./radio').RadioOption) => string;
|
|
102
102
|
returnValue?: (option: import('./radio').RadioOption) => string;
|
|
103
|
-
classes?:
|
|
103
|
+
classes?: {
|
|
104
104
|
root?: string;
|
|
105
105
|
list?: string;
|
|
106
106
|
radioItem?: import('./radio/ui/RadioItem').RadioItemClasses;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RadioGroupProps as RadioGroupPrimitiveProps } from '@radix-ui/react-radio-group';
|
|
2
|
-
import {
|
|
2
|
+
import { RadioOption } from './ui';
|
|
3
3
|
import { RadioItemClasses } from './ui/RadioItem';
|
|
4
|
-
type RadioGroupClasses =
|
|
4
|
+
type RadioGroupClasses = {
|
|
5
5
|
root?: string;
|
|
6
6
|
list?: string;
|
|
7
7
|
radioItem?: RadioItemClasses;
|
package/dist/ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as p, c as Qe, R as et, B as D, u as tt, a as nt, b as ot, d as rt, P as U, e as Fe, f as it, I as lt, g as X, h as ut, A as st, H as at, i as z, k as gt, m as Ce, D as dt, V as ct, O as ft } from "./index-
|
|
2
|
-
import { n as oo, C as ro, t as io, s as lo, o as uo, K as so, L as ao, N as go, l as co, p as fo, q as po, U as mo, r as ho, v as So } from "./index-
|
|
1
|
+
import { j as p, c as Qe, R as et, B as D, u as tt, a as nt, b as ot, d as rt, P as U, e as Fe, f as it, I as lt, g as X, h as ut, A as st, H as at, i as z, k as gt, m as Ce, D as dt, V as ct, O as ft } from "./index-CTkhWiic.js";
|
|
2
|
+
import { n as oo, C as ro, t as io, s as lo, o as uo, K as so, L as ao, N as go, l as co, p as fo, q as po, U as mo, r as ho, v as So } from "./index-CTkhWiic.js";
|
|
3
3
|
import * as E from "react";
|
|
4
4
|
import { forwardRef as M, useState as we, useEffect as pt, isValidElement as k, cloneElement as ye, Children as G } from "react";
|
|
5
5
|
import { c as w, T as Re } from "./typeGuards-Bhdr9KYW.js";
|
package/dist/widget.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var ae = Object.defineProperty;
|
|
2
2
|
var pe = (o, t, n) => t in o ? ae(o, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : o[t] = n;
|
|
3
3
|
var B = (o, t, n) => pe(o, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import { j as e, B as U, c as k, R as y, l as Q, r as me, H as N, i as h, s as R, p as ue, L as fe, n as V, A as E, t as he, q as be, U as Y, m as W, k as je } from "./index-
|
|
4
|
+
import { j as e, B as U, c as k, R as y, l as Q, r as me, H as N, i as h, s as R, p as ue, L as fe, n as V, A as E, t as he, q as be, U as Y, m as W, k as je } from "./index-CTkhWiic.js";
|
|
5
5
|
import { c as l, T as j } from "./typeGuards-Bhdr9KYW.js";
|
|
6
6
|
import * as _ from "react";
|
|
7
7
|
import { useCallback as A, useState as v, useMemo as G, createElement as P, Fragment as ce, useEffect as s, useRef as $, useReducer as ke, memo as ee } from "react";
|