@latty-ds/web 0.2.0 → 0.3.0

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/custom-elements.json +1948 -1948
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latty-ds/web",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Web Components for the Latty design system — framework-agnostic UI components built with Lit",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -224,8 +224,8 @@
224
224
  },
225
225
  "dependencies": {
226
226
  "@floating-ui/dom": "^1.7.6",
227
- "@latty-ds/icons": "0.2.0"
227
+ "@latty-ds/icons": "0.3.0"
228
228
  },
229
229
  "customElements": "custom-elements.json",
230
- "gitHead": "6fd1814cb17a56d6652c581fc349c4f8f426a4bc"
230
+ "gitHead": "fd7ef88a3da39c3911d9afac35091be0ca48c44f"
231
231
  }