@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dynatrace/strato-icons",
3
3
  "private": false,
4
- "version": "0.32.0",
4
+ "version": "0.33.0",
5
5
  "license": "Apache-2.0",
6
6
  "types": "./index.d.ts",
7
7
  "main": "./index.cjs.js",
@@ -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
+ * Use for navigate to another internal page or show direction
19
+ */
17
20
  export declare const ArrowRightIcon: SvgIconType;
@@ -14,4 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { SvgIconType } from '../lib/types';
17
+ /**
18
+ * Indicates an expandable/expanded component such as a dropdown or tree navigation
19
+ */
17
20
  export declare const ChevronDownIcon: SvgIconType;
@@ -14,4 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { SvgIconType } from '../lib/types';
17
+ /**
18
+ * Indicates an expandable/expanded component such as a dropdown or tree navigation
19
+ */
17
20
  export declare const ChevronDownSmallIcon: 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 ChevronRightIcon: 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;
@@ -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 collapse a dropdown
19
+ */
17
20
  export declare const ChevronUpIcon: 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 collapse a dropdown
19
+ */
17
20
  export declare const ChevronUpSmallIcon: SvgIconType;
@@ -14,4 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { SvgIconType } from '../lib/types';
17
+ /**
18
+ * Creates a copy of an item in a different location that you specify
19
+ */
17
20
  export declare const CopyIcon: 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;
@@ -14,4 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { SvgIconType } from '../lib/types';
17
+ /**
18
+ * Creates a copy of an item in the same location as the original
19
+ */
17
20
  export declare const DuplicateIcon: SvgIconType;
@@ -14,4 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { SvgIconType } from '../lib/types';
17
+ /**
18
+ * @deprecated Use Copy instead
19
+ */
17
20
  export declare const FileCopyIcon: 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';