@luigi-project/client 2.2.2-dev.202307200031 → 2.2.2-dev.202307210030
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/luigi-element.d.ts +1 -1
- package/package.json +1 -1
package/luigi-element.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ export declare interface UxManager {
|
|
|
111
111
|
* @param {string} [settings.buttonDismiss="No"] the label for the modal dismiss button
|
|
112
112
|
* @returns {promise} which is resolved when accepting the confirmation modal and rejected when dismissing it
|
|
113
113
|
* @example
|
|
114
|
-
* import LuigiClient from '@
|
|
114
|
+
* import LuigiClient from '@luigi-project/client';
|
|
115
115
|
* const settings = {
|
|
116
116
|
* header: "Confirmation",
|
|
117
117
|
* body: "Are you sure you want to do this?",
|
package/package.json
CHANGED