@primer/components 0.0.0-202192655748 → 0.0.0-20219266052

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,6 +1,6 @@
1
1
  # @primer/components
2
2
 
3
- ## 0.0.0-202192655748
3
+ ## 0.0.0-20219266052
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -2,7 +2,7 @@ import React, { ReactNode } from 'react';
2
2
  import { IconProps } from '@primer/octicons-react';
3
3
  import { FontSizeProps } from 'styled-system';
4
4
  import { SxProp } from '../sx';
5
- declare type Variant = 'default' | 'primary' | 'invisible' | 'block' | 'danger';
5
+ declare type Variant = 'default' | 'primary' | 'invisible' | 'danger';
6
6
  export declare type ButtonProps = {
7
7
  caret?: boolean;
8
8
  children: ReactNode;
@@ -240,8 +240,7 @@ const getVariantStyles = (theme, variant = 'default') => {
240
240
  theme
241
241
  })};
242
242
  }
243
- `,
244
- block: ``
243
+ `
245
244
  };
246
245
  return style[variant];
247
246
  };
@@ -2,7 +2,7 @@ import React, { ReactNode } from 'react';
2
2
  import { IconProps } from '@primer/octicons-react';
3
3
  import { FontSizeProps } from 'styled-system';
4
4
  import { SxProp } from '../sx';
5
- declare type Variant = 'default' | 'primary' | 'invisible' | 'block' | 'danger';
5
+ declare type Variant = 'default' | 'primary' | 'invisible' | 'danger';
6
6
  export declare type ButtonProps = {
7
7
  caret?: boolean;
8
8
  children: ReactNode;
@@ -218,8 +218,7 @@ const getVariantStyles = (theme, variant = 'default') => {
218
218
  theme
219
219
  })};
220
220
  }
221
- `,
222
- block: ``
221
+ `
223
222
  };
224
223
  return style[variant];
225
224
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-202192655748",
3
+ "version": "0.0.0-20219266052",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",