@taprootio/espalier 4.7.0 → 4.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taprootio/espalier",
3
- "version": "4.7.0",
3
+ "version": "4.9.0",
4
4
  "packageManager": "bun@1.3.12",
5
5
  "description": "Espalier — a themeable, accessible, framework-agnostic, enterprise-grade design system built on web standards and love.",
6
6
  "customElements": "custom-elements.json",
@@ -305,6 +305,10 @@
305
305
  "types": "./dist/shared/theme.d.ts",
306
306
  "import": "./dist/shared/theme.js"
307
307
  },
308
+ "./shared/theme-properties": {
309
+ "types": "./dist/shared/theme-properties.d.ts",
310
+ "import": "./dist/shared/theme-properties.js"
311
+ },
308
312
  "./shared/data-colors": {
309
313
  "types": "./dist/shared/data-colors.d.ts",
310
314
  "import": "./dist/shared/data-colors.js"
@@ -333,6 +337,10 @@
333
337
  "types": "./dist/shared/justified-layout.d.ts",
334
338
  "import": "./dist/shared/justified-layout.js"
335
339
  },
340
+ "./shared/image-texture-registry": {
341
+ "types": "./dist/shared/image-texture-registry.d.ts",
342
+ "import": "./dist/shared/image-texture-registry.js"
343
+ },
336
344
  "./shared/esp-bus": {
337
345
  "types": "./dist/shared/esp-bus.d.ts",
338
346
  "import": "./dist/shared/esp-bus.js"