trimble-terra 0.0.310 → 0.0.312
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 +4 -4
- package/dist/{Preview-DC2jHIY3.js → Preview-uf8dFFtg.js} +1 -1
- package/dist/{main-DqB2UH_q.js → main-DEblgnIJ.js} +117 -117
- package/dist/main.css +1 -1
- package/dist/trimble-terra.js +1 -1
- package/dist/{v4.umd-D-_tTvHh.js → v4.umd-CP4u-uu1.js} +1 -1
- package/package.json +75 -75
package/dist/trimble-terra.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, K as t, B as e, C as r, e as u, F as i, Q as y, O as L, H as l, a as c, b as d, M as n, j as m, k as F, l as S, m as g, n as T, z as I, J as B, o as C, p, q as w, r as G, s as f, t as h, I as k, u as H, v as P, w as R, x as b, y as v, D as A, E as D, G as j, L as x, c as M, P as V, i as z, R as N, N as Q, S as W, U as q, f as E, T as J, d as K, h as O, V as U } from "./main-
|
|
1
|
+
import { A as s, K as t, B as e, C as r, e as u, F as i, Q as y, O as L, H as l, a as c, b as d, M as n, j as m, k as F, l as S, m as g, n as T, z as I, J as B, o as C, p, q as w, r as G, s as f, t as h, I as k, u as H, v as P, w as R, x as b, y as v, D as A, E as D, G as j, L as x, c as M, P as V, i as z, R as N, N as Q, S as W, U as q, f as E, T as J, d as K, h as O, V as U } from "./main-DEblgnIJ.js";
|
|
2
2
|
export {
|
|
3
3
|
s as ActionBlock,
|
|
4
4
|
t as BlogDigest,
|
package/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "trimble-terra",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"module": "dist/trimble-terra.js",
|
|
9
|
-
"main": "dist/trimble-terra.js",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"dev": "vite",
|
|
12
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
13
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
14
|
-
"preview": "vite preview",
|
|
15
|
-
"start": "storybook dev -p 6006",
|
|
16
|
-
"storybook": "storybook dev -p 6006",
|
|
17
|
-
"stage": "",
|
|
18
|
-
"npm-publish": "git checkout main && git pull && npm install && npm version patch && npm run build && npm publish && git push",
|
|
19
|
-
"build-storybook": "storybook build",
|
|
20
|
-
"chromatic": "chromatic --exit-zero-on-changes",
|
|
21
|
-
"pretty": "prettier . --check",
|
|
22
|
-
"pretty-fix": "prettier . --write"
|
|
23
|
-
},
|
|
24
|
-
"peerDependencies": {
|
|
25
|
-
"react": "^18.3.1",
|
|
26
|
-
"react-dom": "^18.3.1"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@sass-fairy/math": "^1.0.3",
|
|
30
|
-
"image-focus": "^1.2.1",
|
|
31
|
-
"lodash": "^4.17.21",
|
|
32
|
-
"react": "^18.3.1",
|
|
33
|
-
"react-dom": "^18.3.1",
|
|
34
|
-
"react-modal": "^3.16.1",
|
|
35
|
-
"react-player": "^2.16.0",
|
|
36
|
-
"react-slick": "^0.30.2",
|
|
37
|
-
"react-tabs": "^6.0.2",
|
|
38
|
-
"sass-embedded": "^1.79.3",
|
|
39
|
-
"slick-carousel": "^1.8.1"
|
|
40
|
-
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"@chromatic-com/storybook": "^2.0.2",
|
|
43
|
-
"@storybook/addon-essentials": "^8.4.5",
|
|
44
|
-
"@storybook/addon-interactions": "^8.4.5",
|
|
45
|
-
"@storybook/addon-links": "^8.4.5",
|
|
46
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
47
|
-
"@storybook/blocks": "^8.4.5",
|
|
48
|
-
"@storybook/react": "^8.4.5",
|
|
49
|
-
"@storybook/react-vite": "^8.4.5",
|
|
50
|
-
"@storybook/test": "^8.4.5",
|
|
51
|
-
"@types/lodash": "^4.17.13",
|
|
52
|
-
"@types/react": "^18.3.3",
|
|
53
|
-
"@types/react-dom": "^18.3.0",
|
|
54
|
-
"@types/react-modal": "^3.16.3",
|
|
55
|
-
"@types/react-slick": "^0.23.13",
|
|
56
|
-
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
57
|
-
"@typescript-eslint/parser": "^7.13.1",
|
|
58
|
-
"@vidyard/embed-code": "^4.3.15",
|
|
59
|
-
"@vitejs/plugin-react": "^4.3.1",
|
|
60
|
-
"chromatic": "^11.7.1",
|
|
61
|
-
"eslint": "^8.57.0",
|
|
62
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
63
|
-
"eslint-plugin-react-refresh": "^0.4.7",
|
|
64
|
-
"eslint-plugin-storybook": "^0.9.0",
|
|
65
|
-
"prettier": "3.3.3",
|
|
66
|
-
"react": "^18.3.1",
|
|
67
|
-
"react-dom": "^18.3.1",
|
|
68
|
-
"storybook": "^8.4.5",
|
|
69
|
-
"svg-symbol-sprite": "^1.5.2",
|
|
70
|
-
"typescript": "^5.2.2",
|
|
71
|
-
"vite": "^5.3.1",
|
|
72
|
-
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
73
|
-
"vite-svg-loader": "^5.1.0"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "trimble-terra",
|
|
3
|
+
"version": "0.0.312",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"module": "dist/trimble-terra.js",
|
|
9
|
+
"main": "dist/trimble-terra.js",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"dev": "vite",
|
|
12
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
13
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
14
|
+
"preview": "vite preview",
|
|
15
|
+
"start": "storybook dev -p 6006",
|
|
16
|
+
"storybook": "storybook dev -p 6006",
|
|
17
|
+
"stage": "",
|
|
18
|
+
"npm-publish": "git checkout main && git pull && npm install && npm version patch && npm run build && npm publish && git push",
|
|
19
|
+
"build-storybook": "storybook build",
|
|
20
|
+
"chromatic": "chromatic --exit-zero-on-changes",
|
|
21
|
+
"pretty": "prettier . --check",
|
|
22
|
+
"pretty-fix": "prettier . --write"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"react": "^18.3.1",
|
|
26
|
+
"react-dom": "^18.3.1"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@sass-fairy/math": "^1.0.3",
|
|
30
|
+
"image-focus": "^1.2.1",
|
|
31
|
+
"lodash": "^4.17.21",
|
|
32
|
+
"react": "^18.3.1",
|
|
33
|
+
"react-dom": "^18.3.1",
|
|
34
|
+
"react-modal": "^3.16.1",
|
|
35
|
+
"react-player": "^2.16.0",
|
|
36
|
+
"react-slick": "^0.30.2",
|
|
37
|
+
"react-tabs": "^6.0.2",
|
|
38
|
+
"sass-embedded": "^1.79.3",
|
|
39
|
+
"slick-carousel": "^1.8.1"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@chromatic-com/storybook": "^2.0.2",
|
|
43
|
+
"@storybook/addon-essentials": "^8.4.5",
|
|
44
|
+
"@storybook/addon-interactions": "^8.4.5",
|
|
45
|
+
"@storybook/addon-links": "^8.4.5",
|
|
46
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
47
|
+
"@storybook/blocks": "^8.4.5",
|
|
48
|
+
"@storybook/react": "^8.4.5",
|
|
49
|
+
"@storybook/react-vite": "^8.4.5",
|
|
50
|
+
"@storybook/test": "^8.4.5",
|
|
51
|
+
"@types/lodash": "^4.17.13",
|
|
52
|
+
"@types/react": "^18.3.3",
|
|
53
|
+
"@types/react-dom": "^18.3.0",
|
|
54
|
+
"@types/react-modal": "^3.16.3",
|
|
55
|
+
"@types/react-slick": "^0.23.13",
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
57
|
+
"@typescript-eslint/parser": "^7.13.1",
|
|
58
|
+
"@vidyard/embed-code": "^4.3.15",
|
|
59
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
60
|
+
"chromatic": "^11.7.1",
|
|
61
|
+
"eslint": "^8.57.0",
|
|
62
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
63
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
|
64
|
+
"eslint-plugin-storybook": "^0.9.0",
|
|
65
|
+
"prettier": "3.3.3",
|
|
66
|
+
"react": "^18.3.1",
|
|
67
|
+
"react-dom": "^18.3.1",
|
|
68
|
+
"storybook": "^8.4.5",
|
|
69
|
+
"svg-symbol-sprite": "^1.5.2",
|
|
70
|
+
"typescript": "^5.2.2",
|
|
71
|
+
"vite": "^5.3.1",
|
|
72
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
73
|
+
"vite-svg-loader": "^5.1.0"
|
|
74
|
+
}
|
|
75
|
+
}
|