@box/blueprint-web 12.7.0 → 12.7.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.
@@ -1759,20 +1759,17 @@
1759
1759
  .bp_text_area_module_textAreaContainer--e7ad7 .bp_text_area_module_inlineError--e7ad7{
1760
1760
  margin-block-start:var(--space-2);
1761
1761
  }
1762
- .bp_labelable_module_required--23e9d{
1762
+ .bp_labelable_module_required--25dbc{
1763
1763
  align-items:center;
1764
1764
  display:inline-flex;
1765
1765
  gap:var(--space-1);
1766
1766
  }
1767
- .bp_labelable_module_required--23e9d::before{
1767
+ .bp_labelable_module_required--25dbc::before{
1768
1768
  color:var(--icon-icon-required-on-light);
1769
1769
  content:"*";
1770
1770
  font-family:monospace;
1771
1771
  transform:scale(1.2);
1772
1772
  }
1773
- .bp_labelable_module_required--23e9d::before *{
1774
- fill:var(--icon-icon-required-on-light);
1775
- }
1776
1773
 
1777
1774
  .bp_combobox_module_container--25995{
1778
1775
  display:flex;
@@ -1,4 +1,4 @@
1
1
  import '../../index.css';
2
- var styles = {"required":"bp_labelable_module_required--23e9d"};
2
+ var styles = {"required":"bp_labelable_module_required--25dbc"};
3
3
 
4
4
  export { styles as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "12.7.0",
3
+ "version": "12.7.1",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {