Skip to content

Commit

Permalink
merge epic/7180-component-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jul 19, 2024
2 parents 927ddf7 + ad9b49a commit c1ce0f2
Show file tree
Hide file tree
Showing 161 changed files with 3,725 additions and 2,437 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic-7180.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
zip: true
exitOnceUploaded: true
autoAcceptChanges: epic/7180-component-tokens
workingDir: packages/calcite-components
# Re-enable this option once the snapshots are fixed on the epic branch. Until then, snapshots will need to be
# approved/rejected in both the PR and the commit on epic/7180-component-tokens after installing
# autoAcceptChanges: epic/7180-component-tokens
env:
STORYBOOK_SCREENSHOT_TEST_BUILD: true
CHROMATIC_DIFF_THRESHOLD: ${{ secrets.CHROMATIC_DIFF_THRESHOLD }}
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/deploy-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,25 @@ jobs:
permissions:
id-token: write
steps:
- uses: google-github-actions/release-please-action@v3.7.6
- uses: googleapis/release-please-action@v4
id: release
with:
command: manifest
token: ${{ secrets.ADMIN_TOKEN }}
default-branch: main
extra-files: |
packages/calcite-components/readme.md
target-branch: main
- name: Checkout Repository
if: ${{ steps.release.outputs.releases_created }}
if: steps.release.outputs.releases_created == 'true'
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.ADMIN_TOKEN }}
- name: Setup Node
if: ${{ steps.release.outputs.releases_created }}
if: steps.release.outputs.releases_created == 'true'
uses: actions/setup-node@v4
with:
node-version-file: package.json
registry-url: "https://registry.npmjs.org"
- name: Build Packages and Publish to NPM
if: ${{ steps.release.outputs.releases_created }}
if: steps.release.outputs.releases_created == 'true'
env:
RELEASED_PATHS: ${{ toJSON(steps.release.outputs.paths_released) }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/calcite-components": "2.9.0",
"packages/calcite-components-react": "2.9.0",
"packages/calcite-components": "2.10.1",
"packages/calcite-components-react": "2.10.1",
"packages/calcite-design-tokens": "2.2.0",
"packages/eslint-plugin-calcite-components": "1.2.0",
"packages/calcite-components-angular/projects/component-library": "2.9.0"
"packages/calcite-components-angular/projects/component-library": "2.10.1"
}
2,556 changes: 1,378 additions & 1,178 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.2.13",
"eslint-plugin-jsdoc": "48.4.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-unicorn": "54.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,73 +3,53 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.11...@esri/calcite-components-angular@2.10.0-next.12) (2024-06-25)
## [2.11.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0-next.1...@esri/calcite-components-angular@2.11.0-next.2) (2024-07-08)

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

## [2.10.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.10...@esri/calcite-components-angular@2.10.0-next.11) (2024-06-25)
## [2.11.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0-next.0...@esri/calcite-components-angular@2.11.0-next.1) (2024-07-05)

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

## [2.10.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.9...@esri/calcite-components-angular@2.10.0-next.10) (2024-06-25)
## [2.11.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.2-next.2...@esri/calcite-components-angular@2.11.0-next.0) (2024-07-02)

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

## [2.10.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.8...@esri/calcite-components-angular@2.10.0-next.9) (2024-06-25)
## [2.10.2-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.2-next.1...@esri/calcite-components-angular@2.10.2-next.2) (2024-07-01)

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

## [2.10.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.7...@esri/calcite-components-angular@2.10.0-next.8) (2024-06-24)
## [2.10.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.2-next.0...@esri/calcite-components-angular@2.10.2-next.1) (2024-07-01)

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

## [2.10.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.6...@esri/calcite-components-angular@2.10.0-next.7) (2024-06-21)
## [2.10.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.1-next.0...@esri/calcite-components-angular@2.10.2-next.0) (2024-06-28)

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

## [2.10.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.5...@esri/calcite-components-angular@2.10.0-next.6) (2024-06-21)
## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0...@esri/calcite-components-angular@2.10.1) (2024-06-27)

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

## [2.10.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.4...@esri/calcite-components-angular@2.10.0-next.5) (2024-06-21)

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

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

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

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

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

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

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

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

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

## [2.10.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.1-next.3...@esri/calcite-components-angular@2.10.0-next.0) (2024-06-06)

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

## [2.9.1-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.1-next.2...@esri/calcite-components-angular@2.9.1-next.3) (2024-06-05)
- **angular:** Resolve empty dist ([#9698](https://github.com/esri/calcite-design-system/issues/9698)) ([1bdf5fa](https://github.com/esri/calcite-design-system/commit/1bdf5fae822a658a809f8c63c66a828c26207663))

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

## [2.9.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.1-next.1...@esri/calcite-components-angular@2.9.1-next.2) (2024-06-04)
- The following workspace dependencies were updated
- dependencies
- @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1

**Note:** Version bump only for package @esri/calcite-components-angular
## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.0...@esri/calcite-components-angular@2.10.0) (2024-06-26)

## [2.9.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.1-next.0...@esri/calcite-components-angular@2.9.1-next.1) (2024-06-04)
### Miscellaneous Chores

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

## [2.9.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.0...@esri/calcite-components-angular@2.9.1-next.0) (2024-05-31)
### Dependencies

**Note:** Version bump only for package @esri/calcite-components-angular
- The following workspace dependencies were updated
- dependencies
- @esri/calcite-components bumped from ^2.9.0 to ^2.10.0

## [2.9.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.3...@esri/calcite-components-angular@2.9.0) (2024-05-28)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-angular",
"version": "2.10.0-next.12",
"version": "2.11.0-next.2",
"description": "A set of Angular components that wrap Esri's Calcite Components.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"bugs": {
Expand All @@ -16,11 +16,8 @@
"name": "Esri"
},
"sideEffects": false,
"files": [
"dist"
],
"dependencies": {
"@esri/calcite-components": "^2.10.0-next.12",
"@esri/calcite-components": "^2.11.0-next.2",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
60 changes: 20 additions & 40 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,73 +3,53 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.11...@esri/calcite-components-react@2.10.0-next.12) (2024-06-25)
## [2.11.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0-next.1...@esri/calcite-components-react@2.11.0-next.2) (2024-07-08)

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

## [2.10.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.10...@esri/calcite-components-react@2.10.0-next.11) (2024-06-25)
## [2.11.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0-next.0...@esri/calcite-components-react@2.11.0-next.1) (2024-07-05)

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

## [2.10.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.9...@esri/calcite-components-react@2.10.0-next.10) (2024-06-25)
## [2.11.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.2-next.2...@esri/calcite-components-react@2.11.0-next.0) (2024-07-02)

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

## [2.10.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.8...@esri/calcite-components-react@2.10.0-next.9) (2024-06-25)
## [2.10.2-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.2-next.1...@esri/calcite-components-react@2.10.2-next.2) (2024-07-01)

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

## [2.10.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.7...@esri/calcite-components-react@2.10.0-next.8) (2024-06-24)
## [2.10.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.2-next.0...@esri/calcite-components-react@2.10.2-next.1) (2024-07-01)

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

## [2.10.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.6...@esri/calcite-components-react@2.10.0-next.7) (2024-06-21)
## [2.10.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.1-next.0...@esri/calcite-components-react@2.10.2-next.0) (2024-06-28)

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

## [2.10.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.5...@esri/calcite-components-react@2.10.0-next.6) (2024-06-21)
## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0...@esri/calcite-components-react@2.10.1) (2024-06-27)

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

## [2.10.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.4...@esri/calcite-components-react@2.10.0-next.5) (2024-06-21)

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

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

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

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

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

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

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

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

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

## [2.10.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.1-next.3...@esri/calcite-components-react@2.10.0-next.0) (2024-06-06)

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

## [2.9.1-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.1-next.2...@esri/calcite-components-react@2.9.1-next.3) (2024-06-05)
- **@esri/calcite-components-react:** Synchronize components versions

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

## [2.9.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.1-next.1...@esri/calcite-components-react@2.9.1-next.2) (2024-06-04)
- The following workspace dependencies were updated
- dependencies
- @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1

**Note:** Version bump only for package @esri/calcite-components-react
## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.0...@esri/calcite-components-react@2.10.0) (2024-06-26)

## [2.9.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.1-next.0...@esri/calcite-components-react@2.9.1-next.1) (2024-06-04)
### Miscellaneous Chores

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

## [2.9.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.9.0...@esri/calcite-components-react@2.9.1-next.0) (2024-05-31)
### Dependencies

**Note:** Version bump only for package @esri/calcite-components-react
- The following workspace dependencies were updated
- dependencies
- @esri/calcite-components bumped from ^2.9.0 to ^2.10.0

## [2.9.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.3...@esri/calcite-components-react@2.9.0) (2024-05-28)

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": "2.10.0-next.12",
"version": "2.11.0-next.2",
"description": "A set of React components that wrap calcite components",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tsc": "tsc"
},
"dependencies": {
"@esri/calcite-components": "^2.10.0-next.12"
"@esri/calcite-components": "^2.11.0-next.2"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
4 changes: 3 additions & 1 deletion packages/calcite-components/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ module.exports = {
],
},
],
"@typescript-eslint/lines-between-class-members": ["error", "always"],
"@typescript-eslint/method-signature-style": ["error", "property"],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "error",
curly: "error",
Expand All @@ -83,7 +85,7 @@ module.exports = {
"jsdoc/require-property-type": "off",
"jsdoc/require-returns-type": "off",
"jsdoc/tag-lines": ["error", "any", { startLines: 1 }],
"lines-between-class-members": ["error", "always"],
"lines-between-class-members": "off",
"no-eval": "error",
"no-implied-eval": "error",
"no-multiple-empty-lines": [
Expand Down
1 change: 1 addition & 0 deletions packages/calcite-components/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": "stylelint-config-recommended-scss",
"plugins": ["stylelint-use-logical-spec"],
"rules": {
"length-zero-no-unit": true,
"liberty/use-logical-spec": "always",
"no-descending-specificity": [
true,
Expand Down
Loading

0 comments on commit c1ce0f2

Please sign in to comment.