@dynatrace/strato-icons 0.32.0 → 0.33.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/index.cjs.js +784 -747
- package/index.esm.js +784 -747
- package/index.esm.js.map +4 -4
- package/package.json +1 -1
- package/src/__icons/ApplicationsIcon.d.ts +17 -0
- package/src/__icons/ArrowRightIcon.d.ts +3 -0
- package/src/__icons/ChevronDownIcon.d.ts +3 -0
- package/src/__icons/ChevronDownSmallIcon.d.ts +3 -0
- package/src/__icons/ChevronLeftIcon.d.ts +3 -0
- package/src/__icons/ChevronLeftSmallIcon.d.ts +3 -0
- package/src/__icons/ChevronRightIcon.d.ts +3 -0
- package/src/__icons/ChevronRightSmallIcon.d.ts +3 -0
- package/src/__icons/ChevronUpIcon.d.ts +3 -0
- package/src/__icons/ChevronUpSmallIcon.d.ts +3 -0
- package/src/__icons/CopyIcon.d.ts +3 -0
- package/src/__icons/DavisCoPilotIcon.d.ts +17 -0
- package/src/__icons/DuplicateIcon.d.ts +3 -0
- package/src/__icons/FileCopyIcon.d.ts +3 -0
- package/src/__icons/StopIcon.d.ts +17 -0
- package/src/__icons/ThresholdIcon.d.ts +17 -0
- package/src/index.d.ts +4 -0
package/package.json
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ApplicationsIcon: SvgIconType;
|
|
@@ -14,4 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { SvgIconType } from '../lib/types';
|
|
17
|
+
/**
|
|
18
|
+
* Indicates the ability to navigate to a previous step or view overflow items to the left. Do not use in trees to show something is closed
|
|
19
|
+
*/
|
|
17
20
|
export declare const ChevronLeftIcon: SvgIconType;
|
|
@@ -14,4 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { SvgIconType } from '../lib/types';
|
|
17
|
+
/**
|
|
18
|
+
* Indicates the ability to navigate to a previous step or view overflow items to the left. Do not use in trees to show something is closed
|
|
19
|
+
*/
|
|
17
20
|
export declare const ChevronLeftSmallIcon: SvgIconType;
|
|
@@ -14,4 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { SvgIconType } from '../lib/types';
|
|
17
|
+
/**
|
|
18
|
+
* Indicates the ability to navigate to the next step, view overflow items to the right, expand the tree
|
|
19
|
+
*/
|
|
17
20
|
export declare const ChevronRightSmallIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const DavisCoPilotIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const StopIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ThresholdIcon: SvgIconType;
|
package/src/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export { AppEngineSignetIcon } from './__icons/AppEngineSignetIcon';
|
|
|
25
25
|
export { AppearanceIcon } from './__icons/AppearanceIcon';
|
|
26
26
|
export { ApplicationSecurityIcon } from './__icons/ApplicationSecurityIcon';
|
|
27
27
|
export { ApplicationSecuritySignetIcon } from './__icons/ApplicationSecuritySignetIcon';
|
|
28
|
+
export { ApplicationsIcon } from './__icons/ApplicationsIcon';
|
|
28
29
|
export { AppsIcon } from './__icons/AppsIcon';
|
|
29
30
|
export { ArrowDownIcon } from './__icons/ArrowDownIcon';
|
|
30
31
|
export { ArrowDownLeftIcon } from './__icons/ArrowDownLeftIcon';
|
|
@@ -98,6 +99,7 @@ export { DataTableIcon } from './__icons/DataTableIcon';
|
|
|
98
99
|
export { DatabaseIcon } from './__icons/DatabaseIcon';
|
|
99
100
|
export { DavisAiIcon } from './__icons/DavisAiIcon';
|
|
100
101
|
export { DavisAiSignetIcon } from './__icons/DavisAiSignetIcon';
|
|
102
|
+
export { DavisCoPilotIcon } from './__icons/DavisCoPilotIcon';
|
|
101
103
|
export { DeclineIcon } from './__icons/DeclineIcon';
|
|
102
104
|
export { DeleteIcon } from './__icons/DeleteIcon';
|
|
103
105
|
export { DescriptionIcon } from './__icons/DescriptionIcon';
|
|
@@ -232,6 +234,7 @@ export { StackedAreaChartIcon } from './__icons/StackedAreaChartIcon';
|
|
|
232
234
|
export { StackedBarChartIcon } from './__icons/StackedBarChartIcon';
|
|
233
235
|
export { StarEmptyIcon } from './__icons/StarEmptyIcon';
|
|
234
236
|
export { StarIcon } from './__icons/StarIcon';
|
|
237
|
+
export { StopIcon } from './__icons/StopIcon';
|
|
235
238
|
export { StopwatchIcon } from './__icons/StopwatchIcon';
|
|
236
239
|
export { StorageIcon } from './__icons/StorageIcon';
|
|
237
240
|
export { StrikethroughSIcon } from './__icons/StrikethroughSIcon';
|
|
@@ -244,6 +247,7 @@ export { SyncUploadIcon } from './__icons/SyncUploadIcon';
|
|
|
244
247
|
export { TableIcon } from './__icons/TableIcon';
|
|
245
248
|
export { TechnologiesIcon } from './__icons/TechnologiesIcon';
|
|
246
249
|
export { TerminalIcon } from './__icons/TerminalIcon';
|
|
250
|
+
export { ThresholdIcon } from './__icons/ThresholdIcon';
|
|
247
251
|
export { ThumbsDownIcon } from './__icons/ThumbsDownIcon';
|
|
248
252
|
export { ThumbsUpIcon } from './__icons/ThumbsUpIcon';
|
|
249
253
|
export { TitleIcon } from './__icons/TitleIcon';
|