drab 5.0.0-beta.0 → 5.0.0-beta.2

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.
Files changed (61) hide show
  1. package/LICENSE.md +21 -0
  2. package/README.md +54 -0
  3. package/{animate.d.ts → animate/index.d.ts} +1 -1
  4. package/animate/index.js +1 -0
  5. package/base/index.js +1 -0
  6. package/{breakpoint.d.ts → breakpoint/index.d.ts} +1 -1
  7. package/breakpoint/index.js +1 -0
  8. package/{contextmenu.d.ts → contextmenu/index.d.ts} +2 -2
  9. package/contextmenu/index.js +1 -0
  10. package/{copy.d.ts → copy/index.d.ts} +2 -2
  11. package/copy/index.js +1 -0
  12. package/define/index.js +1 -0
  13. package/{details.d.ts → details/index.d.ts} +2 -2
  14. package/details/index.js +1 -0
  15. package/{dialog.d.ts → dialog/index.d.ts} +2 -2
  16. package/dialog/index.js +1 -0
  17. package/{editor.d.ts → editor/index.d.ts} +1 -1
  18. package/editor/index.js +1 -0
  19. package/{fullscreen.d.ts → fullscreen/index.d.ts} +1 -1
  20. package/fullscreen/index.js +1 -0
  21. package/{index-22PHGcPf.d.ts → index-SyRipepB.d.ts} +1 -1
  22. package/index.d.ts +14 -14
  23. package/package.json +30 -30
  24. package/{popover.d.ts → popover/index.d.ts} +2 -2
  25. package/popover/index.js +1 -0
  26. package/{share.d.ts → share/index.d.ts} +2 -2
  27. package/share/index.js +1 -0
  28. package/{tablesort.d.ts → tablesort/index.d.ts} +1 -1
  29. package/tablesort/index.js +1 -0
  30. package/{youtube.d.ts → youtube/index.d.ts} +1 -1
  31. package/youtube/index.js +1 -0
  32. package/animate.js +0 -1
  33. package/base.js +0 -1
  34. package/breakpoint.js +0 -1
  35. package/contextmenu.js +0 -1
  36. package/copy.js +0 -1
  37. package/define.js +0 -1
  38. package/details.js +0 -1
  39. package/dialog.js +0 -1
  40. package/editor.js +0 -1
  41. package/fullscreen.js +0 -1
  42. package/popover.js +0 -1
  43. package/share.js +0 -1
  44. package/tablesort.js +0 -1
  45. package/youtube.js +0 -1
  46. /package/{animate.iife.js → animate/index.iife.js} +0 -0
  47. /package/{base.d.ts → base/index.d.ts} +0 -0
  48. /package/{base.iife.js → base/index.iife.js} +0 -0
  49. /package/{breakpoint.iife.js → breakpoint/index.iife.js} +0 -0
  50. /package/{contextmenu.iife.js → contextmenu/index.iife.js} +0 -0
  51. /package/{copy.iife.js → copy/index.iife.js} +0 -0
  52. /package/{define.d.ts → define/index.d.ts} +0 -0
  53. /package/{define.iife.js → define/index.iife.js} +0 -0
  54. /package/{details.iife.js → details/index.iife.js} +0 -0
  55. /package/{dialog.iife.js → dialog/index.iife.js} +0 -0
  56. /package/{editor.iife.js → editor/index.iife.js} +0 -0
  57. /package/{fullscreen.iife.js → fullscreen/index.iife.js} +0 -0
  58. /package/{popover.iife.js → popover/index.iife.js} +0 -0
  59. /package/{share.iife.js → share/index.iife.js} +0 -0
  60. /package/{tablesort.iife.js → tablesort/index.iife.js} +0 -0
  61. /package/{youtube.iife.js → youtube/index.iife.js} +0 -0
package/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Ross Robino
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,54 @@
1
+ # A Headless Custom Element Library
2
+
3
+ - [Docs](https://drab.robino.dev)
4
+ - [GitHub](https://github.com/rossrobino/drab)
5
+ - [npm](https://www.npmjs.com/package/drab)
6
+ - [MIT License](https://github.com/rossrobino/drab/blob/main/LICENSE.md)
7
+
8
+ ## Features
9
+
10
+ **drab** focuses on providing JavaScript functionality where it's most useful. Many of the elements are helpful wrappers around browser APIs. Here are some of the features of the library.
11
+
12
+ ### Built on the web platform
13
+
14
+ - Each element is a [custom element](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements). So you can use them [with a framework](https://custom-elements-everywhere.com/), without one, or even directly in a markdown file. These components will work [regardless of your project's architecture](https://jakelazaroff.com/words/web-components-will-outlive-your-javascript-framework/).
15
+ - **drab** does _not_ use the [shadow DOM](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM), so you can style content within these elements as usual with CSS.
16
+ - Since you provide the HTML, these elements can take advantage of what JavaScript frameworks excel at---creating reusable markup that can be server side rendered.
17
+ - Each element can be imported, extended, named, and used however you see fit.
18
+
19
+ ### Minimal bundle size
20
+
21
+ - **drab** has zero dependencies.
22
+
23
+ ### Write JavaScript, or don't
24
+
25
+ - Elements can be installed as a package (recommended), or utilized without writing any JavaScript by adding a script tag to your document.
26
+ - Each element can be configured through HTML attributes.
27
+
28
+ ### Built in animations
29
+
30
+ - Uses the [web animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API) for transitions.
31
+ - Transitions are disabled for users who prefer reduced motion.
32
+ - Extend the `Animate` element to build your own elements.
33
+
34
+ ## Contributing
35
+
36
+ Find an bug or have an idea? Feel free to create an issue on [GitHub](https://github.com/rossrobino/drab).
37
+
38
+ Since this is an headless library, simple components like a badge that can be easily created with HTML and CSS are not included.
39
+
40
+ ### Local Development
41
+
42
+ This library is built with [Vite](https://vitejs.dev), [domco](https://domco.robino.dev), and TypeScript. The package contents are located in `src/package`.
43
+
44
+ 1. Clone the [repository](https://github.com/rossrobino/drab)
45
+ 2. `bun i`
46
+ 3. `bun dev`
47
+
48
+ ### Making changes
49
+
50
+ 1. Add or edit the element in `src/package`---each element should extend `Base` or `Animate`. Each element has a `index.ts` file with the source code, and then a `define.ts` file where it is imported and called for use with a CDN.
51
+ 2. Add or edit the example in `src/docs`.
52
+ 3. Export the element from `src/package/index.ts`.
53
+ 4. Run `bun doc` to document your element with [TypeDoc](https://typedoc.org/).
54
+ 5. Add the element as an entry point to `tsup.config.ts`, then run `bun package` to build with [tsup](https://tsup.egoist.dev/).
@@ -1,4 +1,4 @@
1
- import { Base } from './base.js';
1
+ import { Base } from '../base/index.js';
2
2
 
3
3
  /**
4
4
  * The `Animate` base class provides a declarative way to use the
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-7KU2PRW5.js";import"../chunk-MXKU7AKV.js";export{a as Animate};
package/base/index.js ADDED
@@ -0,0 +1 @@
1
+ import{b as a}from"../chunk-MXKU7AKV.js";export{a as Base};
@@ -1,4 +1,4 @@
1
- import { Base } from './base.js';
1
+ import { Base } from '../base/index.js';
2
2
 
3
3
  type Breakpoints = {
4
4
  name: string;
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-6HYPZWQ4.js";import"../chunk-MXKU7AKV.js";export{a as Breakpoint};
@@ -1,5 +1,5 @@
1
- import { Animate } from './animate.js';
2
- import './base.js';
1
+ import { Animate } from '../animate/index.js';
2
+ import '../base/index.js';
3
3
 
4
4
  /**
5
5
  * Displays content when the `trigger` element is right clicked, or long pressed on mobile.
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-57VEEUFG.js";import"../chunk-7KU2PRW5.js";import"../chunk-MXKU7AKV.js";export{a as ContextMenu};
@@ -1,5 +1,5 @@
1
- import { B as BaseCopy } from './index-22PHGcPf.js';
2
- import './base.js';
1
+ import { B as BaseCopy } from '../index-SyRipepB.js';
2
+ import '../base/index.js';
3
3
 
4
4
  /**
5
5
  * Uses the [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText)
package/copy/index.js ADDED
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-TSTTUEAF.js";import"../chunk-7F7CQUEG.js";import"../chunk-MXKU7AKV.js";export{a as Copy};
@@ -0,0 +1 @@
1
+ import{b as e}from"../chunk-2ZZQECRY.js";import"../chunk-VEVFQB5N.js";import"../chunk-FNJ7AESC.js";import"../chunk-5JV4T7GM.js";import"../chunk-T7RZI3ZL.js";import"../chunk-IQJQPZUL.js";import"../chunk-57VEEUFG.js";import"../chunk-TSTTUEAF.js";import"../chunk-7F7CQUEG.js";import"../chunk-JMJUWKN2.js";import"../chunk-7S6DTKGH.js";import"../chunk-7KU2PRW5.js";import"../chunk-6HYPZWQ4.js";import"../chunk-MXKU7AKV.js";for(let o in e)customElements.define(`drab-${o.toLowerCase()}`,e[o]);
@@ -1,5 +1,5 @@
1
- import { Animate } from './animate.js';
2
- import './base.js';
1
+ import { Animate } from '../animate/index.js';
2
+ import '../base/index.js';
3
3
 
4
4
  /**
5
5
  * This element provides a progressive enhancement on top of the `HTMLDetailsElement` to
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-JMJUWKN2.js";import"../chunk-7KU2PRW5.js";import"../chunk-MXKU7AKV.js";export{a as Details};
@@ -1,5 +1,5 @@
1
- import { Animate } from './animate.js';
2
- import './base.js';
1
+ import { Animate } from '../animate/index.js';
2
+ import '../base/index.js';
3
3
 
4
4
  /**
5
5
  * Provides triggers and animations for the `HTMLDialogElement`.
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-7S6DTKGH.js";import"../chunk-7KU2PRW5.js";import"../chunk-MXKU7AKV.js";export{a as Dialog};
@@ -1,4 +1,4 @@
1
- import { Base } from './base.js';
1
+ import { Base } from '../base/index.js';
2
2
 
3
3
  /**
4
4
  * A piece of content to insert into the `textarea`.
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-FNJ7AESC.js";import"../chunk-MXKU7AKV.js";export{a as Editor};
@@ -1,4 +1,4 @@
1
- import { Base } from './base.js';
1
+ import { Base } from '../base/index.js';
2
2
 
3
3
  /**
4
4
  * Toggles the `documentElement` or `content` element to fullscreen mode.
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-5JV4T7GM.js";import"../chunk-MXKU7AKV.js";export{a as Fullscreen};
@@ -1,4 +1,4 @@
1
- import { Base } from './base.js';
1
+ import { Base } from './base/index.js';
2
2
 
3
3
  declare class BaseCopy extends Base {
4
4
  constructor();
package/index.d.ts CHANGED
@@ -1,14 +1,14 @@
1
- export { Base } from './base.js';
2
- export { Animate } from './animate.js';
3
- export { Breakpoint } from './breakpoint.js';
4
- export { ContextMenu } from './contextmenu.js';
5
- export { Copy } from './copy.js';
6
- export { Details } from './details.js';
7
- export { Dialog } from './dialog.js';
8
- export { Editor } from './editor.js';
9
- export { Fullscreen } from './fullscreen.js';
10
- export { Popover } from './popover.js';
11
- export { Share } from './share.js';
12
- export { TableSort } from './tablesort.js';
13
- export { YouTube } from './youtube.js';
14
- import './index-22PHGcPf.js';
1
+ export { Base } from './base/index.js';
2
+ export { Animate } from './animate/index.js';
3
+ export { Breakpoint } from './breakpoint/index.js';
4
+ export { ContextMenu } from './contextmenu/index.js';
5
+ export { Copy } from './copy/index.js';
6
+ export { Details } from './details/index.js';
7
+ export { Dialog } from './dialog/index.js';
8
+ export { Editor } from './editor/index.js';
9
+ export { Fullscreen } from './fullscreen/index.js';
10
+ export { Popover } from './popover/index.js';
11
+ export { Share } from './share/index.js';
12
+ export { TableSort } from './tablesort/index.js';
13
+ export { YouTube } from './youtube/index.js';
14
+ import './index-SyRipepB.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "drab",
3
3
  "description": "A headless custom element library",
4
- "version": "5.0.0-beta.0",
4
+ "version": "5.0.0-beta.2",
5
5
  "homepage": "https://drab.robino.dev",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -18,108 +18,108 @@
18
18
  "default": "./index.js"
19
19
  },
20
20
  "./define": {
21
- "types": "./define.d.ts",
22
- "default": "./define.js"
21
+ "types": "./define/index.d.ts",
22
+ "default": "./define/index.js"
23
23
  },
24
24
  "./animate": {
25
- "types": "./animate.d.ts",
26
- "default": "./animate.js"
25
+ "types": "./animate/index.d.ts",
26
+ "default": "./animate/index.js"
27
27
  },
28
28
  "./animate/define": {
29
29
  "types": "./animate/define.d.ts",
30
30
  "default": "./animate/define.js"
31
31
  },
32
32
  "./contextmenu": {
33
- "types": "./contextmenu.d.ts",
34
- "default": "./contextmenu.js"
33
+ "types": "./contextmenu/index.d.ts",
34
+ "default": "./contextmenu/index.js"
35
35
  },
36
36
  "./contextmenu/define": {
37
37
  "types": "./contextmenu/define.d.ts",
38
38
  "default": "./contextmenu/define.js"
39
39
  },
40
40
  "./details": {
41
- "types": "./details.d.ts",
42
- "default": "./details.js"
41
+ "types": "./details/index.d.ts",
42
+ "default": "./details/index.js"
43
43
  },
44
44
  "./details/define": {
45
45
  "types": "./details/define.d.ts",
46
46
  "default": "./details/define.js"
47
47
  },
48
48
  "./youtube": {
49
- "types": "./youtube.d.ts",
50
- "default": "./youtube.js"
49
+ "types": "./youtube/index.d.ts",
50
+ "default": "./youtube/index.js"
51
51
  },
52
52
  "./youtube/define": {
53
53
  "types": "./youtube/define.d.ts",
54
54
  "default": "./youtube/define.js"
55
55
  },
56
56
  "./breakpoint": {
57
- "types": "./breakpoint.d.ts",
58
- "default": "./breakpoint.js"
57
+ "types": "./breakpoint/index.d.ts",
58
+ "default": "./breakpoint/index.js"
59
59
  },
60
60
  "./breakpoint/define": {
61
61
  "types": "./breakpoint/define.d.ts",
62
62
  "default": "./breakpoint/define.js"
63
63
  },
64
64
  "./dialog": {
65
- "types": "./dialog.d.ts",
66
- "default": "./dialog.js"
65
+ "types": "./dialog/index.d.ts",
66
+ "default": "./dialog/index.js"
67
67
  },
68
68
  "./dialog/define": {
69
69
  "types": "./dialog/define.d.ts",
70
70
  "default": "./dialog/define.js"
71
71
  },
72
72
  "./popover": {
73
- "types": "./popover.d.ts",
74
- "default": "./popover.js"
73
+ "types": "./popover/index.d.ts",
74
+ "default": "./popover/index.js"
75
75
  },
76
76
  "./popover/define": {
77
77
  "types": "./popover/define.d.ts",
78
78
  "default": "./popover/define.js"
79
79
  },
80
80
  "./tablesort": {
81
- "types": "./tablesort.d.ts",
82
- "default": "./tablesort.js"
81
+ "types": "./tablesort/index.d.ts",
82
+ "default": "./tablesort/index.js"
83
83
  },
84
84
  "./tablesort/define": {
85
85
  "types": "./tablesort/define.d.ts",
86
86
  "default": "./tablesort/define.js"
87
87
  },
88
88
  "./copy": {
89
- "types": "./copy.d.ts",
90
- "default": "./copy.js"
89
+ "types": "./copy/index.d.ts",
90
+ "default": "./copy/index.js"
91
91
  },
92
92
  "./copy/define": {
93
93
  "types": "./copy/define.d.ts",
94
94
  "default": "./copy/define.js"
95
95
  },
96
96
  "./fullscreen": {
97
- "types": "./fullscreen.d.ts",
98
- "default": "./fullscreen.js"
97
+ "types": "./fullscreen/index.d.ts",
98
+ "default": "./fullscreen/index.js"
99
99
  },
100
100
  "./fullscreen/define": {
101
101
  "types": "./fullscreen/define.d.ts",
102
102
  "default": "./fullscreen/define.js"
103
103
  },
104
104
  "./base": {
105
- "types": "./base.d.ts",
106
- "default": "./base.js"
105
+ "types": "./base/index.d.ts",
106
+ "default": "./base/index.js"
107
107
  },
108
108
  "./base/define": {
109
109
  "types": "./base/define.d.ts",
110
110
  "default": "./base/define.js"
111
111
  },
112
112
  "./editor": {
113
- "types": "./editor.d.ts",
114
- "default": "./editor.js"
113
+ "types": "./editor/index.d.ts",
114
+ "default": "./editor/index.js"
115
115
  },
116
116
  "./editor/define": {
117
117
  "types": "./editor/define.d.ts",
118
118
  "default": "./editor/define.js"
119
119
  },
120
120
  "./share": {
121
- "types": "./share.d.ts",
122
- "default": "./share.js"
121
+ "types": "./share/index.d.ts",
122
+ "default": "./share/index.js"
123
123
  },
124
124
  "./share/define": {
125
125
  "types": "./share/define.d.ts",
@@ -132,7 +132,7 @@
132
132
  "preview": "vite preview",
133
133
  "format": "prettier --write .",
134
134
  "doc": "typedoc --out src/lib/docs --plugin typedoc-plugin-markdown src/package/index.ts --hideBreadcrumbs --hideInPageTOC --githubPages false --publicPath /docs/ && bun src/lib/scripts/doc/index.ts && bun format",
135
- "copy": "cp package.json ./package",
135
+ "copy": "cp package.json ./package && cp README.md ./package && cp LICENSE.md ./package",
136
136
  "entry": "bun src/lib/scripts/entryPoints/index.ts && bun format",
137
137
  "package": "bun entry && tsup && bun copy",
138
138
  "pub": "bun i && bun doc && bun package && npm publish --access public --tag beta ./package"
@@ -1,5 +1,5 @@
1
- import { Animate } from './animate.js';
2
- import './base.js';
1
+ import { Animate } from '../animate/index.js';
2
+ import '../base/index.js';
3
3
 
4
4
  /**
5
5
  * Provides animations for the Popover API.
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-T7RZI3ZL.js";import"../chunk-7KU2PRW5.js";import"../chunk-MXKU7AKV.js";export{a as Popover};
@@ -1,5 +1,5 @@
1
- import { B as BaseCopy } from './index-22PHGcPf.js';
2
- import './base.js';
1
+ import { B as BaseCopy } from '../index-SyRipepB.js';
2
+ import '../base/index.js';
3
3
 
4
4
  /**
5
5
  * Uses the [Navigator API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share) to share a `url`. If `share` is not supported, falls back to copy the text instead.
package/share/index.js ADDED
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-IQJQPZUL.js";import"../chunk-7F7CQUEG.js";import"../chunk-MXKU7AKV.js";export{a as Share};
@@ -1,4 +1,4 @@
1
- import { Base } from './base.js';
1
+ import { Base } from '../base/index.js';
2
2
 
3
3
  /**
4
4
  * Wrap a `HTMLTableElement` in the `TableSort` element to have sortable column
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-2ZZQECRY.js";import"../chunk-VEVFQB5N.js";import"../chunk-FNJ7AESC.js";import"../chunk-5JV4T7GM.js";import"../chunk-T7RZI3ZL.js";import"../chunk-IQJQPZUL.js";import"../chunk-57VEEUFG.js";import"../chunk-TSTTUEAF.js";import"../chunk-7F7CQUEG.js";import"../chunk-JMJUWKN2.js";import"../chunk-7S6DTKGH.js";import"../chunk-7KU2PRW5.js";import"../chunk-6HYPZWQ4.js";import"../chunk-MXKU7AKV.js";export{a as TableSort};
@@ -1,4 +1,4 @@
1
- import { Base } from './base.js';
1
+ import { Base } from '../base/index.js';
2
2
 
3
3
  /**
4
4
  * Embeds a YouTube video iframe into a website with the video uid, using www.youtube-nocookie.com.
@@ -0,0 +1 @@
1
+ import{a}from"../chunk-VEVFQB5N.js";import"../chunk-MXKU7AKV.js";export{a as YouTube};
package/animate.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-7KU2PRW5.js";import"./chunk-MXKU7AKV.js";export{a as Animate};
package/base.js DELETED
@@ -1 +0,0 @@
1
- import{b as a}from"./chunk-MXKU7AKV.js";export{a as Base};
package/breakpoint.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-6HYPZWQ4.js";import"./chunk-MXKU7AKV.js";export{a as Breakpoint};
package/contextmenu.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-57VEEUFG.js";import"./chunk-7KU2PRW5.js";import"./chunk-MXKU7AKV.js";export{a as ContextMenu};
package/copy.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-TSTTUEAF.js";import"./chunk-7F7CQUEG.js";import"./chunk-MXKU7AKV.js";export{a as Copy};
package/define.js DELETED
@@ -1 +0,0 @@
1
- import{b as e}from"./chunk-2ZZQECRY.js";import"./chunk-VEVFQB5N.js";import"./chunk-FNJ7AESC.js";import"./chunk-5JV4T7GM.js";import"./chunk-T7RZI3ZL.js";import"./chunk-IQJQPZUL.js";import"./chunk-57VEEUFG.js";import"./chunk-TSTTUEAF.js";import"./chunk-7F7CQUEG.js";import"./chunk-JMJUWKN2.js";import"./chunk-7S6DTKGH.js";import"./chunk-7KU2PRW5.js";import"./chunk-6HYPZWQ4.js";import"./chunk-MXKU7AKV.js";for(let o in e)customElements.define(`drab-${o.toLowerCase()}`,e[o]);
package/details.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-JMJUWKN2.js";import"./chunk-7KU2PRW5.js";import"./chunk-MXKU7AKV.js";export{a as Details};
package/dialog.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-7S6DTKGH.js";import"./chunk-7KU2PRW5.js";import"./chunk-MXKU7AKV.js";export{a as Dialog};
package/editor.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-FNJ7AESC.js";import"./chunk-MXKU7AKV.js";export{a as Editor};
package/fullscreen.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-5JV4T7GM.js";import"./chunk-MXKU7AKV.js";export{a as Fullscreen};
package/popover.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-T7RZI3ZL.js";import"./chunk-7KU2PRW5.js";import"./chunk-MXKU7AKV.js";export{a as Popover};
package/share.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-IQJQPZUL.js";import"./chunk-7F7CQUEG.js";import"./chunk-MXKU7AKV.js";export{a as Share};
package/tablesort.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-2ZZQECRY.js";import"./chunk-VEVFQB5N.js";import"./chunk-FNJ7AESC.js";import"./chunk-5JV4T7GM.js";import"./chunk-T7RZI3ZL.js";import"./chunk-IQJQPZUL.js";import"./chunk-57VEEUFG.js";import"./chunk-TSTTUEAF.js";import"./chunk-7F7CQUEG.js";import"./chunk-JMJUWKN2.js";import"./chunk-7S6DTKGH.js";import"./chunk-7KU2PRW5.js";import"./chunk-6HYPZWQ4.js";import"./chunk-MXKU7AKV.js";export{a as TableSort};
package/youtube.js DELETED
@@ -1 +0,0 @@
1
- import{a}from"./chunk-VEVFQB5N.js";import"./chunk-MXKU7AKV.js";export{a as YouTube};
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes