@koine/dom 2.0.0-beta.74 → 2.0.0-beta.75

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 (1) hide show
  1. package/package.json +151 -4
package/package.json CHANGED
@@ -2,17 +2,164 @@
2
2
  "name": "@koine/dom",
3
3
  "sideEffects": false,
4
4
  "dependencies": {
5
- "@koine/utils": "2.0.0-beta.74"
5
+ "@koine/utils": "2.0.0-beta.75"
6
6
  },
7
7
  "exports": {
8
- "./package.json": "./package.json",
9
8
  ".": {
10
9
  "module": "./index.esm.js",
11
10
  "import": "./index.cjs.mjs",
12
11
  "default": "./index.cjs.js"
13
- }
12
+ },
13
+ "./$": {
14
+ "import": "./$.js"
15
+ },
16
+ "./$all": {
17
+ "import": "./$all.js"
18
+ },
19
+ "./$each": {
20
+ "import": "./$each.js"
21
+ },
22
+ "./addClass": {
23
+ "import": "./addClass.js"
24
+ },
25
+ "./calculateFixedOffset": {
26
+ "import": "./calculateFixedOffset.js"
27
+ },
28
+ "./createElement": {
29
+ "import": "./createElement.js"
30
+ },
31
+ "./emitEvent": {
32
+ "import": "./emitEvent.js"
33
+ },
34
+ "./escapeSelector": {
35
+ "import": "./escapeSelector.js"
36
+ },
37
+ "./exists": {
38
+ "import": "./exists.js"
39
+ },
40
+ "./forEach": {
41
+ "import": "./forEach.js"
42
+ },
43
+ "./getDataAttr": {
44
+ "import": "./getDataAttr.js"
45
+ },
46
+ "./getDocumentHeight": {
47
+ "import": "./getDocumentHeight.js"
48
+ },
49
+ "./getHeight": {
50
+ "import": "./getHeight.js"
51
+ },
52
+ "./getListeners": {
53
+ "import": "./getListeners.js"
54
+ },
55
+ "./getOffset": {
56
+ "import": "./getOffset.js"
57
+ },
58
+ "./getOffsetTop": {
59
+ "import": "./getOffsetTop.js"
60
+ },
61
+ "./getOffsetTopSlim": {
62
+ "import": "./getOffsetTopSlim.js"
63
+ },
64
+ "./getScrollbarWidth": {
65
+ "import": "./getScrollbarWidth.js"
66
+ },
67
+ "./getStyleValue": {
68
+ "import": "./getStyleValue.js"
69
+ },
70
+ "./getVisualBackgroundColor": {
71
+ "import": "./getVisualBackgroundColor.js"
72
+ },
73
+ "./index.cjs.default": {
74
+ "import": "./index.cjs.default.js"
75
+ },
76
+ "./index.cjs": {
77
+ "import": "./index.cjs.js"
78
+ },
79
+ "./index.esm": {
80
+ "import": "./index.esm.js"
81
+ },
82
+ "./injectCss": {
83
+ "import": "./injectCss.js"
84
+ },
85
+ "./isHidden": {
86
+ "import": "./isHidden.js"
87
+ },
88
+ "./isInViewport": {
89
+ "import": "./isInViewport.js"
90
+ },
91
+ "./isNodeList": {
92
+ "import": "./isNodeList.js"
93
+ },
94
+ "./isTotallyScrolled": {
95
+ "import": "./isTotallyScrolled.js"
96
+ },
97
+ "./listen": {
98
+ "import": "./listen.js"
99
+ },
100
+ "./listenLoaded": {
101
+ "import": "./listenLoaded.js"
102
+ },
103
+ "./listenOnce": {
104
+ "import": "./listenOnce.js"
105
+ },
106
+ "./listenResize": {
107
+ "import": "./listenResize.js"
108
+ },
109
+ "./listenResizeDebounced": {
110
+ "import": "./listenResizeDebounced.js"
111
+ },
112
+ "./listenResizeThrottled": {
113
+ "import": "./listenResizeThrottled.js"
114
+ },
115
+ "./listenScroll": {
116
+ "import": "./listenScroll.js"
117
+ },
118
+ "./listenScrollDebounced": {
119
+ "import": "./listenScrollDebounced.js"
120
+ },
121
+ "./listenScrollThrottled": {
122
+ "import": "./listenScrollThrottled.js"
123
+ },
124
+ "./off": {
125
+ "import": "./off.js"
126
+ },
127
+ "./on": {
128
+ "import": "./on.js"
129
+ },
130
+ "./onClickOutside": {
131
+ "import": "./onClickOutside.js"
132
+ },
133
+ "./once": {
134
+ "import": "./once.js"
135
+ },
136
+ "./removeClass": {
137
+ "import": "./removeClass.js"
138
+ },
139
+ "./scrollTo": {
140
+ "import": "./scrollTo.js"
141
+ },
142
+ "./setDataAttr": {
143
+ "import": "./setDataAttr.js"
144
+ },
145
+ "./setVendorCSS": {
146
+ "import": "./setVendorCSS.js"
147
+ },
148
+ "./siblings": {
149
+ "import": "./siblings.js"
150
+ },
151
+ "./toArray": {
152
+ "import": "./toArray.js"
153
+ },
154
+ "./types": {
155
+ "import": "./types.js"
156
+ },
157
+ "./unlisten": {
158
+ "import": "./unlisten.js"
159
+ },
160
+ "./package.json": "./package.json"
14
161
  },
15
162
  "module": "./index.esm.js",
16
163
  "main": "./index.cjs.js",
17
- "version": "2.0.0-beta.74"
164
+ "version": "2.0.0-beta.75"
18
165
  }