@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.
Files changed (53) hide show
  1. package/dist/atomic/Blinker/Controls/styles.d.ts +56 -54
  2. package/dist/atomic/Blinker/styles.d.ts +109 -108
  3. package/dist/atomic/ElapsedTime/styles.d.ts +326 -324
  4. package/dist/atomic/LiveRegion/styles.d.ts +56 -54
  5. package/dist/atomic/Loader/styles.d.ts +56 -54
  6. package/dist/atomic/PlaybackControl/styles.d.ts +110 -108
  7. package/dist/atomic/PlotWrapper/styles.d.ts +56 -54
  8. package/dist/charts/Base/styles.d.ts +541 -539
  9. package/dist/charts/Readout/styles.d.ts +110 -108
  10. package/dist/charts/Tooltip/styles.d.ts +109 -108
  11. package/dist/charts/XAxis/index.cjs +1 -1
  12. package/dist/charts/XAxis/index.js +47 -32
  13. package/dist/charts/YAxis/index.cjs +1 -1
  14. package/dist/charts/YAxis/index.js +44 -29
  15. package/dist/charts/hooks/useAxis.cjs +1 -1
  16. package/dist/charts/hooks/useAxis.d.ts +4 -3
  17. package/dist/charts/hooks/useAxis.js +15 -25
  18. package/dist/charts/styles.d.ts +320 -318
  19. package/dist/layout/AspectRatio/styles.d.ts +55 -54
  20. package/dist/layout/Controls/styles.d.ts +379 -378
  21. package/dist/lib/utils.d.ts +2 -2
  22. package/dist/styles/svg.d.ts +56 -54
  23. package/dist/widgets/CameraFilter/styles.d.ts +860 -860
  24. package/dist/widgets/ColorTool/FilterControls/styles.d.ts +222 -221
  25. package/dist/widgets/FilterTool/styles.d.ts +426 -426
  26. package/dist/widgets/LightCurvePlot/Plot/index.cjs +1 -1
  27. package/dist/widgets/LightCurvePlot/Plot/index.js +67 -52
  28. package/dist/widgets/LightCurvePlot/Plot/styles.d.ts +110 -108
  29. package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/styles.d.ts +56 -54
  30. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.cjs +1 -1
  31. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.d.ts +1 -1
  32. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.js +29 -33
  33. package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.cjs +1 -1
  34. package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.js +4 -4
  35. package/dist/widgets/LightCurvePlot/PlotWithCurve/index.cjs +1 -1
  36. package/dist/widgets/LightCurvePlot/PlotWithCurve/index.js +85 -81
  37. package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +164 -162
  38. package/dist/widgets/LightCurvePlot/defaults.cjs +1 -1
  39. package/dist/widgets/LightCurvePlot/defaults.d.ts +10 -6
  40. package/dist/widgets/LightCurvePlot/defaults.js +2 -6
  41. package/dist/widgets/LightCurvePlot/helpers.cjs +1 -1
  42. package/dist/widgets/LightCurvePlot/helpers.js +1 -1
  43. package/dist/widgets/SourceSelector/Point/styles.d.ts +55 -53
  44. package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +164 -162
  45. package/dist/widgets/SourceSelector/styles.d.ts +496 -0
  46. package/dist/widgets/SupernovaThreeVector/Histogram/index.cjs +1 -1
  47. package/dist/widgets/SupernovaThreeVector/Histogram/index.js +8 -8
  48. package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +55 -53
  49. package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +373 -371
  50. package/package.json +4 -4
  51. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.cjs +0 -5
  52. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.d.ts +0 -272
  53. 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
- "aria-activedescendant"?: string | undefined;
262
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
263
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
264
- "aria-braillelabel"?: string | undefined;
265
- "aria-brailleroledescription"?: string | undefined;
266
- "aria-busy"?: (boolean | "true" | "false") | undefined;
267
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
268
- "aria-colcount"?: number | undefined;
269
- "aria-colindex"?: number | undefined;
270
- "aria-colindextext"?: string | undefined;
271
- "aria-colspan"?: number | undefined;
272
- "aria-controls"?: string | undefined;
273
- "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
274
- "aria-describedby"?: string | undefined;
275
- "aria-description"?: string | undefined;
276
- "aria-details"?: string | undefined;
277
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
278
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
279
- "aria-errormessage"?: string | undefined;
280
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
281
- "aria-flowto"?: string | undefined;
282
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
283
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
284
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
285
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
286
- "aria-keyshortcuts"?: string | undefined;
287
- "aria-label"?: string | undefined;
288
- "aria-labelledby"?: string | undefined;
289
- "aria-level"?: number | undefined;
290
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
291
- "aria-modal"?: (boolean | "true" | "false") | undefined;
292
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
293
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
294
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
295
- "aria-owns"?: string | undefined;
296
- "aria-placeholder"?: string | undefined;
297
- "aria-posinset"?: number | undefined;
298
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
299
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
300
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
301
- "aria-required"?: (boolean | "true" | "false") | undefined;
302
- "aria-roledescription"?: string | undefined;
303
- "aria-rowcount"?: number | undefined;
304
- "aria-rowindex"?: number | undefined;
305
- "aria-rowindextext"?: string | undefined;
306
- "aria-rowspan"?: number | undefined;
307
- "aria-selected"?: (boolean | "true" | "false") | undefined;
308
- "aria-setsize"?: number | undefined;
309
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
310
- "aria-valuemax"?: number | undefined;
311
- "aria-valuemin"?: number | undefined;
312
- "aria-valuenow"?: number | undefined;
313
- "aria-valuetext"?: string | undefined;
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;