@lls/typings 24.1.48-b6fcae52 → 24.1.48-bb9c80f1

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.
@@ -38,6 +38,7 @@ export type DocJson<T extends 'primary' | 'default' = 'default'> = {
38
38
  audios?: string[]
39
39
  videos?: string[]
40
40
  rives?: { src: string; stateMachines: string }[]
41
+ rotation?: number
41
42
  }
42
43
  : {
43
44
  metadata?: TODO | null
@@ -1,5 +1,6 @@
1
1
  export type ResourcesMenuType = {
2
2
  id?: string
3
+ uri?: string
3
4
  title?: string
4
5
  type?: string
5
6
  elements?: Array<ResourcesMenuType>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.48-b6fcae52",
3
+ "version": "24.1.48-bb9c80f1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],