Skip to content

Commit

Permalink
Merge branch 'dev' into benelan/linstaged-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan authored Jan 8, 2025
2 parents 1a89513 + 4b63087 commit 409e2a0
Show file tree
Hide file tree
Showing 24 changed files with 482 additions and 106 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"util:sync-linked-package-versions": "tsx support/syncLinkedPackageVersions.ts"
},
"devDependencies": {
"@arcgis/lumina-compiler": "^4.32.0-next.69",
"@arcgis/lumina-compiler": "^4.32.0-next.72",
"@cspell/eslint-plugin": "8.17.1",
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@typescript-eslint/rule-tester": "8.19.0",
"@typescript-eslint/utils": "8.19.0",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.23",
"@vitest/eslint-plugin": "1.1.24",
"@whitespace/storybook-addon-html": "6.1.1",
"autoprefixer": "10.4.20",
"axe-core": "4.10.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0-next.92](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-08)

**Note:** Version bump only for package @esri/calcite-components-react

## [3.0.0-next.91](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-07)

**Note:** Version bump only for package @esri/calcite-components-react

## [3.0.0-next.90](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-06)

**Note:** Version bump only for package @esri/calcite-components-react
Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-react",
"version": "3.0.0-next.90",
"version": "3.0.0-next.92",
"description": "A set of React components that wrap calcite components",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand All @@ -26,7 +26,7 @@
"tsc": "tsc"
},
"dependencies": {
"@esri/calcite-components": "3.0.0-next.90",
"@esri/calcite-components": "3.0.0-next.92",
"@lit/react": "1.0.6"
},
"peerDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0-next.92](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-08)

### Features

- **menu-item:** add component tokens ([#10654](https://github.com/Esri/calcite-design-system/issues/10654)) ([9dc1262](https://github.com/Esri/calcite-design-system/commit/9dc12626331dbf9252ee4f15fc42dab3358029f1)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180)
- **rating:** add component tokens ([#11150](https://github.com/Esri/calcite-design-system/issues/11150)) ([6dbb559](https://github.com/Esri/calcite-design-system/commit/6dbb55946597559e37ce7c1747386a3a69533025)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180)

### Bug Fixes

- **docs:** add docs package export ([#11221](https://github.com/Esri/calcite-design-system/issues/11221)) ([4b0d804](https://github.com/Esri/calcite-design-system/commit/4b0d8043ddcd2d05451253256a6812d5427a69eb)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731)
- **docs:** use updated translation bundle paths to generate `translations.json` ([#11219](https://github.com/Esri/calcite-design-system/issues/11219)) ([dce5635](https://github.com/Esri/calcite-design-system/commit/dce56356568f606004f9210ab21cbbcf7dcb94af)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731)
- **tile:** wrap overflowing text content ([#11213](https://github.com/Esri/calcite-design-system/issues/11213)) ([732933a](https://github.com/Esri/calcite-design-system/commit/732933a8ed6e0da21edef9d6b8d6b59b363d7292)), closes [#11170](https://github.com/Esri/calcite-design-system/issues/11170)

## [3.0.0-next.91](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-07)

### Bug Fixes

- **text-area:** make `readOnly` prop writable ([#11218](https://github.com/Esri/calcite-design-system/issues/11218)) ([0cbf766](https://github.com/Esri/calcite-design-system/commit/0cbf766156e3b0ec7a662571606af62895e23f59)), closes [#11217](https://github.com/Esri/calcite-design-system/issues/11217) [#10731](https://github.com/Esri/calcite-design-system/issues/10731) [#10310](https://github.com/Esri/calcite-design-system/issues/10310)

## [3.0.0-next.90](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-06)

### Features
Expand Down
9 changes: 5 additions & 4 deletions packages/calcite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
"version": "3.0.0-next.90",
"version": "3.0.0-next.92",
"description": "Web Components for Esri's Calcite Design System.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand All @@ -19,6 +19,7 @@
"./types/*": "./dist/types/*.d.ts",
"./hydrate": "./hydrate/index.js",
"./calcite/calcite.css": "./dist/calcite/calcite.css",
"./docs/*": "./dist/docs/*",
"./dist/calcite/calcite.css": "./dist/calcite/calcite.css",
"./dist/loader": "./dist/loader.js",
"./dist/components": "./dist/index.js",
Expand Down Expand Up @@ -68,9 +69,9 @@
"util:test-types": "! grep -rnw 'dist/types' -e '<reference types='"
},
"dependencies": {
"@arcgis/components-controllers": "^4.32.0-next.69",
"@arcgis/components-utils": "^4.32.0-next.69",
"@arcgis/lumina": "^4.32.0-next.69",
"@arcgis/components-controllers": "^4.32.0-next.72",
"@arcgis/components-utils": "^4.32.0-next.72",
"@arcgis/lumina": "^4.32.0-next.72",
"@esri/calcite-ui-icons": "4.0.0-next.7",
"@floating-ui/dom": "^1.6.12",
"@floating-ui/utils": "^0.2.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class DatePickerMonthHeader extends LitElement {
* Made into a prop for testing purposes only.
*
* @private
* @readonly
*/
@property() messages: DatePicker["messages"]["_overrides"];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class Handle extends LitElement implements LoadableComponent, Interactive
* Made into a prop for testing purposes only.
*
* @private
* @readonly
*/
messages = useT9n<typeof T9nStrings>({ blocking: true });

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ export interface MenuItemCustomEvent {
children?: MenuItem["el"][];
isSubmenuOpen?: boolean;
}

export type Layout = "horizontal" | "vertical";
Loading

0 comments on commit 409e2a0

Please sign in to comment.