@spscommerce/ds-react-charts 8.23.6 → 8.23.8

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/lib/index.js CHANGED
@@ -10036,16 +10036,16 @@ const SS = {
10036
10036
  }
10037
10037
  }
10038
10038
  }, PS = {
10039
- "Bar Chart": {
10039
+ "Bar Charts": {
10040
10040
  description: () => /* @__PURE__ */ D.createElement("p", null, "Bar Charts are a data visualization used to compare sets of data to more easily analyze questions or identify gaps oriented toward user goals. ", /* @__PURE__ */ D.createElement("br", null), "Each chart should focus on answering a single question about the dataset."),
10041
10041
  components: [dh, ph],
10042
10042
  examples: Xb
10043
10043
  },
10044
- "Line Chart": {
10044
+ "Line Charts": {
10045
10045
  components: [ed],
10046
10046
  examples: SS
10047
10047
  },
10048
- "Stacked Horizontal Bar Chart": {
10048
+ "Stacked Horizontal Bar Charts": {
10049
10049
  components: [Th],
10050
10050
  examples: lx
10051
10051
  }
package/lib/index.umd.cjs CHANGED
@@ -236,4 +236,4 @@ z`).split(`
236
236
  />
237
237
  )
238
238
  }
239
- `}}}},gS={"Bar Chart":{description:()=>z.createElement("p",null,"Bar Charts are a data visualization used to compare sets of data to more easily analyze questions or identify gaps oriented toward user goals. ",z.createElement("br",null),"Each chart should focus on answering a single question about the dataset."),components:[ro,io],examples:yf},"Line Chart":{components:[ns],examples:Ch},"Stacked Horizontal Bar Chart":{components:[co],examples:Ef}};ue.MANIFEST=gS,ue.SpsBarChart=ro,ue.SpsBarChartExamples=yf,ue.SpsHorizontalBarChart=io,ue.SpsLineChart=ns,ue.SpsLineChartExamples=Ch,ue.SpsStackedHorizontalBarChart=co,ue.SpsStackedHorizontalBarChartExamples=Ef,Object.defineProperty(ue,Symbol.toStringTag,{value:"Module"})});
239
+ `}}}},gS={"Bar Charts":{description:()=>z.createElement("p",null,"Bar Charts are a data visualization used to compare sets of data to more easily analyze questions or identify gaps oriented toward user goals. ",z.createElement("br",null),"Each chart should focus on answering a single question about the dataset."),components:[ro,io],examples:yf},"Line Charts":{components:[ns],examples:Ch},"Stacked Horizontal Bar Charts":{components:[co],examples:Ef}};ue.MANIFEST=gS,ue.SpsBarChart=ro,ue.SpsBarChartExamples=yf,ue.SpsHorizontalBarChart=io,ue.SpsLineChart=ns,ue.SpsLineChartExamples=Ch,ue.SpsStackedHorizontalBarChart=co,ue.SpsStackedHorizontalBarChartExamples=Ef,Object.defineProperty(ue,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spscommerce/ds-react-charts",
3
3
  "description": "SPS Design System React Chart components",
4
- "version": "8.23.6",
4
+ "version": "8.23.8",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-react-charts",
@@ -37,9 +37,9 @@
37
37
  "@spscommerce/utils": "^7.0.0",
38
38
  "react": "^16.9.0",
39
39
  "react-dom": "^16.9.0",
40
- "@spscommerce/ds-colors": "8.23.6",
41
- "@spscommerce/ds-react": "8.23.6",
42
- "@spscommerce/ds-shared": "8.23.6"
40
+ "@spscommerce/ds-colors": "8.23.8",
41
+ "@spscommerce/ds-react": "8.23.8",
42
+ "@spscommerce/ds-shared": "8.23.8"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@spscommerce/utils": "^7.0.0",
@@ -50,10 +50,10 @@
50
50
  "prop-types": "^15.7.2",
51
51
  "react": "^16.9.0",
52
52
  "react-dom": "^16.9.0",
53
- "@spscommerce/ds-colors": "8.23.6",
54
- "@spscommerce/ds-react": "8.23.6",
55
- "@spscommerce/ds-shared": "8.23.6",
56
- "test": "8.23.6"
53
+ "@spscommerce/ds-colors": "8.23.8",
54
+ "@spscommerce/ds-react": "8.23.8",
55
+ "@spscommerce/ds-shared": "8.23.8",
56
+ "test": "8.23.8"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "pnpm run build:js && pnpm run build:types",