infinity-forge 7.6.9 → 7.7.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.
@@ -4,6 +4,6 @@ exports.IconRightChevron = IconRightChevron;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconRightChevron(_a) {
6
6
  var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b;
7
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M9 6l6 6l-6 6' })] }));
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 320 512', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' }) }));
8
8
  }
9
9
  //# sourceMappingURL=icon-right-chevron.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-right-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-right-chevron.tsx"],"names":[],"mappings":";;AAEA,4CAiBC;;AAjBD,SAAgB,gBAAgB,CAAC,EAAiC;QAA/B,aAAsB,EAAtB,KAAK,mBAAG,cAAc,KAAA;IACvD,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,aAEtB,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,eAAe,GAAG,IACtB,CACP,CAAA;AACH,CAAC"}
1
+ {"version":3,"file":"icon-right-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-right-chevron.tsx"],"names":[],"mappings":";;AAEA,4CAMC;;AAND,SAAgB,gBAAgB,CAAC,EAAiC;QAA/B,aAAsB,EAAtB,KAAK,mBAAG,cAAc,KAAA;IACvD,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAE,KAAK,YACvE,iCAAM,CAAC,EAAC,0KAA0K,GAAG,GACjL,CACP,CAAA;AACH,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "7.6.9",
3
+ "version": "7.7.0",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",