solid-ui 2.4.28-94ccf3ab → 2.4.28-a0aa3652
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 +3 -3
- package/dist/solid-ui.js.map +1 -1
- package/dist/solid-ui.min.js +1 -1
- package/dist/solid-ui.min.js.map +1 -1
- package/lib/pad.d.ts +1 -1
- package/lib/pad.js +1 -1
- package/lib/pad.js.map +1 -1
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/package.json +1 -1
package/dist/solid-ui.js
CHANGED
|
@@ -8924,7 +8924,7 @@ function lightColorHash(author) {
|
|
|
8924
8924
|
/** notepad
|
|
8925
8925
|
*
|
|
8926
8926
|
* @param {HTMLDocument} dom - the web page of the browser
|
|
8927
|
-
* @param {NamedNode} padDoc - the document
|
|
8927
|
+
* @param {NamedNode} padDoc - the document in which the participation should be shown
|
|
8928
8928
|
* @param {NamedNode} subject - the thing in which participation is happening
|
|
8929
8929
|
* @param {NamedNode} me - person who is logged into the pod
|
|
8930
8930
|
* @param {notepadOptions} options - the options that can be passed in consist of statusArea, exists
|
|
@@ -13706,8 +13706,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
13706
13706
|
}));
|
|
13707
13707
|
exports.versionInfo = void 0;
|
|
13708
13708
|
var versionInfo = {
|
|
13709
|
-
buildTime: '2023-08-16T07:59:
|
|
13710
|
-
commit: '
|
|
13709
|
+
buildTime: '2023-08-16T07:59:55Z',
|
|
13710
|
+
commit: 'a0aa3652f27c3734c8fb60d0c776f8a73e904662',
|
|
13711
13711
|
npmInfo: {
|
|
13712
13712
|
'solid-ui': '2.4.28',
|
|
13713
13713
|
npm: '8.19.4',
|