@commercetools-uikit/secondary-icon-button 17.0.0 → 17.1.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.
- package/dist/commercetools-uikit-secondary-icon-button.cjs.d.ts +1 -1
- package/dist/commercetools-uikit-secondary-icon-button.cjs.dev.js +3 -3
- package/dist/commercetools-uikit-secondary-icon-button.cjs.prod.js +3 -3
- package/dist/commercetools-uikit-secondary-icon-button.esm.js +3 -3
- package/package.json +6 -6
- package/dist/commercetools-uikit-secondary-icon-button.cjs.d.ts.map +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from "./declarations/src/index";
|
|
2
2
|
export { default } from "./declarations/src/index";
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1zZWNvbmRhcnktaWNvbi1idXR0b24uY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
|
@@ -62,8 +62,8 @@ const getBaseStyles = props => {
|
|
|
62
62
|
return [_ref, getColorStyle(props), getDisabledStyle()];
|
|
63
63
|
};
|
|
64
64
|
|
|
65
|
-
function ownKeys(
|
|
66
|
-
function _objectSpread(
|
|
65
|
+
function ownKeys(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
66
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
67
67
|
const propsToOmit = ['type'];
|
|
68
68
|
const SecondaryIconButton = props => {
|
|
69
69
|
const buttonAttributes = _objectSpread(_objectSpread({}, utils.filterInvalidAttributes(omit__default["default"](props, propsToOmit))), {}, {
|
|
@@ -105,7 +105,7 @@ SecondaryIconButton.defaultProps = {
|
|
|
105
105
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
106
106
|
|
|
107
107
|
// NOTE: This string will be replaced on build time with the package version.
|
|
108
|
-
var version = "17.
|
|
108
|
+
var version = "17.1.0";
|
|
109
109
|
|
|
110
110
|
exports["default"] = SecondaryIconButton$1;
|
|
111
111
|
exports.version = version;
|
|
@@ -55,8 +55,8 @@ const getBaseStyles = props => {
|
|
|
55
55
|
return [_ref, getColorStyle(props), getDisabledStyle()];
|
|
56
56
|
};
|
|
57
57
|
|
|
58
|
-
function ownKeys(
|
|
59
|
-
function _objectSpread(
|
|
58
|
+
function ownKeys(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
59
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
60
60
|
const propsToOmit = ['type'];
|
|
61
61
|
const SecondaryIconButton = props => {
|
|
62
62
|
const buttonAttributes = _objectSpread(_objectSpread({}, utils.filterInvalidAttributes(omit__default["default"](props, propsToOmit))), {}, {
|
|
@@ -89,7 +89,7 @@ SecondaryIconButton.defaultProps = {
|
|
|
89
89
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
90
90
|
|
|
91
91
|
// NOTE: This string will be replaced on build time with the package version.
|
|
92
|
-
var version = "17.
|
|
92
|
+
var version = "17.1.0";
|
|
93
93
|
|
|
94
94
|
exports["default"] = SecondaryIconButton$1;
|
|
95
95
|
exports.version = version;
|
|
@@ -44,8 +44,8 @@ const getBaseStyles = props => {
|
|
|
44
44
|
return [_ref, getColorStyle(props), getDisabledStyle()];
|
|
45
45
|
};
|
|
46
46
|
|
|
47
|
-
function ownKeys(
|
|
48
|
-
function _objectSpread(
|
|
47
|
+
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
48
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
49
49
|
const propsToOmit = ['type'];
|
|
50
50
|
const SecondaryIconButton = props => {
|
|
51
51
|
const buttonAttributes = _objectSpread(_objectSpread({}, filterInvalidAttributes(omit(props, propsToOmit))), {}, {
|
|
@@ -87,6 +87,6 @@ SecondaryIconButton.defaultProps = {
|
|
|
87
87
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
88
88
|
|
|
89
89
|
// NOTE: This string will be replaced on build time with the package version.
|
|
90
|
-
var version = "17.
|
|
90
|
+
var version = "17.1.0";
|
|
91
91
|
|
|
92
92
|
export { SecondaryIconButton$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/secondary-icon-button",
|
|
3
3
|
"description": "Secondary Icon Buttons are \"icon-only\" buttons and a restricted version of the `<IconButton>`. They trigger an action when clicked (`onClick` prop). You must also pass a label for accessibility reasons.",
|
|
4
|
-
"version": "17.
|
|
4
|
+
"version": "17.1.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "17.
|
|
25
|
-
"@commercetools-uikit/design-system": "17.
|
|
26
|
-
"@commercetools-uikit/spacings": "17.
|
|
27
|
-
"@commercetools-uikit/text": "17.
|
|
28
|
-
"@commercetools-uikit/utils": "17.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "17.1.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "17.1.0",
|
|
26
|
+
"@commercetools-uikit/spacings": "17.1.0",
|
|
27
|
+
"@commercetools-uikit/text": "17.1.0",
|
|
28
|
+
"@commercetools-uikit/utils": "17.1.0",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commercetools-uikit-secondary-icon-button.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}
|