@carbonplan/components 10.2.1 → 10.3.0

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.
@@ -830,7 +830,6 @@ const Settings = (_ref) => {
830
830
  fill: 'none',
831
831
  strokeWidth: '2px',
832
832
  stroke: 'text',
833
- fill: 'background',
834
833
  '.paren': {
835
834
  opacity: '0'
836
835
  },
@@ -854,22 +853,22 @@ const Settings = (_ref) => {
854
853
  x1: "24",
855
854
  y1: "2.1",
856
855
  x2: "24",
856
+ y2: "6.1"
857
+ }), /*#__PURE__*/React.createElement("line", {
858
+ x1: "24",
859
+ y1: "24.1",
860
+ x2: "24",
857
861
  y2: "33.9"
858
862
  }), /*#__PURE__*/React.createElement("line", {
859
863
  x1: "44",
860
864
  y1: "2.1",
861
865
  x2: "44",
866
+ y2: "12.1"
867
+ }), /*#__PURE__*/React.createElement("line", {
868
+ x1: "44",
869
+ y1: "30.1",
870
+ x2: "44",
862
871
  y2: "33.9"
863
- }), /*#__PURE__*/React.createElement("circle", {
864
- cx: "24",
865
- cy: "15.1",
866
- r: "9",
867
- stroke: "none"
868
- }), /*#__PURE__*/React.createElement("circle", {
869
- cx: "44",
870
- cy: "21.1",
871
- r: "9",
872
- stroke: "none"
873
872
  }), /*#__PURE__*/React.createElement("circle", {
874
873
  cx: "24",
875
874
  cy: "15.1",
@@ -2455,5 +2454,5 @@ const formatDate = (date, options = defaultOptions) => {
2455
2454
  return [month, day, year].filter(Boolean).join(' ');
2456
2455
  };
2457
2456
 
2458
- export { Badge, Button, Callout, Column, Custom404, Dimmer, Expander, FadeIn, Filter, Footer, Group, Guide, Header, Input, Layout, Link, Logo, Menu, Meta, Monogram, Row, Scrollbar, Select, Slider, Table, Tag, Toggle, Tracking, Tray, formatDate, getScrollbarWidth };
2457
+ export { Badge, Button, Callout, Column, Custom404, Dimmer, Expander, FadeIn, Filter, Footer, Group, Guide, Header, Input, Layout, Link, Logo, Menu, Meta, Monogram, Row, Scrollbar, Select, Settings, Slider, Table, Tag, Toggle, Tracking, Tray, formatDate, getScrollbarWidth };
2459
2458
  //# sourceMappingURL=index.modern.js.map