@spark-ui/theme-utils 2.6.4 → 2.7.0

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.7.0](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.6.4...@spark-ui/theme-utils@2.7.0) (2023-03-09)
7
+
8
+ ### Features
9
+
10
+ - **theme-utils:** add support for various base font sizes in theme building process ([bb9f2a7](https://github.com/adevinta/spark/commit/bb9f2a72203d496edfe597a36425913b0953ff2d)), closes [#385](https://github.com/adevinta/spark/issues/385)
11
+
6
12
  ## [2.6.4](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.6.3...@spark-ui/theme-utils@2.6.4) (2023-03-07)
7
13
 
8
14
  **Note:** Version bump only for package @spark-ui/theme-utils
package/dist/types.d.ts CHANGED
@@ -202,6 +202,7 @@ export interface Theme {
202
202
  }
203
203
  export interface ThemeConfig {
204
204
  tailwindThemeConfigPath: string;
205
+ htmlFontSize?: number;
205
206
  tailwindCSSPath: string;
206
207
  themes: RequireAtLeastOne<Record<string, Theme>, 'default'>;
207
208
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/theme-utils",
3
- "version": "2.6.4",
3
+ "version": "2.7.0",
4
4
  "description": "package for managing Spark theme configuration",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,5 +20,5 @@
20
20
  "url": "git@github.com:adevinta/spark.git",
21
21
  "directory": "packages/utils/theme"
22
22
  },
23
- "gitHead": "6b65f63adc22d7a55eecb230c161ccaffd43ebc2"
23
+ "gitHead": "62c4c8020794ee3ea0ffd34f30cf673a92f55570"
24
24
  }