@primer/components 0.0.0-202110320369 → 0.0.0-2021103205322
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/CHANGELOG.md +2 -2
- package/dist/browser.esm.js +3 -1
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +3 -1
- package/dist/browser.umd.js.map +1 -1
- package/lib/FormGroup.d.ts +5 -4
- package/lib/FormGroup.js +2 -2
- package/lib/LabelGroup.d.ts +1 -2
- package/lib/LabelGroup.js +1 -1
- package/lib-esm/FormGroup.d.ts +5 -4
- package/lib-esm/FormGroup.js +3 -3
- package/lib-esm/LabelGroup.d.ts +1 -2
- package/lib-esm/LabelGroup.js +2 -2
- package/package.json +1 -1
package/dist/browser.umd.js
CHANGED
@@ -1085,12 +1085,15 @@
|
|
1085
1085
|
`;pi.defaultProps={variant:"default"};var bi=pi;const mi=i.default.div`
|
1086
1086
|
margin: ${xt("space.3")} 0;
|
1087
1087
|
font-weight: ${xt("fontWeights.normal")};
|
1088
|
+
${yt};
|
1088
1089
|
${Kt};
|
1089
1090
|
`,hi=i.default.label`
|
1090
1091
|
display: block;
|
1091
1092
|
margin: 0 0 ${xt("space.2")};
|
1092
1093
|
font-size: ${xt("fontSizes.1")};
|
1093
1094
|
font-weight: ${xt("fontWeights.bold")};
|
1095
|
+
${wt};
|
1096
|
+
${yt};
|
1094
1097
|
${Kt};
|
1095
1098
|
`;hi.displayName="FormGroup.Label";var vi=Object.assign(mi,{Label:hi});const xi=i.default.div`
|
1096
1099
|
z-index: 32;
|
@@ -1144,7 +1147,6 @@
|
|
1144
1147
|
${yt};
|
1145
1148
|
${Kt};
|
1146
1149
|
`;ki.defaultProps={theme:d};var $i=ki;var Si=i.default.span`
|
1147
|
-
${yt}
|
1148
1150
|
& * {
|
1149
1151
|
margin-right: ${xt("space.1")};
|
1150
1152
|
}
|