@uniformdev/assets 19.149.1-alpha.1 → 19.150.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/dist/index.d.mts +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -698,6 +698,14 @@ interface external {
|
|
|
698
698
|
_slug?: string | null;
|
|
699
699
|
/** @description Friendly name of this component. */
|
|
700
700
|
_name: string;
|
|
701
|
+
/** @description Name of the author of the most recent change. */
|
|
702
|
+
_author?: string;
|
|
703
|
+
/** @description Identity subject of the author of the most recent change. */
|
|
704
|
+
_authorSubject?: string;
|
|
705
|
+
/** @description Name of the original creator. */
|
|
706
|
+
_creator?: string;
|
|
707
|
+
/** @description Identity subject of the original creator. */
|
|
708
|
+
_creatorSubject?: string;
|
|
701
709
|
/** @description Indicates this component instance should be sourced from a pattern library pattern. */
|
|
702
710
|
_pattern?: string;
|
|
703
711
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -698,6 +698,14 @@ interface external {
|
|
|
698
698
|
_slug?: string | null;
|
|
699
699
|
/** @description Friendly name of this component. */
|
|
700
700
|
_name: string;
|
|
701
|
+
/** @description Name of the author of the most recent change. */
|
|
702
|
+
_author?: string;
|
|
703
|
+
/** @description Identity subject of the author of the most recent change. */
|
|
704
|
+
_authorSubject?: string;
|
|
705
|
+
/** @description Name of the original creator. */
|
|
706
|
+
_creator?: string;
|
|
707
|
+
/** @description Identity subject of the original creator. */
|
|
708
|
+
_creatorSubject?: string;
|
|
701
709
|
/** @description Indicates this component instance should be sourced from a pattern library pattern. */
|
|
702
710
|
_pattern?: string;
|
|
703
711
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.150.0",
|
|
4
4
|
"description": "Uniform Assets",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "19.
|
|
39
|
+
"@uniformdev/context": "19.150.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "4dc41368724c89d5d3c20ff5e4f84c4cfb1752b2"
|
|
42
42
|
}
|