@pipelinesolucoes/theme 1.0.7-beta.4 → 1.0.7-beta.5
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/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/pipelinesolucoes.d.ts +2 -0
- package/dist/types/props/IconProps.d.ts +6 -0
- package/dist/types/props/IconProps.js +2 -0
- package/dist/types/props/IconProps.js.map +1 -0
- package/dist/types/tokens/notificationTokens.d.ts +12 -0
- package/dist/types/tokens/notificationTokens.js +2 -0
- package/dist/types/tokens/notificationTokens.js.map +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,12 +3,14 @@ export * from "./types/props/BorderProps";
|
|
|
3
3
|
export * from "./types/props/ColorProps";
|
|
4
4
|
export * from "./types/props/LayoutProps";
|
|
5
5
|
export * from "./types/props/TextProps";
|
|
6
|
+
export * from "./types/props/IconProps";
|
|
6
7
|
export * from "./types/tokens/buttonTokens";
|
|
7
8
|
export * from "./types/tokens/linkTokens";
|
|
8
9
|
export * from "./types/tokens/formTokens";
|
|
9
10
|
export * from "./types/tokens/typographyTokens";
|
|
10
11
|
export * from "./types/tokens/safeAreaTokens";
|
|
11
12
|
export * from "./types/tokens/footerTokens";
|
|
13
|
+
export * from "./types/tokens/notificationTokens";
|
|
12
14
|
export * from "./types/pipelinesolucoes";
|
|
13
15
|
export * from "./utils/mergeThemeParts";
|
|
14
16
|
export * from "./createPipelineSolucoesTheme";
|
package/dist/index.js
CHANGED
|
@@ -3,12 +3,14 @@ export * from "./types/props/BorderProps";
|
|
|
3
3
|
export * from "./types/props/ColorProps";
|
|
4
4
|
export * from "./types/props/LayoutProps";
|
|
5
5
|
export * from "./types/props/TextProps";
|
|
6
|
+
export * from "./types/props/IconProps";
|
|
6
7
|
export * from "./types/tokens/buttonTokens";
|
|
7
8
|
export * from "./types/tokens/linkTokens";
|
|
8
9
|
export * from "./types/tokens/formTokens";
|
|
9
10
|
export * from "./types/tokens/typographyTokens";
|
|
10
11
|
export * from "./types/tokens/safeAreaTokens";
|
|
11
12
|
export * from "./types/tokens/footerTokens";
|
|
13
|
+
export * from "./types/tokens/notificationTokens";
|
|
12
14
|
export * from "./types/pipelinesolucoes";
|
|
13
15
|
export * from "./utils/mergeThemeParts";
|
|
14
16
|
export * from "./createPipelineSolucoesTheme";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AAExC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AAExC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAElD,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC"}
|