@cal.macconnachie/web-components 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +16 -2
package/dist/index.js CHANGED
@@ -6070,6 +6070,7 @@ let pe = class extends B {
6070
6070
  pe.styles = J`
6071
6071
  :host {
6072
6072
  display: none;
6073
+ scroll-margin-top: 2rem;
6073
6074
  }
6074
6075
 
6075
6076
  :host([active]) {
package/package.json CHANGED
@@ -1,10 +1,24 @@
1
1
  {
2
2
  "name": "@cal.macconnachie/web-components",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Web components hosted on a CDN",
5
5
  "keywords": [
6
6
  "web-components",
7
- "auth"
7
+ "custom-elements",
8
+ "lit",
9
+ "framework-agnostic",
10
+ "ui-library",
11
+ "design-system",
12
+ "form-components",
13
+ "date-picker",
14
+ "time-picker",
15
+ "datetime-picker",
16
+ "tabs",
17
+ "drawer",
18
+ "theme-toggle",
19
+ "dark-mode",
20
+ "auth-form",
21
+ "oauth"
8
22
  ],
9
23
  "homepage": "https://cdn.cals-api.com/",
10
24
  "bugs": {