@alfadocs/ui-kit-debug 0.94.0 → 0.95.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/_chunks/{apexcharts-theme-fAQXLIMW.js → apexcharts-theme-B_AxGC_h.js} +25 -20
- package/dist/_chunks/apexcharts-theme-B_AxGC_h.js.map +1 -0
- package/dist/_chunks/chart-DR68TJD5.js +705 -0
- package/dist/_chunks/chart-DR68TJD5.js.map +1 -0
- package/dist/_chunks/{date-range-picker-Cfv4Sr63.js → date-range-picker-pEG3Ln3i.js} +314 -297
- package/dist/_chunks/date-range-picker-pEG3Ln3i.js.map +1 -0
- package/dist/_chunks/{link-cell-renderer-_LDZhY4r.js → link-cell-renderer-flfZh2qY.js} +2 -2
- package/dist/_chunks/{link-cell-renderer-_LDZhY4r.js.map → link-cell-renderer-flfZh2qY.js.map} +1 -1
- package/dist/_chunks/{patient-table-CFM92QqU.js → patient-table-CvZTIM2R.js} +2 -2
- package/dist/_chunks/{patient-table-CFM92QqU.js.map → patient-table-CvZTIM2R.js.map} +1 -1
- package/dist/_chunks/{radiograph-panel.agent-DDnDGVpN.js → radiograph-panel.agent-AsXJBr1p.js} +2 -2
- package/dist/_chunks/{radiograph-panel.agent-DDnDGVpN.js.map → radiograph-panel.agent-AsXJBr1p.js.map} +1 -1
- package/dist/_chunks/{sparkline-o6JH4O66.js → sparkline-DcXqRZoq.js} +2 -2
- package/dist/_chunks/{sparkline-o6JH4O66.js.map → sparkline-DcXqRZoq.js.map} +1 -1
- package/dist/agent-catalog.json +1 -1
- package/dist/components/chart/chart.d.ts +12 -5
- package/dist/components/chart/chart.d.ts.map +1 -1
- package/dist/components/chart/index.js +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/date-range-picker/date-range-picker.d.ts +10 -1
- package/dist/components/date-range-picker/date-range-picker.d.ts.map +1 -1
- package/dist/components/date-range-picker/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/radiograph-panel/index.js +1 -1
- package/dist/components/sparkline/index.js +1 -1
- package/dist/index.js +6 -6
- package/dist/tokens/apexcharts-theme.d.ts +19 -33
- package/dist/tokens/apexcharts-theme.d.ts.map +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/apexcharts-theme-fAQXLIMW.js.map +0 -1
- package/dist/_chunks/chart-DqxVCm1I.js +0 -664
- package/dist/_chunks/chart-DqxVCm1I.js.map +0 -1
- package/dist/_chunks/date-range-picker-Cfv4Sr63.js.map +0 -1
|
@@ -1,38 +1,24 @@
|
|
|
1
1
|
import type ApexCharts from 'apexcharts';
|
|
2
|
+
/** The theme-bridge output. */
|
|
3
|
+
export type ApexChartsTheme = ApexCharts.ApexOptions;
|
|
2
4
|
/**
|
|
3
|
-
*
|
|
4
|
-
* `
|
|
5
|
-
* `
|
|
6
|
-
* the
|
|
7
|
-
*
|
|
8
|
-
*
|
|
5
|
+
* Compare fill opacity from the `--chart-compare-fill-opacity` token. Drives
|
|
6
|
+
* the per-series `fill.opacity` of a compare bar / area overlay (see
|
|
7
|
+
* `ChartSeries.role` in `src/components/chart/chart.tsx`). Theme-invariant —
|
|
8
|
+
* the token value itself does not shift between themes; the resulting COLOUR
|
|
9
|
+
* retints because it is mixed from the theme-shifting primary and background
|
|
10
|
+
* (see `resolveCompareTint`). Falls back to 0.18 outside a browser.
|
|
9
11
|
*/
|
|
10
|
-
export
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
* Decorative faint grey wash for the compare area gradient tint only.
|
|
22
|
-
* Sourced from `--calendar-compare-fill`, which is a `color-mix()` string
|
|
23
|
-
* that `getPropertyValue` returns UNRESOLVED, so it is resolved via a
|
|
24
|
-
* detached probe (see `resolveColour`).
|
|
25
|
-
*/
|
|
26
|
-
wash: string;
|
|
27
|
-
}
|
|
28
|
-
/** The theme-bridge output, plus resolved compare-overlay colours. */
|
|
29
|
-
export interface ApexChartsTheme extends ApexCharts.ApexOptions {
|
|
30
|
-
/**
|
|
31
|
-
* Resolved compare-overlay colours. Read ONLY inside the chart's
|
|
32
|
-
* `hasCompare` branches and never spread into the ApexCharts options object,
|
|
33
|
-
* so a chart with no compare series emits byte-identical options.
|
|
34
|
-
*/
|
|
35
|
-
compare?: ApexCompareColors;
|
|
36
|
-
}
|
|
12
|
+
export declare function getCompareFillOpacity(): number;
|
|
13
|
+
/**
|
|
14
|
+
* Resolve a compare TINT: the paired primary mixed OVER the surface at the
|
|
15
|
+
* compare opacity, so it is an opaque lighter shade of the same hue — used for
|
|
16
|
+
* the legend swatch (and anywhere the tint is needed as a solid colour).
|
|
17
|
+
* `primary` is an already-resolved colour (the k-th primary's colour). Uses the
|
|
18
|
+
* same detached probe the bridge uses for `color-mix`, so it retints per theme
|
|
19
|
+
* with no new observer and no hex literal in component code. Returns `primary`
|
|
20
|
+
* untouched outside a browser.
|
|
21
|
+
*/
|
|
22
|
+
export declare function resolveCompareTint(primary: string): string;
|
|
37
23
|
export declare function getApexChartsTheme(): ApexChartsTheme;
|
|
38
24
|
//# sourceMappingURL=apexcharts-theme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apexcharts-theme.d.ts","sourceRoot":"","sources":["../../src/tokens/apexcharts-theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,YAAY,CAAC;AAEzC
|
|
1
|
+
{"version":3,"file":"apexcharts-theme.d.ts","sourceRoot":"","sources":["../../src/tokens/apexcharts-theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,YAAY,CAAC;AAEzC,+BAA+B;AAC/B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,WAAW,CAAC;AAuBrD;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,IAAI,MAAM,CAO9C;AAED;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAQ1D;AAED,wBAAgB,kBAAkB,IAAI,eAAe,CAmBpD"}
|