@storybook/design-system
Advanced tools
Comparing version 7.15.0 to 7.15.1
@@ -138,3 +138,3 @@ "use strict"; | ||
props = (0, _objectWithoutProperties2["default"])(_ref4, _excluded); | ||
var countValue = count; | ||
var countValue = typeof count === 'number' ? count.toLocaleString('en-US') : count; | ||
@@ -145,3 +145,3 @@ if (countLink) { | ||
inverse: status === 'inverse' | ||
}, count); | ||
}, countValue); | ||
} | ||
@@ -148,0 +148,0 @@ |
@@ -10,2 +10,3 @@ import * as styles from './shared/styles'; | ||
export * from './Button'; | ||
export * from './ButtonAction'; | ||
export * from './ButtonToggle'; | ||
@@ -12,0 +13,0 @@ export * from './Highlight'; |
@@ -111,2 +111,16 @@ "use strict"; | ||
var _ButtonAction = require("./ButtonAction"); | ||
Object.keys(_ButtonAction).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _ButtonAction[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _ButtonAction[key]; | ||
} | ||
}); | ||
}); | ||
var _ButtonToggle = require("./ButtonToggle"); | ||
@@ -113,0 +127,0 @@ |
{ | ||
"name": "@storybook/design-system", | ||
"version": "7.15.0", | ||
"version": "7.15.1", | ||
"description": "Storybook design system", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
856958
13213