@rubin-epo/epo-widget-lib 0.10.2 → 0.10.3-beta.1
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/atomic/Blinker/Controls/styles.d.ts +56 -54
- package/dist/atomic/Blinker/styles.d.ts +109 -108
- package/dist/atomic/ElapsedTime/styles.d.ts +326 -324
- package/dist/atomic/LiveRegion/styles.d.ts +56 -54
- package/dist/atomic/Loader/styles.d.ts +56 -54
- package/dist/atomic/PlaybackControl/styles.d.ts +110 -108
- package/dist/atomic/PlotWrapper/styles.d.ts +56 -54
- package/dist/charts/Base/styles.d.ts +541 -539
- package/dist/charts/Readout/styles.d.ts +110 -108
- package/dist/charts/Tooltip/styles.d.ts +109 -108
- package/dist/charts/XAxis/index.cjs +1 -1
- package/dist/charts/XAxis/index.js +47 -32
- package/dist/charts/YAxis/index.cjs +1 -1
- package/dist/charts/YAxis/index.js +44 -29
- package/dist/charts/hooks/useAxis.cjs +1 -1
- package/dist/charts/hooks/useAxis.d.ts +4 -3
- package/dist/charts/hooks/useAxis.js +15 -25
- package/dist/charts/styles.d.ts +320 -318
- package/dist/layout/AspectRatio/styles.d.ts +55 -54
- package/dist/layout/Controls/styles.d.ts +379 -378
- package/dist/lib/utils.d.ts +2 -2
- package/dist/styles/svg.d.ts +56 -54
- package/dist/widgets/CameraFilter/styles.d.ts +860 -860
- package/dist/widgets/ColorTool/FilterControls/styles.d.ts +222 -221
- package/dist/widgets/FilterTool/styles.d.ts +426 -426
- package/dist/widgets/LightCurvePlot/Plot/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/Plot/index.js +67 -52
- package/dist/widgets/LightCurvePlot/Plot/styles.d.ts +110 -108
- package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/styles.d.ts +56 -54
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.d.ts +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.js +29 -33
- package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.js +4 -4
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.js +85 -81
- package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +164 -162
- package/dist/widgets/LightCurvePlot/defaults.cjs +1 -1
- package/dist/widgets/LightCurvePlot/defaults.d.ts +10 -6
- package/dist/widgets/LightCurvePlot/defaults.js +2 -6
- package/dist/widgets/LightCurvePlot/helpers.cjs +1 -1
- package/dist/widgets/LightCurvePlot/helpers.js +1 -1
- package/dist/widgets/SourceSelector/Point/styles.d.ts +55 -53
- package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +164 -162
- package/dist/widgets/SourceSelector/styles.d.ts +496 -0
- package/dist/widgets/SupernovaThreeVector/Histogram/index.cjs +1 -1
- package/dist/widgets/SupernovaThreeVector/Histogram/index.js +8 -8
- package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +55 -53
- package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +373 -371
- package/package.json +4 -4
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.cjs +0 -5
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.d.ts +0 -272
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.js +0 -10
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
1
3
|
export declare const YLabel: import('styled-components').IStyledComponent<"web", {
|
|
2
4
|
className?: string | undefined;
|
|
3
5
|
color?: string | undefined;
|
|
@@ -258,59 +260,59 @@ export declare const YLabel: import('styled-components').IStyledComponent<"web",
|
|
|
258
260
|
yChannelSelector?: string | undefined;
|
|
259
261
|
z?: string | number | undefined;
|
|
260
262
|
zoomAndPan?: string | undefined;
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
263
|
+
'aria-activedescendant'?: string | undefined;
|
|
264
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
265
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
266
|
+
'aria-braillelabel'?: string | undefined;
|
|
267
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
268
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
269
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
270
|
+
'aria-colcount'?: number | undefined;
|
|
271
|
+
'aria-colindex'?: number | undefined;
|
|
272
|
+
'aria-colindextext'?: string | undefined;
|
|
273
|
+
'aria-colspan'?: number | undefined;
|
|
274
|
+
'aria-controls'?: string | undefined;
|
|
275
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
276
|
+
'aria-describedby'?: string | undefined;
|
|
277
|
+
'aria-description'?: string | undefined;
|
|
278
|
+
'aria-details'?: string | undefined;
|
|
279
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
280
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
281
|
+
'aria-errormessage'?: string | undefined;
|
|
282
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
283
|
+
'aria-flowto'?: string | undefined;
|
|
284
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
285
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
286
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
287
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
288
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
289
|
+
'aria-label'?: string | undefined;
|
|
290
|
+
'aria-labelledby'?: string | undefined;
|
|
291
|
+
'aria-level'?: number | undefined;
|
|
292
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
293
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
294
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
295
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
296
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
297
|
+
'aria-owns'?: string | undefined;
|
|
298
|
+
'aria-placeholder'?: string | undefined;
|
|
299
|
+
'aria-posinset'?: number | undefined;
|
|
300
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
301
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
302
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
303
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
304
|
+
'aria-roledescription'?: string | undefined;
|
|
305
|
+
'aria-rowcount'?: number | undefined;
|
|
306
|
+
'aria-rowindex'?: number | undefined;
|
|
307
|
+
'aria-rowindextext'?: string | undefined;
|
|
308
|
+
'aria-rowspan'?: number | undefined;
|
|
309
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
310
|
+
'aria-setsize'?: number | undefined;
|
|
311
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
312
|
+
'aria-valuemax'?: number | undefined;
|
|
313
|
+
'aria-valuemin'?: number | undefined;
|
|
314
|
+
'aria-valuenow'?: number | undefined;
|
|
315
|
+
'aria-valuetext'?: string | undefined;
|
|
314
316
|
children?: import('react').ReactNode;
|
|
315
317
|
dangerouslySetInnerHTML?: {
|
|
316
318
|
__html: string | TrustedHTML;
|