trimble-terra 0.0.11 → 0.0.12
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/dist/trimble-terra.js +1 -1
- package/package.json +58 -58
package/dist/trimble-terra.js
CHANGED
|
@@ -5668,13 +5668,13 @@ export {
|
|
|
5668
5668
|
b9 as HeroTwoByTwo,
|
|
5669
5669
|
z9 as LayoutBlockquotes,
|
|
5670
5670
|
C9 as LayoutBlocks,
|
|
5671
|
-
k9 as LayoutBrandQuilt,
|
|
5672
5671
|
H9 as LayoutCallToAction,
|
|
5673
5672
|
_9 as LayoutCards,
|
|
5674
5673
|
V9 as LayoutFAQs,
|
|
5675
5674
|
L9 as LayoutGeneral,
|
|
5676
5675
|
S9 as LayoutImageFeatures,
|
|
5677
5676
|
A9 as LayoutInfographic,
|
|
5677
|
+
k9 as LayoutLogoGrid,
|
|
5678
5678
|
j9 as LayoutMetrics,
|
|
5679
5679
|
O9 as LayoutProductInAction,
|
|
5680
5680
|
E9 as LayoutRecommendations,
|
package/package.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "trimble-terra",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"module": "./dist/trimble-terra.js",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"import": "./dist/trimble-terra.js"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"dev": "vite",
|
|
16
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
-
"preview": "vite preview",
|
|
19
|
-
"start": "storybook dev -p 6006",
|
|
20
|
-
"storybook": "storybook dev -p 6006",
|
|
21
|
-
"npm-publish": "git checkout main && git pull && npm install && npm version patch && npm run build && npm publish && git push",
|
|
22
|
-
"build-storybook": "storybook build"
|
|
23
|
-
},
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"react": "^18.3.1",
|
|
26
|
-
"react-accessible-accordion": "^5.0.0",
|
|
27
|
-
"react-dom": "^18.3.1",
|
|
28
|
-
"react-slick": "^0.30.2",
|
|
29
|
-
"react-tabs": "^6.0.2",
|
|
30
|
-
"sass": "^1.77.6",
|
|
31
|
-
"slick-carousel": "^1.8.1"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@chromatic-com/storybook": "^1.6.1",
|
|
35
|
-
"@storybook/addon-essentials": "^8.2.1",
|
|
36
|
-
"@storybook/addon-interactions": "^8.2.1",
|
|
37
|
-
"@storybook/addon-links": "^8.2.1",
|
|
38
|
-
"@storybook/addon-onboarding": "^8.2.1",
|
|
39
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
40
|
-
"@storybook/blocks": "^8.2.1",
|
|
41
|
-
"@storybook/react": "^8.2.1",
|
|
42
|
-
"@storybook/react-vite": "^8.2.1",
|
|
43
|
-
"@storybook/test": "^8.2.1",
|
|
44
|
-
"@types/react": "^18.3.3",
|
|
45
|
-
"@types/react-dom": "^18.3.0",
|
|
46
|
-
"@types/react-slick": "^0.23.13",
|
|
47
|
-
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
48
|
-
"@typescript-eslint/parser": "^7.13.1",
|
|
49
|
-
"@vitejs/plugin-react": "^4.3.1",
|
|
50
|
-
"eslint": "^8.57.0",
|
|
51
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
52
|
-
"eslint-plugin-react-refresh": "^0.4.7",
|
|
53
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
54
|
-
"storybook": "^8.2.1",
|
|
55
|
-
"typescript": "^5.2.2",
|
|
56
|
-
"vite": "^5.3.1"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "trimble-terra",
|
|
3
|
+
"version": "0.0.12",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"module": "./dist/trimble-terra.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/trimble-terra.js"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"dev": "vite",
|
|
16
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
+
"preview": "vite preview",
|
|
19
|
+
"start": "storybook dev -p 6006",
|
|
20
|
+
"storybook": "storybook dev -p 6006",
|
|
21
|
+
"npm-publish": "git checkout main && git pull && npm install && npm version patch && npm run build && npm publish && git push",
|
|
22
|
+
"build-storybook": "storybook build"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"react": "^18.3.1",
|
|
26
|
+
"react-accessible-accordion": "^5.0.0",
|
|
27
|
+
"react-dom": "^18.3.1",
|
|
28
|
+
"react-slick": "^0.30.2",
|
|
29
|
+
"react-tabs": "^6.0.2",
|
|
30
|
+
"sass": "^1.77.6",
|
|
31
|
+
"slick-carousel": "^1.8.1"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@chromatic-com/storybook": "^1.6.1",
|
|
35
|
+
"@storybook/addon-essentials": "^8.2.1",
|
|
36
|
+
"@storybook/addon-interactions": "^8.2.1",
|
|
37
|
+
"@storybook/addon-links": "^8.2.1",
|
|
38
|
+
"@storybook/addon-onboarding": "^8.2.1",
|
|
39
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
40
|
+
"@storybook/blocks": "^8.2.1",
|
|
41
|
+
"@storybook/react": "^8.2.1",
|
|
42
|
+
"@storybook/react-vite": "^8.2.1",
|
|
43
|
+
"@storybook/test": "^8.2.1",
|
|
44
|
+
"@types/react": "^18.3.3",
|
|
45
|
+
"@types/react-dom": "^18.3.0",
|
|
46
|
+
"@types/react-slick": "^0.23.13",
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
48
|
+
"@typescript-eslint/parser": "^7.13.1",
|
|
49
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
50
|
+
"eslint": "^8.57.0",
|
|
51
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
52
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
|
53
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
54
|
+
"storybook": "^8.2.1",
|
|
55
|
+
"typescript": "^5.2.2",
|
|
56
|
+
"vite": "^5.3.1"
|
|
57
|
+
}
|
|
58
|
+
}
|