@kentico/xperience-admin-base 29.3.2 → 29.4.0
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/entry.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
|
|
3
1
|
import { DefineIconParameters } from 'froala-editor';
|
|
4
2
|
import { DraggableProvidedDragHandleProps } from 'react-beautiful-dnd';
|
|
5
3
|
import { MutableRefObject } from 'react';
|
|
@@ -752,6 +750,7 @@ declare const Icons = {
|
|
|
752
750
|
'xp-triangle-right': triangleRight,
|
|
753
751
|
'xp-trophy': trophy,
|
|
754
752
|
'xp-truck': truck,
|
|
753
|
+
'xp-truck-moving': truckMoving,
|
|
755
754
|
'xp-two-rectangles-h': twoRectanglesH,
|
|
756
755
|
'xp-two-rectangles-stacked-times': twoRectanglesStackedTimes,
|
|
757
756
|
'xp-two-rectangles-stacked': twoRectanglesStacked,
|