@kth/style 0.0.9 → 0.0.10

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/dist/cjs/index.js CHANGED
@@ -162,7 +162,6 @@ function ForwardButton({ children, onClick }) {
162
162
  children,
163
163
  React.createElement(SvgArrowForward, null)));
164
164
  }
165
- // export function NextButton() {}
166
165
 
167
166
  const SvgCheck = (props) => (React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1.25em", height: "1.25em", viewBox: "0 0 20 20", ...props },
168
167
  React__namespace.createElement("path", { fill: "currentColor", d: "M8.23 14.063 4.707 10.52 5.75 9.479l2.48 2.459 6.02-6L15.292 7l-7.063 7.063Z" })));
package/dist/esm/index.js CHANGED
@@ -142,7 +142,6 @@ function ForwardButton({ children, onClick }) {
142
142
  children,
143
143
  React__default.createElement(SvgArrowForward, null)));
144
144
  }
145
- // export function NextButton() {}
146
145
 
147
146
  const SvgCheck = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1.25em", height: "1.25em", viewBox: "0 0 20 20", ...props },
148
147
  React.createElement("path", { fill: "currentColor", d: "M8.23 14.063 4.707 10.52 5.75 9.479l2.48 2.459 6.02-6L15.292 7l-7.063 7.063Z" })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kth/style",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "scripts": {
@@ -47,5 +47,5 @@
47
47
  "peerDependencies": {
48
48
  "react": "*"
49
49
  },
50
- "gitHead": "5c84200b7000ca5c45b18c5cb661280dbaf84e93"
50
+ "gitHead": "01c4ee2c400d90bf6e9fcf61eec4a0a086aac49d"
51
51
  }