@warp-ds/css 1.3.0 → 1.3.1-next.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.
@@ -213,7 +213,7 @@ export const expandable = {
213
213
  chevronCollapse: 'rotate-180',
214
214
  expansion: 'overflow-hidden',
215
215
  expansionNotExpanded: 'h-0 invisible',
216
- button: buttonReset + ' hover:underline focus:underline',
216
+ button: buttonReset + ' hover:underline focus-visible:underline',
217
217
  buttonBox: 'w-full text-left relative inline-flex items-center ' + box.box,
218
218
  paddingTop: 'pt-0',
219
219
  title: 'flex justify-between items-center',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/css",
3
3
  "repository": "git@github.com:warp-ds/css.git",
4
- "version": "1.3.0",
4
+ "version": "1.3.1-next.1",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",