@bolttech/atoms-checkbox 0.2.1 → 0.3.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 +2 -6
- package/package.json +2 -2
package/index.cjs
CHANGED
|
@@ -1133,13 +1133,11 @@ const Input = /*#__PURE__*/styled__default["default"].input.attrs({
|
|
|
1133
1133
|
const Label = /*#__PURE__*/styled__default["default"].label.withConfig({
|
|
1134
1134
|
displayName: "atoms-checkboxstyles__Label",
|
|
1135
1135
|
componentId: "sc-1gq944z-2"
|
|
1136
|
-
})(["color:", ";font-
|
|
1136
|
+
})(["color:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";padding-left:", ";"], ({
|
|
1137
1137
|
theme,
|
|
1138
1138
|
disabled
|
|
1139
1139
|
}) => disabled ? theme.components.checkbox.text.color.textLabel.disable : theme.components.checkbox.text.color.textLabel.default, ({
|
|
1140
1140
|
theme
|
|
1141
|
-
}) => theme.components.checkbox.fieldLabel.fontFamily, ({
|
|
1142
|
-
theme
|
|
1143
1141
|
}) => theme.components.checkbox.fieldLabel.fontWeight, ({
|
|
1144
1142
|
theme
|
|
1145
1143
|
}) => theme.components.checkbox.fieldLabel.lineHeight, ({
|
|
@@ -1156,12 +1154,10 @@ const CheckboxContainerError = /*#__PURE__*/styled__default["default"].section.w
|
|
|
1156
1154
|
const LabelError = /*#__PURE__*/styled__default["default"].label.withConfig({
|
|
1157
1155
|
displayName: "atoms-checkboxstyles__LabelError",
|
|
1158
1156
|
componentId: "sc-1gq944z-4"
|
|
1159
|
-
})(["color:", ";font-
|
|
1157
|
+
})(["color:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";"], ({
|
|
1160
1158
|
theme
|
|
1161
1159
|
}) => theme.components.checkbox.text.color.errorLabel.error, ({
|
|
1162
1160
|
theme
|
|
1163
|
-
}) => theme.components.checkbox.errorLabel.fontFamily, ({
|
|
1164
|
-
theme
|
|
1165
1161
|
}) => theme.components.checkbox.errorLabel.fontWeight, ({
|
|
1166
1162
|
theme
|
|
1167
1163
|
}) => theme.components.checkbox.errorLabel.lineHeight, ({
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolttech/atoms-checkbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"main": "./index.cjs",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@edirect/frontend-foundations": "0.0.
|
|
8
|
+
"@edirect/frontend-foundations": "0.0.53",
|
|
9
9
|
"react": "18.2.0",
|
|
10
10
|
"styled-components": "5.3.6"
|
|
11
11
|
},
|