@byline/ui 3.20.2 → 3.20.4

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.
@@ -7,6 +7,8 @@ const combo_button_module = {
7
7
  "combo-button-trigger": "combo-button-trigger-mVb2fy",
8
8
  comboButtonTrigger: "combo-button-trigger-mVb2fy",
9
9
  "combo-button-options": "combo-button-options-T9vVC9",
10
- comboButtonOptions: "combo-button-options-T9vVC9"
10
+ comboButtonOptions: "combo-button-options-T9vVC9",
11
+ "combo-button-options-item": "combo-button-options-item-yPO0eQ",
12
+ comboButtonOptionsItem: "combo-button-options-item-yPO0eQ"
11
13
  };
12
14
  export default combo_button_module;
@@ -48,6 +48,10 @@
48
48
  :is(.combo-button-options-T9vVC9, .byline-combo-button-options) {
49
49
  min-width: 120px;
50
50
  }
51
+
52
+ :is(.combo-button-options-item-yPO0eQ, .byline-combo-button-options-item) {
53
+ padding: 0 4px;
54
+ }
51
55
  }
52
56
 
53
57
  @layer utilities, byline-utilities;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "type": "module",
5
5
  "license": "MPL-2.0",
6
- "version": "3.20.2",
6
+ "version": "3.20.4",
7
7
  "engines": {
8
8
  "node": ">=20.9.0"
9
9
  },
@@ -56,5 +56,6 @@
56
56
 
57
57
  .combo-button-options-item,
58
58
  :global(.byline-combo-button-options-item) {
59
+ padding: 0 4px;
59
60
  }
60
61
  }