@gnist/design-system 5.5.0-alpha.1 → 5.5.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.
- package/CHANGELOG.md +19 -5
- package/dist/building-blocks/inputs/internal/textBelowInput.css.cjs +2 -2
- package/dist/building-blocks/inputs/internal/textBelowInput.css.js +2 -2
- package/dist/building-blocks/skeletons/CircularSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/RectangularSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/TextSkeleton.cjs +1 -3
- package/dist/building-blocks/skeletons/TextSkeleton.d.ts.map +1 -1
- package/dist/building-blocks/skeletons/TextSkeleton.js +1 -3
- package/dist/components/actions/buttons/createButtonVariant.d.ts.map +1 -1
- package/dist/components/actions/buttons/styles.css.cjs +9 -8
- package/dist/components/actions/buttons/styles.css.d.ts.map +1 -1
- package/dist/components/actions/buttons/styles.css.js +9 -8
- package/dist/components/actions/chips/styles.css.cjs +4 -3
- package/dist/components/actions/chips/styles.css.d.ts.map +1 -1
- package/dist/components/actions/chips/styles.css.js +4 -3
- package/dist/components/actions/selectionControls/checkbox.css.cjs +3 -3
- package/dist/components/actions/selectionControls/checkbox.css.js +3 -3
- package/dist/components/actions/selectionControls/radiobutton.css.cjs +3 -3
- package/dist/components/actions/selectionControls/radiobutton.css.js +3 -3
- package/dist/components/actions/selectionControls/radiogroup.css.cjs +4 -3
- package/dist/components/actions/selectionControls/radiogroup.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/radiogroup.css.js +4 -3
- package/dist/components/actions/selectionControls/shared.css.cjs +7 -6
- package/dist/components/actions/selectionControls/shared.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/shared.css.js +7 -6
- package/dist/components/actions/selectionControls/shared.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/switch.css.cjs +11 -10
- package/dist/components/actions/selectionControls/switch.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/switch.css.js +11 -10
- package/dist/components/feedback/alerts/AlertBanner.css.cjs +13 -12
- package/dist/components/feedback/alerts/AlertBanner.css.d.ts.map +1 -1
- package/dist/components/feedback/alerts/AlertBanner.css.js +13 -12
- package/dist/components/feedback/alerts/AlertBanner.d.ts.map +1 -1
- package/dist/components/feedback/loaders/LoadingSpinner.d.ts.map +1 -1
- package/dist/components/feedback/loaders/loadingBar.css.cjs +2 -3
- package/dist/components/feedback/loaders/loadingBar.css.d.ts.map +1 -1
- package/dist/components/feedback/loaders/loadingBar.css.js +3 -4
- package/dist/components/feedback/loaders/loadingSpinner.css.cjs +1 -2
- package/dist/components/feedback/loaders/loadingSpinner.css.d.ts.map +1 -1
- package/dist/components/feedback/loaders/loadingSpinner.css.js +2 -3
- package/dist/components/feedback/notifications/lozenge.css.cjs +2 -2
- package/dist/components/feedback/notifications/lozenge.css.js +2 -2
- package/dist/components/feedback/progress/ProgressBar.css.cjs +3 -4
- package/dist/components/feedback/progress/ProgressBar.css.d.ts.map +1 -1
- package/dist/components/feedback/progress/ProgressBar.css.js +4 -5
- package/dist/components/inputs/dropdowns/select.css.cjs +7 -7
- package/dist/components/inputs/dropdowns/select.css.js +7 -7
- package/dist/components/inputs/pickers/Calendar.css.cjs +8 -8
- package/dist/components/inputs/pickers/Calendar.css.d.ts.map +1 -1
- package/dist/components/inputs/pickers/Calendar.css.js +9 -9
- package/dist/components/inputs/shared-styles/iconButtonOverlay.css.cjs +2 -2
- package/dist/components/inputs/shared-styles/iconButtonOverlay.css.js +2 -2
- package/dist/components/inputs/shared-styles/inputField.css.cjs +6 -5
- package/dist/components/inputs/shared-styles/inputField.css.d.ts.map +1 -1
- package/dist/components/inputs/shared-styles/inputField.css.js +6 -5
- package/dist/components/inputs/shared-styles/labelStyles.css.cjs +2 -2
- package/dist/components/inputs/shared-styles/labelStyles.css.js +2 -2
- package/dist/components/inputs/shared-styles/suffixPrefix.css.cjs +3 -3
- package/dist/components/inputs/shared-styles/suffixPrefix.css.js +3 -3
- package/dist/components/inputs/textFields/TextArea.cjs +1 -1
- package/dist/components/inputs/textFields/TextArea.d.ts.map +1 -1
- package/dist/components/inputs/textFields/TextArea.js +1 -1
- package/dist/components/inputs/textFields/TextField.cjs +0 -1
- package/dist/components/inputs/textFields/TextField.js +0 -1
- package/dist/components/inputs/textFields/textArea.css.cjs +2 -2
- package/dist/components/inputs/textFields/textArea.css.js +2 -2
- package/dist/components/progress/spinner.css.cjs +1 -2
- package/dist/components/progress/spinner.css.d.ts.map +1 -1
- package/dist/components/progress/spinner.css.js +2 -3
- package/dist/components/surfaces/accordion/Accordion.d.ts +1 -1
- package/dist/components/surfaces/accordion/accordion.css.cjs +7 -7
- package/dist/components/surfaces/accordion/accordion.css.d.ts +1 -1
- package/dist/components/surfaces/accordion/accordion.css.js +8 -8
- package/dist/components/surfaces/cards/cards.css.cjs +6 -5
- package/dist/components/surfaces/cards/cards.css.d.ts +1 -1
- package/dist/components/surfaces/cards/cards.css.d.ts.map +1 -1
- package/dist/components/surfaces/cards/cards.css.js +6 -5
- package/dist/components/surfaces/cards/checkboxCard.css.cjs +2 -2
- package/dist/components/surfaces/cards/checkboxCard.css.js +2 -2
- package/dist/components/surfaces/cards/internal/SelectionCard.css.cjs +3 -3
- package/dist/components/surfaces/cards/internal/SelectionCard.css.js +3 -3
- package/dist/components/surfaces/cards/internal/SelectionCard.d.ts.map +1 -1
- package/dist/components/surfaces/modal/modal.css.cjs +10 -10
- package/dist/components/surfaces/modal/modal.css.js +11 -11
- package/dist/foundation/iconography/Icon.css.cjs +2 -3
- package/dist/foundation/iconography/Icon.css.d.ts.map +1 -1
- package/dist/foundation/iconography/Icon.css.js +3 -4
- package/dist/foundation/iconography/icons.d.ts +1 -1
- package/dist/foundation/iconography/icons.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/file/archive-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/archive-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/archive-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/archive-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/archive-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/archive-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/archive-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/archive-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_copy-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_copy-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_copy-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_copy-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/index.cjs +33 -0
- package/dist/foundation/iconography/svg/file/index.d.ts +78 -0
- package/dist/foundation/iconography/svg/file/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/file/index.js +34 -1
- package/dist/foundation/iconography/svg/file/unarchive-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/unarchive-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/unarchive-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/unarchive-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.js +10 -0
- package/dist/foundation/logos/Logo.css.cjs +4 -5
- package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
- package/dist/foundation/logos/Logo.css.js +5 -6
- package/dist/foundation/logos/svg/autoria/autoria_symbol.svg.cjs +1 -1
- package/dist/foundation/logos/svg/autoria/autoria_symbol.svg.js +1 -1
- package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg.cjs +1 -1
- package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg.js +1 -1
- package/dist/foundation/logos/svg/skoda/skoda_symbol.svg.cjs +1 -1
- package/dist/foundation/logos/svg/skoda/skoda_symbol.svg.js +1 -1
- package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg.cjs +1 -1
- package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg.js +1 -1
- package/dist/foundation/logos/svg/vw/index.cjs +1 -1
- package/dist/foundation/logos/svg/vw/index.js +1 -1
- package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg.cjs +1 -1
- package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg.js +1 -1
- package/dist/foundation/logos/svg/vw/vw_symbol.svg.cjs +1 -1
- package/dist/foundation/logos/svg/vw/vw_symbol.svg.js +1 -1
- package/dist/foundation/logos/svg/vw/vw_wordmark.svg.cjs +1 -1
- package/dist/foundation/logos/svg/vw/vw_wordmark.svg.js +1 -1
- package/dist/foundation/typography/typography.css.cjs +2 -2
- package/dist/foundation/typography/typography.css.js +2 -2
- package/dist/styles/animations.css.cjs +2 -2
- package/dist/styles/animations.css.js +2 -2
- package/dist/styles/states.css.cjs +5 -4
- package/dist/styles/states.css.d.ts.map +1 -1
- package/dist/styles/states.css.js +5 -4
- package/dist/translations/index.d.ts.map +1 -1
- package/dist/utilities/accessibility/visuallyHidden.css.cjs +2 -2
- package/dist/utilities/accessibility/visuallyHidden.css.js +2 -2
- package/dist/utilities/forms/formHelpers.d.ts.map +1 -1
- package/dist/utilities/html/index.d.ts.map +1 -1
- package/dist/utilities/layout/styles.css.cjs +3 -3
- package/dist/utilities/layout/styles.css.js +3 -3
- package/dist/utilities/time/date.d.ts.map +1 -1
- package/dist/utilities/tokens/tokens.d.ts.map +1 -1
- package/dist/utilities/validation/validation.d.ts.map +1 -1
- package/dist/utilities/validation/validationSteps.d.ts.map +1 -1
- package/dist/utilities/validation/validators.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const atoms_css_js = require("@gnist/themes/atoms.css.js");
|
|
5
|
-
const layers_css_js = require("@gnist/themes/layers.css.js");
|
|
6
5
|
const tokens_css_js = require("@gnist/themes/tokens.css.js");
|
|
7
6
|
const css = require("@vanilla-extract/css");
|
|
8
7
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
9
|
-
const
|
|
8
|
+
const recipes = require("@vanilla-extract/recipes");
|
|
9
|
+
const backdropStyle = css.style({
|
|
10
10
|
zIndex: -1,
|
|
11
11
|
position: "fixed",
|
|
12
12
|
right: 0,
|
|
@@ -16,7 +16,7 @@ const backdropStyle = layers_css_js.gnistStyle({
|
|
|
16
16
|
backgroundColor: "rgba(0, 0, 0, 0.5)",
|
|
17
17
|
WebkitTapHighlightColor: "transparent"
|
|
18
18
|
});
|
|
19
|
-
const modalStyle =
|
|
19
|
+
const modalStyle = css.style({
|
|
20
20
|
position: "fixed",
|
|
21
21
|
zIndex: 1300,
|
|
22
22
|
right: 0,
|
|
@@ -36,7 +36,7 @@ const modalStyle = layers_css_js.gnistStyle({
|
|
|
36
36
|
margin: 0,
|
|
37
37
|
padding: 0
|
|
38
38
|
});
|
|
39
|
-
const modalHeadingStyle =
|
|
39
|
+
const modalHeadingStyle = css.style({
|
|
40
40
|
fontWeight: tokens_css_js.tokens.typeface.weight.semibold
|
|
41
41
|
});
|
|
42
42
|
const dialogPadding = (size) => {
|
|
@@ -51,7 +51,7 @@ const dialogPadding = (size) => {
|
|
|
51
51
|
return tokens_css_js.tokens.spacing.m;
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
|
-
const dialogRecipe =
|
|
54
|
+
const dialogRecipe = recipes.recipe({
|
|
55
55
|
base: [
|
|
56
56
|
atoms_css_js.atoms({
|
|
57
57
|
color: "on-surface",
|
|
@@ -104,12 +104,12 @@ const dialogRecipe = layers_css_js.gnistRecipe({
|
|
|
104
104
|
size: "medium"
|
|
105
105
|
}
|
|
106
106
|
});
|
|
107
|
-
const headerRowPaddingBySize = (size) =>
|
|
107
|
+
const headerRowPaddingBySize = (size) => css.style({
|
|
108
108
|
paddingTop: dialogPadding(size),
|
|
109
109
|
paddingRight: dialogPadding(size),
|
|
110
110
|
paddingLeft: dialogPadding(size)
|
|
111
111
|
});
|
|
112
|
-
const headerRowRecipe =
|
|
112
|
+
const headerRowRecipe = recipes.recipe({
|
|
113
113
|
base: [
|
|
114
114
|
{
|
|
115
115
|
position: "sticky",
|
|
@@ -144,7 +144,7 @@ const headerRowRecipe = layers_css_js.gnistRecipe({
|
|
|
144
144
|
}
|
|
145
145
|
]
|
|
146
146
|
});
|
|
147
|
-
const contentContainerRecipe =
|
|
147
|
+
const contentContainerRecipe = recipes.recipe({
|
|
148
148
|
base: [
|
|
149
149
|
atoms_css_js.atoms({
|
|
150
150
|
display: "flex",
|
|
@@ -210,12 +210,12 @@ const contentContainerRecipe = layers_css_js.gnistRecipe({
|
|
|
210
210
|
}
|
|
211
211
|
]
|
|
212
212
|
});
|
|
213
|
-
const actionRowPaddingBySize = (size) =>
|
|
213
|
+
const actionRowPaddingBySize = (size) => css.style({
|
|
214
214
|
paddingTop: cssUtils.calc(dialogPadding(size)).add(tokens_css_js.tokens.spacing.xxs).toString(),
|
|
215
215
|
paddingRight: dialogPadding(size),
|
|
216
216
|
paddingLeft: dialogPadding(size)
|
|
217
217
|
});
|
|
218
|
-
const actionRowRecipe =
|
|
218
|
+
const actionRowRecipe = recipes.recipe({
|
|
219
219
|
base: [
|
|
220
220
|
atoms_css_js.atoms({
|
|
221
221
|
display: "flex",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { atoms } from "@gnist/themes/atoms.css.js";
|
|
3
|
-
import { gnistStyle, gnistRecipe } from "@gnist/themes/layers.css.js";
|
|
4
3
|
import { tokens } from "@gnist/themes/tokens.css.js";
|
|
5
|
-
import { globalStyle } from "@vanilla-extract/css";
|
|
4
|
+
import { style, globalStyle } from "@vanilla-extract/css";
|
|
6
5
|
import { calc } from "@vanilla-extract/css-utils";
|
|
7
|
-
|
|
6
|
+
import { recipe } from "@vanilla-extract/recipes";
|
|
7
|
+
const backdropStyle = style({
|
|
8
8
|
zIndex: -1,
|
|
9
9
|
position: "fixed",
|
|
10
10
|
right: 0,
|
|
@@ -14,7 +14,7 @@ const backdropStyle = gnistStyle({
|
|
|
14
14
|
backgroundColor: "rgba(0, 0, 0, 0.5)",
|
|
15
15
|
WebkitTapHighlightColor: "transparent"
|
|
16
16
|
});
|
|
17
|
-
const modalStyle =
|
|
17
|
+
const modalStyle = style({
|
|
18
18
|
position: "fixed",
|
|
19
19
|
zIndex: 1300,
|
|
20
20
|
right: 0,
|
|
@@ -34,7 +34,7 @@ const modalStyle = gnistStyle({
|
|
|
34
34
|
margin: 0,
|
|
35
35
|
padding: 0
|
|
36
36
|
});
|
|
37
|
-
const modalHeadingStyle =
|
|
37
|
+
const modalHeadingStyle = style({
|
|
38
38
|
fontWeight: tokens.typeface.weight.semibold
|
|
39
39
|
});
|
|
40
40
|
const dialogPadding = (size) => {
|
|
@@ -49,7 +49,7 @@ const dialogPadding = (size) => {
|
|
|
49
49
|
return tokens.spacing.m;
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
|
-
const dialogRecipe =
|
|
52
|
+
const dialogRecipe = recipe({
|
|
53
53
|
base: [
|
|
54
54
|
atoms({
|
|
55
55
|
color: "on-surface",
|
|
@@ -102,12 +102,12 @@ const dialogRecipe = gnistRecipe({
|
|
|
102
102
|
size: "medium"
|
|
103
103
|
}
|
|
104
104
|
});
|
|
105
|
-
const headerRowPaddingBySize = (size) =>
|
|
105
|
+
const headerRowPaddingBySize = (size) => style({
|
|
106
106
|
paddingTop: dialogPadding(size),
|
|
107
107
|
paddingRight: dialogPadding(size),
|
|
108
108
|
paddingLeft: dialogPadding(size)
|
|
109
109
|
});
|
|
110
|
-
const headerRowRecipe =
|
|
110
|
+
const headerRowRecipe = recipe({
|
|
111
111
|
base: [
|
|
112
112
|
{
|
|
113
113
|
position: "sticky",
|
|
@@ -142,7 +142,7 @@ const headerRowRecipe = gnistRecipe({
|
|
|
142
142
|
}
|
|
143
143
|
]
|
|
144
144
|
});
|
|
145
|
-
const contentContainerRecipe =
|
|
145
|
+
const contentContainerRecipe = recipe({
|
|
146
146
|
base: [
|
|
147
147
|
atoms({
|
|
148
148
|
display: "flex",
|
|
@@ -208,12 +208,12 @@ const contentContainerRecipe = gnistRecipe({
|
|
|
208
208
|
}
|
|
209
209
|
]
|
|
210
210
|
});
|
|
211
|
-
const actionRowPaddingBySize = (size) =>
|
|
211
|
+
const actionRowPaddingBySize = (size) => style({
|
|
212
212
|
paddingTop: calc(dialogPadding(size)).add(tokens.spacing.xxs).toString(),
|
|
213
213
|
paddingRight: dialogPadding(size),
|
|
214
214
|
paddingLeft: dialogPadding(size)
|
|
215
215
|
});
|
|
216
|
-
const actionRowRecipe =
|
|
216
|
+
const actionRowRecipe = recipe({
|
|
217
217
|
base: [
|
|
218
218
|
atoms({
|
|
219
219
|
display: "flex",
|
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const atoms_css_js = require("@gnist/themes/atoms.css.js");
|
|
5
|
-
const layers_css_js = require("@gnist/themes/layers.css.js");
|
|
6
5
|
const css = require("@vanilla-extract/css");
|
|
7
6
|
const svgHeight = css.createVar();
|
|
8
7
|
const svgWidth = css.createVar();
|
|
9
|
-
const iconContainer =
|
|
8
|
+
const iconContainer = css.style([
|
|
10
9
|
{ display: "inline-flex" },
|
|
11
10
|
atoms_css_js.atoms({ justifyContent: "center", alignItems: "center" })
|
|
12
11
|
]);
|
|
13
|
-
const svg =
|
|
12
|
+
const svg = css.style({
|
|
14
13
|
overflow: "visible",
|
|
15
14
|
height: svgHeight,
|
|
16
15
|
width: svgWidth
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.css.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/Icon.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Icon.css.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/Icon.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,oBAAc,CAAC;AACrC,eAAO,MAAM,QAAQ,oBAAc,CAAC;AAEpC,eAAO,MAAM,aAAa,QAGxB,CAAC;AAEH,eAAO,MAAM,GAAG,QAId,CAAC"}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { atoms } from "@gnist/themes/atoms.css.js";
|
|
3
|
-
import {
|
|
4
|
-
import { createVar } from "@vanilla-extract/css";
|
|
3
|
+
import { createVar, style } from "@vanilla-extract/css";
|
|
5
4
|
const svgHeight = createVar();
|
|
6
5
|
const svgWidth = createVar();
|
|
7
|
-
const iconContainer =
|
|
6
|
+
const iconContainer = style([
|
|
8
7
|
{ display: "inline-flex" },
|
|
9
8
|
atoms({ justifyContent: "center", alignItems: "center" })
|
|
10
9
|
]);
|
|
11
|
-
const svg =
|
|
10
|
+
const svg = style({
|
|
12
11
|
overflow: "visible",
|
|
13
12
|
height: svgHeight,
|
|
14
13
|
width: svgWidth
|
|
@@ -31,7 +31,7 @@ type IconVariantsAndOptions<T extends string> = {
|
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
export declare function defineIcons<T extends string>(icons: IconSpecifications<T>): IconVariantsAndOptions<T>;
|
|
34
|
-
export declare const icons: IconVariantsAndOptions<"clear" | "error" | "warning" | "success" | "info" | "sort" | "code" | "menu" | "search" | "coffee" | "help" | "favorite" | "favorite_border" | "star" | "star_outline" | "sentiment_dissatisfied" | "sentiment_neutral" | "sentiment_satisfied" | "sentiment_very_dissatisfied" | "sentiment_very_satisfied" | "event_note" | "live_tv" | "wifi" | "arrow_backward" | "arrow_downward" | "arrow_forward" | "arrow_upward" | "check" | "chevron_left" | "chevron_right" | "close" | "expand_less" | "expand_more" | "external" | "more_horizontal" | "more_vertical" | "open" | "refresh" | "spinner" | "unfold_less" | "unfold_more" | "ev_station" | "forest" | "gas_station" | "location" | "route" | "file_download" | "file_upload" | "task" | "add" | "auto" | "backspace" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "automatic_gear" | "binoculars" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "explore" | "glass_damage" | "home" | "image_not_supported" | "lightbulb" | "login" | "logout" | "manual_gear" | "notifications" | "payment" | "pets" | "play_circle" | "print" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "speed" | "tire" | "trash" | "tune" | "verified" | "visibility_off" | "visibility_on">;
|
|
34
|
+
export declare const icons: IconVariantsAndOptions<"clear" | "error" | "warning" | "success" | "info" | "sort" | "code" | "menu" | "search" | "coffee" | "help" | "favorite" | "favorite_border" | "star" | "star_outline" | "sentiment_dissatisfied" | "sentiment_neutral" | "sentiment_satisfied" | "sentiment_very_dissatisfied" | "sentiment_very_satisfied" | "event_note" | "live_tv" | "wifi" | "arrow_backward" | "arrow_downward" | "arrow_forward" | "arrow_upward" | "check" | "chevron_left" | "chevron_right" | "close" | "expand_less" | "expand_more" | "external" | "more_horizontal" | "more_vertical" | "open" | "refresh" | "spinner" | "unfold_less" | "unfold_more" | "ev_station" | "forest" | "gas_station" | "location" | "route" | "archive" | "file_copy" | "file_download" | "file_upload" | "unarchive" | "task" | "add" | "auto" | "backspace" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "automatic_gear" | "binoculars" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "explore" | "glass_damage" | "home" | "image_not_supported" | "lightbulb" | "login" | "logout" | "manual_gear" | "notifications" | "payment" | "pets" | "play_circle" | "print" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "speed" | "tire" | "trash" | "tune" | "verified" | "visibility_off" | "visibility_on">;
|
|
35
35
|
type Icons = typeof icons;
|
|
36
36
|
/**
|
|
37
37
|
* Apps using this library can use declaration merging to add app-specific icons to the allowed icon list.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/icons.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,QAAS,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,kBAAkB,GAAG;KACrB,CAAC,IAAI,YAAY,CAAC,CAAC,EAAE,YAAY;CACrC,CAAC;AAEF,UAAU,WAAW;IACjB;;;OAGG;IACH,GAAG,EAAE,OAAO,GAAG,QAAQ,CAAC;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,kBAAkB,CAAC,CAAC,SAAS,MAAM,IAAI;KACvC,CAAC,IAAI,CAAC,GAAG,kBAAkB,GAAG;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAAE;CACpE,CAAC;AAEF,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAAI;KAC3C,CAAC,IAAI,CAAC,GAAG;QAAE,QAAQ,EAAE,kBAAkB,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE;CACnE,CAAC;AAoBF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EACxC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC7B,sBAAsB,CAAC,CAAC,CAAC,CAa3B;AAED,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/icons.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,QAAS,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,kBAAkB,GAAG;KACrB,CAAC,IAAI,YAAY,CAAC,CAAC,EAAE,YAAY;CACrC,CAAC;AAEF,UAAU,WAAW;IACjB;;;OAGG;IACH,GAAG,EAAE,OAAO,GAAG,QAAQ,CAAC;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,kBAAkB,CAAC,CAAC,SAAS,MAAM,IAAI;KACvC,CAAC,IAAI,CAAC,GAAG,kBAAkB,GAAG;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAAE;CACpE,CAAC;AAEF,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAAI;KAC3C,CAAC,IAAI,CAAC,GAAG;QAAE,QAAQ,EAAE,kBAAkB,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE;CACnE,CAAC;AAoBF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EACxC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC7B,sBAAsB,CAAC,CAAC,CAAC,CAa3B;AAED,eAAO,MAAM,KAAK,g3CAqCjB,CAAC;AAEF,KAAK,KAAK,GAAG,OAAO,KAAK,CAAC;AAE1B;;GAEG;AAGH,MAAM,WAAW,UAAU;CAAG;AAE9B,UAAU,OAAO;IACb,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,OAAO,EAAE,WAAW,CAAC;CACxB;AACD,MAAM,MAAM,OAAO,CAAC,UAAU,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;AAC7E,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAC;AAC1C,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgArchiveFilled = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14M8 12.88 3.11 8h3.11V6.22h3.56V8h3.1zM1.88 1.79l.72-.9h10.67l.84.9z" }));
|
|
28
|
+
exports.default = SvgArchiveFilled;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgArchiveFilled = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14M8 12.88 3.11 8h3.11V6.22h3.56V8h3.1zM1.88 1.79l.72-.9h10.67l.84.9z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgArchiveFilled as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgArchiveOutlined = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-12.72-.2h10.24l.72.86H2.17zm-1.1 12.44V4.44h12.44v9.78zm7.5-8H6.71v2.67H4.44L8 12.44l3.56-3.55H9.29z" }));
|
|
28
|
+
exports.default = SvgArchiveOutlined;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgArchiveOutlined = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-12.72-.2h10.24l.72.86H2.17zm-1.1 12.44V4.44h12.44v9.78zm7.5-8H6.71v2.67H4.44L8 12.44l3.56-3.55H9.29z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgArchiveOutlined as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgArchiveRound = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-7.91 10.6L3.1 8h3.11V6.22h3.56V8h3.1L8.3 12.58a.45.45 0 0 1-.62 0m-5.8-10.8.71-.9h10.67l.84.9z" }));
|
|
28
|
+
exports.default = SvgArchiveRound;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgArchiveRound = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-7.91 10.6L3.1 8h3.11V6.22h3.56V8h3.1L8.3 12.58a.45.45 0 0 1-.62 0m-5.8-10.8.71-.9h10.67l.84.9z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgArchiveRound as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgArchiveSharp = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.96 0H2.04L0 2.48V16h16V2.48zM8 12.89 3.11 8h3.11V6.22h3.56V8h3.1zM1.88 1.78l.72-.9h10.67l.84.9z" }));
|
|
28
|
+
exports.default = SvgArchiveSharp;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgArchiveSharp = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.96 0H2.04L0 2.48V16h16V2.48zM8 12.89 3.11 8h3.11V6.22h3.56V8h3.1zM1.88 1.78l.72-.9h10.67l.84.9z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgArchiveSharp as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgFileCopyFilled = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.89 0H2.52C1.57 0 .8.78.8 1.73v12.09h1.72V1.72H12.9zm-.87 3.45 5.18 5.19v8.63c0 .95-.77 1.73-1.72 1.73H5.97c-.95 0-1.72-.78-1.72-1.73V5.18c0-.95.78-1.73 1.73-1.73zm-.86 6.05h4.75l-4.75-4.75z" }));
|
|
28
|
+
exports.default = SvgFileCopyFilled;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgFileCopyFilled = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.89 0H2.52C1.57 0 .8.78.8 1.73v12.09h1.72V1.72H12.9zm-.87 3.45 5.18 5.19v8.63c0 .95-.77 1.73-1.72 1.73H5.97c-.95 0-1.72-.78-1.72-1.73V5.18c0-.95.78-1.73 1.73-1.73zm-.86 6.05h4.75l-4.75-4.75z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgFileCopyFilled as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgFileCopyOutlined = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.89 0H2.52C1.57 0 .8.78.8 1.73v12.09h1.72V1.72H12.9zm-.87 3.45H5.98c-.95 0-1.72.78-1.72 1.73l-.01 12.1c0 .94.77 1.72 1.72 1.72h9.5c.96 0 1.73-.78 1.73-1.73V8.64zM5.98 17.27V5.18h5.18V9.5h4.32v7.77z" }));
|
|
28
|
+
exports.default = SvgFileCopyOutlined;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgFileCopyOutlined = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.89 0H2.52C1.57 0 .8.78.8 1.73v12.09h1.72V1.72H12.9zm-.87 3.45H5.98c-.95 0-1.72.78-1.72 1.73l-.01 12.1c0 .94.77 1.72 1.72 1.72h9.5c.96 0 1.73-.78 1.73-1.73V8.64zM5.98 17.27V5.18h5.18V9.5h4.32v7.77z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgFileCopyOutlined as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgFileCopyRound = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.02 0h-9.5C1.57 0 .8.78.8 1.73v11.22c0 .48.38.87.86.87.47 0 .86-.39.86-.87V2.6c0-.47.4-.86.87-.86h8.63a.87.87 0 1 0 0-1.73m.51 3.96 4.17 4.18c.32.31.5.76.5 1.21v7.92c0 .95-.77 1.73-1.72 1.73H5.97c-.95 0-1.72-.78-1.72-1.73V5.18c0-.95.78-1.73 1.73-1.73h5.33c.45 0 .9.19 1.22.51m-.5 5.54h3.88l-4.75-4.75v3.89c0 .47.39.86.86.86" }));
|
|
28
|
+
exports.default = SvgFileCopyRound;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgFileCopyRound = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.02 0h-9.5C1.57 0 .8.78.8 1.73v11.22c0 .48.38.87.86.87.47 0 .86-.39.86-.87V2.6c0-.47.4-.86.87-.86h8.63a.87.87 0 1 0 0-1.73m.51 3.96 4.17 4.18c.32.31.5.76.5 1.21v7.92c0 .95-.77 1.73-1.72 1.73H5.97c-.95 0-1.72-.78-1.72-1.73V5.18c0-.95.78-1.73 1.73-1.73h5.33c.45 0 .9.19 1.22.51m-.5 5.54h3.88l-4.75-4.75v3.89c0 .47.39.86.86.86" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgFileCopyRound as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const React = require("react");
|
|
5
|
+
function _interopNamespaceCompat(e) {
|
|
6
|
+
if (e && typeof e === "object" && "default" in e) return e;
|
|
7
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
8
|
+
if (e) {
|
|
9
|
+
for (const k in e) {
|
|
10
|
+
if (k !== "default") {
|
|
11
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => e[k]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
|
+
}
|
|
22
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
|
|
23
|
+
const SvgFileCopySharp = ({
|
|
24
|
+
title,
|
|
25
|
+
titleId,
|
|
26
|
+
...props
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.89 0H.79v13.82h1.73V1.72H12.9zm-.87 3.45 5.18 5.19V19H4.25V3.45zm-.86 6.05h4.75l-4.75-4.75z" }));
|
|
28
|
+
exports.default = SvgFileCopySharp;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const SvgFileCopySharp = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.89 0H.79v13.82h1.73V1.72H12.9zm-.87 3.45 5.18 5.19V19H4.25V3.45zm-.86 6.05h4.75l-4.75-4.75z" }));
|
|
8
|
+
export {
|
|
9
|
+
SvgFileCopySharp as default
|
|
10
|
+
};
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
+
const archiveFilled = require("./archive-filled.svg.cjs");
|
|
5
|
+
const archiveOutlined = require("./archive-outlined.svg.cjs");
|
|
6
|
+
const archiveRound = require("./archive-round.svg.cjs");
|
|
7
|
+
const archiveSharp = require("./archive-sharp.svg.cjs");
|
|
8
|
+
const file_copyFilled = require("./file_copy-filled.svg.cjs");
|
|
9
|
+
const file_copyOutlined = require("./file_copy-outlined.svg.cjs");
|
|
10
|
+
const file_copyRound = require("./file_copy-round.svg.cjs");
|
|
11
|
+
const file_copySharp = require("./file_copy-sharp.svg.cjs");
|
|
4
12
|
const file_downloadFilled = require("./file_download-filled.svg.cjs");
|
|
5
13
|
const file_downloadOutlined = require("./file_download-outlined.svg.cjs");
|
|
6
14
|
const file_downloadRound = require("./file_download-round.svg.cjs");
|
|
@@ -9,6 +17,22 @@ const file_uploadFilled = require("./file_upload-filled.svg.cjs");
|
|
|
9
17
|
const file_uploadOutlined = require("./file_upload-outlined.svg.cjs");
|
|
10
18
|
const file_uploadRound = require("./file_upload-round.svg.cjs");
|
|
11
19
|
const file_uploadSharp = require("./file_upload-sharp.svg.cjs");
|
|
20
|
+
const unarchiveFilled = require("./unarchive-filled.svg.cjs");
|
|
21
|
+
const unarchiveOutlined = require("./unarchive-outlined.svg.cjs");
|
|
22
|
+
const unarchiveRound = require("./unarchive-round.svg.cjs");
|
|
23
|
+
const unarchiveSharp = require("./unarchive-sharp.svg.cjs");
|
|
24
|
+
const archive = {
|
|
25
|
+
filled: archiveFilled.default,
|
|
26
|
+
outlined: archiveOutlined.default,
|
|
27
|
+
round: archiveRound.default,
|
|
28
|
+
sharp: archiveSharp.default
|
|
29
|
+
};
|
|
30
|
+
const file_copy = {
|
|
31
|
+
filled: file_copyFilled.default,
|
|
32
|
+
outlined: file_copyOutlined.default,
|
|
33
|
+
round: file_copyRound.default,
|
|
34
|
+
sharp: file_copySharp.default
|
|
35
|
+
};
|
|
12
36
|
const file_download = {
|
|
13
37
|
filled: file_downloadFilled.default,
|
|
14
38
|
outlined: file_downloadOutlined.default,
|
|
@@ -21,5 +45,14 @@ const file_upload = {
|
|
|
21
45
|
round: file_uploadRound.default,
|
|
22
46
|
sharp: file_uploadSharp.default
|
|
23
47
|
};
|
|
48
|
+
const unarchive = {
|
|
49
|
+
filled: unarchiveFilled.default,
|
|
50
|
+
outlined: unarchiveOutlined.default,
|
|
51
|
+
round: unarchiveRound.default,
|
|
52
|
+
sharp: unarchiveSharp.default
|
|
53
|
+
};
|
|
54
|
+
exports.archive = archive;
|
|
55
|
+
exports.file_copy = file_copy;
|
|
24
56
|
exports.file_download = file_download;
|
|
25
57
|
exports.file_upload = file_upload;
|
|
58
|
+
exports.unarchive = unarchive;
|