@rubin-epo/epo-widget-lib 1.1.1 → 1.1.3
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/CameraFilter.cjs +1 -0
- package/dist/CameraFilter.d.ts +3 -0
- package/dist/CameraFilter.js +4 -0
- 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/styles.d.ts +2 -548
- 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/lib/utils.cjs +1 -1
- package/dist/lib/utils.js +15 -11
- package/dist/styles/svg.d.ts +1 -273
- package/dist/widgets/CameraFilter/CameraFilter.cjs +1 -0
- package/dist/widgets/CameraFilter/CameraFilter.js +103 -0
- package/dist/widgets/CameraFilter/CondensedFilterRanges/CondensedFilterRanges.cjs +1 -0
- package/dist/widgets/CameraFilter/CondensedFilterRanges/CondensedFilterRanges.js +61 -0
- package/dist/widgets/CameraFilter/SpectrumDisplay/ColorLabels/ColorLabels.cjs +1 -0
- package/dist/widgets/CameraFilter/SpectrumDisplay/ColorLabels/ColorLabels.js +99 -0
- package/dist/widgets/CameraFilter/SpectrumDisplay/SpectrumDisplay.cjs +1 -0
- package/dist/widgets/CameraFilter/SpectrumDisplay/SpectrumDisplay.js +97 -0
- package/dist/widgets/CameraFilter/SpectrumDisplay/SpectrumLabels/SpectrumLabels.cjs +1 -0
- package/dist/widgets/CameraFilter/SpectrumDisplay/SpectrumLabels/SpectrumLabels.js +58 -0
- package/dist/widgets/CameraFilter/data.cjs +1 -0
- package/dist/widgets/CameraFilter/data.js +84 -0
- package/dist/widgets/CameraFilter/styles.cjs +105 -0
- package/dist/widgets/CameraFilter/styles.d.ts +18 -5224
- package/dist/widgets/CameraFilter/styles.js +128 -0
- 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/styles.d.ts +7 -3375
- package/dist/widgets/ViewIndicator/styles.d.ts +4 -1509
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rubin-epo/epo-widget-lib",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Rubin Observatory Education & Public Outreach team React scientific and educational widgets.",
|
|
5
5
|
"author": "Rubin EPO",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,28 +49,28 @@
|
|
|
49
49
|
"@semantic-release/github": "^10.1.7",
|
|
50
50
|
"@semantic-release/npm": "^12.0.1",
|
|
51
51
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
|
52
|
-
"@storybook/addon-a11y": "^
|
|
53
|
-
"@storybook/addon-actions": "
|
|
54
|
-
"@storybook/addon-essentials": "
|
|
55
|
-
"@storybook/addon-interactions": "
|
|
56
|
-
"@storybook/addon-jest": "
|
|
57
|
-
"@storybook/addon-links": "
|
|
58
|
-
"@storybook/cli": "
|
|
59
|
-
"@storybook/manager-api": "
|
|
60
|
-
"@storybook/react": "
|
|
61
|
-
"@storybook/react-vite": "
|
|
62
|
-
"@storybook/
|
|
63
|
-
"@storybook/theming": "
|
|
52
|
+
"@storybook/addon-a11y": "^8.6.4",
|
|
53
|
+
"@storybook/addon-actions": "^8.6.4",
|
|
54
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
55
|
+
"@storybook/addon-interactions": "^8.6.4",
|
|
56
|
+
"@storybook/addon-jest": "^8.6.4",
|
|
57
|
+
"@storybook/addon-links": "^8.6.4",
|
|
58
|
+
"@storybook/cli": "^8.6.4",
|
|
59
|
+
"@storybook/manager-api": "^8.6.4",
|
|
60
|
+
"@storybook/react": "^8.6.4",
|
|
61
|
+
"@storybook/react-vite": "^8.6.4",
|
|
62
|
+
"@storybook/test": "^8.6.4",
|
|
63
|
+
"@storybook/theming": "^8.6.4",
|
|
64
64
|
"@testing-library/jest-dom": "^5.16.5",
|
|
65
65
|
"@testing-library/react": "^13.4.0",
|
|
66
66
|
"@testing-library/user-event": "^14.4.3",
|
|
67
67
|
"@types/d3-array": "^3.2.1",
|
|
68
68
|
"@types/d3-geo": "^3.1.0",
|
|
69
|
-
"@types/react": "
|
|
70
|
-
"@types/react-dom": "
|
|
69
|
+
"@types/react": "18.3.1",
|
|
70
|
+
"@types/react-dom": "18.3.1",
|
|
71
71
|
"@vitejs/plugin-react": "^4",
|
|
72
72
|
"babel-loader": "^8.3.0",
|
|
73
|
-
"eslint-plugin-storybook": "^0.
|
|
73
|
+
"eslint-plugin-storybook": "^0.11.4",
|
|
74
74
|
"glob": "^11.0.1",
|
|
75
75
|
"i18next": "23",
|
|
76
76
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
"jest": "^29.4.2",
|
|
79
79
|
"jest-canvas-mock": "^2.4.0",
|
|
80
80
|
"jest-environment-jsdom": "^29.4.2",
|
|
81
|
-
"react": "
|
|
82
|
-
"react-dom": "
|
|
81
|
+
"react": "18.3.1",
|
|
82
|
+
"react-dom": "18.3.1",
|
|
83
83
|
"react-i18next": "13",
|
|
84
84
|
"rollup-plugin-banner2": "^1.2.2",
|
|
85
85
|
"semantic-release": "^24.1.0",
|
|
86
86
|
"semantic-release-monorepo": "^8.0.2",
|
|
87
|
-
"storybook-react-i18next": "2.
|
|
87
|
+
"storybook-react-i18next": "^3.2.1",
|
|
88
88
|
"ts-jest": "^29.0.5",
|
|
89
89
|
"typescript": "5",
|
|
90
90
|
"vite": "^5.4.3",
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
"react-i18next": "^12.0.0 || ^13.0.0"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@rubin-epo/epo-react-lib": "2.
|
|
101
|
+
"@rubin-epo/epo-react-lib": "^2.6.12",
|
|
102
102
|
"context-filter-polyfill": "^0.3.6",
|
|
103
103
|
"d3-array": "^3.2.4",
|
|
104
|
-
"d3-geo": "^3.1.
|
|
104
|
+
"d3-geo": "^3.1.1",
|
|
105
105
|
"d3-geo-projection": "^4.0.0",
|
|
106
106
|
"lodash": "^4.17.21",
|
|
107
107
|
"react-slider": "^2.0.6",
|
|
108
108
|
"skia-canvas": "^1.0.2",
|
|
109
|
-
"styled-components": "^6.1.
|
|
109
|
+
"styled-components": "^6.1.16",
|
|
110
110
|
"use-resize-observer": "^9.1.0"
|
|
111
111
|
}
|
|
112
112
|
}
|