Skip to content

Commit

Permalink
Merge branch 'dev' into josercarcamo/9888-combobox-improper-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
josercarcamo authored Jan 28, 2025
2 parents e5f2b7a + 0d096e6 commit cf9420b
Show file tree
Hide file tree
Showing 63 changed files with 1,622 additions and 1,095 deletions.
1,561 changes: 712 additions & 849 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 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.1",
"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.2",
"husky": "9.1.7",
"jest-axe": "9.0.0",
"lerna": "8.1.9",
"lint-staged": "15.3.0",
"lint-staged": "15.4.2",
"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,16 +112,16 @@
"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",
"turbo": "2.3.4",
"typescript": "5.6.3",
"typescript-eslint": "8.19.1",
"typescript-eslint": "8.21.0",
"typescript-strict-plugin": "2.4.4",
"vite": "5.4.11",
"vite": "5.4.14",
"vitest": "2.1.8"
},
"license": "SEE LICENSE.md",
Expand All @@ -133,8 +133,8 @@
"patch-package": "8.0.0"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "20.3.1",
"@nx/nx-linux-x64-gnu": "20.3.1",
"@nx/nx-win32-x64-msvc": "20.3.1"
"@nx/nx-darwin-arm64": "20.3.3",
"@nx/nx-linux-x64-gnu": "20.3.3",
"@nx/nx-win32-x64-msvc": "20.3.3"
}
}
40 changes: 40 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
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.119](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-28)

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

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

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

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

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

## [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
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.109",
"version": "3.0.0-next.119",
"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.109",
"@esri/calcite-components": "3.0.0-next.119",
"@lit/react": "1.0.7"
},
"peerDependencies": {
Expand Down
7 changes: 1 addition & 6 deletions packages/calcite-components/.stylelintrc-postcss.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"plugins": ["stylelint-use-logical-spec"],
"rules": {
"liberty/use-logical-spec": [
"always",
{
"except": ["left", "right"]
}
]
"liberty/use-logical-spec": ["always"]
}
}
7 changes: 1 addition & 6 deletions packages/calcite-components/.stylelintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ const scssPatternRules = [
/** @type {import('stylelint').Config["rules"]} */
const rules = {
"length-zero-no-unit": true,
"liberty/use-logical-spec": [
"always",
{
except: ["left", "right"],
},
],
"liberty/use-logical-spec": ["always"],
"no-descending-specificity": [
true,
{
Expand Down
61 changes: 61 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,67 @@
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.119](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2025-01-28)

### Bug Fixes

- **chip:** fix inverse close color ([#11363](https://github.com/Esri/calcite-design-system/issues/11363)) ([418359d](https://github.com/Esri/calcite-design-system/commit/418359d4c60466fbb56e4655b4e4ed7ce377de3b)), closes [#11353](https://github.com/Esri/calcite-design-system/issues/11353)

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

### Bug Fixes

- **tree:** fix has-children logic ([#11347](https://github.com/Esri/calcite-design-system/issues/11347)) ([5328ba7](https://github.com/Esri/calcite-design-system/commit/5328ba7c0754f074bba10ee54eb3d667a572e3b8)), closes [#10731](https://github.com/Esri/calcite-design-system/issues/10731)

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

### Features

- **dialog:** add 'custom-content' slot ([#11072](https://github.com/Esri/calcite-design-system/issues/11072)) ([a132d00](https://github.com/Esri/calcite-design-system/commit/a132d00c99424acde0dbae1c3a44cd853c081273)), closes [#10323](https://github.com/Esri/calcite-design-system/issues/10323)

## [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
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.109",
"version": "3.0.0-next.119",
"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.10",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ $floating-ui-transition-offset: 5px;
}

@mixin floating-ui-offset-left {
/* stylelint-disable-next-line liberty/use-logical-spec -- explicit position */
left: $floating-ui-transition-offset;
}

@mixin floating-ui-offset-right {
/* stylelint-disable-next-line liberty/use-logical-spec -- explicit position */
left: -$floating-ui-transition-offset;
}

Expand All @@ -25,6 +27,7 @@ $floating-ui-transition-offset: 5px;
.calcite-floating-ui-anim {
position: relative;
transition: var(--calcite-floating-ui-transition);
/* stylelint-disable-next-line liberty/use-logical-spec -- explicit position */
transition-property: inset, left, opacity;
opacity: 0;
box-shadow: $shadow-2;
Expand All @@ -35,6 +38,7 @@ $floating-ui-transition-offset: 5px;
@mixin floating-ui-anim-active {
opacity: 1;
inset-block-start: 0;
/* stylelint-disable-next-line liberty/use-logical-spec -- explicit position */
left: 0;
}

Expand Down Expand Up @@ -68,6 +72,7 @@ $floating-ui-transition-offset: 5px;
inline-size: max-content;
display: none;
inset-block-start: 0;
/* stylelint-disable-next-line liberty/use-logical-spec -- explicit position */
left: 0;
z-index: var(--calcite-floating-ui-z-index);
}
Expand Down
Loading

0 comments on commit cf9420b

Please sign in to comment.