@rubin-epo/epo-widget-lib 1.1.1 → 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.
Files changed (34) hide show
  1. package/README.MD +1 -1
  2. package/dist/atomic/Blinker/Controls/styles.d.ts +1 -273
  3. package/dist/atomic/Blinker/styles.d.ts +2 -545
  4. package/dist/atomic/ElapsedTime/styles.d.ts +6 -1634
  5. package/dist/atomic/ImageStack/index.d.ts +2 -2
  6. package/dist/atomic/LiveRegion/styles.d.ts +1 -273
  7. package/dist/atomic/Loader/styles.d.ts +1 -273
  8. package/dist/atomic/PlaybackControl/styles.d.ts +2 -555
  9. package/dist/atomic/PlotWrapper/styles.d.ts +1 -273
  10. package/dist/charts/Base/styles.d.ts +10 -2931
  11. package/dist/charts/Readout/styles.d.ts +2 -548
  12. package/dist/charts/ScatterPlot/styles.d.ts +2 -14
  13. package/dist/charts/Tooltip/styles.d.ts +6 -548
  14. package/dist/charts/styles.d.ts +6 -2893
  15. package/dist/layout/AspectRatio/styles.d.ts +1 -273
  16. package/dist/layout/Controls/styles.d.ts +12 -1918
  17. package/dist/styles/svg.d.ts +1 -273
  18. package/dist/widgets/CameraFilter/styles.d.ts +18 -5224
  19. package/dist/widgets/ColorTool/FilterControls/styles.d.ts +7 -1257
  20. package/dist/widgets/FilterTool/styles.d.ts +11 -3444
  21. package/dist/widgets/LightCurvePlot/Plot/styles.d.ts +3 -817
  22. package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/styles.d.ts +1 -276
  23. package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.d.ts +2 -1
  24. package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/styles.d.ts +6 -0
  25. package/dist/widgets/LightCurvePlot/PlotWithCurve/index.d.ts +1 -1
  26. package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +6 -820
  27. package/dist/widgets/SourceSelector/Message/styles.d.ts +2 -2
  28. package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +3 -817
  29. package/dist/widgets/SourceSelector/SourceMap/styles.d.ts +2 -965
  30. package/dist/widgets/SourceSelector/styles.d.ts +2 -17
  31. package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +1 -483
  32. package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +7 -3375
  33. package/dist/widgets/ViewIndicator/styles.d.ts +4 -1509
  34. 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.1",
3
+ "version": "1.1.2",
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": "^7.6.20",
53
- "@storybook/addon-actions": "7.6.20",
54
- "@storybook/addon-essentials": "7.6.20",
55
- "@storybook/addon-interactions": "7.6.20",
56
- "@storybook/addon-jest": "7.6.20",
57
- "@storybook/addon-links": "7.6.20",
58
- "@storybook/cli": "7.6.20",
59
- "@storybook/manager-api": "7.6.20",
60
- "@storybook/react": "7.6.20",
61
- "@storybook/react-vite": "7.6.20",
62
- "@storybook/testing-library": "^0.2.2",
63
- "@storybook/theming": "7.6.20",
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": "^18.0.26",
70
- "@types/react-dom": "^18.0.9",
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.8.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": "^18.2.0",
82
- "react-dom": "^18.2.0",
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.0.10",
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.1.0",
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.0",
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.1",
109
+ "styled-components": "^6.1.16",
110
110
  "use-resize-observer": "^9.1.0"
111
111
  }
112
112
  }