@colisweb/rescript-toolkit 2.55.0 → 2.56.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "2.55.0",
3
+ "version": "2.56.1",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build -with-deps",
@@ -79,7 +79,7 @@
79
79
  "rescript-react-update": "5.0.0",
80
80
  "sanitize-html": "1.27.4",
81
81
  "swr": "1.3.0",
82
- "tailwindcss": "3.1.8"
82
+ "tailwindcss": "3.2.4"
83
83
  },
84
84
  "devDependencies": {
85
85
  "@babel/core": "7.18.6",
@@ -182,7 +182,7 @@ module Make = (Config: RouterConfig) => {
182
182
  className={cx([
183
183
  "transition-all duration-200 ease-in-out absolute ml-12 w-40 transform top-1/2 -translate-y-1/2",
184
184
  isNavOpen ? "pl-1 opacity-100 delay-75" : "opacity-0 invisible",
185
- isSubLink ? "textSm" : "",
185
+ isSubLink ? "text-sm" : "",
186
186
  ])}>
187
187
  label
188
188
  </span>