@dartcom/ui-kit 10.6.2 → 10.6.3
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.
|
@@ -23,5 +23,8 @@ export declare const icons: {
|
|
|
23
23
|
close: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
24
24
|
muiName: string;
|
|
25
25
|
};
|
|
26
|
+
copy: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
27
|
+
muiName: string;
|
|
28
|
+
};
|
|
26
29
|
};
|
|
27
30
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/icon/constants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/icon/constants.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import i from"@mui/icons-material/Clear";import m from"@mui/icons-material/CloseOutlined";import o from"@mui/icons-material/
|
|
1
|
+
import i from"@mui/icons-material/Clear";import m from"@mui/icons-material/CloseOutlined";import o from"@mui/icons-material/ContentCopy";import r from"@mui/icons-material/Delete";import t from"@mui/icons-material/Edit";import e from"@mui/icons-material/Moving";import a from"@mui/icons-material/RestartAlt";import l from"@mui/icons-material/Save";import s from"@mui/icons-material/Visibility";const n={reset:a,edit:t,move:e,save:l,delete:r,clear:i,show:s,close:m,copy:o};export{n as icons};
|
package/dist/index.cjs
CHANGED
|
@@ -9,6 +9,7 @@ var ArrowDownwardIcon = require('@mui/icons-material/ArrowDownward');
|
|
|
9
9
|
var IconButton$1 = require('@mui/material/IconButton');
|
|
10
10
|
var ClearIcon = require('@mui/icons-material/Clear');
|
|
11
11
|
var CloseIcon = require('@mui/icons-material/CloseOutlined');
|
|
12
|
+
var ContentCopyIcon = require('@mui/icons-material/ContentCopy');
|
|
12
13
|
var DeleteIcon = require('@mui/icons-material/Delete');
|
|
13
14
|
var EditIcon = require('@mui/icons-material/Edit');
|
|
14
15
|
var MovingIcon = require('@mui/icons-material/Moving');
|
|
@@ -17626,6 +17627,7 @@ const icons = {
|
|
|
17626
17627
|
clear: ClearIcon,
|
|
17627
17628
|
show: VisibilityIcon,
|
|
17628
17629
|
close: CloseIcon,
|
|
17630
|
+
copy: ContentCopyIcon,
|
|
17629
17631
|
};
|
|
17630
17632
|
|
|
17631
17633
|
const StyledIconButton = material.styled(material.IconButton)(() => {
|