@bolttech/atoms-button 0.22.2 → 0.23.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/index.cjs +1 -1
- package/package.json +4 -4
- package/src/lib/atoms-button.styles.d.ts +1 -1
package/index.cjs
CHANGED
|
@@ -1216,7 +1216,7 @@ const Button$1 = /*#__PURE__*/styled__default["default"].button.withConfig({
|
|
|
1216
1216
|
}) => theme.components.button[$variant].icon.color.hover, ({
|
|
1217
1217
|
$fullWidth
|
|
1218
1218
|
}) => $fullWidth && styled.css(["width:100%;", "{justify-content:center;}"], Container));
|
|
1219
|
-
const ButtonTitle = /*#__PURE__*/styled__default["default"].
|
|
1219
|
+
const ButtonTitle = /*#__PURE__*/styled__default["default"].span.withConfig({
|
|
1220
1220
|
displayName: "atoms-buttonstyles__ButtonTitle",
|
|
1221
1221
|
componentId: "sc-i4bzba-2"
|
|
1222
1222
|
})(["font-size:", ";font-weight:", ";letter-spacing:", ";line-height:", ";text-decoration:", ";text-indent:", ";text-transform:", ";"], ({
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolttech/atoms-button",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0",
|
|
4
4
|
"main": "./index.cjs",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@bolttech/atoms-icon": "0.22.
|
|
8
|
+
"@bolttech/atoms-icon": "0.22.1",
|
|
9
9
|
"@bolttech/default-theme": "0.1.0",
|
|
10
|
-
"@bolttech/frontend-foundations": "0.3.
|
|
11
|
-
"@bolttech/ui-utils": "0.2.
|
|
10
|
+
"@bolttech/frontend-foundations": "0.3.1",
|
|
11
|
+
"@bolttech/ui-utils": "0.2.1",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"styled-components": "6.1.1"
|
|
14
14
|
},
|
|
@@ -10,7 +10,7 @@ export declare const Button: import("styled-components").IStyledComponent<"web",
|
|
|
10
10
|
$fullWidth: boolean;
|
|
11
11
|
$inverseColors: boolean;
|
|
12
12
|
}>>;
|
|
13
|
-
export declare const ButtonTitle: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").
|
|
13
|
+
export declare const ButtonTitle: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
14
14
|
$size: ButtonSizes;
|
|
15
15
|
$sizeVariant: 'generic' | 'ghost';
|
|
16
16
|
}>>;
|