@atom-learning/components 2.10.1 → 2.11.0-canary.0.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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,3 @@
1
- ## [2.10.1](https://github.com/Atom-Learning/components/compare/v2.10.0...v2.10.1) (2022-10-24)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * add portal and zindex to date-input ([9c96d65](https://github.com/Atom-Learning/components/commit/9c96d65c8dcacc3ea60762929fe1ce1de457fbae))
7
- * datefield snapshot-n ([fc88dc0](https://github.com/Atom-Learning/components/commit/fc88dc0fffa6135e9df129d488077fbed7ea9d5e))
8
-
9
1
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
10
2
 
11
3
 
@@ -1,6 +1,8 @@
1
1
  import * as React from 'react';
2
2
  import { Override } from '../../utilities/types';
3
- export declare const StyledImage: import("@stitches/react/types/styled-component").StyledComponent<"img", {}, {
3
+ export declare const StyledImage: import("@stitches/react/types/styled-component").StyledComponent<"img", {
4
+ fluid?: boolean | "true" | undefined;
5
+ }, {
4
6
  sm: string;
5
7
  md: string;
6
8
  lg: string;
@@ -1 +1 @@
1
- import{styled as e}from"../../stitches.js";const t=e("img",{verticalAlign:"middle",maxWidth:"100%","&[width]":{width:"auto"},"&[width][height]":{height:"auto"},'&[src$=".svg"]':{width:"100%",height:"auto",maxWidth:"none"}}),i=t;i.displayName="Image";export{i as Image,t as StyledImage};
1
+ import{styled as e}from"../../stitches.js";const t=e("img",{verticalAlign:"middle",maxWidth:"100%",variants:{fluid:{true:{"&[width]":{width:"auto"},"&[width][height]":{height:"auto"},'&[src$=".svg"]':{width:"100%",height:"auto",maxWidth:"none"}}}}}),i=t;i.displayName="Image";export{i as Image,t as StyledImage};