chore: Bump version to 3.0.0 #1
Annotations
5 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/table/__integ__/performance-marks.test.ts#L32
expect(received).toHaveLength(expected)
Expected length: 2
Received length: 0
Received array: []
at src/table/__integ__/performance-marks.test.ts:32:21
at src/table/__integ__/performance-marks.test.ts:22:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
src/__integ__/themes.test.ts#L54
expect(received).resolves.toMatchSnapshot()
Snapshot name: `CSS Custom Properties match previous snapshot for mode "visual-refresh-compact" 1`
- Snapshot - 385
+ Received + 385
@@ -1,185 +1,185 @@
{
- "border-active-width": "4px",
- "border-code-editor-status-divider-width": "1px",
- "border-container-sticky-width": "0px",
- "border-container-top-width": "0px",
- "border-control-focus-ring-shadow-spread": "0px",
- "border-control-invalid-focus-ring-shadow-spread": "2px",
+ "border-active-width": "2px",
+ "border-code-editor-status-divider-width": "0px",
+ "border-container-sticky-width": "1px",
+ "border-container-top-width": "1px",
+ "border-control-focus-ring-shadow-spread": "1px",
+ "border-control-invalid-focus-ring-shadow-spread": "1px",
"border-divider-list-width": "1px",
"border-divider-section-width": "1px",
- "border-dropdown-virtual-offset-width": "2px",
- "border-field-width": "2px",
- "border-invalid-width": "8px",
- "border-item-width": "2px",
+ "border-dropdown-virtual-offset-width": "0px",
+ "border-field-width": "1px",
+ "border-invalid-width": "4px",
+ "border-item-width": "1px",
"border-line-chart-dash-array": "3 5",
- "border-line-chart-line-join": "round",
+ "border-line-chart-line-join": "miter",
"border-line-chart-width": "2px",
- "border-link-focus-ring-outline": "0",
- "border-link-focus-ring-shadow-spread": "2px",
- "border-panel-header-width": "1px",
- "border-panel-top-width": "1px",
- "border-radius-alert": "12px",
- "border-radius-badge": "4px",
- "border-radius-button": "20px",
- "border-radius-calendar-day-focus-ring": "3px",
- "border-radius-code-editor": "8px",
- "border-radius-container": "16px",
- "border-radius-control-circular-focus-ring": "4px",
- "border-radius-control-default-focus-ring": "4px",
- "border-radius-dropdown": "8px",
- "border-radius-dropzone": "12px",
- "border-radius-flashbar": "12px",
- "border-radius-input": "8px",
- "border-radius-item": "8px",
- "border-radius-popover": "8px",
- "border-radius-tabs-focus-ring": "20px",
- "border-radius-tiles": "8px",
- "border-radius-token": "8px",
- "border-radius-tutorial-panel-item": "8px",
- "border-table-sticky-width": "1px",
- "color-background-avatar-default": "#414d5c",
+ "border-link-focus-ring-outline": "5px auto Highlight",
+ "border-link-focus-ring-shadow-spread": "0px",
+ "border-panel-header-width": "0px",
+ "border-panel-top-width": "0px",
+ "border-radius-alert": "2px",
+ "border-radius-badge": "16px",
+ "border-radius-button": "2px",
+ "border-radius-calendar-day-focus-ring": "2px",
+ "border-radius-code-editor": "0px",
+ "border-radius-container": "0px",
+ "border-radius-control-circular-focus-ring": "50%",
+ "border-radius-control-default-focus-ring": "2px",
+ "border-radius-dropdown": "0px",
+ "border-radius-dropzone": "0px",
+ "border-radius-flashbar": "0px",
+ "border-radius-input": "2px",
+ "border-radius-item": "0px",
+ "border-radius-popover": "2px",
+ "border-radius-tabs-focus-ring": "0px",
+ "border-radius-tiles": "2px",
+ "border-radius-token": "2px",
+ "border-radius-tutorial-panel-item": "2px",
+ "border-table-sticky-width": "0px",
+ "color-background-avatar-default": "#545b64",
"color-background-avatar-gen-ai": "radial-gradient(circle farthest-corner at top left,rgba(0, 150, 250, 1) -25%,rgba(0, 150, 250, 0) 55%),radial-gradient(circle farthest-corner at top right, rgba(216, 178, 255, 1) -10%, rgba(115, 0, 229, 1) 50%)",
- "color-background-badge-icon": "#d91515",
- "color-background-button-link-active": "#d3e7f9",
- "color-background-button-link-hover": "#f2f8fd",
- "color-background-button-normal-active": "#d3e7f9",
+ "color-background-badge-icon": "#d13212",
+ "color-background-button-link-active": "#eaeded",
+ "color-background-button-link-hover": "#fafafa",
+ "color-background-button-normal-active": "#eaeded",
"color-background-button-normal-default": "#ffffff",
"color-background-button-normal-disabled": "#
|
src/button-dropdown/__integ__/performance-marks.test.ts#L33
expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at src/button-dropdown/__integ__/performance-marks.test.ts:33:21
at src/button-dropdown/__integ__/performance-marks.test.ts:23:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "components-package", "dependencies".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading