@cal.macconnachie/web-components 2.6.9 → 2.6.10

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.
package/dist/index.d.ts CHANGED
@@ -203,7 +203,7 @@ export declare class BaseDateTimePicker extends BaseElement {
203
203
 
204
204
  export declare class BaseDrawer extends BaseElement {
205
205
  open: boolean;
206
- size: 'sm' | 'md' | 'lg';
206
+ size: 'sm' | 'md' | 'lg' | 'full';
207
207
  detents: number[];
208
208
  persistOnOverlayClick: boolean;
209
209
  private isClosing;
package/dist/index.js CHANGED
@@ -4965,6 +4965,10 @@ class j extends M {
4965
4965
  max-width: 900px;
4966
4966
  }
4967
4967
 
4968
+ .drawer-content--full {
4969
+ max-width: 100%;
4970
+ }
4971
+
4968
4972
  @keyframes fadeIn {
4969
4973
  from {
4970
4974
  opacity: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cal.macconnachie/web-components",
3
- "version": "2.6.9",
3
+ "version": "2.6.10",
4
4
  "description": "Web components hosted on a CDN",
5
5
  "keywords": [
6
6
  "web-components",