@open-ui-kit/core 1.0.4 → 1.1.1
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/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.d.ts +14 -0
- package/index.esm.js +1 -1
- package/index.esm.js.map +1 -1
- package/index.umd.js +1 -1
- package/index.umd.js.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4548,6 +4548,20 @@ declare const OS_LIGHT_COLORS: {
|
|
|
4548
4548
|
800: string;
|
|
4549
4549
|
900: string;
|
|
4550
4550
|
};
|
|
4551
|
+
brand: {
|
|
4552
|
+
outshiftLogoLightOrange: string;
|
|
4553
|
+
outshiftBlue: string;
|
|
4554
|
+
outshiftMidnightBlue: string;
|
|
4555
|
+
agentcyYellow: string;
|
|
4556
|
+
outshiftOrange: string;
|
|
4557
|
+
agentcyBlue: string;
|
|
4558
|
+
agentcyDarkBlue: string;
|
|
4559
|
+
outshiftLogoLightBlue: string;
|
|
4560
|
+
outshiftLogoGreen: string;
|
|
4561
|
+
outshiftLogoWhite: string;
|
|
4562
|
+
outshiftLogoOrange: string;
|
|
4563
|
+
outshiftLogoDark: string;
|
|
4564
|
+
};
|
|
4551
4565
|
};
|
|
4552
4566
|
|
|
4553
4567
|
declare const gradientsPalette: GradientsPalette$1;
|