cross-country 1.2.8 → 1.2.9

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.
@@ -54,7 +54,7 @@ export { default as Branches } from "./organisms/branches/branches";
54
54
  export { default as Chart } from "./organisms/charts/chart";
55
55
  export { default as Metrics } from "./organisms/metrics";
56
56
  export { default as ReverseTextAnimation } from "./organisms/animation/reverse-text-animation";
57
- export { default as MutlipleChoice } from "./organisms/survey/question/take/multiple-choice";
57
+ export { default as MultipleChoice } from "./organisms/survey/question/take/multiple-choice";
58
58
  export { default as Actor } from "./organisms/actors/actor";
59
59
  export { default as Stage } from "./organisms/stage";
60
60
  export { default as Hunter } from "./organisms/actors/party/hunter";
@@ -141,7 +141,7 @@ export {
141
141
  dt as Login,
142
142
  zr as Metrics,
143
143
  io as Modal,
144
- Ir as MutlipleChoice,
144
+ Ir as MultipleChoice,
145
145
  Eo as Paragraph,
146
146
  Wo as PillButton,
147
147
  Cr as PrivacyPolicy,
package/dist/index.js CHANGED
@@ -146,7 +146,7 @@ export {
146
146
  xt as Login,
147
147
  kr as Metrics,
148
148
  po as Modal,
149
- Ir as MutlipleChoice,
149
+ Ir as MultipleChoice,
150
150
  Vo as Paragraph,
151
151
  Go as PillButton,
152
152
  Lr as PrivacyPolicy,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cross-country",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "an atomic design system built for personal metrics & lonely forest bathers",
5
5
  "author": "headwinds",
6
6
  "license": "MIT",