@instructure/ui-tree-browser 11.7.2-snapshot-52 → 11.7.2-snapshot-60

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.
@@ -11,7 +11,7 @@ import type { TreeBrowserButtonProps, TreeBrowserButtonStyle } from './props';
11
11
  * @param {Object} state the state of the component, the style is applied to
12
12
  * @return {Object} The final style object, which will be used in the component
13
13
  */
14
- declare const generateStyles: (componentTheme: NewComponentTypes["TreeBrowserTreeButton"], props: TreeBrowserButtonProps, sharedTokens: SharedTokens, state: {
14
+ declare const generateStyles: (componentTheme: ReturnType<NewComponentTypes["TreeBrowserTreeButton"]>, props: TreeBrowserButtonProps, sharedTokens: SharedTokens, state: {
15
15
  animation?: boolean;
16
16
  hoverable?: boolean;
17
17
  }) => TreeBrowserButtonStyle;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/TreeBrowser/v2/TreeButton/styles.ts"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAY7E;;;;;;;;;;GAUG;AACH,QAAA,MAAM,cAAc,GAClB,gBAAgB,iBAAiB,CAAC,uBAAuB,CAAC,EAC1D,OAAO,sBAAsB,EAC7B,cAAc,YAAY,EAC1B,OAAO;IAAE,SAAS,CAAC,EAAE,OAAO,CAAC;IAAC,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,KAClD,sBAiRF,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/TreeBrowser/v2/TreeButton/styles.ts"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAY7E;;;;;;;;;;GAUG;AACH,QAAA,MAAM,cAAc,GAClB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,CAAC,EACtE,OAAO,sBAAsB,EAC7B,cAAc,YAAY,EAC1B,OAAO;IAAE,SAAS,CAAC,EAAE,OAAO,CAAC;IAAC,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,KAClD,sBAiRF,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -11,7 +11,7 @@ import type { TreeBrowserCollectionProps, TreeBrowserCollectionStyle } from './p
11
11
  * @param {Object} state the state of the component, the style is applied to
12
12
  * @return {Object} The final style object, which will be used in the component
13
13
  */
14
- declare const generateStyles: (componentTheme: NewComponentTypes["TreeBrowserTreeCollection"], props: TreeBrowserCollectionProps, sharedTokens: SharedTokens, state: {
14
+ declare const generateStyles: (componentTheme: ReturnType<NewComponentTypes["TreeBrowserTreeCollection"]>, props: TreeBrowserCollectionProps, sharedTokens: SharedTokens, state: {
15
15
  animation?: boolean;
16
16
  }) => TreeBrowserCollectionStyle;
17
17
  export default generateStyles;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/TreeBrowser/v2/TreeCollection/styles.ts"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EACV,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,SAAS,CAAA;AAOhB;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,cAAc,GAClB,gBAAgB,iBAAiB,CAAC,2BAA2B,CAAC,EAC9D,OAAO,0BAA0B,EACjC,cAAc,YAAY,EAC1B,OAAO;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,KAC7B,0BAoGF,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/TreeBrowser/v2/TreeCollection/styles.ts"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EACV,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,SAAS,CAAA;AAOhB;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,cAAc,GAClB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,2BAA2B,CAAC,CAAC,EAC1E,OAAO,0BAA0B,EACjC,cAAc,YAAY,EAC1B,OAAO;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,KAC7B,0BAoGF,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -11,6 +11,6 @@ import type { TreeBrowserStyle, TreeBrowserProps } from './props';
11
11
  * @param {Object} state the state of the component, the style is applied to
12
12
  * @return {Object} The final style object, which will be used in the component
13
13
  */
14
- declare const generateStyles: (componentTheme: NewComponentTypes["TreeBrowser"], _props: TreeBrowserProps, sharedTokens: SharedTokens) => TreeBrowserStyle;
14
+ declare const generateStyles: (componentTheme: ReturnType<NewComponentTypes["TreeBrowser"]>, _props: TreeBrowserProps, sharedTokens: SharedTokens) => TreeBrowserStyle;
15
15
  export default generateStyles;
16
16
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/TreeBrowser/v2/styles.ts"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAEjE;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,cAAc,GAClB,gBAAgB,iBAAiB,CAAC,aAAa,CAAC,EAChD,QAAQ,gBAAgB,EACxB,cAAc,YAAY,KACzB,gBAgCF,CAAA;AAED,eAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/TreeBrowser/v2/styles.ts"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAEjE;;;;;;;;;;GAUG;AAEH,QAAA,MAAM,cAAc,GAClB,gBAAgB,UAAU,CAAC,iBAAiB,CAAC,aAAa,CAAC,CAAC,EAC5D,QAAQ,gBAAgB,EACxB,cAAc,YAAY,KACzB,gBAgCF,CAAA;AAED,eAAe,cAAc,CAAA"}