solid-ui 2.6.1-05fb7cc → 2.6.1-0ca1899

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/solid-ui.js CHANGED
@@ -1055,7 +1055,6 @@ __webpack_require__.r(__webpack_exports__);
1055
1055
  __webpack_require__.d(__webpack_exports__, {
1056
1056
  acl: () => (/* reexport */ acl),
1057
1057
  aclControl: () => (/* reexport */ aclControl),
1058
- authn: () => (/* reexport */ external_SolidLogic_.authn),
1059
1058
  create: () => (/* reexport */ create),
1060
1059
  createTypes: () => (/* reexport */ types_namespaceObject),
1061
1060
  dom: () => (/* binding */ src_dom),
@@ -1073,8 +1072,6 @@ __webpack_require__.d(__webpack_exports__, {
1073
1072
  pad: () => (/* reexport */ pad_namespaceObject),
1074
1073
  participation: () => (/* reexport */ participation_namespaceObject),
1075
1074
  preferences: () => (/* reexport */ preferences_namespaceObject),
1076
- rdf: () => (/* reexport */ external_$rdf_),
1077
- store: () => (/* reexport */ external_SolidLogic_.store),
1078
1075
  style: () => (/* reexport */ style),
1079
1076
  table: () => (/* reexport */ renderTableViewPane),
1080
1077
  tabs: () => (/* reexport */ tabs_namespaceObject),
@@ -1335,11 +1332,11 @@ __webpack_require__.d(tabs_namespaceObject, {
1335
1332
  var types_namespaceObject = {};
1336
1333
  __webpack_require__.r(types_namespaceObject);
1337
1334
 
1338
- // EXTERNAL MODULE: external "$rdf"
1339
- var external_$rdf_ = __webpack_require__(264);
1340
1335
  // EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
1341
1336
  var solid_namespace = __webpack_require__(386);
1342
1337
  var solid_namespace_default = /*#__PURE__*/__webpack_require__.n(solid_namespace);
1338
+ // EXTERNAL MODULE: external "$rdf"
1339
+ var external_$rdf_ = __webpack_require__(264);
1343
1340
  ;// ./src/ns.js
1344
1341
  // Namespaces we commonly use and have common prefixes for around Solid
1345
1342
 
@@ -25527,17 +25524,16 @@ https://github.com/solidos/solid
25527
25524
 
25528
25525
  /**
25529
25526
  * Provides a Solid client helper object (which exposes various static modules).
25530
- * @module solidUi.js
25531
- * @main solidUi.js
25527
+ * @module UI.js
25528
+ * @main UI.js
25532
25529
  */
25533
25530
 
25534
25531
  /**
25535
- * @class SolidUi
25532
+ * @class UI
25536
25533
  * @static
25537
25534
  */
25538
25535
 
25539
25536
  // REMOVE @ts-ignore as you migrate files to TypeScript
25540
- // pull in first avoid cross-refs
25541
25537
  // @ts-ignore
25542
25538
 
25543
25539
 
@@ -25570,16 +25566,12 @@ https://github.com/solidos/solid
25570
25566
 
25571
25567
 
25572
25568
 
25573
-
25574
25569
  var src_dom = window ? window.document : null; // Idea that UI.dom can be adapted in non-browser environments
25575
25570
 
25576
25571
  if (typeof window !== 'undefined') {
25577
25572
  ;
25578
25573
  window.UI = {
25579
- authn: external_SolidLogic_.authn,
25580
- store: external_SolidLogic_.store,
25581
25574
  ns: src_ns,
25582
- rdf: external_$rdf_,
25583
25575
  acl: acl,
25584
25576
  aclControl: aclControl,
25585
25577
  create: create,