@xh/hoist 72.0.0-SNAPSHOT.1737671240571 → 72.0.0-SNAPSHOT.1737676375740

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.
@@ -133,7 +133,8 @@ const helpButton = hoistCmp.factory({
133
133
  key: query,
134
134
  items: [
135
135
  span({
136
- className: 'xh-bg-alt xh-gray-dark xh-font-family-mono',
136
+ className:
137
+ 'xh-border xh-pad-half xh-bg-alt xh-font-family-mono',
137
138
  item: query
138
139
  }),
139
140
  ' ',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "72.0.0-SNAPSHOT.1737671240571",
3
+ "version": "72.0.0-SNAPSHOT.1737676375740",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",