drab 5.0.0-beta.0 → 5.0.0-beta.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/LICENSE.md +21 -0
- package/README.md +54 -0
- package/{animate.d.ts → animate/index.d.ts} +1 -1
- package/animate/index.js +1 -0
- package/base/index.js +1 -0
- package/{breakpoint.d.ts → breakpoint/index.d.ts} +1 -1
- package/breakpoint/index.js +1 -0
- package/{contextmenu.d.ts → contextmenu/index.d.ts} +2 -2
- package/contextmenu/index.js +1 -0
- package/{copy.d.ts → copy/index.d.ts} +2 -2
- package/copy/index.js +1 -0
- package/define/index.js +1 -0
- package/{details.d.ts → details/index.d.ts} +2 -2
- package/details/index.js +1 -0
- package/{dialog.d.ts → dialog/index.d.ts} +2 -2
- package/dialog/index.js +1 -0
- package/{editor.d.ts → editor/index.d.ts} +1 -1
- package/editor/index.js +1 -0
- package/{fullscreen.d.ts → fullscreen/index.d.ts} +1 -1
- package/fullscreen/index.js +1 -0
- package/{index-22PHGcPf.d.ts → index-SyRipepB.d.ts} +1 -1
- package/index.d.ts +14 -14
- package/package.json +56 -56
- package/{popover.d.ts → popover/index.d.ts} +2 -2
- package/popover/index.js +1 -0
- package/{share.d.ts → share/index.d.ts} +2 -2
- package/share/index.js +1 -0
- package/{tablesort.d.ts → tablesort/index.d.ts} +1 -1
- package/tablesort/index.js +1 -0
- package/{youtube.d.ts → youtube/index.d.ts} +1 -1
- package/youtube/index.js +1 -0
- package/animate.js +0 -1
- package/base.js +0 -1
- package/breakpoint.js +0 -1
- package/contextmenu.js +0 -1
- package/copy.js +0 -1
- package/define.js +0 -1
- package/details.js +0 -1
- package/dialog.js +0 -1
- package/editor.js +0 -1
- package/fullscreen.js +0 -1
- package/popover.js +0 -1
- package/share.js +0 -1
- package/tablesort.js +0 -1
- package/youtube.js +0 -1
- /package/{animate.iife.js → animate/index.iife.js} +0 -0
- /package/{base.d.ts → base/index.d.ts} +0 -0
- /package/{base.iife.js → base/index.iife.js} +0 -0
- /package/{breakpoint.iife.js → breakpoint/index.iife.js} +0 -0
- /package/{contextmenu.iife.js → contextmenu/index.iife.js} +0 -0
- /package/{copy.iife.js → copy/index.iife.js} +0 -0
- /package/{define.d.ts → define/index.d.ts} +0 -0
- /package/{define.iife.js → define/index.iife.js} +0 -0
- /package/{details.iife.js → details/index.iife.js} +0 -0
- /package/{dialog.iife.js → dialog/index.iife.js} +0 -0
- /package/{editor.iife.js → editor/index.iife.js} +0 -0
- /package/{fullscreen.iife.js → fullscreen/index.iife.js} +0 -0
- /package/{popover.iife.js → popover/index.iife.js} +0 -0
- /package/{share.iife.js → share/index.iife.js} +0 -0
- /package/{tablesort.iife.js → tablesort/index.iife.js} +0 -0
- /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/).
|
package/animate/index.js
ADDED
@@ -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};
|
@@ -0,0 +1 @@
|
|
1
|
+
import{a}from"../chunk-6HYPZWQ4.js";import"../chunk-MXKU7AKV.js";export{a as Breakpoint};
|
@@ -0,0 +1 @@
|
|
1
|
+
import{a}from"../chunk-57VEEUFG.js";import"../chunk-7KU2PRW5.js";import"../chunk-MXKU7AKV.js";export{a as ContextMenu};
|
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};
|
package/define/index.js
ADDED
@@ -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]);
|
package/details/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
import{a}from"../chunk-JMJUWKN2.js";import"../chunk-7KU2PRW5.js";import"../chunk-MXKU7AKV.js";export{a as Details};
|
package/dialog/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
import{a}from"../chunk-7S6DTKGH.js";import"../chunk-7KU2PRW5.js";import"../chunk-MXKU7AKV.js";export{a as Dialog};
|
package/editor/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
import{a}from"../chunk-FNJ7AESC.js";import"../chunk-MXKU7AKV.js";export{a as Editor};
|
@@ -0,0 +1 @@
|
|
1
|
+
import{a}from"../chunk-5JV4T7GM.js";import"../chunk-MXKU7AKV.js";export{a as Fullscreen};
|
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-
|
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.
|
4
|
+
"version": "5.0.0-beta.1",
|
5
5
|
"homepage": "https://drab.robino.dev",
|
6
6
|
"license": "MIT",
|
7
7
|
"author": {
|
@@ -18,112 +18,112 @@
|
|
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
|
-
"types": "./animate/define.d.ts",
|
30
|
-
"default": "./animate/define.js"
|
29
|
+
"types": "./animate/define/index.d.ts",
|
30
|
+
"default": "./animate/define/index.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
|
-
"types": "./contextmenu/define.d.ts",
|
38
|
-
"default": "./contextmenu/define.js"
|
37
|
+
"types": "./contextmenu/define/index.d.ts",
|
38
|
+
"default": "./contextmenu/define/index.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
|
-
"types": "./details/define.d.ts",
|
46
|
-
"default": "./details/define.js"
|
45
|
+
"types": "./details/define/index.d.ts",
|
46
|
+
"default": "./details/define/index.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
|
-
"types": "./youtube/define.d.ts",
|
54
|
-
"default": "./youtube/define.js"
|
53
|
+
"types": "./youtube/define/index.d.ts",
|
54
|
+
"default": "./youtube/define/index.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
|
-
"types": "./breakpoint/define.d.ts",
|
62
|
-
"default": "./breakpoint/define.js"
|
61
|
+
"types": "./breakpoint/define/index.d.ts",
|
62
|
+
"default": "./breakpoint/define/index.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
|
-
"types": "./dialog/define.d.ts",
|
70
|
-
"default": "./dialog/define.js"
|
69
|
+
"types": "./dialog/define/index.d.ts",
|
70
|
+
"default": "./dialog/define/index.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
|
-
"types": "./popover/define.d.ts",
|
78
|
-
"default": "./popover/define.js"
|
77
|
+
"types": "./popover/define/index.d.ts",
|
78
|
+
"default": "./popover/define/index.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
|
-
"types": "./tablesort/define.d.ts",
|
86
|
-
"default": "./tablesort/define.js"
|
85
|
+
"types": "./tablesort/define/index.d.ts",
|
86
|
+
"default": "./tablesort/define/index.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
|
-
"types": "./copy/define.d.ts",
|
94
|
-
"default": "./copy/define.js"
|
93
|
+
"types": "./copy/define/index.d.ts",
|
94
|
+
"default": "./copy/define/index.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
|
-
"types": "./fullscreen/define.d.ts",
|
102
|
-
"default": "./fullscreen/define.js"
|
101
|
+
"types": "./fullscreen/define/index.d.ts",
|
102
|
+
"default": "./fullscreen/define/index.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
|
-
"types": "./base/define.d.ts",
|
110
|
-
"default": "./base/define.js"
|
109
|
+
"types": "./base/define/index.d.ts",
|
110
|
+
"default": "./base/define/index.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
|
-
"types": "./editor/define.d.ts",
|
118
|
-
"default": "./editor/define.js"
|
117
|
+
"types": "./editor/define/index.d.ts",
|
118
|
+
"default": "./editor/define/index.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
|
-
"types": "./share/define.d.ts",
|
126
|
-
"default": "./share/define.js"
|
125
|
+
"types": "./share/define/index.d.ts",
|
126
|
+
"default": "./share/define/index.js"
|
127
127
|
}
|
128
128
|
},
|
129
129
|
"scripts": {
|
@@ -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"
|
package/popover/index.js
ADDED
@@ -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 '
|
2
|
-
import '
|
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};
|
@@ -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};
|
package/youtube/index.js
ADDED
@@ -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
|
File without changes
|
File without changes
|
File without changes
|