@bolttech/atoms-button 0.25.2 → 0.26.1
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 +3 -1
- package/package.json +3 -3
package/index.cjs
CHANGED
|
@@ -1151,7 +1151,7 @@ const Container = /*#__PURE__*/styled__default["default"].div.withConfig({
|
|
|
1151
1151
|
const Button$1 = /*#__PURE__*/styled__default["default"].button.withConfig({
|
|
1152
1152
|
displayName: "atoms-buttonstyles__Button",
|
|
1153
1153
|
componentId: "sc-i4bzba-1"
|
|
1154
|
-
})(["height:fit-content;background-color:", ";border-radius:", ";border:
|
|
1154
|
+
})(["height:fit-content;background-color:", ";border-radius:", ";border:", " solid ", ";box-shadow:", ";color:", ";padding:", ";label.material-symbols-sharp{color:", ";}&:disabled{background-color:", ";border:1px solid ", ";color:", ";label.material-symbols-sharp{color:", ";}}&:active:enabled{background-color:", ";border:1px solid ", ";color:", ";label.material-symbols-sharp{color:", ";}}&:hover:enabled{background-color:", ";border:1px solid ", ";color:", ";label.material-symbols-sharp{color:", ";}}", ""], ({
|
|
1155
1155
|
theme,
|
|
1156
1156
|
$variant
|
|
1157
1157
|
}) => theme.components.button[$variant].container.color.default, ({
|
|
@@ -1159,6 +1159,8 @@ const Button$1 = /*#__PURE__*/styled__default["default"].button.withConfig({
|
|
|
1159
1159
|
$size,
|
|
1160
1160
|
$sizeVariant
|
|
1161
1161
|
}) => theme.components.button[$size][$sizeVariant].borderRadius, ({
|
|
1162
|
+
theme
|
|
1163
|
+
}) => theme.components.button.borderWidth.default, ({
|
|
1162
1164
|
theme,
|
|
1163
1165
|
$variant
|
|
1164
1166
|
}) => theme.components.button[$variant].container.border.default, ({
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolttech/atoms-button",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"main": "./index.cjs",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@bolttech/atoms-icon": "0.22.1",
|
|
9
|
-
"@bolttech/default-theme": "0.
|
|
10
|
-
"@bolttech/frontend-foundations": "0.
|
|
9
|
+
"@bolttech/default-theme": "0.5.0",
|
|
10
|
+
"@bolttech/frontend-foundations": "0.7.0",
|
|
11
11
|
"@bolttech/ui-utils": "0.2.4",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"styled-components": "6.1.1"
|