@grafana/components 0.0.57 → 0.0.58

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.
@@ -1300,12 +1300,14 @@ import { PanelLeftDashed } from './PanelLeftDashed.js';
1300
1300
  import { PanelLeftInactive } from './PanelLeftInactive.js';
1301
1301
  import { PanelLeftOpen } from './PanelLeftOpen.js';
1302
1302
  import { PanelLeftRightDashed } from './PanelLeftRightDashed.js';
1303
+ import { PanelLeftToggleDisabled } from './PanelLeftToggleDisabled.js';
1303
1304
  import { PanelLeftToggle } from './PanelLeftToggle.js';
1304
1305
  import { PanelLeft } from './PanelLeft.js';
1305
1306
  import { PanelRightClose } from './PanelRightClose.js';
1306
1307
  import { PanelRightDashed } from './PanelRightDashed.js';
1307
1308
  import { PanelRightInactive } from './PanelRightInactive.js';
1308
1309
  import { PanelRightOpen } from './PanelRightOpen.js';
1310
+ import { PanelRightToggleDisabled } from './PanelRightToggleDisabled.js';
1309
1311
  import { PanelRightToggle } from './PanelRightToggle.js';
1310
1312
  import { PanelRight } from './PanelRight.js';
1311
1313
  import { PanelTopBottomDashed } from './PanelTopBottomDashed.js';
@@ -3270,12 +3272,14 @@ const AllIcons = {
3270
3272
  PanelLeftInactive,
3271
3273
  PanelLeftOpen,
3272
3274
  PanelLeftRightDashed,
3275
+ PanelLeftToggleDisabled,
3273
3276
  PanelLeftToggle,
3274
3277
  PanelLeft,
3275
3278
  PanelRightClose,
3276
3279
  PanelRightDashed,
3277
3280
  PanelRightInactive,
3278
3281
  PanelRightOpen,
3282
+ PanelRightToggleDisabled,
3279
3283
  PanelRightToggle,
3280
3284
  PanelRight,
3281
3285
  PanelTopBottomDashed,