@tachui/core 0.8.20 → 0.8.22
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/dist/assets/index.d.ts +20 -1
- package/dist/assets/index.d.ts.map +1 -1
- package/dist/assets/index.js +234 -210
- package/dist/bundles/assets.d.ts +1 -1
- package/dist/bundles/assets.d.ts.map +1 -1
- package/dist/common.js +401 -397
- package/dist/essential.js +403 -399
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +405 -401
- package/dist/modifiers/index.d.ts +1 -1
- package/dist/modifiers/index.d.ts.map +1 -1
- package/dist/version.js +1 -1
- package/package.json +3 -3
package/dist/bundles/assets.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Dedicated entry point for asset-related functions (fonts, colors, images, gradients).
|
|
5
5
|
* Enables tree-shaking for applications that only need asset functionality.
|
|
6
6
|
*/
|
|
7
|
-
export { Assets, Asset, ColorAsset, ImageAsset, FontAsset, registerAsset, createColorAsset, createImageAsset, createFontAsset, createGoogleFont, createVariableFont, getAssetInfo, listAssetNames, type FontAssetOptions, type FontWeightValue, type FontWidthValue, type AssetInfo, type AssetsInterface, } from '../assets';
|
|
7
|
+
export { Assets, Asset, ColorAsset, ImageAsset, FontAsset, registerAsset, createColorAsset, createImageAsset, createFontAsset, getAsset, getColorAsset, isColorAsset, asColorAsset, createGoogleFont, createVariableFont, getAssetInfo, listAssetNames, type FontAssetOptions, type FontWeightValue, type FontWidthValue, type AssetInfo, type AssetsInterface, type RegisteredAsset, } from '../assets';
|
|
8
8
|
export { LinearGradient, RadialGradient, StateGradient } from '../gradients';
|
|
9
9
|
/**
|
|
10
10
|
* Assets Bundle Metadata
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../src/bundles/assets.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EACL,MAAM,EACN,KAAK,EACL,UAAU,EACV,UAAU,EACV,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,eAAe,GACrB,MAAM,WAAW,CAAA;AAGlB,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAE5E;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;CAOd,CAAA"}
|
|
1
|
+
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../src/bundles/assets.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EACL,MAAM,EACN,KAAK,EACL,UAAU,EACV,UAAU,EACV,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,QAAQ,EACR,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,eAAe,EACpB,KAAK,eAAe,GACrB,MAAM,WAAW,CAAA;AAGlB,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAE5E;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;CAOd,CAAA"}
|