Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 28, 2025
2 parents a888a98 + 91348b6 commit bf07b90
Show file tree
Hide file tree
Showing 75 changed files with 1,810 additions and 1,030 deletions.
1,464 changes: 686 additions & 778 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"util:sync-linked-package-versions": "tsx support/syncLinkedPackageVersions.ts"
},
"devDependencies": {
"@arcgis/lumina-compiler": "^4.32.0-next.81",
"@arcgis/lumina-compiler": "^4.32.0-next.111",
"@cspell/dict-gis": "1.0.1",
"@cspell/dict-pokemon": "1.0.1",
"@cspell/dict-scientific-terms-us": "3.0.6",
"@cspell/eslint-plugin": "8.17.1",
"@eslint/js": "9.17.0",
"@cspell/eslint-plugin": "8.17.2",
"@eslint/js": "9.18.0",
"@esri/calcite-base": "1.2.0",
"@octokit/webhooks-types": "7.6.1",
"@prettier/sync": "0.5.2",
Expand Down Expand Up @@ -70,37 +70,37 @@
"@types/react-dom": "18.3.1",
"@types/semver": "7.5.8",
"@types/shell-quote": "1.7.5",
"@typescript-eslint/rule-tester": "8.19.1",
"@typescript-eslint/utils": "8.19.1",
"@typescript-eslint/rule-tester": "8.21.0",
"@typescript-eslint/utils": "8.21.0",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.24",
"@vitest/eslint-plugin": "1.1.25",
"@whitespace/storybook-addon-html": "6.1.1",
"autoprefixer": "10.4.20",
"axe-core": "4.10.2",
"change-case": "5.4.4",
"cheerio": "1.0.0",
"chokidar": "4.0.3",
"chromatic": "11.22.2",
"chromatic": "11.25.0",
"concurrently": "9.1.2",
"conventional-changelog-conventionalcommits": "7.0.2",
"cpy": "11.1.0",
"cpy-cli": "5.0.0",
"dedent": "1.5.3",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-jsdoc": "50.6.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.14.0",
"globby": "14.0.2",
"happy-dom": "16.5.3",
"happy-dom": "16.7.1",
"husky": "9.1.7",
"jest-axe": "9.0.0",
"lerna": "8.1.9",
"lint-staged": "15.3.0",
"lint-staged": "15.4.1",
"markdownlint-cli": "0.43.0",
"postcss": "8.4.49",
"postcss": "8.5.1",
"prettier": "3.4.2",
"puppeteer": "23.4.1",
"react": "18.3.1",
Expand All @@ -112,14 +112,14 @@
"storybook": "8.4.7",
"storybook-addon-rtl": "1.0.1",
"style-dictionary": "3.9.2",
"stylelint": "16.12.0",
"stylelint": "16.13.2",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-use-logical-spec": "5.0.1",
"tailwindcss": "3.4.17",
"tsx": "4.19.2",
"turbo": "2.3.3",
"typescript": "5.6.3",
"typescript-eslint": "8.19.1",
"typescript-eslint": "8.21.0",
"typescript-strict-plugin": "2.4.4",
"vite": "5.4.11",
"vitest": "2.1.8"
Expand Down
44 changes: 44 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,50 @@
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.116](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-27)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

**Note:** Version bump only for package @esri/calcite-components-react
Expand Down
6 changes: 4 additions & 2 deletions packages/calcite-components-react/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export default [{
export default [
{
ignores: ["**/*"],
}];
},
];
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.105",
"version": "3.0.0-next.116",
"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.105",
"@esri/calcite-components": "3.0.0-next.116",
"@lit/react": "1.0.7"
},
"peerDependencies": {
Expand Down
74 changes: 74 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,80 @@
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.116](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-27)

### Bug Fixes

- **meter:** add fill style for high-contrast mode ([#11392](https://github.com/Esri/calcite-design-system/issues/11392)) ([93b0faf](https://github.com/Esri/calcite-design-system/commit/93b0faf2af11c46e5ea8ea8a6b2171e4b8362729)), closes [#10571](https://github.com/Esri/calcite-design-system/issues/10571)

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

### Bug Fixes

- **popover, tooltip:** change display to contents ([#11384](https://github.com/Esri/calcite-design-system/issues/11384)) ([1d57456](https://github.com/Esri/calcite-design-system/commit/1d57456e3db1e892331bba54d40168d2a3270fb8)), closes [#11378](https://github.com/Esri/calcite-design-system/issues/11378)

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

### Features

- **flow, flow-item:** add component tokens ([#11365](https://github.com/Esri/calcite-design-system/issues/11365)) ([6976ef6](https://github.com/Esri/calcite-design-system/commit/6976ef614a28e39ad9b33db7dd3202c1c057504e)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180)

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

### Bug Fixes

- **combobox:** improve prop update times ([#11383](https://github.com/Esri/calcite-design-system/issues/11383)) ([d72375f](https://github.com/Esri/calcite-design-system/commit/d72375fea872b3a1cd0bd5c8356a87d315864387)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731) [#10310](https://github.com/Esri/calcite-design-system/issues/10310)

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

### Features

- **graph:** add component tokens ([#11355](https://github.com/Esri/calcite-design-system/issues/11355)) ([24ff411](https://github.com/Esri/calcite-design-system/commit/24ff4113cc4086f444583e9d8660051e7b674202)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180)

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

### Bug Fixes

- **popover, tooltip:** drop relative-positioning to reduce risk of clipping ([#11373](https://github.com/Esri/calcite-design-system/issues/11373)) ([3bac85b](https://github.com/Esri/calcite-design-system/commit/3bac85b2df8cb568d5dc0e0ad05eb0a5e76fb176)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731)

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

### Bug Fixes

- **date-picker:** no longer disable min/max value month in select menu ([#11350](https://github.com/Esri/calcite-design-system/issues/11350)) ([18767bb](https://github.com/Esri/calcite-design-system/commit/18767bb8d6a66649b349c78e96662db0c9c2b87c)), closes [#11321](https://github.com/Esri/calcite-design-system/issues/11321)
- **date-picker:** remove outline for header actions ([#11369](https://github.com/Esri/calcite-design-system/issues/11369)) ([b39b8ae](https://github.com/Esri/calcite-design-system/commit/b39b8ae4d50907946aa3580e685e472e488519d6)), closes [#11371](https://github.com/Esri/calcite-design-system/issues/11371)

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

### Bug Fixes

- **carousel:** Ensure correct `autoplay` display and animation ([#11338](https://github.com/Esri/calcite-design-system/issues/11338)) ([a5626fa](https://github.com/Esri/calcite-design-system/commit/a5626fae2eb802b1079522cec83ee280809e309d)), closes [#11317](https://github.com/Esri/calcite-design-system/issues/11317)

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

### Bug Fixes

- **flow:** process items on loaded ([#11364](https://github.com/Esri/calcite-design-system/issues/11364)) ([93e5ff2](https://github.com/Esri/calcite-design-system/commit/93e5ff204b30a1b151d190ff9ae1595cc46cf3a6))

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

### Bug Fixes

- **combobox, stepper, table:** respect user hidden attribute ([#10983](https://github.com/Esri/calcite-design-system/issues/10983)) ([42fd9c5](https://github.com/Esri/calcite-design-system/commit/42fd9c5f244cab521a802a20e7f3635183dd2139)), closes [#8623](https://github.com/Esri/calcite-design-system/issues/8623)

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

### Features

- **button:** add component tokens ([#10358](https://github.com/Esri/calcite-design-system/issues/10358)) ([a7dc494](https://github.com/Esri/calcite-design-system/commit/a7dc4945bbf9cfabc54a81e8321ac128124ceb8b)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) [#11210](https://github.com/Esri/calcite-design-system/issues/11210)
- **panel:** control panel header action tokens ([#11300](https://github.com/Esri/calcite-design-system/issues/11300)) ([45f573f](https://github.com/Esri/calcite-design-system/commit/45f573f29d3ed5ffa6eef8420dde3905d16b1c83))

### Bug Fixes

- **color-picker:** fix error caused by initial value with a different format ([#11351](https://github.com/Esri/calcite-design-system/issues/11351)) ([1d187da](https://github.com/Esri/calcite-design-system/commit/1d187daf65e5f0e4f062283e9df10a310e52d3d6)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731) [#10310](https://github.com/Esri/calcite-design-system/issues/10310)
- **combobox, input-time-zone:** fix initial item selection delay ([#11326](https://github.com/Esri/calcite-design-system/issues/11326)) ([59ab243](https://github.com/Esri/calcite-design-system/commit/59ab24368455cc968e990ea2d35f44a6949e4726)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731)
- **tree:** render lines correctly in RTL direction ([#11346](https://github.com/Esri/calcite-design-system/issues/11346)) ([7df1b15](https://github.com/Esri/calcite-design-system/commit/7df1b1555a85eda52e52f6b64457bfbdd25825c7)), closes [#11334](https://github.com/Esri/calcite-design-system/issues/11334)

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

**Note:** Version bump only for package @esri/calcite-components
Expand Down
12 changes: 6 additions & 6 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.105",
"version": "3.0.0-next.116",
"description": "Web Components for Esri's Calcite Design System.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand Down Expand Up @@ -69,10 +69,10 @@
"util:test-types": "! grep -rnw 'dist/types' -e '<reference types='"
},
"dependencies": {
"@arcgis/components-controllers": "^4.32.0-next.81",
"@arcgis/components-utils": "^4.32.0-next.81",
"@arcgis/lumina": "^4.32.0-next.81",
"@esri/calcite-ui-icons": "4.0.0-next.9",
"@arcgis/components-controllers": "^4.32.0-next.111",
"@arcgis/components-utils": "^4.32.0-next.111",
"@arcgis/lumina": "^4.32.0-next.111",
"@esri/calcite-ui-icons": "4.0.0-next.11",
"@floating-ui/dom": "^1.6.12",
"@floating-ui/utils": "^0.2.8",
"@types/color": "^4.2.0",
Expand All @@ -89,7 +89,7 @@
},
"devDependencies": {
"@esri/calcite-design-tokens": "3.0.0-next.7",
"@esri/eslint-plugin-calcite-components": "2.0.0-next.5"
"@esri/eslint-plugin-calcite-components": "2.0.0-next.6"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/src/01-introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Meta } from '@storybook/blocks';
import { Meta } from "@storybook/blocks";

<Meta title="Overview/Home" />

Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components/src/02-contributing.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Markdown, Meta } from '@storybook/blocks';
import CONTRIBUTING from '../../../CONTRIBUTING.md?raw';
import { Markdown, Meta } from "@storybook/blocks";
import CONTRIBUTING from "../../../CONTRIBUTING.md?raw";

<Meta title="Overview/Contributing" />

Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components/src/03-code-of-conduct.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Markdown, Meta } from '@storybook/blocks';
import CODE_OF_CONDUCT from '../../../CODE_OF_CONDUCT.md?raw';
import { Markdown, Meta } from "@storybook/blocks";
import CODE_OF_CONDUCT from "../../../CODE_OF_CONDUCT.md?raw";

<Meta title="Overview/Code of Conduct" />

Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components/src/04-licensing.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Markdown, Meta } from '@storybook/blocks';
import { Markdown, Meta } from "@storybook/blocks";

<Meta title="Overview/Licensing" />

import LICENSE from '../LICENSE.md';
import LICENSE from "../LICENSE.md";

<Markdown>{LICENSE}</Markdown>
4 changes: 2 additions & 2 deletions packages/calcite-components/src/06-faq.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Markdown, Meta } from '@storybook/blocks';
import { Markdown, Meta } from "@storybook/blocks";

<Meta title="Overview/FAQ" />

import FAQ from '../FAQ.md';
import FAQ from "../FAQ.md";

<Markdown>{FAQ}</Markdown>
4 changes: 2 additions & 2 deletions packages/calcite-components/src/07-conventions.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Markdown, Meta } from '@storybook/blocks';
import { Markdown, Meta } from "@storybook/blocks";

<Meta title="Overview/Conventions" />

import CONVENTIONS from '../conventions/README.md';
import CONVENTIONS from "../conventions/README.md";

<Markdown>{CONVENTIONS}</Markdown>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Markdown, Meta} from "@storybook/blocks";
import { Markdown, Meta } from "@storybook/blocks";
import CONVENTIONS from "../conventions/Internationalization.md?raw";

<Meta title="Overview/Internationalization" />
Expand Down
6 changes: 6 additions & 0 deletions packages/calcite-components/src/assets/styles/includes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ $common-animatable-props: "background-color, block-size, border-color, box-shado
transition-timing-function: ease-in-out;
}

@mixin item-hidden() {
:host([item-hidden]) {
@apply hidden;
}
}

// Mixin for text highlighting styles.
// - this should be used in conjunction with the `text.tsx` util.
@mixin text-highlight-item() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@apply shadow-2
inline-flex
flex-col
overflow-y-auto;
overflow-hidden;

gap: var(--calcite-action-pad-items-space, 0);
border-radius: calc(var(--calcite-action-pad-corner-radius, 0.125rem) * 2) /* 4px */;
Expand Down
Loading

0 comments on commit bf07b90

Please sign in to comment.