Skip to content

Commit

Permalink
v9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jul 30, 2024
1 parent 2e98f5c commit 3b19e94
Show file tree
Hide file tree
Showing 202 changed files with 807 additions and 807 deletions.
4 changes: 2 additions & 2 deletions elements/a11y-behaviors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "Accessibility behaviors / mix-ins to improve a11y overall",
"repository": {
"type": "git",
Expand All @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.3",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
Expand Down
10 changes: 5 additions & 5 deletions elements/a11y-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "Slider that allows comparison of two images",
"repository": {
"type": "git",
Expand All @@ -41,14 +41,14 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/a11y-details": "^9.0.2",
"@haxtheweb/radio-behaviors": "^9.0.2",
"@haxtheweb/simple-icon": "^9.0.2",
"@haxtheweb/a11y-details": "^9.0.3",
"@haxtheweb/radio-behaviors": "^9.0.3",
"@haxtheweb/simple-icon": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.3",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions elements/a11y-collapse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "Start of a11y-collapse",
"repository": {
"type": "git",
Expand All @@ -41,13 +41,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/simple-icon": "^9.0.2",
"@haxtheweb/simple-tooltip": "^9.0.2",
"@haxtheweb/simple-icon": "^9.0.3",
"@haxtheweb/simple-tooltip": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.3",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions elements/a11y-compare-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "Slider that allows comparison of two images",
"repository": {
"type": "git",
Expand All @@ -41,13 +41,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/simple-colors": "^9.0.2",
"@haxtheweb/simple-range-input": "^9.0.2",
"@haxtheweb/simple-colors": "^9.0.3",
"@haxtheweb/simple-range-input": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.3",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions elements/a11y-details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"hax": "src/a11y-details-hax.json"
}
},
"version": "9.0.2",
"version": "9.0.3",
"description": "accessible progressive disclosure with detail and summary",
"repository": {
"type": "git",
Expand All @@ -40,7 +40,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/absolute-position-behavior": "^9.0.2",
"@haxtheweb/absolute-position-behavior": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions elements/a11y-figure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"js": "src/a11y-figure.js"
}
},
"version": "9.0.2",
"version": "9.0.3",
"description": "accessible figure with image description in details",
"repository": {
"type": "git",
Expand All @@ -36,7 +36,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/a11y-details": "^9.0.2",
"@haxtheweb/a11y-details": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions elements/a11y-gif-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "Play gifs in an accessible way by having the user click to play their animation",
"repository": {
"type": "git",
Expand All @@ -37,17 +37,17 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/a11y-details": "^9.0.2",
"@haxtheweb/a11y-details": "^9.0.3",
"@haxtheweb/intersection-element": "^9.0.2",
"@haxtheweb/micro-frontend-registry": "^9.0.2",
"@haxtheweb/schema-behaviors": "^9.0.2",
"@haxtheweb/simple-tooltip": "^9.0.2",
"@haxtheweb/micro-frontend-registry": "^9.0.3",
"@haxtheweb/schema-behaviors": "^9.0.3",
"@haxtheweb/simple-tooltip": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.2",
"@haxtheweb/simple-img": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.2",
"@haxtheweb/simple-img": "^9.0.3",
"@haxtheweb/storybook-utilities": "^9.0.3",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
Expand Down
26 changes: 13 additions & 13 deletions elements/a11y-media-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"...super.styles"
]
},
"version": "9.0.2",
"version": "9.0.3",
"description": "A feature rich, highly accessible video player",
"repository": {
"type": "git",
Expand All @@ -43,22 +43,22 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/absolute-position-behavior": "^9.0.2",
"@haxtheweb/anchor-behaviors": "^9.0.2",
"@haxtheweb/fullscreen-behaviors": "^9.0.2",
"@haxtheweb/responsive-utility": "^9.0.2",
"@haxtheweb/simple-colors": "^9.0.2",
"@haxtheweb/simple-fields": "^9.0.2",
"@haxtheweb/simple-icon": "^9.0.2",
"@haxtheweb/simple-range-input": "^9.0.2",
"@haxtheweb/simple-search": "^9.0.2",
"@haxtheweb/simple-toast": "^9.0.2",
"@haxtheweb/simple-tooltip": "^9.0.2",
"@haxtheweb/absolute-position-behavior": "^9.0.3",
"@haxtheweb/anchor-behaviors": "^9.0.3",
"@haxtheweb/fullscreen-behaviors": "^9.0.3",
"@haxtheweb/responsive-utility": "^9.0.3",
"@haxtheweb/simple-colors": "^9.0.3",
"@haxtheweb/simple-fields": "^9.0.3",
"@haxtheweb/simple-icon": "^9.0.3",
"@haxtheweb/simple-range-input": "^9.0.3",
"@haxtheweb/simple-search": "^9.0.3",
"@haxtheweb/simple-toast": "^9.0.3",
"@haxtheweb/simple-tooltip": "^9.0.3",
"@haxtheweb/utils": "^9.0.2",
"lit": "^3.1.4"
},
"devDependencies": {
"@haxtheweb/storybook-utilities": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.3",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions elements/a11y-menu-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "Accessible menu button",
"repository": {
"type": "git",
Expand All @@ -41,7 +41,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/absolute-position-behavior": "^9.0.2",
"@haxtheweb/absolute-position-behavior": "^9.0.3",
"@haxtheweb/utils": "^9.0.2",
"lit": "^3.1.4"
},
Expand Down
8 changes: 4 additions & 4 deletions elements/a11y-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "accessible and responsive tabbed interface",
"repository": {
"type": "git",
Expand All @@ -41,9 +41,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/responsive-utility": "^9.0.2",
"@haxtheweb/simple-icon": "^9.0.2",
"@haxtheweb/simple-tooltip": "^9.0.2",
"@haxtheweb/responsive-utility": "^9.0.3",
"@haxtheweb/simple-icon": "^9.0.3",
"@haxtheweb/simple-tooltip": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion elements/a11y-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sharedProps": [],
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "a collection of accessibility patterns and styles",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion elements/absolute-position-behavior/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "Abstracting the positioning behavior from paper-tooltip to be resusable in other elements",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions elements/accent-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "Start of accent-card",
"repository": {
"type": "git",
Expand All @@ -42,13 +42,13 @@
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/intersection-element": "^9.0.2",
"@haxtheweb/schema-behaviors": "^9.0.2",
"@haxtheweb/simple-colors": "^9.0.2",
"@haxtheweb/schema-behaviors": "^9.0.3",
"@haxtheweb/simple-colors": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.3",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions elements/aframe-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "A-frame 3D player in the browser via data binding w/ polymer",
"repository": {
"type": "git",
Expand All @@ -38,12 +38,12 @@
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/es-global-bridge": "^9.0.2",
"@haxtheweb/schema-behaviors": "^9.0.2",
"@haxtheweb/schema-behaviors": "^9.0.3",
"lit": "^3.1.4"
},
"devDependencies": {
"@haxtheweb/deduping-fix": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.2",
"@haxtheweb/storybook-utilities": "^9.0.3",
"@open-wc/testing": "4.0.0",
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
"@polymer/iron-demo-helpers": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/air-horn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "demonstrative purposes via meme",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion elements/anchor-behaviors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "handles anchors and params in the url",
"repository": {
"type": "git",
Expand Down
38 changes: 19 additions & 19 deletions elements/app-hax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sharedProps": [],
"sharedStyles": []
},
"version": "9.0.2",
"version": "9.0.3",
"description": "HAX+HAXcms as a full app experience",
"repository": {
"type": "git",
Expand All @@ -44,25 +44,25 @@
},
"license": "Apache-2.0",
"dependencies": {
"@haxtheweb/grid-plate": "^9.0.2",
"@haxtheweb/hax-iconset": "^9.0.2",
"@haxtheweb/i18n-manager": "^9.0.2",
"@haxtheweb/jwt-login": "^9.0.2",
"@haxtheweb/multiple-choice": "^9.0.2",
"@haxtheweb/promise-progress": "^9.0.2",
"@haxtheweb/replace-tag": "^9.0.2",
"@haxtheweb/rpg-character": "^9.0.2",
"@haxtheweb/simple-colors": "^9.0.2",
"@haxtheweb/simple-colors-shared-styles": "^9.0.2",
"@haxtheweb/simple-datetime": "^9.0.2",
"@haxtheweb/simple-fields": "^9.0.2",
"@haxtheweb/simple-icon": "^9.0.2",
"@haxtheweb/simple-modal": "^9.0.2",
"@haxtheweb/simple-popover": "^9.0.2",
"@haxtheweb/simple-toast": "^9.0.2",
"@haxtheweb/simple-tooltip": "^9.0.2",
"@haxtheweb/grid-plate": "^9.0.3",
"@haxtheweb/hax-iconset": "^9.0.3",
"@haxtheweb/i18n-manager": "^9.0.3",
"@haxtheweb/jwt-login": "^9.0.3",
"@haxtheweb/multiple-choice": "^9.0.3",
"@haxtheweb/promise-progress": "^9.0.3",
"@haxtheweb/replace-tag": "^9.0.3",
"@haxtheweb/rpg-character": "^9.0.3",
"@haxtheweb/simple-colors": "^9.0.3",
"@haxtheweb/simple-colors-shared-styles": "^9.0.3",
"@haxtheweb/simple-datetime": "^9.0.3",
"@haxtheweb/simple-fields": "^9.0.3",
"@haxtheweb/simple-icon": "^9.0.3",
"@haxtheweb/simple-modal": "^9.0.3",
"@haxtheweb/simple-popover": "^9.0.3",
"@haxtheweb/simple-toast": "^9.0.3",
"@haxtheweb/simple-tooltip": "^9.0.3",
"@haxtheweb/utils": "^9.0.2",
"@haxtheweb/wc-autoload": "^9.0.2",
"@haxtheweb/wc-autoload": "^9.0.3",
"@lit-labs/motion": "^1.0.7",
"@vaadin/router": "^1.7.5",
"lit": "^3.1.4",
Expand Down
Loading

0 comments on commit 3b19e94

Please sign in to comment.