solid-ui 2.4.22-9cc2af16 → 2.4.22-a0893b71

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/dist/main.js CHANGED
@@ -15192,8 +15192,8 @@ Object.defineProperty(exports, "__esModule", ({
15192
15192
  }));
15193
15193
  exports.versionInfo = void 0;
15194
15194
  var versionInfo = {
15195
- buildTime: '2022-05-09T09:01:25Z',
15196
- commit: '9cc2af164c72aa6047c0be6bcc64c30291c3a008',
15195
+ buildTime: '2022-05-10T08:32:30Z',
15196
+ commit: 'a0893b717462d0d5d740531252a47e287c8213d8',
15197
15197
  npmInfo: {
15198
15198
  'solid-ui': '2.4.22',
15199
15199
  npm: '6.14.16',
@@ -18144,12 +18144,15 @@ _fieldFunction.field[ns.ui('Choice').uri] = function (dom, container, already, s
18144
18144
  var formDoc = form.doc ? form.doc() : null; // @@ if blank no way to know
18145
18145
 
18146
18146
  var p;
18147
- var box = dom.createElement('div'); // Set flexDirection column?
18147
+ var box = dom.createElement('div');
18148
+ box.setAttribute('class', 'choiceBox'); // Set flexDirection column?
18148
18149
 
18149
18150
  if (container) container.appendChild(box);
18150
18151
  var lhs = dom.createElement('div');
18152
+ lhs.setAttribute('class', 'formFieldName choiceBox-label');
18151
18153
  box.appendChild(lhs);
18152
18154
  var rhs = dom.createElement('div');
18155
+ rhs.setAttribute('class', 'formFieldValue choiceBox-selectBox');
18153
18156
  box.appendChild(rhs);
18154
18157
  var property = kb.any(form, ui('property'));
18155
18158
 
@@ -18220,7 +18223,7 @@ _fieldFunction.field[ns.ui('Choice').uri] = function (dom, container, already, s
18220
18223
  opts.disambiguate = true;
18221
18224
  }
18222
18225
 
18223
- var sortedPossible = sortByLabel(possible); // TODO: this checks for any occurance regardles if it is set to true or false
18226
+ var sortedPossible = sortByLabel(possible); // TODO: this checks for any occurrence, regardless of true or false setting
18224
18227
 
18225
18228
  if (kb.any(form, ui('canMintNew'))) {
18226
18229
  opts.mint = '* Create new *'; // @@ could be better