@flux-ui/components 3.0.0-next.43 → 3.0.0-next.44
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/index.css +0 -4
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/css/component/Action.module.scss +0 -4
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -8276,18 +8276,17 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
|
|
|
8276
8276
|
});
|
|
8277
8277
|
//#endregion
|
|
8278
8278
|
//#region src/css/component/Action.module.scss
|
|
8279
|
-
var { "
|
|
8279
|
+
var { "buttonIcon": _0$16, "buttonLabel": _1$8, "button": _2$5 } = Button_module_default$1;
|
|
8280
8280
|
var Action_module_default = {
|
|
8281
|
-
action: `action ${
|
|
8281
|
+
action: `action ${_2$5}`,
|
|
8282
8282
|
spinner: `spinner`,
|
|
8283
|
-
actionIcon: `action-icon ${
|
|
8283
|
+
actionIcon: `action-icon ${_0$16}`,
|
|
8284
8284
|
isDestructive: `is-destructive`,
|
|
8285
|
-
actionLabel: `action-label ${
|
|
8285
|
+
actionLabel: `action-label ${_1$8}`,
|
|
8286
8286
|
actionBar: `action-bar`,
|
|
8287
8287
|
separator: `separator`,
|
|
8288
8288
|
formInput: `form-input`,
|
|
8289
8289
|
basePaneStructure: `base-pane-structure`,
|
|
8290
|
-
paneHeader: `pane-header`,
|
|
8291
8290
|
actionPane: `action-pane`,
|
|
8292
8291
|
actionPaneGrid: `action-pane-grid`,
|
|
8293
8292
|
actionPaneBody: `action-pane-body`,
|