@pimcore/studio-ui-bundle 1.0.0-canary.20251204-113739-2dca5da → 1.0.0-canary.20251204-121423-a0d56b5

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.
@@ -160,9 +160,14 @@ export declare const studioDefaultLightThemeConfig: {
160
160
  colorSuccessText: string;
161
161
  };
162
162
  Warning: {
163
+ colorWarning: string;
163
164
  colorWarningBg: string;
164
165
  colorWarningBorder: string;
165
166
  };
167
+ Error: {
168
+ colorError: string;
169
+ colorErrorBg: string;
170
+ };
166
171
  Primary: {
167
172
  colorPrimaryText: string;
168
173
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251204-113739-2dca5da",
3
+ "version": "1.0.0-canary.20251204-121423-a0d56b5",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"