# @artifak/component-generator

## 2.0.4

### Patch Changes

- Minor typings update
- README update

## 2.0.3

### Patch Changes

- Minor package typings update
- 6f08e4c: New hexToRGB, hexToRGBA, pxToEm and pxToRem utilities

## 2.0.2

### Patch Changes

- Added return types for generateComponent and createStyled

## 2.0.1

### Patch Changes

- Fix typings for createComponents and createStyledComponent

## 2.0.0

### Major Changes

## Breaking Changes

- createBaseComponents is now createComponents which accepts 2 arguments eg. base and settings.
- createStyledComponent now accepts a settings object.
- new typings introduced: BaseConfig, Settings, ScalableCSS, ComponentsRecord.

## 1.1.4

### Patch Changes

- remove usage of type keyword for type imports/exports for lint support
- move files to src dir for easier handling

## 1.1.3

### Patch Changes

- @artifak/bundler dependency version bump

## 1.1.2

### Patch Changes

- Build fix

## 1.1.1

### Patch Changes

- fix types property in package.json

## 1.1.0

### Minor Changes

- dependency fixes, pkg updates, lowered styled-components version to avoid hook error
- import type fixes
- add new key checking function
- type fix/update for component-generator functions
- rename generator functions for better readability

## 1.0.4

### Patch Changes

- generator bundle fix
- vulnerability patches

## 1.0.3

### Patch Changes

- fix type exports

## 1.0.2

### Patch Changes

- Minor Patch - Additional style props and type updates

## 1.0.1

### Patch Changes

- Added new utility functions createBaseComponents and createStyledComponent
