@launchpad-ui/table
Advanced tools
Comparing version 0.6.10 to 0.6.11
@@ -66,3 +66,3 @@ import './style.css'; | ||
if ("hasScope" in restProps) { | ||
delete restProps.hasScope; | ||
restProps.hasScope = void 0; | ||
} | ||
@@ -69,0 +69,0 @@ return /* @__PURE__ */ jsx("td", { ...restProps, className: classes, children }); |
@@ -68,3 +68,3 @@ require('./style.css'); | ||
if ("hasScope" in restProps) { | ||
delete restProps.hasScope; | ||
restProps.hasScope = void 0; | ||
} | ||
@@ -71,0 +71,0 @@ return /* @__PURE__ */ jsxRuntime.jsx("td", { ...restProps, className: classes, children }); |
{ | ||
"name": "@launchpad-ui/table", | ||
"version": "0.6.10", | ||
"version": "0.6.11", | ||
"status": "beta", | ||
@@ -30,3 +30,3 @@ "publishConfig": { | ||
"classix": "2.1.17", | ||
"@launchpad-ui/tokens": "~0.9.6" | ||
"@launchpad-ui/tokens": "~0.9.7" | ||
}, | ||
@@ -44,5 +44,5 @@ "peerDependencies": { | ||
"clean": "rm -rf dist", | ||
"lint": "eslint '**/*.{ts,tsx,js}' && stylelint '**/*.css' --ignore-path ../../.stylelintignore", | ||
"lint": "stylelint '**/*.css' --ignore-path ../../.stylelintignore", | ||
"test": "vitest run --coverage" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33807
Updated@launchpad-ui/tokens@~0.9.7