babylonjs-gui-editor 7.10.0 → 7.10.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.
@@ -4162,197 +4162,6 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
4162
4162
 
4163
4163
 
4164
4164
 
4165
- }
4166
- declare module BABYLON {
4167
-
4168
- }
4169
- declare module BABYLON.GuiEditor.SharedUIComponents {
4170
- /// <reference types="react" />
4171
- var _default: {
4172
- component: ICommandBarComponentProps>;
4173
- };
4174
- export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.CommandBarComponent>;
4175
- export var WithArtboardColor: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.CommandBarComponent>;
4176
-
4177
-
4178
-
4179
- }
4180
- declare module BABYLON {
4181
-
4182
- }
4183
- declare module BABYLON.GuiEditor.SharedUIComponents {
4184
- /// <reference types="react" />
4185
- var _default: {
4186
- component: ICommandButtonComponentProps>;
4187
- };
4188
- export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.CommandButtonComponent>;
4189
-
4190
-
4191
-
4192
- }
4193
- declare module BABYLON {
4194
-
4195
- }
4196
- declare module BABYLON.GuiEditor.SharedUIComponents {
4197
- /// <reference types="react" />
4198
- var _default: {
4199
- title: string;
4200
- component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.ButtonProps>;
4201
- };
4202
- export var Default: any;
4203
- export var Wide: any;
4204
- export var Small: any;
4205
-
4206
-
4207
-
4208
- }
4209
- declare module BABYLON {
4210
-
4211
- }
4212
- declare module BABYLON.GuiEditor.SharedUIComponents {
4213
- var _default: {
4214
- component: typeof BABYLON.GuiEditor.SharedUIComponents.ColorPickerComponent;
4215
- };
4216
- export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.ColorPickerComponent>;
4217
-
4218
-
4219
-
4220
- }
4221
- declare module BABYLON {
4222
-
4223
- }
4224
- declare module BABYLON.GuiEditor.SharedUIComponents {
4225
- /// <reference types="react" />
4226
- var _default: {
4227
- title: string;
4228
- component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.IconProps>;
4229
- };
4230
- export var Light: any;
4231
- export var Dark: any;
4232
-
4233
-
4234
-
4235
- }
4236
- declare module BABYLON {
4237
-
4238
- }
4239
- declare module BABYLON.GuiEditor.SharedUIComponents {
4240
- /// <reference types="react" />
4241
- var _default: {
4242
- title: string;
4243
- component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.LabelProps>;
4244
- };
4245
- export var Default: any;
4246
-
4247
-
4248
-
4249
- }
4250
- declare module BABYLON {
4251
-
4252
- }
4253
- declare module BABYLON.GuiEditor.SharedUIComponents {
4254
- /// <reference types="react" />
4255
- var _default: {
4256
- component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.IFlexibleGridLayoutProps>;
4257
- };
4258
- export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.FlexibleGridLayout>;
4259
- export var TwoColumn: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.FlexibleGridLayout>;
4260
-
4261
-
4262
-
4263
- }
4264
- declare module BABYLON {
4265
-
4266
- }
4267
- declare module BABYLON.GuiEditor.SharedUIComponents {
4268
- var _default: {
4269
- component: typeof BABYLON.GuiEditor.SharedUIComponents.ColorLineComponent;
4270
- };
4271
- export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.ColorLineComponent>;
4272
-
4273
-
4274
-
4275
- }
4276
- declare module BABYLON {
4277
-
4278
- }
4279
- declare module BABYLON.GuiEditor.SharedUIComponents {
4280
- var _default: {
4281
- component: typeof BABYLON.GuiEditor.SharedUIComponents.ColorPickerLineComponent;
4282
- };
4283
- export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.ColorPickerLineComponent>;
4284
-
4285
-
4286
-
4287
- }
4288
- declare module BABYLON {
4289
-
4290
- }
4291
- declare module BABYLON.GuiEditor.SharedUIComponents {
4292
- var _default: {
4293
- component: typeof BABYLON.GuiEditor.SharedUIComponents.FileButtonLineComponent;
4294
- };
4295
- export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.FileButtonLineComponent>;
4296
-
4297
-
4298
-
4299
- }
4300
- declare module BABYLON {
4301
-
4302
- }
4303
- declare module BABYLON.GuiEditor.SharedUIComponents {
4304
- var _default: {
4305
- component: typeof BABYLON.GuiEditor.SharedUIComponents.NumericInputComponent;
4306
- };
4307
- export var Default: StoryObj<typeof BABYLON.GuiEditor.SharedUIComponents.NumericInputComponent>;
4308
-
4309
-
4310
-
4311
- }
4312
- declare module BABYLON {
4313
-
4314
- }
4315
- declare module BABYLON.GuiEditor.SharedUIComponents {
4316
- var _default: {
4317
- component: (props: JSX.Element;
4318
- };
4319
- const RenderComponent: (args: any) => import("react/jsx-runtime").JSX.Element;
4320
- export var Default: StoryObj<typeof RenderComponent>;
4321
- export var WithCustomOptions: StoryObj<typeof RenderComponent>;
4322
- export var WithValidation: StoryObj<typeof RenderComponent>;
4323
-
4324
-
4325
-
4326
- }
4327
- declare module BABYLON {
4328
-
4329
- }
4330
- declare module BABYLON.GuiEditor.SharedUIComponents {
4331
- /// <reference types="react" />
4332
- var _default: {
4333
- title: string;
4334
- component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.MessageDialogProps>;
4335
- };
4336
- export var NoError: any;
4337
- export var Error: any;
4338
-
4339
-
4340
-
4341
- }
4342
- declare module BABYLON {
4343
-
4344
- }
4345
- declare module BABYLON.GuiEditor.SharedUIComponents {
4346
- /// <reference types="react" />
4347
- var _default: {
4348
- title: string;
4349
- component: import("react").FC<BABYLON.GuiEditor.SharedUIComponents.ToggleProps>;
4350
- };
4351
- export var Default: any;
4352
- export var Padded: any;
4353
-
4354
-
4355
-
4356
4165
  }
4357
4166
  declare module BABYLON {
4358
4167