@snack-uikit/button
Advanced tools
Comparing version 0.17.6-preview-7adaddbe.0 to 0.17.6-preview-c9b51578.0
@@ -28,6 +28,7 @@ "use strict"; | ||
const constants_2 = require("./constants"); | ||
require("./styles.module.css"); | ||
const styles_module_scss_1 = __importDefault({ | ||
"button": "styles-module__button___2AvrE", | ||
"icon": "styles-module__icon___O_mNo", | ||
"label": "styles-module__label___1ECno" | ||
"button": "button", | ||
"icon": "icon", | ||
"label": "label" | ||
}); | ||
@@ -34,0 +35,0 @@ exports.ButtonElevated = (0, react_1.forwardRef)((_a, ref) => { |
@@ -27,6 +27,7 @@ "use strict"; | ||
const utils_2 = require("../../utils"); | ||
require("./styles.module.css"); | ||
const styles_module_scss_1 = __importDefault({ | ||
"button": "styles-module__button___2uAbY", | ||
"label": "styles-module__label___OsTuf", | ||
"icon": "styles-module__icon___3FAqb" | ||
"button": "button", | ||
"label": "label", | ||
"icon": "icon" | ||
}); | ||
@@ -33,0 +34,0 @@ exports.ButtonFilled = (0, react_1.forwardRef)((_a, ref) => { |
@@ -27,6 +27,7 @@ "use strict"; | ||
const utils_2 = require("../../utils"); | ||
require("./styles.module.css"); | ||
const styles_module_scss_1 = __importDefault({ | ||
"button": "styles-module__button___1H94z", | ||
"label": "styles-module__label___2DN7R", | ||
"icon": "styles-module__icon___8f66b" | ||
"button": "button", | ||
"label": "label", | ||
"icon": "icon" | ||
}); | ||
@@ -33,0 +34,0 @@ exports.ButtonFunction = (0, react_1.forwardRef)((_a, ref) => { |
@@ -27,6 +27,7 @@ "use strict"; | ||
const utils_2 = require("../../utils"); | ||
require("./styles.module.css"); | ||
const styles_module_scss_1 = __importDefault({ | ||
"button": "styles-module__button___2yPb8", | ||
"label": "styles-module__label___2wlDl", | ||
"icon": "styles-module__icon___1CUKH" | ||
"button": "button", | ||
"label": "label", | ||
"icon": "icon" | ||
}); | ||
@@ -33,0 +34,0 @@ exports.ButtonOutline = (0, react_1.forwardRef)((_a, ref) => { |
@@ -27,6 +27,7 @@ "use strict"; | ||
const utils_2 = require("../../utils"); | ||
require("./styles.module.css"); | ||
const styles_module_scss_1 = __importDefault({ | ||
"button": "styles-module__button___2EX2N", | ||
"label": "styles-module__label___1buL0", | ||
"icon": "styles-module__icon____VbfA" | ||
"button": "button", | ||
"label": "label", | ||
"icon": "icon" | ||
}); | ||
@@ -33,0 +34,0 @@ exports.ButtonSimple = (0, react_1.forwardRef)((_a, ref) => { |
@@ -27,6 +27,7 @@ "use strict"; | ||
const utils_2 = require("../../utils"); | ||
require("./styles.module.css"); | ||
const styles_module_scss_1 = __importDefault({ | ||
"button": "styles-module__button___37QdP", | ||
"label": "styles-module__label___QPAOc", | ||
"icon": "styles-module__icon___C5HMP" | ||
"button": "button", | ||
"label": "label", | ||
"icon": "icon" | ||
}); | ||
@@ -33,0 +34,0 @@ exports.ButtonTonal = (0, react_1.forwardRef)((_a, ref) => { |
@@ -26,7 +26,8 @@ "use strict"; | ||
const constants_2 = require("./constants"); | ||
require("./styles.module.css"); | ||
const styles_module_scss_1 = __importDefault({ | ||
"button": "styles-module__button___3ALL3", | ||
"iconWithCounter": "styles-module__iconWithCounter___1-e2w", | ||
"counterForLabel": "styles-module__counterForLabel___1Xl0C", | ||
"counterForIcon": "styles-module__counterForIcon___15zXm" | ||
"button": "button", | ||
"iconWithCounter": "iconWithCounter", | ||
"counterForLabel": "counterForLabel", | ||
"counterForIcon": "counterForIcon" | ||
}); | ||
@@ -33,0 +34,0 @@ const utils_2 = require("./utils"); |
@@ -22,7 +22,8 @@ "use strict"; | ||
const constants_2 = require("./constants"); | ||
require("./styles.module.css"); | ||
const styles_module_scss_1 = __importDefault({ | ||
"button": "styles-module__button___3ALL3", | ||
"iconWithCounter": "styles-module__iconWithCounter___1-e2w", | ||
"counterForLabel": "styles-module__counterForLabel___1Xl0C", | ||
"counterForIcon": "styles-module__counterForIcon___15zXm" | ||
"button": "button", | ||
"iconWithCounter": "iconWithCounter", | ||
"counterForLabel": "counterForLabel", | ||
"counterForIcon": "counterForIcon" | ||
}); | ||
@@ -29,0 +30,0 @@ function getVariant(_ref) { |
@@ -7,3 +7,3 @@ { | ||
"title": "Button", | ||
"version": "0.17.6-preview-7adaddbe.0", | ||
"version": "0.17.6-preview-c9b51578.0", | ||
"sideEffects": [ | ||
@@ -38,8 +38,8 @@ "*.css", | ||
"dependencies": { | ||
"@snack-uikit/counter": "0.6.5-preview-7adaddbe.0", | ||
"@snack-uikit/loaders": "0.5.4-preview-7adaddbe.0", | ||
"@snack-uikit/utils": "3.4.1-preview-7adaddbe.0", | ||
"@snack-uikit/counter": "0.6.5-preview-c9b51578.0", | ||
"@snack-uikit/loaders": "0.5.4-preview-c9b51578.0", | ||
"@snack-uikit/utils": "3.4.1-preview-c9b51578.0", | ||
"classnames": "2.3.2" | ||
}, | ||
"gitHead": "22ebb9f5f7f3407dd6a2a31baf58dab13199b158" | ||
"gitHead": "624870da9f378e8342693b2b54f38fef2716c7d2" | ||
} |
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
5981
289674
+ Added@snack-uikit/counter@0.6.5-preview-c9b51578.0(transitive)
+ Added@snack-uikit/loaders@0.5.4-preview-c9b51578.0(transitive)
+ Added@snack-uikit/utils@3.4.1-preview-c9b51578.0(transitive)
- Removed@snack-uikit/counter@0.6.5-preview-7adaddbe.0(transitive)
- Removed@snack-uikit/loaders@0.5.4-preview-7adaddbe.0(transitive)
- Removed@snack-uikit/utils@3.4.1-preview-7adaddbe.0(transitive)