koval-ui 0.16.1 → 0.16.3
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.js +5 -5
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -195,15 +195,15 @@ const it = (e, t, n) => {
|
|
|
195
195
|
it(Et.keydown, i);
|
|
196
196
|
};
|
|
197
197
|
var Ne = /* @__PURE__ */ ((e) => (e.default = "default", e.success = "success", e.link = "link", e.danger = "danger", e))(Ne || {});
|
|
198
|
-
const Hs = "
|
|
198
|
+
const Hs = "_row_1w1ip_6", zs = "_action-button_1w1ip_16", Os = "_action-label_1w1ip_57", Ms = "_action-icon_1w1ip_58", Zs = "_link_1w1ip_80", Ws = "_success_1w1ip_84", qs = "_danger_1w1ip_88", ue = {
|
|
199
199
|
row: Hs,
|
|
200
|
-
"action-button": "_action-
|
|
200
|
+
"action-button": "_action-button_1w1ip_16",
|
|
201
201
|
actionButton: zs,
|
|
202
|
-
"action-label": "_action-
|
|
202
|
+
"action-label": "_action-label_1w1ip_57",
|
|
203
203
|
actionLabel: Os,
|
|
204
|
-
"action-icon": "_action-
|
|
204
|
+
"action-icon": "_action-icon_1w1ip_58",
|
|
205
205
|
actionIcon: Ms,
|
|
206
|
-
default: "
|
|
206
|
+
default: "_default_1w1ip_76",
|
|
207
207
|
link: Zs,
|
|
208
208
|
success: Ws,
|
|
209
209
|
danger: qs
|