Skip to content

Commit b5d02c6

Browse files
committed
Merge remote-tracking branch 'origin/dev' into benelan/bump-node
* origin/dev: (56 commits) feat(button): enhance component's interactivity states (#12005) chore: release next feat: add image display order web component icons (#11992) chore: release next fix(list-item): align elements to the left of the item's content (#11977) chore: release next fix(input, input-number, input-text, text-area, combobox): pass AA for placeholder text color (#11972) docs: update list of contributors (#11997) chore: release next fix(semantic-tokens): provide sufficient warning color contrast across components (#11994) chore: release next feat(tokens): update core neutral color values (#11993) docs: update list of contributors (#11988) chore: release next build(deps): update nx monorepo to v20.8.0 (#11986) build(deps): update arcgis to ^4.32.14 (#11931) chore: add design-tokens as dev dependency for Lerna updates (#11990) build(deps): update dependency @tokens-studio/sd-transforms to v1.3.0 (#11985) feat(tokens): add transparency-inverse tokens (#11974) chore: release next ...
2 parents 9029c9d + 76b284f commit b5d02c6

File tree

144 files changed

+34212
-12935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+34212
-12935
lines changed

.github/ISSUE_TEMPLATE/accessibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,6 @@ body:
152152
- Esri Marketing
153153
- Professional Services - Midwest Delivery Center
154154
- Professional Services - Services Delivery
155+
- Workflow Manager
155156
- Calcite (design)
156157
- Calcite (dev)

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,6 @@ body:
147147
- Esri Marketing
148148
- Professional Services - Midwest Delivery Center
149149
- Professional Services - Services Delivery
150+
- Workflow Manager
150151
- Calcite (design)
151152
- Calcite (dev)

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@ body:
116116
- Esri Marketing
117117
- Professional Services - Midwest Delivery Center
118118
- Professional Services - Services Delivery
119+
- Workflow Manager
119120
- Calcite (design)
120121
- Calcite (dev)

.github/ISSUE_TEMPLATE/new-component.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@ body:
103103
- Esri Marketing
104104
- Professional Services - Midwest Delivery Center
105105
- Professional Services - Services Delivery
106+
- Workflow Manager
106107
- Calcite (design)
107108
- Calcite (dev)

.github/workflows/schedule-updates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
- name: Commit and create pull request
7777
uses: peter-evans/create-pull-request@v7
7878
with:
79+
add-paths: |
80+
**/THIRD-PARTY-LICENSES.md
7981
base: dev
8082
branch: ci/update-3rd-party-licenses
8183
delete-branch: true

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ We welcome contributions to this project. See [CONTRIBUTING.md](./CONTRIBUTING.m
114114
</a>
115115
</td>
116116
<td align="center">
117-
<a href="https://github.com/kstinson14">
118-
<img src="https://avatars.githubusercontent.com/u/17748358?v=4" width="100;" alt="kstinson14"/>
117+
<a href="https://github.com/aPreciado88">
118+
<img src="https://avatars.githubusercontent.com/u/165730205?v=4" width="100;" alt="aPreciado88"/>
119119
<br />
120-
<sub><b>Katrina Stinson</b></sub>
120+
<sub><b>Abraham Preciado Morales</b></sub>
121121
</a>
122122
</td>
123123
<td align="center">
124-
<a href="https://github.com/aPreciado88">
125-
<img src="https://avatars.githubusercontent.com/u/165730205?v=4" width="100;" alt="aPreciado88"/>
124+
<a href="https://github.com/kstinson14">
125+
<img src="https://avatars.githubusercontent.com/u/17748358?v=4" width="100;" alt="kstinson14"/>
126126
<br />
127-
<sub><b>Abraham Preciado Morales</b></sub>
127+
<sub><b>Katrina Stinson</b></sub>
128128
</a>
129129
</td>
130130
<td align="center">
@@ -252,6 +252,13 @@ We welcome contributions to this project. See [CONTRIBUTING.md](./CONTRIBUTING.m
252252
<sub><b>John Gibson</b></sub>
253253
</a>
254254
</td>
255+
<td align="center">
256+
<a href="https://github.com/matgalla">
257+
<img src="https://avatars.githubusercontent.com/u/48596928?v=4" width="100;" alt="matgalla"/>
258+
<br />
259+
<sub><b>Matt Gallagher</b></sub>
260+
</a>
261+
</td>
255262
<td align="center">
256263
<a href="https://github.com/MikeTschudi">
257264
<img src="https://avatars.githubusercontent.com/u/2125181?v=4" width="100;" alt="MikeTschudi"/>
@@ -273,15 +280,15 @@ We welcome contributions to this project. See [CONTRIBUTING.md](./CONTRIBUTING.m
273280
<sub><b>Ethan Borgen</b></sub>
274281
</a>
275282
</td>
283+
</tr>
284+
<tr>
276285
<td align="center">
277286
<a href="https://github.com/gpbmike">
278287
<img src="https://avatars.githubusercontent.com/u/8754?v=4" width="100;" alt="gpbmike"/>
279288
<br />
280289
<sub><b>Mike Horn</b></sub>
281290
</a>
282291
</td>
283-
</tr>
284-
<tr>
285292
<td align="center">
286293
<a href="https://github.com/Apahadi73">
287294
<img src="https://avatars.githubusercontent.com/u/36856709?v=4" width="100;" alt="Apahadi73"/>
@@ -310,13 +317,6 @@ We welcome contributions to this project. See [CONTRIBUTING.md](./CONTRIBUTING.m
310317
<sub><b>Rachapong Panichakit</b></sub>
311318
</a>
312319
</td>
313-
<td align="center">
314-
<a href="https://github.com/matgalla">
315-
<img src="https://avatars.githubusercontent.com/u/48596928?v=4" width="100;" alt="matgalla"/>
316-
<br />
317-
<sub><b>Matt Gallagher</b></sub>
318-
</a>
319-
</td>
320320
<td align="center">
321321
<a href="https://github.com/alexabreu">
322322
<img src="https://avatars.githubusercontent.com/u/91140?v=4" width="100;" alt="alexabreu"/>

lint-staged.config.mjs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import { dirname, resolve } from "node:path";
2-
import { fileURLToPath } from "node:url";
3-
4-
export const __filename = fileURLToPath(import.meta.url);
5-
export const __dirname = dirname(__filename);
1+
import { resolve } from "node:path";
62

73
/**
84
* @filename: lint-staged.config.mjs
@@ -15,7 +11,7 @@ export default {
1511
const files = absolutePaths.join(" ");
1612
return [
1713
`prettier --write ${files}`,
18-
`markdownlint-cli2 --fix --config ${resolve(__dirname, "./.markdownlint-cli2.jsonc")} ${files}`
14+
`markdownlint-cli2 --fix --config ${resolve(import.meta.dirname, "./.markdownlint-cli2.jsonc")} ${files}`
1915
];
2016
}
2117
};

0 commit comments

Comments
 (0)