Skip to content

Commit

Permalink
remove deprecated CssDistFilename for 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kim <[email protected]>
  • Loading branch information
angle943 committed Feb 26, 2025
1 parent 946c6bb commit 8f986f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
23 changes: 0 additions & 23 deletions packages/osd-ui-shared-deps/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,29 +53,6 @@ export * from './theme_config';
*/
export const baseCssDistFilename: string;

/**
* Filename of the dark-theme css file in the distributable directory
* @deprecated
*/
export const darkCssDistFilename: string;

/**
* Filename of the dark-theme css file in the distributable directory
* @deprecated
*/
export const darkV8CssDistFilename: string;

/**
* Filename of the light-theme css file in the distributable directory
* @deprecated
*/
export const lightCssDistFilename: string;

/**
* Filename of the light-theme css file in the distributable directory
* @deprecated
*/
export const lightV8CssDistFilename: string;
/**
* Externals mapping inteded to be used in a webpack config
*/
Expand Down
8 changes: 0 additions & 8 deletions packages/osd-ui-shared-deps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ exports.distDir = Path.resolve(__dirname, 'target');
exports.jsDepFilenames = ['[email protected]'];
exports.jsFilename = 'osd-ui-shared-deps.js';
exports.baseCssDistFilename = 'osd-ui-shared-deps.css';
/** @deprecated */
exports.lightCssDistFilename = 'osd-ui-shared-deps.v7.light.css';
/** @deprecated */
exports.lightV8CssDistFilename = 'osd-ui-shared-deps.v8.light.css';
/** @deprecated */
exports.darkCssDistFilename = 'osd-ui-shared-deps.v7.dark.css';
/** @deprecated */
exports.darkV8CssDistFilename = 'osd-ui-shared-deps.v8.dark.css';
exports.externals = {
// stateful deps
'@osd/i18n': '__osdSharedDeps__.OsdI18n',
Expand Down

0 comments on commit 8f986f2

Please sign in to comment.