@common-origin/design-system 2.7.0 → 2.8.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.ts +1 -1
- package/dist/index.esm.js +530 -45
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +530 -45
- package/dist/index.js.map +1 -1
- package/dist/styles/icons.json +531 -46
- package/dist/types/icons.d.ts +23 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -857,4 +857,4 @@ export declare const tokens: {
|
|
|
857
857
|
};
|
|
858
858
|
};
|
|
859
859
|
export type { Tokens, TokensBase, TokensSemantic, TokensComponent } from './styles/tokens.d';
|
|
860
|
-
export { iconsData, type IconName } from './types/icons';
|
|
860
|
+
export { iconsData, type IconName, type IconCategory, type IconMetadata, type IconRegistry, } from './types/icons';
|