@instructure/ui-options 8.20.0 → 8.20.1-snapshot.19
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/LICENSE.md +27 -0
- package/es/Options/theme.js +3 -5
- package/es/index.js +1 -1
- package/lib/Options/theme.js +3 -7
- package/lib/index.js +0 -6
- package/package.json +15 -14
- package/src/Options/theme.ts +1 -10
- package/src/index.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Options/theme.d.ts +1 -2
- package/types/Options/theme.d.ts.map +1 -1
- package/types/index.d.ts +1 -1
- package/types/index.d.ts.map +1 -1
package/types/Options/theme.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { Theme } from '@instructure/ui-themes';
|
|
2
2
|
import type { OptionsTheme } from '@instructure/shared-types';
|
|
3
|
-
declare const optionsThemeKeys: (keyof OptionsTheme)[];
|
|
4
3
|
/**
|
|
5
4
|
* Generates the theme object for the component from the theme and provided additional information
|
|
6
5
|
* @param {Object} theme The actual theme object.
|
|
7
6
|
* @return {Object} The final theme object with the overrides and component variables
|
|
8
7
|
*/
|
|
9
8
|
declare const generateComponentTheme: (theme: Theme) => OptionsTheme;
|
|
10
|
-
export { generateComponentTheme as optionsThemeGenerator
|
|
9
|
+
export { generateComponentTheme as optionsThemeGenerator };
|
|
11
10
|
export default generateComponentTheme;
|
|
12
11
|
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/Options/theme.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAE7D
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/Options/theme.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAE7D;;;;GAIG;AACH,QAAA,MAAM,sBAAsB,UAAW,KAAK,KAAG,YAgB9C,CAAA;AAED,OAAO,EAAE,sBAAsB,IAAI,qBAAqB,EAAE,CAAA;AAC1D,eAAe,sBAAsB,CAAA"}
|
package/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Options } from './Options';
|
|
2
|
-
export { optionsThemeGenerator
|
|
2
|
+
export { optionsThemeGenerator } from './Options/theme';
|
|
3
3
|
export { optionsItemThemeGenerator } from './Options/Item/theme';
|
|
4
4
|
export { optionsSeparatorThemeGenerator } from './Options/Separator/theme';
|
|
5
5
|
export type { OptionsProps } from './Options/props';
|
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAEnC,OAAO,EAAE,qBAAqB,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAEnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AACvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAA;AAE1E,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AACnD,YAAY,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAC5D,YAAY,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAA"}
|