@carto/meridian-ds 2.9.2 → 2.9.3

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/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  ## 2.0
6
6
 
7
+ ### 2.9.3
8
+
9
+ - Custom Icons: SwitchAccessShortcut [#347](https://github.com/CartoDB/meridian-ds/pull/347)
10
+
7
11
  ### 2.9.2
8
12
 
9
13
  - Custom Icons: ArrowDownHigh, ArrowRightHigh, FolderEmpty [#345](https://github.com/CartoDB/meridian-ds/pull/345)
@@ -5548,30 +5548,13 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
5548
5548
  );
5549
5549
  }
5550
5550
  const SwatchCircleNone$1 = React.forwardRef(SwatchCircleNone);
5551
- const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5552
- /* @__PURE__ */ jsxRuntime.jsx(
5553
- "mask",
5554
- {
5555
- id: "a",
5556
- width: 24,
5557
- height: 24,
5558
- x: 0,
5559
- y: 0,
5560
- maskUnits: "userSpaceOnUse",
5561
- style: {
5562
- maskType: "alpha"
5563
- },
5564
- children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" })
5565
- }
5566
- ),
5567
- /* @__PURE__ */ jsxRuntime.jsx("g", { mask: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx(
5568
- "path",
5569
- {
5570
- fill: "currentColor",
5571
- d: "M15 22q-3.175-1.2-5.087-3.95Q8 15.3 8 11.9q0-2.275.9-4.312A10.95 10.95 0 0 1 11.45 4H8V2h7v7h-2V5.3a9 9 0 0 0-2.213 2.988A8.55 8.55 0 0 0 10 11.9q0 2.55 1.35 4.687A8.64 8.64 0 0 0 15 19.825z"
5572
- }
5573
- ) })
5574
- ] });
5551
+ const Icon$y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
5552
+ "path",
5553
+ {
5554
+ fill: "currentColor",
5555
+ d: "M15 22q-3.175-1.2-5.087-3.95Q8 15.3 8 11.9q0-2.275.9-4.312A10.95 10.95 0 0 1 11.45 4H8V2h7v7h-2V5.3a9 9 0 0 0-2.213 2.988A8.55 8.55 0 0 0 10 11.9q0 2.55 1.35 4.687A8.64 8.64 0 0 0 15 19.825z"
5556
+ }
5557
+ ) });
5575
5558
  const BaseSvgIcon$y = material.createSvgIcon(Icon$y(), "SwitchAccessShortcut");
5576
5559
  function SwitchAccessShortcut({ width, height, sx, ...props }, ref) {
5577
5560
  return /* @__PURE__ */ jsxRuntime.jsx(
@@ -5546,30 +5546,13 @@ function SwatchCircleNone({ width, height, sx, ...props }, ref) {
5546
5546
  );
5547
5547
  }
5548
5548
  const SwatchCircleNone$1 = forwardRef(SwatchCircleNone);
5549
- const Icon$y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
5550
- /* @__PURE__ */ jsx(
5551
- "mask",
5552
- {
5553
- id: "a",
5554
- width: 24,
5555
- height: 24,
5556
- x: 0,
5557
- y: 0,
5558
- maskUnits: "userSpaceOnUse",
5559
- style: {
5560
- maskType: "alpha"
5561
- },
5562
- children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h24v24H0z" })
5563
- }
5564
- ),
5565
- /* @__PURE__ */ jsx("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx(
5566
- "path",
5567
- {
5568
- fill: "currentColor",
5569
- d: "M15 22q-3.175-1.2-5.087-3.95Q8 15.3 8 11.9q0-2.275.9-4.312A10.95 10.95 0 0 1 11.45 4H8V2h7v7h-2V5.3a9 9 0 0 0-2.213 2.988A8.55 8.55 0 0 0 10 11.9q0 2.55 1.35 4.687A8.64 8.64 0 0 0 15 19.825z"
5570
- }
5571
- ) })
5572
- ] });
5549
+ const Icon$y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5550
+ "path",
5551
+ {
5552
+ fill: "currentColor",
5553
+ d: "M15 22q-3.175-1.2-5.087-3.95Q8 15.3 8 11.9q0-2.275.9-4.312A10.95 10.95 0 0 1 11.45 4H8V2h7v7h-2V5.3a9 9 0 0 0-2.213 2.988A8.55 8.55 0 0 0 10 11.9q0 2.55 1.35 4.687A8.64 8.64 0 0 0 15 19.825z"
5554
+ }
5555
+ ) });
5573
5556
  const BaseSvgIcon$y = createSvgIcon(Icon$y(), "SwitchAccessShortcut");
5574
5557
  function SwitchAccessShortcut({ width, height, sx, ...props }, ref) {
5575
5558
  return /* @__PURE__ */ jsx(
@@ -1 +1 @@
1
- {"version":3,"file":"SwitchAccessShortcut.d.ts","sourceRoot":"","sources":["../../../src/custom-icons/SwitchAccessShortcut.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;;AA0CtD,wBAA+C"}
1
+ {"version":3,"file":"SwitchAccessShortcut.d.ts","sourceRoot":"","sources":["../../../src/custom-icons/SwitchAccessShortcut.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;;AA2BtD,wBAA+C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carto/meridian-ds",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "CARTO Meridian Design System",
5
5
  "type": "module",
6
6
  "scripts": {