luxen-ui 0.1.0 → 0.1.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/custom-elements.json +168 -168
- package/package.json +26 -26
|
@@ -2578,160 +2578,6 @@
|
|
|
2578
2578
|
}
|
|
2579
2579
|
]
|
|
2580
2580
|
},
|
|
2581
|
-
{
|
|
2582
|
-
"kind": "javascript-module",
|
|
2583
|
-
"path": "dist/shared/controllers/popover.js",
|
|
2584
|
-
"declarations": [
|
|
2585
|
-
{
|
|
2586
|
-
"kind": "class",
|
|
2587
|
-
"description": "",
|
|
2588
|
-
"name": "PopoverController",
|
|
2589
|
-
"members": [
|
|
2590
|
-
{
|
|
2591
|
-
"kind": "method",
|
|
2592
|
-
"name": "hostConnected"
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"kind": "method",
|
|
2596
|
-
"name": "hostDisconnected"
|
|
2597
|
-
},
|
|
2598
|
-
{
|
|
2599
|
-
"kind": "field",
|
|
2600
|
-
"name": "currentPlacement",
|
|
2601
|
-
"readonly": true
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"kind": "method",
|
|
2605
|
-
"name": "updatePosition",
|
|
2606
|
-
"parameters": [
|
|
2607
|
-
{
|
|
2608
|
-
"name": "options"
|
|
2609
|
-
}
|
|
2610
|
-
]
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"kind": "method",
|
|
2614
|
-
"name": "startPositioning",
|
|
2615
|
-
"parameters": [
|
|
2616
|
-
{
|
|
2617
|
-
"name": "options"
|
|
2618
|
-
}
|
|
2619
|
-
]
|
|
2620
|
-
},
|
|
2621
|
-
{
|
|
2622
|
-
"kind": "method",
|
|
2623
|
-
"name": "stopPositioning"
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"kind": "method",
|
|
2627
|
-
"name": "handlePointerLeave",
|
|
2628
|
-
"parameters": [
|
|
2629
|
-
{
|
|
2630
|
-
"name": "e"
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"name": "onHide"
|
|
2634
|
-
}
|
|
2635
|
-
]
|
|
2636
|
-
},
|
|
2637
|
-
{
|
|
2638
|
-
"kind": "method",
|
|
2639
|
-
"name": "cleanupSafePolygon"
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"kind": "method",
|
|
2643
|
-
"name": "addTriggerListeners",
|
|
2644
|
-
"parameters": [
|
|
2645
|
-
{
|
|
2646
|
-
"name": "handlers"
|
|
2647
|
-
}
|
|
2648
|
-
]
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"kind": "method",
|
|
2652
|
-
"name": "removeTriggerListeners",
|
|
2653
|
-
"parameters": [
|
|
2654
|
-
{
|
|
2655
|
-
"name": "triggerOverride"
|
|
2656
|
-
}
|
|
2657
|
-
]
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"kind": "method",
|
|
2661
|
-
"name": "animateShow",
|
|
2662
|
-
"parameters": [
|
|
2663
|
-
{
|
|
2664
|
-
"name": "el"
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"name": "duration"
|
|
2668
|
-
},
|
|
2669
|
-
{
|
|
2670
|
-
"name": "keyframes"
|
|
2671
|
-
}
|
|
2672
|
-
]
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"kind": "method",
|
|
2676
|
-
"name": "animateHide",
|
|
2677
|
-
"parameters": [
|
|
2678
|
-
{
|
|
2679
|
-
"name": "el"
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"name": "duration"
|
|
2683
|
-
},
|
|
2684
|
-
{
|
|
2685
|
-
"name": "keyframes"
|
|
2686
|
-
}
|
|
2687
|
-
]
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"kind": "field",
|
|
2691
|
-
"name": "_currentPlacement",
|
|
2692
|
-
"type": {
|
|
2693
|
-
"text": "string"
|
|
2694
|
-
},
|
|
2695
|
-
"default": "''"
|
|
2696
|
-
},
|
|
2697
|
-
{
|
|
2698
|
-
"kind": "field",
|
|
2699
|
-
"name": "_host",
|
|
2700
|
-
"default": "host"
|
|
2701
|
-
},
|
|
2702
|
-
{
|
|
2703
|
-
"kind": "field",
|
|
2704
|
-
"name": "_config",
|
|
2705
|
-
"default": "config"
|
|
2706
|
-
}
|
|
2707
|
-
]
|
|
2708
|
-
}
|
|
2709
|
-
],
|
|
2710
|
-
"exports": [
|
|
2711
|
-
{
|
|
2712
|
-
"kind": "js",
|
|
2713
|
-
"name": "PopoverController",
|
|
2714
|
-
"declaration": {
|
|
2715
|
-
"name": "PopoverController",
|
|
2716
|
-
"module": "dist/shared/controllers/popover.js"
|
|
2717
|
-
}
|
|
2718
|
-
}
|
|
2719
|
-
]
|
|
2720
|
-
},
|
|
2721
|
-
{
|
|
2722
|
-
"kind": "javascript-module",
|
|
2723
|
-
"path": "dist/shared/styles/host.styles.js",
|
|
2724
|
-
"declarations": [],
|
|
2725
|
-
"exports": [
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "js",
|
|
2728
|
-
"name": "default",
|
|
2729
|
-
"declaration": {
|
|
2730
|
-
"module": "dist/shared/styles/host.styles.js"
|
|
2731
|
-
}
|
|
2732
|
-
}
|
|
2733
|
-
]
|
|
2734
|
-
},
|
|
2735
2581
|
{
|
|
2736
2582
|
"kind": "javascript-module",
|
|
2737
2583
|
"path": "dist/elements/avatar/avatar.js",
|
|
@@ -7391,6 +7237,160 @@
|
|
|
7391
7237
|
}
|
|
7392
7238
|
]
|
|
7393
7239
|
},
|
|
7240
|
+
{
|
|
7241
|
+
"kind": "javascript-module",
|
|
7242
|
+
"path": "dist/shared/controllers/popover.js",
|
|
7243
|
+
"declarations": [
|
|
7244
|
+
{
|
|
7245
|
+
"kind": "class",
|
|
7246
|
+
"description": "",
|
|
7247
|
+
"name": "PopoverController",
|
|
7248
|
+
"members": [
|
|
7249
|
+
{
|
|
7250
|
+
"kind": "method",
|
|
7251
|
+
"name": "hostConnected"
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"kind": "method",
|
|
7255
|
+
"name": "hostDisconnected"
|
|
7256
|
+
},
|
|
7257
|
+
{
|
|
7258
|
+
"kind": "field",
|
|
7259
|
+
"name": "currentPlacement",
|
|
7260
|
+
"readonly": true
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"kind": "method",
|
|
7264
|
+
"name": "updatePosition",
|
|
7265
|
+
"parameters": [
|
|
7266
|
+
{
|
|
7267
|
+
"name": "options"
|
|
7268
|
+
}
|
|
7269
|
+
]
|
|
7270
|
+
},
|
|
7271
|
+
{
|
|
7272
|
+
"kind": "method",
|
|
7273
|
+
"name": "startPositioning",
|
|
7274
|
+
"parameters": [
|
|
7275
|
+
{
|
|
7276
|
+
"name": "options"
|
|
7277
|
+
}
|
|
7278
|
+
]
|
|
7279
|
+
},
|
|
7280
|
+
{
|
|
7281
|
+
"kind": "method",
|
|
7282
|
+
"name": "stopPositioning"
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"kind": "method",
|
|
7286
|
+
"name": "handlePointerLeave",
|
|
7287
|
+
"parameters": [
|
|
7288
|
+
{
|
|
7289
|
+
"name": "e"
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
"name": "onHide"
|
|
7293
|
+
}
|
|
7294
|
+
]
|
|
7295
|
+
},
|
|
7296
|
+
{
|
|
7297
|
+
"kind": "method",
|
|
7298
|
+
"name": "cleanupSafePolygon"
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
"kind": "method",
|
|
7302
|
+
"name": "addTriggerListeners",
|
|
7303
|
+
"parameters": [
|
|
7304
|
+
{
|
|
7305
|
+
"name": "handlers"
|
|
7306
|
+
}
|
|
7307
|
+
]
|
|
7308
|
+
},
|
|
7309
|
+
{
|
|
7310
|
+
"kind": "method",
|
|
7311
|
+
"name": "removeTriggerListeners",
|
|
7312
|
+
"parameters": [
|
|
7313
|
+
{
|
|
7314
|
+
"name": "triggerOverride"
|
|
7315
|
+
}
|
|
7316
|
+
]
|
|
7317
|
+
},
|
|
7318
|
+
{
|
|
7319
|
+
"kind": "method",
|
|
7320
|
+
"name": "animateShow",
|
|
7321
|
+
"parameters": [
|
|
7322
|
+
{
|
|
7323
|
+
"name": "el"
|
|
7324
|
+
},
|
|
7325
|
+
{
|
|
7326
|
+
"name": "duration"
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"name": "keyframes"
|
|
7330
|
+
}
|
|
7331
|
+
]
|
|
7332
|
+
},
|
|
7333
|
+
{
|
|
7334
|
+
"kind": "method",
|
|
7335
|
+
"name": "animateHide",
|
|
7336
|
+
"parameters": [
|
|
7337
|
+
{
|
|
7338
|
+
"name": "el"
|
|
7339
|
+
},
|
|
7340
|
+
{
|
|
7341
|
+
"name": "duration"
|
|
7342
|
+
},
|
|
7343
|
+
{
|
|
7344
|
+
"name": "keyframes"
|
|
7345
|
+
}
|
|
7346
|
+
]
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"kind": "field",
|
|
7350
|
+
"name": "_currentPlacement",
|
|
7351
|
+
"type": {
|
|
7352
|
+
"text": "string"
|
|
7353
|
+
},
|
|
7354
|
+
"default": "''"
|
|
7355
|
+
},
|
|
7356
|
+
{
|
|
7357
|
+
"kind": "field",
|
|
7358
|
+
"name": "_host",
|
|
7359
|
+
"default": "host"
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"kind": "field",
|
|
7363
|
+
"name": "_config",
|
|
7364
|
+
"default": "config"
|
|
7365
|
+
}
|
|
7366
|
+
]
|
|
7367
|
+
}
|
|
7368
|
+
],
|
|
7369
|
+
"exports": [
|
|
7370
|
+
{
|
|
7371
|
+
"kind": "js",
|
|
7372
|
+
"name": "PopoverController",
|
|
7373
|
+
"declaration": {
|
|
7374
|
+
"name": "PopoverController",
|
|
7375
|
+
"module": "dist/shared/controllers/popover.js"
|
|
7376
|
+
}
|
|
7377
|
+
}
|
|
7378
|
+
]
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
"kind": "javascript-module",
|
|
7382
|
+
"path": "dist/shared/styles/host.styles.js",
|
|
7383
|
+
"declarations": [],
|
|
7384
|
+
"exports": [
|
|
7385
|
+
{
|
|
7386
|
+
"kind": "js",
|
|
7387
|
+
"name": "default",
|
|
7388
|
+
"declaration": {
|
|
7389
|
+
"module": "dist/shared/styles/host.styles.js"
|
|
7390
|
+
}
|
|
7391
|
+
}
|
|
7392
|
+
]
|
|
7393
|
+
},
|
|
7394
7394
|
{
|
|
7395
7395
|
"kind": "javascript-module",
|
|
7396
7396
|
"path": "src/html/shared/luxen-element.ts",
|
|
@@ -14186,20 +14186,6 @@
|
|
|
14186
14186
|
}
|
|
14187
14187
|
]
|
|
14188
14188
|
},
|
|
14189
|
-
{
|
|
14190
|
-
"kind": "javascript-module",
|
|
14191
|
-
"path": "src/html/shared/styles/host.styles.ts",
|
|
14192
|
-
"declarations": [],
|
|
14193
|
-
"exports": [
|
|
14194
|
-
{
|
|
14195
|
-
"kind": "js",
|
|
14196
|
-
"name": "default",
|
|
14197
|
-
"declaration": {
|
|
14198
|
-
"module": "src/html/shared/styles/host.styles.ts"
|
|
14199
|
-
}
|
|
14200
|
-
}
|
|
14201
|
-
]
|
|
14202
|
-
},
|
|
14203
14189
|
{
|
|
14204
14190
|
"kind": "javascript-module",
|
|
14205
14191
|
"path": "src/html/shared/controllers/popover.ts",
|
|
@@ -14419,6 +14405,20 @@
|
|
|
14419
14405
|
}
|
|
14420
14406
|
}
|
|
14421
14407
|
]
|
|
14408
|
+
},
|
|
14409
|
+
{
|
|
14410
|
+
"kind": "javascript-module",
|
|
14411
|
+
"path": "src/html/shared/styles/host.styles.ts",
|
|
14412
|
+
"declarations": [],
|
|
14413
|
+
"exports": [
|
|
14414
|
+
{
|
|
14415
|
+
"kind": "js",
|
|
14416
|
+
"name": "default",
|
|
14417
|
+
"declaration": {
|
|
14418
|
+
"module": "src/html/shared/styles/host.styles.ts"
|
|
14419
|
+
}
|
|
14420
|
+
}
|
|
14421
|
+
]
|
|
14422
14422
|
}
|
|
14423
14423
|
]
|
|
14424
14424
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "luxen-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Modern web components and CSS-first UI library built with Lit. Framework-agnostic, customizable prefix, design tokens.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"custom-elements",
|
|
@@ -80,8 +80,30 @@
|
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public",
|
|
83
|
-
"provenance":
|
|
83
|
+
"provenance": true
|
|
84
84
|
},
|
|
85
|
+
"dependencies": {
|
|
86
|
+
"@floating-ui/dom": "^1.7.6",
|
|
87
|
+
"embla-carousel": "^8.6.0",
|
|
88
|
+
"embla-carousel-autoplay": "^8.6.0",
|
|
89
|
+
"iconify-icon": "^3.0.2",
|
|
90
|
+
"lit": "^3.3.2"
|
|
91
|
+
},
|
|
92
|
+
"devDependencies": {
|
|
93
|
+
"@custom-elements-manifest/analyzer": "^0.11.0",
|
|
94
|
+
"@custom-elements-manifest/to-markdown": "^0.1.0",
|
|
95
|
+
"@types/node": "^25.6.0",
|
|
96
|
+
"autoprefixer": "^10.5.0",
|
|
97
|
+
"css-extras": "^0.4.0",
|
|
98
|
+
"postcss": "^8.5.10",
|
|
99
|
+
"postcss-import": "^16.1.1",
|
|
100
|
+
"tinyglobby": "^0.2.16",
|
|
101
|
+
"typescript": "^6.0.3",
|
|
102
|
+
"vite": "^8.0.10",
|
|
103
|
+
"vite-plugin-dts": "^4.5.4",
|
|
104
|
+
"vite-plus": "^0.1.19"
|
|
105
|
+
},
|
|
106
|
+
"customElements": "dist/custom-elements.json",
|
|
85
107
|
"scripts": {
|
|
86
108
|
"dev": "WATCH=true DEV=true vp build --config vite.config.css.ts",
|
|
87
109
|
"dev:elements": "vp dev",
|
|
@@ -90,27 +112,5 @@
|
|
|
90
112
|
"build:skill": "node scripts/generate-skill.mjs",
|
|
91
113
|
"manifest": "cem analyze --litelement --outdir dist",
|
|
92
114
|
"preview": "vp preview"
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
"@floating-ui/dom": "catalog:",
|
|
96
|
-
"embla-carousel": "catalog:",
|
|
97
|
-
"embla-carousel-autoplay": "catalog:",
|
|
98
|
-
"iconify-icon": "catalog:",
|
|
99
|
-
"lit": "catalog:"
|
|
100
|
-
},
|
|
101
|
-
"devDependencies": {
|
|
102
|
-
"@custom-elements-manifest/analyzer": "catalog:",
|
|
103
|
-
"@custom-elements-manifest/to-markdown": "catalog:",
|
|
104
|
-
"@types/node": "catalog:",
|
|
105
|
-
"autoprefixer": "catalog:",
|
|
106
|
-
"css-extras": "catalog:",
|
|
107
|
-
"postcss": "catalog:",
|
|
108
|
-
"postcss-import": "catalog:",
|
|
109
|
-
"tinyglobby": "catalog:",
|
|
110
|
-
"typescript": "catalog:",
|
|
111
|
-
"vite": "catalog:",
|
|
112
|
-
"vite-plugin-dts": "catalog:",
|
|
113
|
-
"vite-plus": "catalog:"
|
|
114
|
-
},
|
|
115
|
-
"customElements": "dist/custom-elements.json"
|
|
116
|
-
}
|
|
115
|
+
}
|
|
116
|
+
}
|