@realiizlabs/admin 0.13.2 → 0.14.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/{Sidebar-CNuphww6.d.cts → Sidebar-Dvrc9_xR.d.cts} +1 -1
- package/dist/{Sidebar-CNuphww6.d.ts → Sidebar-Dvrc9_xR.d.ts} +1 -1
- package/dist/events/index.cjs +1 -1
- package/dist/events/index.cjs.map +1 -1
- package/dist/events/index.js +1 -1
- package/dist/events/index.js.map +1 -1
- package/dist/forms-ui/index.cjs.map +1 -1
- package/dist/forms-ui/index.d.cts +1 -1
- package/dist/forms-ui/index.d.ts +1 -1
- package/dist/forms-ui/index.js.map +1 -1
- package/dist/shell/index.cjs +2 -2
- package/dist/shell/index.cjs.map +1 -1
- package/dist/shell/index.d.cts +5 -5
- package/dist/shell/index.d.ts +5 -5
- package/dist/shell/index.js +2 -2
- package/dist/shell/index.js.map +1 -1
- package/dist/studio-ui/index.cjs +1430 -65
- package/dist/studio-ui/index.cjs.map +1 -1
- package/dist/studio-ui/index.d.cts +67 -7
- package/dist/studio-ui/index.d.ts +67 -7
- package/dist/studio-ui/index.js +1426 -67
- package/dist/studio-ui/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -38,7 +38,7 @@ type LabelRenderer = (label: string, help: string) => ReactNode;
|
|
|
38
38
|
/**
|
|
39
39
|
* Advisory length gauge. The bar is the whole scale (a bit past the max so
|
|
40
40
|
* "over" has room to show), a green band marks the target range, and the fill
|
|
41
|
-
* grows with the text in the state's
|
|
41
|
+
* grows with the text in the state's color: grey while short, green in range,
|
|
42
42
|
* red past it. The words repeat only what the bar can't: the count and a verdict.
|
|
43
43
|
*/
|
|
44
44
|
declare function LengthGauge({ length: raw, range, suffix }: {
|
package/dist/forms-ui/index.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ type LabelRenderer = (label: string, help: string) => ReactNode;
|
|
|
38
38
|
/**
|
|
39
39
|
* Advisory length gauge. The bar is the whole scale (a bit past the max so
|
|
40
40
|
* "over" has room to show), a green band marks the target range, and the fill
|
|
41
|
-
* grows with the text in the state's
|
|
41
|
+
* grows with the text in the state's color: grey while short, green in range,
|
|
42
42
|
* red past it. The words repeat only what the bar can't: the count and a verdict.
|
|
43
43
|
*/
|
|
44
44
|
declare function LengthGauge({ length: raw, range, suffix }: {
|