@tipp/ui 2.2.1 → 2.2.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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -31471,13 +31471,13 @@ ul li::before{
31471
31471
  }
31472
31472
  }
31473
31473
  @media (min-width: 768px) {
31474
- :where(.rt-IconButton.sm\:rt-r-size-1)svg{
31474
+ :where(.rt-IconButton.sm\:rt-r-size-1) svg{
31475
31475
  --icon-button-size: var(--icon-button-size-1);
31476
31476
  }
31477
31477
  :where(.rt-IconButton.sm\:rt-r-size-2) svg{
31478
31478
  --icon-button-size: var(--icon-button-size-2);
31479
31479
  }
31480
- :where(.rt-IconButton.sm\:rt-r-size-3)svg{
31480
+ :where(.rt-IconButton.sm\:rt-r-size-3) svg{
31481
31481
  --icon-button-size: var(--icon-button-size-3);
31482
31482
  }
31483
31483
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tipp/ui",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -57,8 +57,8 @@
57
57
  "ts-jest": "^29.2.2",
58
58
  "ts-node": "^10.9.2",
59
59
  "tsup": "^8.0.2",
60
- "@tipp/eslint-config": "1.1.2",
61
- "@tipp/typescript-config": "1.0.1"
60
+ "@tipp/typescript-config": "1.0.1",
61
+ "@tipp/eslint-config": "1.1.2"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@types/react": "*",