File tree Expand file tree Collapse file tree 10 files changed +17
-18
lines changed
packages/calcite-components Expand file tree Collapse file tree 10 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/calcite-components" : " 2.13.1" ,
3
- "packages/calcite-components-react" : " 2.13.1" ,
4
- "packages/calcite-design-tokens" : " 2.2.0" ,
5
- "packages/calcite-ui-icons" : " 3.32.0" ,
6
- "packages/eslint-plugin-calcite-components" : " 1.2.1" ,
7
- "packages/calcite-components-angular/projects/component-library" : " 2.13.1"
2
+ "packages/calcite-components" : " 3.0.1" ,
3
+ "packages/calcite-components-react" : " 3.0.1" ,
4
+ "packages/calcite-design-tokens" : " 3.0.0" ,
5
+ "packages/calcite-ui-icons" : " 4.0.0" ,
6
+ "packages/eslint-plugin-calcite-components" : " 2.0.0"
8
7
}
Original file line number Diff line number Diff line change 26
26
"@angular/platform-browser" : " ^18.1.0" ,
27
27
"@angular/platform-browser-dynamic" : " ^18.1.0" ,
28
28
"@angular/router" : " ^18.1.0" ,
29
- "@esri/calcite-components-angular " : " 2.13 .1" ,
29
+ "@esri/calcite-components" : " 3.0 .1" ,
30
30
"rxjs" : " ~7.8.0" ,
31
31
"tslib" : " ^2.3.0" ,
32
32
"zone.js" : " ~0.14.3"
Original file line number Diff line number Diff line change 28
28
]
29
29
},
30
30
"dependencies" : {
31
- "@esri/calcite-components" : " 2.13 .1" ,
31
+ "@esri/calcite-components" : " 3.0 .1" ,
32
32
"preact" : " ^10.10.0" ,
33
33
"preact-render-to-string" : " ^5.2.1" ,
34
34
"preact-router" : " ^3.2.1"
Original file line number Diff line number Diff line change 16
16
"preview" : " vite preview"
17
17
},
18
18
"dependencies" : {
19
- "@esri/calcite-components-react" : " 2.13 .1" ,
19
+ "@esri/calcite-components-react" : " 3.0 .1" ,
20
20
"react" : " ^18.3.1" ,
21
21
"react-dom" : " ^18.3.1"
22
22
},
23
23
"devDependencies" : {
24
24
"@eslint/js" : " ^9.8.0" ,
25
- "@types/react" : " ^18.3.3 " ,
26
- "@types/react-dom" : " ^18.3.0 " ,
25
+ "@types/react" : " ^18.3.12 " ,
26
+ "@types/react-dom" : " ^18.3.1 " ,
27
27
"@vitejs/plugin-react" : " ^4.3.1" ,
28
28
"eslint" : " ^9.8.0" ,
29
29
"eslint-plugin-react-hooks" : " ^5.1.0-rc.0" ,
Original file line number Diff line number Diff line change 15
15
"start" : " serve public"
16
16
},
17
17
"dependencies" : {
18
- "@esri/calcite-components" : " 2.13 .1"
18
+ "@esri/calcite-components" : " 3.0 .1"
19
19
},
20
20
"devDependencies" : {
21
21
"@rollup/plugin-commonjs" : " ^26.0.1" ,
Original file line number Diff line number Diff line change 15
15
"serve" : " vite preview"
16
16
},
17
17
"dependencies" : {
18
- "@esri/calcite-components" : " 2.13 .1"
18
+ "@esri/calcite-components" : " 3.0 .1"
19
19
},
20
20
"devDependencies" : {
21
21
"@types/node" : " ^22.1.0" ,
Original file line number Diff line number Diff line change 16
16
"copy" : " ncp ./node_modules/@esri/calcite-components/dist/calcite/assets/ ./public/assets/"
17
17
},
18
18
"dependencies" : {
19
- "@esri/calcite-components" : " 2.13 .1" ,
19
+ "@esri/calcite-components" : " 3.0 .1" ,
20
20
"vue" : " ^3.4.36"
21
21
},
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 13
13
"test" : " echo \" Error: no test specified\" && exit 1"
14
14
},
15
15
"dependencies" : {
16
- "@esri/calcite-components" : " 2.13 .1"
16
+ "@esri/calcite-components" : " 3.0 .1"
17
17
},
18
18
"devDependencies" : {
19
19
"@web/dev-server" : " ^0.4.6"
Original file line number Diff line number Diff line change 14
14
"start" : " webpack-dev-server --open"
15
15
},
16
16
"dependencies" : {
17
- "@esri/calcite-components" : " 2.13 .1"
17
+ "@esri/calcite-components" : " 3.0 .1"
18
18
},
19
19
"devDependencies" : {
20
20
"copy-webpack-plugin" : " ^12.0.2" ,
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ The most common approach for loading Calcite components is to use the version ho
17
17
``` html
18
18
<script
19
19
type =" module"
20
- src =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.13 .1/dist/calcite/calcite.esm.js"
20
+ src =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@3.0 .1/dist/calcite/calcite.esm.js"
21
21
></script >
22
22
<link
23
23
rel =" stylesheet"
24
24
type =" text/css"
25
- href =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.13 .1/dist/calcite/calcite.css"
25
+ href =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@3.0 .1/dist/calcite/calcite.css"
26
26
/>
27
27
```
28
28
You can’t perform that action at this time.
0 commit comments