Skip to content

Commit

Permalink
Merge branch 'epic/7180-component-tokens' into anveshmekala/7180-step…
Browse files Browse the repository at this point in the history
…per-add-tokens
  • Loading branch information
anveshmekala authored Mar 18, 2024
2 parents 6872d42 + 3cd5dd2 commit f6db1ad
Show file tree
Hide file tree
Showing 60 changed files with 1,993 additions and 1,182 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr-semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.0.2
with:
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 7 additions & 7 deletions package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.7.0-next.3...@esri/calcite-components-angular@2.7.0-next.4) (2024-03-13)

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

## [2.7.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.7.0-next.2...@esri/calcite-components-angular@2.7.0-next.3) (2024-03-12)

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

## [2.7.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.7.0-next.1...@esri/calcite-components-angular@2.7.0-next.2) (2024-03-06)

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

## [2.7.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.7.0-next.0...@esri/calcite-components-angular@2.7.0-next.1) (2024-02-29)

**Note:** Version bump only for package @esri/calcite-components-angular
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-angular",
"version": "2.7.0-next.1",
"version": "2.7.0-next.4",
"sideEffects": false,
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "A set of Angular components that wrap Esri's Calcite Components.",
Expand All @@ -20,7 +20,7 @@
"@angular/core": ">=16.0.0"
},
"dependencies": {
"@esri/calcite-components": "^2.7.0-next.1",
"@esri/calcite-components": "^2.7.0-next.4",
"tslib": "2.6.2"
},
"lerna": {
Expand Down
12 changes: 12 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.7.0-next.3...@esri/calcite-components-react@2.7.0-next.4) (2024-03-13)

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

## [2.7.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.7.0-next.2...@esri/calcite-components-react@2.7.0-next.3) (2024-03-12)

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

## [2.7.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.7.0-next.1...@esri/calcite-components-react@2.7.0-next.2) (2024-03-06)

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

## [2.7.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.7.0-next.0...@esri/calcite-components-react@2.7.0-next.1) (2024-02-29)

**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,7 +1,7 @@
{
"name": "@esri/calcite-components-react",
"sideEffects": false,
"version": "2.7.0-next.1",
"version": "2.7.0-next.4",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "A set of React components that wrap calcite components",
"license": "SEE LICENSE.md",
Expand All @@ -23,7 +23,7 @@
"dist/"
],
"dependencies": {
"@esri/calcite-components": "^2.7.0-next.1"
"@esri/calcite-components": "^2.7.0-next.4"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
18 changes: 18 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.7.0-next.3...@esri/calcite-components@2.7.0-next.4) (2024-03-13)

### Bug Fixes

- **combobox:** prevent spacebar from opening the menu while focusing on `chip`'s close button ([#8909](https://github.com/Esri/calcite-design-system/issues/8909)) ([a1bae56](https://github.com/Esri/calcite-design-system/commit/a1bae56236f8fbe8733401fca9319521c1766ad1))

## [2.7.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.7.0-next.2...@esri/calcite-components@2.7.0-next.3) (2024-03-12)

### Bug Fixes

- **combobox:** prevent toggling items when combobox is closed ([#8923](https://github.com/Esri/calcite-design-system/issues/8923)) ([c3240c5](https://github.com/Esri/calcite-design-system/commit/c3240c58be7e706ed4d34177c33287d59b556d76)), closes [#8919](https://github.com/Esri/calcite-design-system/issues/8919)

## [2.7.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.7.0-next.1...@esri/calcite-components@2.7.0-next.2) (2024-03-06)

### Reverts

- refactor(popover): update token pattern ([#8889](https://github.com/Esri/calcite-design-system/issues/8889)) ([c43c280](https://github.com/Esri/calcite-design-system/commit/c43c280787d15e5602b2c9e13d01b0ebe2492901)), closes [#8875](https://github.com/Esri/calcite-design-system/issues/8875)

## [2.7.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.7.0-next.0...@esri/calcite-components@2.7.0-next.1) (2024-02-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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": "2.7.0-next.1",
"version": "2.7.0-next.4",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@esri/calcite-design-tokens": "^2.1.2-next.0",
"@esri/calcite-ui-icons": "3.26.4",
"@esri/eslint-plugin-calcite-components": "^1.1.1-next.0",
"@esri/eslint-plugin-calcite-components": "^1.1.1-next.1",
"@stencil-community/eslint-plugin": "0.7.1",
"@stencil-community/postcss": "2.2.0",
"@stencil/angular-output-target": "0.8.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/calcite-components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,10 @@ export namespace Components {
* When `true`, interaction is prevented and the component is displayed with lower opacity.
*/
"disabled": boolean;
/**
* Prompts the user to save the linked URL instead of navigating to it. Can be used with or without a value: Without a value, the browser will suggest a filename/extension See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download.
*/
"download": string | boolean;
/**
* The `id` of the form that will be associated with the component. When not set, the component will be associated with its ancestor form element, if any.
*/
Expand Down Expand Up @@ -8054,6 +8058,10 @@ declare namespace LocalJSX {
* When `true`, interaction is prevented and the component is displayed with lower opacity.
*/
"disabled"?: boolean;
/**
* Prompts the user to save the linked URL instead of navigating to it. Can be used with or without a value: Without a value, the browser will suggest a filename/extension See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download.
*/
"download"?: string | boolean;
/**
* The `id` of the form that will be associated with the component. When not set, the component will be associated with its ancestor form element, if any.
*/
Expand Down
Loading

0 comments on commit f6db1ad

Please sign in to comment.