@sk-web-gui/button
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,6 +5,6 @@ "use strict"; | ||
exports["default"] = exports.ButtonContent = exports.Button = void 0; | ||
var _link = require("@sk-web-gui/link"); | ||
var _spinner = require("@sk-web-gui/spinner"); | ||
var _utils = require("@sk-web-gui/utils"); | ||
var _react = _interopRequireDefault(require("react")); | ||
var _link = require("@sk-web-gui/link"); | ||
var _styles = require("./styles"); | ||
@@ -11,0 +11,0 @@ var _jsxRuntime = require("react/jsx-runtime"); |
var _excluded = ["disabled", "aria-disabled", "loading", "active", "as", "type", "className", "color", "variant", "size", "rounded", "iconButton", "loadingText", "leftIcon", "rightIcon", "children", "inverted", "showBackground"]; | ||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; } | ||
import { Link } from '@sk-web-gui/link'; | ||
import { Spinner } from '@sk-web-gui/spinner'; | ||
import { cx, __DEV__ } from '@sk-web-gui/utils'; | ||
import { __DEV__, cx } from '@sk-web-gui/utils'; | ||
import React from 'react'; | ||
import { Link } from '@sk-web-gui/link'; | ||
import { useButtonClass } from './styles'; | ||
@@ -9,0 +9,0 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; |
{ | ||
"name": "@sk-web-gui/button", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"sideEffects": false, | ||
@@ -48,3 +48,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "20859560661edb7cd35643e1afac242273156a5d" | ||
"gitHead": "cd1104a099f541395bdaaa889ce7130deb41c0e0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57505