@rubin-epo/epo-widget-lib 1.1.0 → 1.1.2
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/README.MD +1 -1
- package/dist/ViewIndicator.cjs +1 -1
- package/dist/ViewIndicator.js +50 -44
- package/dist/atomic/Blinker/Controls/styles.d.ts +1 -273
- package/dist/atomic/Blinker/styles.d.ts +2 -545
- package/dist/atomic/ElapsedTime/styles.d.ts +6 -1634
- package/dist/atomic/ImageStack/index.d.ts +2 -2
- package/dist/atomic/LiveRegion/styles.d.ts +1 -273
- package/dist/atomic/Loader/styles.d.ts +1 -273
- package/dist/atomic/PlaybackControl/styles.d.ts +2 -555
- package/dist/atomic/PlotWrapper/styles.d.ts +1 -273
- package/dist/charts/Base/styles.d.ts +10 -2931
- package/dist/charts/Readout/index.cjs +1 -1
- package/dist/charts/Readout/index.js +18 -25
- package/dist/charts/Readout/styles.d.ts +2 -548
- package/dist/charts/ScatterPlot/index.cjs +1 -1
- package/dist/charts/ScatterPlot/index.js +50 -53
- package/dist/charts/ScatterPlot/styles.d.ts +2 -14
- package/dist/charts/Tooltip/styles.d.ts +6 -548
- package/dist/charts/styles.d.ts +6 -2893
- package/dist/layout/AspectRatio/styles.d.ts +1 -273
- package/dist/layout/Controls/styles.d.ts +12 -1918
- package/dist/styles/svg.d.ts +1 -273
- package/dist/widgets/CameraFilter/styles.d.ts +18 -5224
- package/dist/widgets/ColorTool/FilterControls/styles.d.ts +7 -1257
- package/dist/widgets/FilterTool/styles.d.ts +11 -3444
- package/dist/widgets/LightCurvePlot/Plot/styles.d.ts +3 -817
- package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/styles.d.ts +1 -276
- package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.d.ts +2 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/styles.d.ts +6 -0
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.d.ts +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +6 -820
- package/dist/widgets/SourceSelector/Message/styles.d.ts +2 -2
- package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +3 -817
- package/dist/widgets/SourceSelector/SourceMap/styles.d.ts +2 -965
- package/dist/widgets/SourceSelector/styles.d.ts +2 -17
- package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +1 -483
- package/dist/widgets/SupernovaThreeVector/Skymap/index.cjs +1 -1
- package/dist/widgets/SupernovaThreeVector/Skymap/index.js +39 -45
- package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +7 -3375
- package/dist/widgets/ViewIndicator/styles.cjs +9 -24
- package/dist/widgets/ViewIndicator/styles.d.ts +4 -4401
- package/dist/widgets/ViewIndicator/styles.js +10 -32
- package/package.json +22 -22
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("styled-components"),i=e=>e&&e.__esModule?e:{default:e},o=i(r),t=o.default.div`
|
|
2
2
|
--size-svg-inner: calc(var(--size-container) * 0.65);
|
|
3
3
|
|
|
4
4
|
aspect-ratio: 1;
|
|
@@ -11,30 +11,20 @@
|
|
|
11
11
|
justify-content: center;
|
|
12
12
|
position: relative;
|
|
13
13
|
user-select: none;
|
|
14
|
-
`,l=
|
|
14
|
+
`,l=o.default.svg`
|
|
15
15
|
aspect-ratio: 1;
|
|
16
16
|
overflow: visible;
|
|
17
|
+
fill: none;
|
|
18
|
+
stroke: currentColor;
|
|
19
|
+
stroke-width: 2;
|
|
17
20
|
width: calc(var(--size-container) * 0.65);
|
|
18
|
-
`,n=
|
|
21
|
+
`,n=o.default.div`
|
|
19
22
|
font-size: calc(calc(var(--size-container) - var(--size-svg-inner)) / 2);
|
|
20
23
|
font-weight: bold;
|
|
21
24
|
line-height: 1;
|
|
22
25
|
position: absolute;
|
|
23
26
|
top: 0px;
|
|
24
|
-
`,a=
|
|
25
|
-
fill: none;
|
|
26
|
-
stroke: currentColor;
|
|
27
|
-
stroke-width: 3;
|
|
28
|
-
`,c=e.default.path`
|
|
29
|
-
fill: none;
|
|
30
|
-
stroke: currentColor;
|
|
31
|
-
stroke-width: 2;
|
|
32
|
-
`;e.default.path`
|
|
33
|
-
fill: none;
|
|
34
|
-
stroke: currentColor;
|
|
35
|
-
stroke-width: 2;
|
|
36
|
-
opacity: 0.85;
|
|
37
|
-
`;const s=e.default.g`
|
|
27
|
+
`,a=o.default.g`
|
|
38
28
|
--color-fill-primary: var(--color-rubin-yellow-200);
|
|
39
29
|
--color-fill-secondary: #eba85b;
|
|
40
30
|
fill: var(--color-fill-primary);
|
|
@@ -43,10 +33,5 @@
|
|
|
43
33
|
var(--color-fill-primary) var(--percent-mix-primary),
|
|
44
34
|
var(--color-fill-secondary) var(--percent-mix-secondary)
|
|
45
35
|
);
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
`,f=e.default.path`
|
|
49
|
-
opacity: 0.3;
|
|
50
|
-
`,u=e.default.path`
|
|
51
|
-
opacity: 0.5;
|
|
52
|
-
`;exports.Container=i;exports.Meridian=c;exports.NorthDirection=n;exports.Outline=a;exports.Plane=d;exports.SVG=l;exports.SideEdges=f;exports.TopEdges=u;exports.ViewCone=s;
|
|
36
|
+
stroke: none;
|
|
37
|
+
`;exports.Container=t;exports.NorthDirection=n;exports.SVG=l;exports.ViewCone=a;
|