@lindle/linoardo 1.0.18 → 1.0.19

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/styles.css +0 -3
  2. package/package.json +2 -4
package/dist/styles.css CHANGED
@@ -276,9 +276,6 @@
276
276
  .relative {
277
277
  position: relative;
278
278
  }
279
- .static {
280
- position: static;
281
- }
282
279
  .inset-0 {
283
280
  inset: calc(var(--spacing) * 0);
284
281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindle/linoardo",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -10,9 +10,7 @@
10
10
  "@mdi/font": "^7.4.47",
11
11
  "react": ">=18",
12
12
  "react-dom": ">=18",
13
- "tailwind-merge": "^3.3.1"
14
- },
15
- "devDependencies": {
13
+ "tailwind-merge": "^3.3.1",
16
14
  "@storybook/addon-docs": "^10.0.2",
17
15
  "@storybook/addon-links": "^10.0.2",
18
16
  "@storybook/react-vite": "^10.0.2",