@loomhq/lens 11.8.0 → 11.9.0

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.
@@ -4,7 +4,7 @@ declare const Loader: ({ color, size, ...props }: LoaderProps & React.ComponentP
4
4
  export declare const availableSizes: string[];
5
5
  type LoaderProps = {
6
6
  color?: string;
7
- size?: 'medium' | 'large';
7
+ size?: 'small' | 'medium' | 'large';
8
8
  };
9
9
  type LoaderWrapperProps = {
10
10
  size?: string;
package/dist/index.js CHANGED
@@ -1521,6 +1521,9 @@ import { keyframes } from "@emotion/core";
1521
1521
  var speed = 1;
1522
1522
  var dotsAmount = 8;
1523
1523
  var sizes = {
1524
+ small: {
1525
+ totalSize: 18
1526
+ },
1524
1527
  medium: {
1525
1528
  totalSize: 24
1526
1529
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "11.8.0",
3
+ "version": "11.9.0",
4
4
  "engines": {
5
5
  "pnpm": "^8.9.2"
6
6
  },