@spark-ui/tailwind-plugins 1.1.1 → 1.1.2
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 +4 -0
- package/animation.stories.mdx +2 -2
- package/package.json +2 -2
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
|
+
## [1.1.2](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@1.1.1...@spark-ui/tailwind-plugins@1.1.2) (2023-03-13)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @spark-ui/tailwind-plugins
|
9
|
+
|
6
10
|
## [1.1.1](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@1.1.0...@spark-ui/tailwind-plugins@1.1.1) (2023-03-13)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @spark-ui/tailwind-plugins
|
package/animation.stories.mdx
CHANGED
@@ -47,7 +47,7 @@ This plugin also includes four animation keyframes:
|
|
47
47
|
|
48
48
|
You can customize the **CSS class prefix** using the `prefixVariant` option.
|
49
49
|
|
50
|
-
By default, the prefix will be `anime-sp` (e.g. `
|
50
|
+
By default, the prefix will be `anime-sp` (e.g. `sp-anime-fill-forwards`), but you can change it like so:
|
51
51
|
|
52
52
|
```js
|
53
53
|
// tailwind.config.js
|
@@ -61,4 +61,4 @@ module.exports = {
|
|
61
61
|
|
62
62
|
```
|
63
63
|
|
64
|
-
This will change the prefix to `bar` (e.g. `bar-
|
64
|
+
This will change the prefix to `bar` (e.g. `bar-fill-forwards`).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/tailwind-plugins",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.2",
|
4
4
|
"description": "Spark Tailwind plugins",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -14,5 +14,5 @@
|
|
14
14
|
"url": "git@github.com:adevinta/spark.git",
|
15
15
|
"directory": "packages/utils/tailwind-plugins"
|
16
16
|
},
|
17
|
-
"gitHead": "
|
17
|
+
"gitHead": "a1686f8fd79eee57d1515c6926d84c8e7c7f90a2"
|
18
18
|
}
|