@lukso/web-components 1.130.0 → 1.131.1
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/components/index.cjs +8 -7
- package/dist/components/index.js +8 -8
- package/dist/components/lukso-button/index.cjs +3 -3
- package/dist/components/lukso-button/index.js +3 -3
- package/dist/components/lukso-card/index.cjs +6 -6
- package/dist/components/lukso-card/index.js +6 -6
- package/dist/components/lukso-checkbox/index.cjs +3 -3
- package/dist/components/lukso-checkbox/index.js +3 -3
- package/dist/components/lukso-color-picker/index.cjs +4 -4
- package/dist/components/lukso-color-picker/index.js +4 -4
- package/dist/components/lukso-dropdown/index.cjs +7 -7
- package/dist/components/lukso-dropdown/index.js +7 -7
- package/dist/components/lukso-dropdown-option/index.cjs +2 -2
- package/dist/components/lukso-dropdown-option/index.js +2 -2
- package/dist/components/lukso-footer/index.cjs +2 -2
- package/dist/components/lukso-footer/index.js +2 -2
- package/dist/components/lukso-icon/index.cjs +3 -3
- package/dist/components/lukso-icon/index.js +3 -3
- package/dist/components/lukso-image/index.cjs +4 -4
- package/dist/components/lukso-image/index.js +4 -4
- package/dist/components/lukso-input/index.cjs +16 -15
- package/dist/components/lukso-input/index.d.ts.map +1 -1
- package/dist/components/lukso-input/index.js +16 -15
- package/dist/components/lukso-modal/index.cjs +2 -2
- package/dist/components/lukso-modal/index.js +2 -2
- package/dist/components/lukso-navbar/index.cjs +5 -5
- package/dist/components/lukso-navbar/index.js +5 -5
- package/dist/components/lukso-pagination/index.cjs +4 -4
- package/dist/components/lukso-pagination/index.js +4 -4
- package/dist/components/lukso-profile/index.cjs +5 -5
- package/dist/components/lukso-profile/index.js +5 -5
- package/dist/components/lukso-progress/index.cjs +3 -3
- package/dist/components/lukso-progress/index.js +3 -3
- package/dist/components/lukso-sanitize/index.cjs +2 -2
- package/dist/components/lukso-sanitize/index.js +2 -2
- package/dist/components/lukso-search/index.cjs +54 -20
- package/dist/components/lukso-search/index.d.ts +6 -1
- package/dist/components/lukso-search/index.d.ts.map +1 -1
- package/dist/components/lukso-search/index.js +53 -21
- package/dist/components/lukso-search/lukso-search.stories.d.ts.map +1 -1
- package/dist/components/lukso-select/index.cjs +75 -75
- package/dist/components/lukso-select/index.js +75 -75
- package/dist/components/lukso-share/index.cjs +27 -24
- package/dist/components/lukso-share/index.js +27 -24
- package/dist/components/lukso-switch/index.cjs +50 -50
- package/dist/components/lukso-switch/index.js +50 -50
- package/dist/components/lukso-tag/index.cjs +35 -32
- package/dist/components/lukso-tag/index.js +35 -32
- package/dist/components/lukso-terms/index.cjs +10 -7
- package/dist/components/lukso-terms/index.js +10 -7
- package/dist/components/lukso-test/index.cjs +16 -13
- package/dist/components/lukso-test/index.js +16 -13
- package/dist/components/lukso-textarea/index.cjs +86 -83
- package/dist/components/lukso-textarea/index.js +86 -83
- package/dist/components/lukso-tooltip/index.cjs +38 -35
- package/dist/components/lukso-tooltip/index.js +38 -35
- package/dist/components/lukso-username/index.cjs +9 -1330
- package/dist/components/lukso-username/index.js +6 -1336
- package/dist/components/lukso-wizard/index.cjs +45 -42
- package/dist/components/lukso-wizard/index.js +45 -42
- package/dist/{index-11b4b329.js → index-1db9d1ee.js} +1 -1
- package/dist/{index-de036f63.js → index-2f05f181.js} +2 -2
- package/dist/index-35fd0f44.js +1340 -0
- package/dist/index-44537fbb.js +39 -0
- package/dist/{index-8eb2e6d8.cjs → index-6bad7e66.cjs} +1 -1
- package/dist/index-96c96a31.cjs +1342 -0
- package/dist/index-b103f110.cjs +48 -0
- package/dist/{index-2f5d5d79.cjs → index-dfcb5b8a.cjs} +2 -2
- package/dist/index.cjs +8 -7
- package/dist/index.js +8 -8
- package/dist/{property-cfc5fabd.js → property-27a56e78.js} +1 -1
- package/dist/{property-7a90cede.cjs → property-e2dd6303.cjs} +1 -1
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/{state-1aaee2b7.js → state-cda0c5ee.js} +1 -1
- package/dist/{state-09b048f8.cjs → state-e20739c9.cjs} +1 -1
- package/dist/{style-map-c8670fc8.js → style-map-d0cf7858.js} +1 -1
- package/dist/{style-map-2abffb39.cjs → style-map-ff389c6a.cjs} +1 -1
- package/dist/styles/main.css +1 -0
- package/dist/styles/main.css.map +1 -1
- package/dist/tailwind-config.cjs +1 -1
- package/dist/tailwind-config.js +1 -1
- package/package.json +1 -1
- package/tools/cn.cjs +1 -1
- package/tools/cn.js +1 -1
- package/tools/index.cjs +1 -1
- package/tools/index.js +1 -1
- package/tools/sass/colors.scss +1 -1
- package/tools/styles/main.css +1 -0
- package/tools/{tailwind-config-c5a676c5.js → tailwind-config-73222825.js} +1 -1
- package/tools/{tailwind-config-20125010.cjs → tailwind-config-d0ffa274.cjs} +1 -1
- package/tools/tailwind-config.cjs +1 -1
- package/tools/tailwind-config.js +1 -1
- package/dist/index-1fd569a9.cjs +0 -46
- package/dist/index-82b4fdeb.js +0 -37
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const shared_tailwindElement_index = require('../../index-
|
|
6
|
-
const property = require('../../property-
|
|
7
|
-
const state = require('../../state-
|
|
5
|
+
const shared_tailwindElement_index = require('../../index-b103f110.cjs');
|
|
6
|
+
const property = require('../../property-e2dd6303.cjs');
|
|
7
|
+
const state = require('../../state-e20739c9.cjs');
|
|
8
8
|
const index = require('../../index-2b104ecb.cjs');
|
|
9
|
-
const styleMap = require('../../style-map-
|
|
9
|
+
const styleMap = require('../../style-map-ff389c6a.cjs');
|
|
10
10
|
require('../../directive-8278ab14.cjs');
|
|
11
11
|
|
|
12
12
|
var top = 'top';
|
|
@@ -3460,39 +3460,42 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
3460
3460
|
return result;
|
|
3461
3461
|
};
|
|
3462
3462
|
exports.LuksoTooltip = class LuksoTooltip extends shared_tailwindElement_index.TailwindStyledElement(style) {
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3463
|
+
constructor() {
|
|
3464
|
+
super(...arguments);
|
|
3465
|
+
this.variant = "light";
|
|
3466
|
+
this.size = "medium";
|
|
3467
|
+
this.placement = "top";
|
|
3468
|
+
this.trigger = "mouseenter";
|
|
3469
|
+
this.text = "";
|
|
3470
|
+
this.maxWidth = 300;
|
|
3471
|
+
this.show = false;
|
|
3472
|
+
this.hideOnClick = "true";
|
|
3473
|
+
this.isClipboardCopy = false;
|
|
3474
|
+
this.copyText = "";
|
|
3475
|
+
this.copyValue = "";
|
|
3476
|
+
this.offset = 10;
|
|
3477
|
+
this.options = "";
|
|
3478
|
+
this.showArrow = true;
|
|
3479
|
+
this.showDelay = 300;
|
|
3480
|
+
this.hideDelay = 300;
|
|
3481
|
+
this.showCopy = false;
|
|
3482
|
+
this.optionsParsed = [];
|
|
3483
|
+
this.tooltipInstance = void 0;
|
|
3484
|
+
this.styles = index.ce({
|
|
3485
|
+
slots: {
|
|
3486
|
+
tooltip: "hidden",
|
|
3487
|
+
trigger: "cursor-pointer flex flex-col items-center",
|
|
3488
|
+
options: "rounded-4 hover:bg-neutral-95"
|
|
3489
|
+
},
|
|
3490
|
+
variants: {
|
|
3491
|
+
hasNoText: {
|
|
3492
|
+
true: {
|
|
3493
|
+
trigger: "cursor-default"
|
|
3494
|
+
}
|
|
3492
3495
|
}
|
|
3493
3496
|
}
|
|
3494
|
-
}
|
|
3495
|
-
}
|
|
3497
|
+
});
|
|
3498
|
+
}
|
|
3496
3499
|
hideOnClickCheck() {
|
|
3497
3500
|
if (this.hideOnClick === "toggle") {
|
|
3498
3501
|
return this.hideOnClick;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { T as TailwindStyledElement, x } from '../../index-
|
|
2
|
-
import { n, t } from '../../property-
|
|
3
|
-
import { r } from '../../state-
|
|
1
|
+
import { T as TailwindStyledElement, x } from '../../index-44537fbb.js';
|
|
2
|
+
import { n, t } from '../../property-27a56e78.js';
|
|
3
|
+
import { r } from '../../state-cda0c5ee.js';
|
|
4
4
|
import { c as ce } from '../../index-d14b6a34.js';
|
|
5
|
-
import { o } from '../../style-map-
|
|
5
|
+
import { o } from '../../style-map-d0cf7858.js';
|
|
6
6
|
import '../../directive-2bb7789e.js';
|
|
7
7
|
|
|
8
8
|
var top = 'top';
|
|
@@ -3456,39 +3456,42 @@ var __decorateClass = (decorators, target, key, kind) => {
|
|
|
3456
3456
|
return result;
|
|
3457
3457
|
};
|
|
3458
3458
|
let LuksoTooltip = class extends TailwindStyledElement(style) {
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3459
|
+
constructor() {
|
|
3460
|
+
super(...arguments);
|
|
3461
|
+
this.variant = "light";
|
|
3462
|
+
this.size = "medium";
|
|
3463
|
+
this.placement = "top";
|
|
3464
|
+
this.trigger = "mouseenter";
|
|
3465
|
+
this.text = "";
|
|
3466
|
+
this.maxWidth = 300;
|
|
3467
|
+
this.show = false;
|
|
3468
|
+
this.hideOnClick = "true";
|
|
3469
|
+
this.isClipboardCopy = false;
|
|
3470
|
+
this.copyText = "";
|
|
3471
|
+
this.copyValue = "";
|
|
3472
|
+
this.offset = 10;
|
|
3473
|
+
this.options = "";
|
|
3474
|
+
this.showArrow = true;
|
|
3475
|
+
this.showDelay = 300;
|
|
3476
|
+
this.hideDelay = 300;
|
|
3477
|
+
this.showCopy = false;
|
|
3478
|
+
this.optionsParsed = [];
|
|
3479
|
+
this.tooltipInstance = void 0;
|
|
3480
|
+
this.styles = ce({
|
|
3481
|
+
slots: {
|
|
3482
|
+
tooltip: "hidden",
|
|
3483
|
+
trigger: "cursor-pointer flex flex-col items-center",
|
|
3484
|
+
options: "rounded-4 hover:bg-neutral-95"
|
|
3485
|
+
},
|
|
3486
|
+
variants: {
|
|
3487
|
+
hasNoText: {
|
|
3488
|
+
true: {
|
|
3489
|
+
trigger: "cursor-default"
|
|
3490
|
+
}
|
|
3488
3491
|
}
|
|
3489
3492
|
}
|
|
3490
|
-
}
|
|
3491
|
-
}
|
|
3493
|
+
});
|
|
3494
|
+
}
|
|
3492
3495
|
hideOnClickCheck() {
|
|
3493
3496
|
if (this.hideOnClick === "toggle") {
|
|
3494
3497
|
return this.hideOnClick;
|