@spark-ui/tailwind-plugins 2.2.2 → 2.2.3

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,10 @@
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.2.3](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.2.2...@spark-ui/tailwind-plugins@2.2.3) (2023-03-23)
7
+
8
+ **Note:** Version bump only for package @spark-ui/tailwind-plugins
9
+
6
10
  ## [2.2.2](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.2.1...@spark-ui/tailwind-plugins@2.2.2) (2023-03-22)
7
11
 
8
12
  **Note:** Version bump only for package @spark-ui/tailwind-plugins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/tailwind-plugins",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Spark Tailwind plugins",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,5 +18,5 @@
18
18
  "url": "git@github.com:adevinta/spark.git",
19
19
  "directory": "packages/utils/tailwind-plugins"
20
20
  },
21
- "gitHead": "8d5929fd944837fe356de0a553b2db7577fa83d2"
21
+ "gitHead": "254fdff2d3b063a99c8fc07aa6a836fbdc942698"
22
22
  }
@@ -98,7 +98,7 @@ For example, if your `themes` object looks like this:
98
98
 
99
99
  ```js
100
100
 
101
- sparkPlugins.sparkTheme({
101
+ sparkPlugins.sparkConfig({
102
102
  themes: {
103
103
  default: yourDefaultTheme,
104
104
  alternative: someAlternativeTheme,