@pipelinesolucoes/theme 1.0.7-beta.6 → 1.0.7-beta.7

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.
@@ -1,3 +1,4 @@
1
+ import { PipelineSolucoesTypographyTokens } from "./typographyTokens";
1
2
  export type ButtonKind = "primary" | "secondary" | "tertiary" | "delete" | "none";
2
3
  export interface PipelineSolucoesButtonTokens {
3
4
  background?: string;
@@ -11,4 +12,5 @@ export interface PipelineSolucoesButtonTokens {
11
12
  border?: string;
12
13
  padding?: string;
13
14
  margin?: string;
15
+ typography?: PipelineSolucoesTypographyTokens;
14
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelinesolucoes/theme",
3
- "version": "1.0.7-beta.6",
3
+ "version": "1.0.7-beta.7",
4
4
  "description": "Base de tema e design system da Pipeline Soluções",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {