@tarsis/toolkit 0.2.4-beta.0 → 0.3.0
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/README.md +1 -1
- package/dist/{gl-DnD0DsrJ.cjs → gl-Bc7gqmwA.cjs} +3 -3
- package/dist/{gl-DXfERq6R.js → gl-DXFUxIz-.js} +3 -3
- package/dist/{index-a2UrUaZl.js → index-CnHy4iac.js} +2462 -2982
- package/dist/{index-LUM5T6mu.cjs → index-cMJ-sqWf.cjs} +2470 -2982
- package/dist/index.cjs +10 -2
- package/dist/index.css +804 -954
- package/dist/index.d.ts +34 -3
- package/dist/index.js +1 -1
- package/package.json +61 -61
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ export default tseslint.config({
|
|
|
30
30
|
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:
|
|
31
31
|
|
|
32
32
|
```js
|
|
33
|
-
// .
|
|
33
|
+
// eslint.config.js
|
|
34
34
|
import react from 'eslint-plugin-react'
|
|
35
35
|
|
|
36
36
|
export default tseslint.config({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-cMJ-sqWf.cjs');
|
|
6
6
|
|
|
7
7
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
8
8
|
|
|
@@ -11,7 +11,7 @@ function getDefaultExportFromCjs (x) {
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
function getAugmentedNamespace(n) {
|
|
14
|
-
if (n
|
|
14
|
+
if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
|
|
15
15
|
var f = n.default;
|
|
16
16
|
if (typeof f == "function") {
|
|
17
17
|
var a = function a () {
|
|
@@ -102,7 +102,7 @@ function requireParseHeaders () {
|
|
|
102
102
|
if (!headers)
|
|
103
103
|
return {}
|
|
104
104
|
|
|
105
|
-
var result =
|
|
105
|
+
var result = Object.create(null);
|
|
106
106
|
|
|
107
107
|
var headersArr = trim(headers).split('\n');
|
|
108
108
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { W as WebGLRenderer, P as PerspectiveCamera, S as Scene, T as THREE$1, C as Clock, a as TextureLoader, R as RawShaderMaterial, D as DoubleSide, b as WebGLRenderTarget, c as Color, M as Mesh, d as TorusKnotGeometry, e as ShaderMaterial } from './index-
|
|
1
|
+
import { W as WebGLRenderer, P as PerspectiveCamera, S as Scene, T as THREE$1, C as Clock, a as TextureLoader, R as RawShaderMaterial, D as DoubleSide, b as WebGLRenderTarget, c as Color, M as Mesh, d as TorusKnotGeometry, e as ShaderMaterial } from './index-CnHy4iac.js';
|
|
2
2
|
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ function getDefaultExportFromCjs (x) {
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
function getAugmentedNamespace(n) {
|
|
10
|
-
if (n
|
|
10
|
+
if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
|
|
11
11
|
var f = n.default;
|
|
12
12
|
if (typeof f == "function") {
|
|
13
13
|
var a = function a () {
|
|
@@ -98,7 +98,7 @@ function requireParseHeaders () {
|
|
|
98
98
|
if (!headers)
|
|
99
99
|
return {}
|
|
100
100
|
|
|
101
|
-
var result =
|
|
101
|
+
var result = Object.create(null);
|
|
102
102
|
|
|
103
103
|
var headersArr = trim(headers).split('\n');
|
|
104
104
|
|