diff --git a/.changeset/blue-taxis-wash.md b/.changeset/blue-taxis-wash.md deleted file mode 100644 index 0aefcc00b..000000000 --- a/.changeset/blue-taxis-wash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"@astrouxds/angular": patch -"astro-website": patch -"@astrouxds/react": patch ---- - -Fixed modal not emitting a detail value when using default confirm/deny buttons. diff --git a/.changeset/neat-cameras-grab.md b/.changeset/neat-cameras-grab.md deleted file mode 100644 index 097e1eb80..000000000 --- a/.changeset/neat-cameras-grab.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": minor -"@astrouxds/angular": minor -"astro-website": minor -"@astrouxds/react": minor ---- - -Added input type of time support for rux-input. diff --git a/.changeset/soft-dolls-jump.md b/.changeset/soft-dolls-jump.md deleted file mode 100644 index c7fb548d7..000000000 --- a/.changeset/soft-dolls-jump.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"@astrouxds/angular": patch -"astro-website": patch -"@astrouxds/react": patch ---- - -Pop-up-menu will now position correctly if the anchor element is beyond a horizontal scrollbar. diff --git a/.changeset/unlucky-dolls-hide.md b/.changeset/unlucky-dolls-hide.md deleted file mode 100644 index 73b86f492..000000000 --- a/.changeset/unlucky-dolls-hide.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/angular": minor -"@astrouxds/react": minor -"@astrouxds/astro-web-components": minor -"astro-website": minor ---- - -Deprecates CSS Custom Properties. See MIGRATION.md for more information diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 452bb299a..bb3eea6b0 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -1,5 +1,25 @@ # @astrouxds/angular +## 6.9.0 + +### Minor Changes + +- !!! Deprecates CSS Custom Properties. See MIGRATION.md for more information !!! + +#### Input + +- Added support for `time` type + +### Patch Changes + +#### Modal + +- Fixed issue with emitting a detail value when using default confirm/deny buttons. + +#### Pop Up Menu + +- Pop-up-menu will now position correctly if the anchor element is beyond a horizontal scrollbar. + ## 6.8.0 ### Minor Changes diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index f11901136..b1fcaed50 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astrouxds/angular", - "version": "6.7.0", + "version": "6.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@astrouxds/angular", - "version": "6.7.0", + "version": "6.8.0", "license": "MIT", "dependencies": { "tslib": "^1.9.3" diff --git a/packages/angular/package.json b/packages/angular/package.json index eca4610f7..c8c28adf9 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@astrouxds/angular", - "version": "6.8.0", + "version": "6.9.0", "description": "Astro Web Components Angular Wrapper", "license": "MIT", "repository": { @@ -29,7 +29,7 @@ "dist/" ], "dependencies": { - "@astrouxds/astro-web-components": "^6.8.0", + "@astrouxds/astro-web-components": "^6.9.0", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/packages/astro-uxds/CHANGELOG.md b/packages/astro-uxds/CHANGELOG.md index 0d06e2dcd..0c50c384e 100644 --- a/packages/astro-uxds/CHANGELOG.md +++ b/packages/astro-uxds/CHANGELOG.md @@ -1,5 +1,25 @@ # @astrouxds/astrouxds +## 6.9.0 + +### Minor Changes + +- !!! Deprecates CSS Custom Properties. See MIGRATION.md for more information !!! + +#### Input + +- Added support for `time` type + +### Patch Changes + +#### Modal + +- Fixed issue with emitting a detail value when using default confirm/deny buttons. + +#### Pop Up Menu + +- Pop-up-menu will now position correctly if the anchor element is beyond a horizontal scrollbar. + ## 6.8.0 ### Minor Changes diff --git a/packages/astro-uxds/_content/releases.md b/packages/astro-uxds/_content/releases.md index 274b270cb..0073d555c 100644 --- a/packages/astro-uxds/_content/releases.md +++ b/packages/astro-uxds/_content/releases.md @@ -14,7 +14,7 @@ Astro represents a collection of artifacts including, but not limited to, guidan - + @@ -25,18 +25,36 @@ Astro represents a collection of artifacts including, but not limited to, guidan - - + + - - + + - - + + diff --git a/packages/astro-uxds/package-lock.json b/packages/astro-uxds/package-lock.json index a04483e34..0ff679f18 100644 --- a/packages/astro-uxds/package-lock.json +++ b/packages/astro-uxds/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-website", - "version": "6.7.0", + "version": "6.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-website", - "version": "6.7.0", + "version": "6.8.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@astrouxds/astro-figma-export": "^1.4.0", diff --git a/packages/astro-uxds/package.json b/packages/astro-uxds/package.json index 59330b9f5..f0d46e3f1 100644 --- a/packages/astro-uxds/package.json +++ b/packages/astro-uxds/package.json @@ -1,6 +1,6 @@ { "name": "astro-website", - "version": "6.8.0", + "version": "6.9.0", "private": true, "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 31709227a..fb6967da9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,25 @@ # @astrouxds/react +## 6.9.0 + +### Minor Changes + +- !!! Deprecates CSS Custom Properties. See MIGRATION.md for more information !!! + +#### Input + +- Added support for `time` type + +### Patch Changes + +#### Modal + +- Fixed issue with emitting a detail value when using default confirm/deny buttons. + +#### Pop Up Menu + +- Pop-up-menu will now position correctly if the anchor element is beyond a horizontal scrollbar. + ## 6.8.0 ### Minor Changes diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 1eb2d0122..87119b520 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -7,9 +7,6 @@ "": { "name": "@astrouxds/react", "version": "6.8.0", - "dependencies": { - "@astrouxds/astro-web-components": "^6.8.0" - }, "devDependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", @@ -90,36 +87,6 @@ "wait-on": "~6.0.0" } }, - "node_modules/@astrouxds/astro-web-components": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@astrouxds/astro-web-components/-/astro-web-components-6.8.0.tgz", - "integrity": "sha512-ED2/SPAVRzrkEs+V1MAXdJYFyj8K22+B1RHjgpjjDgt5KQGwfdtUDivA5GeGg/35Ll205x1i8nevVxHrw1XQlQ==", - "dependencies": { - "@stencil/core": "~2.5.2", - "date-fns": "~2.21.1", - "date-fns-tz": "~1.3.3" - } - }, - "node_modules/@astrouxds/astro-web-components/node_modules/date-fns": { - "version": "2.21.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.3.tgz", - "integrity": "sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==", - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/@astrouxds/astro-web-components/node_modules/date-fns-tz": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.4.tgz", - "integrity": "sha512-O47vEyz85F2ax/ZdhMBJo187RivZGjH6V0cPjPzpm/yi6YffJg4upD/8ibezO11ezZwP3QYlBHh/t4JhRNx0Ow==", - "peerDependencies": { - "date-fns": ">=2.0.0" - } - }, "node_modules/@babel/code-frame": { "version": "7.14.5", "dev": true, @@ -2405,18 +2372,6 @@ "@sinonjs/commons": "^1.7.0" } }, - "node_modules/@stencil/core": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.5.2.tgz", - "integrity": "sha512-bgjPXkSzzg1WnTgVUm6m5ZzpKt602WmA/QljODAW1xVN40OHJdbGblzF/F6MFzqv2c5Cy30CB41arc8qADIdcQ==", - "bin": { - "stencil": "bin/stencil" - }, - "engines": { - "node": ">=12.10.0", - "npm": ">=6.0.0" - } - }, "node_modules/@szmarczak/http-timer": { "version": "1.1.2", "dev": true, @@ -12388,29 +12343,6 @@ } }, "dependencies": { - "@astrouxds/astro-web-components": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@astrouxds/astro-web-components/-/astro-web-components-6.8.0.tgz", - "integrity": "sha512-ED2/SPAVRzrkEs+V1MAXdJYFyj8K22+B1RHjgpjjDgt5KQGwfdtUDivA5GeGg/35Ll205x1i8nevVxHrw1XQlQ==", - "requires": { - "@stencil/core": "~2.5.2", - "date-fns": "~2.21.1", - "date-fns-tz": "~1.3.3" - }, - "dependencies": { - "date-fns": { - "version": "2.21.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.3.tgz", - "integrity": "sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==" - }, - "date-fns-tz": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.4.tgz", - "integrity": "sha512-O47vEyz85F2ax/ZdhMBJo187RivZGjH6V0cPjPzpm/yi6YffJg4upD/8ibezO11ezZwP3QYlBHh/t4JhRNx0Ow==", - "requires": {} - } - } - }, "@babel/code-frame": { "version": "7.14.5", "dev": true, @@ -13953,11 +13885,6 @@ "@sinonjs/commons": "^1.7.0" } }, - "@stencil/core": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.5.2.tgz", - "integrity": "sha512-bgjPXkSzzg1WnTgVUm6m5ZzpKt602WmA/QljODAW1xVN40OHJdbGblzF/F6MFzqv2c5Cy30CB41arc8qADIdcQ==" - }, "@szmarczak/http-timer": { "version": "1.1.2", "dev": true, diff --git a/packages/react/package.json b/packages/react/package.json index 10706a3f8..2dfe31a87 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrouxds/react", "sideEffects": false, - "version": "6.8.0", + "version": "6.9.0", "description": "Astro Web Components React Wrapper", "repository": { "type": "git", @@ -42,7 +42,7 @@ "typescript": "^3.3.4000" }, "dependencies": { - "@astrouxds/astro-web-components": "^6.8.0" + "@astrouxds/astro-web-components": "^6.9.0" }, "peerDependencies": { "react": ">=17.0.0", diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index 990d1c82b..32b217b4d 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -1,5 +1,25 @@ # @astrouxds/astro-web-components +## 6.9.0 + +### Minor Changes + +- !!! Deprecates CSS Custom Properties. See MIGRATION.md for more information !!! + +#### Input + +- Added support for `time` type + +### Patch Changes + +#### Modal + +- Fixed issue with emitting a detail value when using default confirm/deny buttons. + +#### Pop Up Menu + +- Pop-up-menu will now position correctly if the anchor element is beyond a horizontal scrollbar. + ## 6.8.0 ### Minor Changes diff --git a/packages/web-components/package-lock.json b/packages/web-components/package-lock.json index 90631e084..03cfb4868 100644 --- a/packages/web-components/package-lock.json +++ b/packages/web-components/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astrouxds/astro-web-components", - "version": "6.7.0", + "version": "6.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@astrouxds/astro-web-components", - "version": "6.7.0", + "version": "6.8.0", "license": "MIT", "dependencies": { "@stencil/core": "~2.5.2", diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 394a1ce6b..61be4e69d 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -1,6 +1,6 @@ { "name": "@astrouxds/astro-web-components", - "version": "6.8.0", + "version": "6.9.0", "description": "Astro Web Components", "main": "dist/index.cjs.js", "module": "dist/custom-elements/index.js", diff --git a/packages/web-components/src/components/rux-input/readme.md b/packages/web-components/src/components/rux-input/readme.md index 7de4e3e96..c0b2c4525 100644 --- a/packages/web-components/src/components/rux-input/readme.md +++ b/packages/web-components/src/components/rux-input/readme.md @@ -5,25 +5,25 @@ ## Properties -| Property | Attribute | Description | Type | Default | -| -------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ----------- | -| `autocomplete` | `autocomplete` | The input's autocomplete attribute | `string \| undefined` | `undefined` | -| `disabled` | `disabled` | Disables the button via HTML disabled attribute. Button takes on a distinct visual state. Cursor uses the not-allowed system replacement and all keyboard and mouse events are ignored. | `boolean` | `false` | -| `errorText` | `error-text` | The validation error text | `string \| undefined` | `undefined` | -| `helpText` | `help-text` | The help or explanation text | `string \| undefined` | `undefined` | -| `invalid` | `invalid` | Presentational only. Renders the Input Field as invalid. | `boolean` | `false` | -| `label` | `label` | The input label text. For HTML content, use the `label` slot instead. | `string \| undefined` | `undefined` | -| `max` | `max` | The input max attribute | `string \| undefined` | `undefined` | -| `min` | `min` | The input min attribute | `string \| undefined` | `undefined` | -| `name` | `name` | The input name | `string` | `''` | -| `placeholder` | `placeholder` | The input placeholder text | `string \| undefined` | `undefined` | -| `readonly` | `readonly` | The inputs readonly attribute | `boolean` | `false` | -| `required` | `required` | Sets the input as required | `boolean` | `false` | -| `size` | `size` | Control the padding around the input field | `"large" \| "medium" \| "small"` | `'medium'` | -| `spellcheck` | `spellcheck` | The input's spellcheck attribute | `boolean` | `false` | -| `step` | `step` | The input step attribute | `string \| undefined` | `undefined` | -| `type` | `type` | The input type | `"date" \| "datetime-local" \| "email" \| "number" \| "password" \| "search" \| "tel" \| "text" \| "url"` | `'text'` | -| `value` | `value` | The input value | `string` | `''` | +| Property | Attribute | Description | Type | Default | +| -------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------- | +| `autocomplete` | `autocomplete` | The input's autocomplete attribute | `string \| undefined` | `undefined` | +| `disabled` | `disabled` | Disables the button via HTML disabled attribute. Button takes on a distinct visual state. Cursor uses the not-allowed system replacement and all keyboard and mouse events are ignored. | `boolean` | `false` | +| `errorText` | `error-text` | The validation error text | `string \| undefined` | `undefined` | +| `helpText` | `help-text` | The help or explanation text | `string \| undefined` | `undefined` | +| `invalid` | `invalid` | Presentational only. Renders the Input Field as invalid. | `boolean` | `false` | +| `label` | `label` | The input label text. For HTML content, use the `label` slot instead. | `string \| undefined` | `undefined` | +| `max` | `max` | The input max attribute | `string \| undefined` | `undefined` | +| `min` | `min` | The input min attribute | `string \| undefined` | `undefined` | +| `name` | `name` | The input name | `string` | `''` | +| `placeholder` | `placeholder` | The input placeholder text | `string \| undefined` | `undefined` | +| `readonly` | `readonly` | The inputs readonly attribute | `boolean` | `false` | +| `required` | `required` | Sets the input as required | `boolean` | `false` | +| `size` | `size` | Control the padding around the input field | `"large" \| "medium" \| "small"` | `'medium'` | +| `spellcheck` | `spellcheck` | The input's spellcheck attribute | `boolean` | `false` | +| `step` | `step` | The input step attribute | `string \| undefined` | `undefined` | +| `type` | `type` | The input type | `"date" \| "datetime-local" \| "email" \| "number" \| "password" \| "search" \| "tel" \| "text" \| "time" \| "url"` | `'text'` | +| `value` | `value` | The input value | `string` | `''` | ## Events diff --git a/packages/web-components/src/components/rux-menu-item/readme.md b/packages/web-components/src/components/rux-menu-item/readme.md index 839695d54..aa6d41b46 100644 --- a/packages/web-components/src/components/rux-menu-item/readme.md +++ b/packages/web-components/src/components/rux-menu-item/readme.md @@ -89,11 +89,11 @@ Pass properties as slotted components in the Astro Pop Up Menu or Astro Select M ## CSS Custom Properties -| Name | Description | -| ------------------------------------------ | -------------------------------- | -| `--popup-menu-item-background-color` | Menu Item Background Color | -| `--popup-menu-item-hover-background-color` | Menu Item Hover Background Color | -| `--popup-menu-text-color` | Menu Text Color | +| Name | Description | +| ------------------------------------------ | --------------------------------------------- | +| `--popup-menu-item-background-color` | [DEPRECATED] Menu Item Background Color | +| `--popup-menu-item-hover-background-color` | [DEPRECATED] Menu Item Hover Background Color | +| `--popup-menu-text-color` | [DEPRECATED] Menu Text Color | ---------------------------------------------- diff --git a/packages/web-components/src/components/rux-pop-up-menu/readme.md b/packages/web-components/src/components/rux-pop-up-menu/readme.md index 6c693f505..eb15993d6 100644 --- a/packages/web-components/src/components/rux-pop-up-menu/readme.md +++ b/packages/web-components/src/components/rux-pop-up-menu/readme.md @@ -171,14 +171,14 @@ Type: `Promise` ## CSS Custom Properties -| Name | Description | -| ------------------------------------- | ----------------------------------- | -| `--popup-menu-background-color` | Pop Up Menu Backround Color | -| `--popup-menu-border-color` | Pop Up Menu Border Color | -| `--popup-menu-caret-background-color` | Pop Up Menu Caret Background Color | -| `--popup-menu-caret-left` | Position of Caret | -| `--popup-menu-caret-size` | Size of Caret | -| `--popup-menu-transition-speed` | Transition Time of Pop Up Animation | +| Name | Description | +| ------------------------------------- | ------------------------------------------------ | +| `--popup-menu-background-color` | [DEPRECATED] Pop Up Menu Backround Color | +| `--popup-menu-border-color` | [DEPRECATED] Pop Up Menu Border Color | +| `--popup-menu-caret-background-color` | [DEPRECATED] Pop Up Menu Caret Background Color | +| `--popup-menu-caret-left` | [DEPRECATED] Position of Caret | +| `--popup-menu-caret-size` | [DEPRECATED] Size of Caret | +| `--popup-menu-transition-speed` | [DEPRECATED] Transition Time of Pop Up Animation | ----------------------------------------------
Astro {{ meta.version }} - Updated Astro {{ meta.version }} - Updated
Figma Dark Theme Library6.1.4 -> 6.1.5No changes this release6.1.5 -> 6.1.6 +
    +
  • + TEXT - The REM values for Heading 5 and Heading 6 were wrong on the Text page in Figma. The values for 18 px text have been adjusted to be 1.125 REM. +
  • +
  • + TREES - Fixed bug where tex in a selected Tree item wrapped unexpectedly, cutting off the visible text after a few words. The issue was the text was set to auto height instead of auto width in the selected variants. This has been corrected. +
  • +
+
Figma Wireframe Theme Library6.0.0No changes this release6.0.0 -> 6.0.1 +
    +
  • + TEXT - The REM values for Heading 5 and Heading 6 were wrong on the Text page in Figma. The values for 18 px text have been adjusted to be 1.125 REM. +
  • +
  • + TREES - Fixed bug where tex in a selected Tree item wrapped unexpectedly, cutting off the visible text after a few words. The issue was the text was set to auto height instead of auto width in the selected variants. This has been corrected. +
  • +
+
Web Components6.7.0 -> 6.8.0Release Notes6.8.0 -> 6.9.0Release Notes
EGS Design Compliance