@deriv/quill-icons 1.21.1 → 1.21.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.
@@ -3,6 +3,25 @@ export type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
3
3
  export interface QuillSvgProps extends SVGProps<SVGSVGElement> {
4
4
  iconSize?: IconSize;
5
5
  }
6
+ export declare const IconSizeGuide: readonly [{
7
+ readonly TShirtSize: "xs";
8
+ readonly size: "16";
9
+ }, {
10
+ readonly TShirtSize: "sm";
11
+ readonly size: "24";
12
+ }, {
13
+ readonly TShirtSize: "md";
14
+ readonly size: "32";
15
+ }, {
16
+ readonly TShirtSize: "lg";
17
+ readonly size: "48";
18
+ }, {
19
+ readonly TShirtSize: "xl";
20
+ readonly size: "64";
21
+ }, {
22
+ readonly TShirtSize: "2xl";
23
+ readonly size: "96";
24
+ }];
6
25
  export type SvgSize = {
7
26
  [key in IconSize]: {
8
27
  width: number;
@@ -1,6 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sizes = void 0;
3
+ exports.sizes = exports.IconSizeGuide = void 0;
4
+ exports.IconSizeGuide = [
5
+ { TShirtSize: 'xs', size: '16' },
6
+ { TShirtSize: 'sm', size: '24' },
7
+ { TShirtSize: 'md', size: '32' },
8
+ { TShirtSize: 'lg', size: '48' },
9
+ { TShirtSize: 'xl', size: '64' },
10
+ { TShirtSize: '2xl', size: '96' },
11
+ ];
4
12
  exports.sizes = {
5
13
  xs: {
6
14
  width: 16,
@@ -3,6 +3,25 @@ export type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
3
3
  export interface QuillSvgProps extends SVGProps<SVGSVGElement> {
4
4
  iconSize?: IconSize;
5
5
  }
6
+ export declare const IconSizeGuide: readonly [{
7
+ readonly TShirtSize: "xs";
8
+ readonly size: "16";
9
+ }, {
10
+ readonly TShirtSize: "sm";
11
+ readonly size: "24";
12
+ }, {
13
+ readonly TShirtSize: "md";
14
+ readonly size: "32";
15
+ }, {
16
+ readonly TShirtSize: "lg";
17
+ readonly size: "48";
18
+ }, {
19
+ readonly TShirtSize: "xl";
20
+ readonly size: "64";
21
+ }, {
22
+ readonly TShirtSize: "2xl";
23
+ readonly size: "96";
24
+ }];
6
25
  export type SvgSize = {
7
26
  [key in IconSize]: {
8
27
  width: number;
@@ -1,3 +1,11 @@
1
+ export const IconSizeGuide = [
2
+ { TShirtSize: 'xs', size: '16' },
3
+ { TShirtSize: 'sm', size: '24' },
4
+ { TShirtSize: 'md', size: '32' },
5
+ { TShirtSize: 'lg', size: '48' },
6
+ { TShirtSize: 'xl', size: '64' },
7
+ { TShirtSize: '2xl', size: '96' },
8
+ ];
1
9
  export const sizes = {
2
10
  xs: {
3
11
  width: 16,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriv/quill-icons",
3
- "version": "1.21.1",
3
+ "version": "1.21.2",
4
4
  "description": "This is the central repository for quill icons, exported from figma design file",
5
5
  "files": [
6
6
  "dist"