New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@actinc/dls

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actinc/dls - npm Package Versions

1
12

8.5.0

Diff

Changelog

Source

8.5.0 (2024-05-31)

Bug Fixes

  • Replace default props with default function arguments, to prep for React 19 (ea0832e)

Features

  • Bump mdi-material-ui (icons) to the latest release; bump dev-deps (59d41c9)
  • Enhanced the alerts system to accept custom alert components; added stories to demonstrate (7fed2d1)
watjus0930
published 8.4.1 •

Changelog

Source

8.4.1 (2024-05-08)

Bug Fixes

  • Change mapPopupProps to be Partial (3155f79)
watjus0930
published 8.4.0 •

Changelog

Source

8.4.0 (2024-05-03)

Features

  • Bumped deps and dev-deps to their latest compatible releases (4c8040a)
  • Raise minimum required @mui/x-data-grid to v6, remove some peer deps (44e2605)
watjus0930
published 8.3.1 •

Changelog

Source

8.3.1 (2024-04-22)

Bug Fixes

  • Loosen peer dependency requirements for MUI 5 (a8456d6)
watjus0930
published 8.3.0 •

Changelog

Source

8.3.0 (2024-04-03)

Features

  • Add averageLineXLabelUnit optional prop to ScatterPlot (068cf50)
  • Add in defaultProp for averageLineXLabelUnit (3ec496c)
watjus0930
published 8.2.0 •

Changelog

Source

8.2.0 (2024-04-02)

Bug Fixes

  • Add storybook entry for yAxisLabelTypographyProps (074e747)
  • Export DLS_COMPONENT_SLOT_NAMES constant (cd1870c)
  • Update snapshot tests (94f12f6)
  • Update snapshot tests (d0a86ac)
  • Update themeAct and themeEncourage with defaultProps for the BarChart component (6f71b13)

Features

  • Add barTextColors + innerBarTextColor optional props to OverlappedBarChart (62c10e0)
  • Add scatterLabelColor and label props for average line labels as optional props in ScatterPlot (0ea3795)
  • Add titleText slot to PieChart (3ef496f)
  • Add tooltipText slot for StackedBarChart (3225993)
  • Capitalize OverlappedBarChart tooltips (39b4416)
  • Create a barLabels slot for OverlappedBarChart component and apply to EncouraClassic theme (a9faa66)
  • Create Bar Chart slot for yAxisLabel and update Encoura theme with appropriate styleOverride (af8cf6a)
  • Create DLS_COMPONENT_SLOT_NAMES constant (7a54e84)
  • Create pieLegendLabel slot and chartLegendTextFontSize optional prop for PieChart (ea20a3b)
  • Create scatterLabels slot for ScatterPlot (700edf8)
  • Create scatterToolTipLabel and scatterToolTipText sclots for ScatterPlot (53ee14c)
  • Create yAxisLabelTypographyProps prop for BarChart (7bebb0a)
  • Remove hardcoded styling from AreaChart and update Encoura Classic default props for AreaChart (8242cce)
  • Remove hardcoded styling in LineChart and update other themes default props (86acc9b)
  • Remove hardcoded styling in StackedBarChart and update themes with defaultProps (2512f7a)
  • Remove hardcoded XAxis styling in AreaChart and update Encoura Classic themes default props (84a34af)
  • Remove hardcoded XAxis styling in BarChart and update other themes with defaultProps (e899d5c)
  • Update themeEncouraClassic with ScatterPlot default props and style overrides (04909a5)
watjus0930
published 8.1.0 •

Changelog

Source

8.1.0 (2024-03-27)

Features

  • Expose more props on AlertContextProvider to better control snackbar alerts (7d2aa17)
watjus0930
published 8.0.0 •

Changelog

Source

8.0.0 (2024-03-22)

Bug Fixes

  • Alphabetize AreChart props (5eb5020)
  • Alphabetize imports (b5de86f)
  • Alphabetize inner components for Scatterplot (49837af)
  • Alphabetize MapProps (ca85f51)
  • Alphabetize OverlappedBarChart props (f26182b)
  • Alphabetize OverlappedLabel inner component props (019d5a0)
  • Alphabetize PieChart inner components props (ff8bf9c)
  • Alphabetize PieChart props (5777ad6)
  • Alphabetize ScatterPlot props and fix coordenates typo (d9bb9d6)
  • Alphabetize SCFMap props (8d705aa)
  • Alphabetize StateMap props (08a2fb6)
  • Fix import issue with icons in RankSummary component (d061222)
  • Fix loading of museo-sans font in storybook (88927c3)
  • Handle showAvarageLine prop typo in Scatterplot (724cf9a)
  • Load mapbox css (36f0d71)
  • Remove reference to customColors on ENCOURA theme (c06f647)
  • Start to add customizeFillColor prop to AreaChart (27ac4d3)

Features

  • Add in AreaChart storybook entry for large data sets (068dd91)
  • Add support for ENCOURA theme in ThemeProvider (8374971)
  • Add support for storybook env vars, mapbox token (d01c0c7)
  • Add themeMyEncoura and related files to styles dir (f5d8c28)
  • Add Top N Average values to referenceLine label value in Scatterplot (1e03cc5)
  • Added AreaChart component and recharts dependency (1e8869a)
  • Added BarChart component (329899e)
  • Added CountyMap, MapPopup components (808153d)
  • Added DEFAULT_CHART_COLORS constant as a fallback for charts (868d073)
  • Added DLS v7 to v8 migration guide (a92b5b1)
  • Added GeomarketMap component (643781c)
  • Added HeatMap component (28fe7ed)
  • Added LineChart component (d3fdf6d)
  • Added Map component (7be6371)
  • Added OverlappedBarChart component (92d1ac1)
  • Added PieChart component (8ab6ca3)
  • Added ScatterPlot component (4d5b596)
  • Added SCFMap component (d5f4686)
  • Added StackedBarChart component (0a11422)
  • Added StateMap component (5b71f01)
  • Bump deps and devDeps to their latest compatible releases (358bbfb)
  • Bump MUI to 5.15.14 (1829160)
  • Convert colors prop from object type to array so user doesnt need to specify keys (d997382)
  • Create customDims and Typography file and update ReadMe with new theme information (e78ec37)
  • Fix typescript issues for new theme addition (f4c426f)
  • Register DlsAreaChart as a themeable component in the design system (0cc2a03)
  • Register DlsBarChart as a themeable component in the design system (fc84e87)
  • Register DlsHeatMap as a themeable component in the design system (cc6f477)
  • Register DlsLineChart as a themeable component in the design system (57db845)
  • Register DlsMap as a themeable component in the design system (9c32c4a)
  • Register DlsOverlappedBarChart as a themeable component in the design system (8789352)
  • Register DlsPieChart as a themeable component in the design system (0372d81)
  • Register DlsScatterPlot as a themeable component in the design system (69ba843)
  • Register DlsStackedBarChart as a themeable component in the design system (78b9b83)
  • Remove customFillColor prop and use colors prop to customize chart colors (89b5247)

BREAKING CHANGES

  • Out of an abundance of caution, we are shipping DLS8 as a new major release since it contains lots of new components (and therefore, new dependencies)
watjus0930
published 8.0.0-next.3 •

Changelog

Source

8.0.0-next.3 (2024-03-22)

Bug Fixes

  • Fix import issue with icons in RankSummary component (d061222)
watjus0930
published 8.0.0-next.2 •

Changelog

Source

8.0.0-next.2 (2024-03-21)

Bug Fixes

  • Alphabetize AreChart props (5eb5020)
  • Alphabetize inner components for Scatterplot (49837af)
  • Alphabetize MapProps (ca85f51)
  • Alphabetize OverlappedBarChart props (f26182b)
  • Alphabetize OverlappedLabel inner component props (019d5a0)
  • Alphabetize PieChart inner components props (ff8bf9c)
  • Alphabetize PieChart props (5777ad6)
  • Alphabetize ScatterPlot props and fix coordenates typo (d9bb9d6)
  • Alphabetize SCFMap props (8d705aa)
  • Alphabetize StateMap props (08a2fb6)
  • Handle showAvarageLine prop typo in Scatterplot (724cf9a)

Features

  • Add Top N Average values to referenceLine label value in Scatterplot (1e03cc5)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc