tide-design-system 2.0.46 → 2.0.47
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/tide-design-system.cjs +2 -2
- package/dist/tide-design-system.esm.d.ts +1 -1
- package/dist/tide-design-system.esm.js +134 -121
- package/index.ts +2 -1
- package/package.json +1 -1
|
@@ -1298,7 +1298,7 @@ export declare const ICON: {
|
|
|
1298
1298
|
|
|
1299
1299
|
export declare type Icon = GlobalIcon | RealmIcon;
|
|
1300
1300
|
|
|
1301
|
-
declare const ICON_REALM: {
|
|
1301
|
+
export declare const ICON_REALM: {
|
|
1302
1302
|
readonly RV: {
|
|
1303
1303
|
readonly CLASS_A: "rv-class-a";
|
|
1304
1304
|
readonly CLASS_B: "rv-class-b";
|