@sebgroup/green-core 3.10.0 → 3.11.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/assets/icons/regular/arrow-box-left-alt.svg +1 -1
- package/assets/icons/regular/arrow-box-left.svg +1 -1
- package/assets/icons/regular/arrow-box-right.svg +1 -1
- package/assets/icons/regular/arrow-inbox.svg +1 -1
- package/assets/icons/regular/arrow-out-of-box.svg +1 -1
- package/assets/icons/regular/arrow-split.svg +1 -1
- package/assets/icons/regular/arrow-wall-left.svg +1 -1
- package/assets/icons/regular/arrow-wall-right.svg +1 -1
- package/assets/icons/regular/arrow-wall-up.svg +1 -1
- package/assets/icons/regular/bookmark-remove.svg +1 -1
- package/assets/icons/regular/cloud-download.svg +1 -1
- package/assets/icons/regular/cloud-upload.svg +1 -1
- package/assets/icons/regular/file-bend.svg +1 -1
- package/assets/icons/regular/file-chart.svg +1 -1
- package/assets/icons/regular/file-text.svg +1 -1
- package/assets/icons/regular/files.svg +1 -1
- package/assets/icons/regular/lab.svg +1 -1
- package/assets/icons/regular/minimize.svg +1 -1
- package/assets/icons/regular/money-hand.svg +1 -1
- package/assets/icons/regular/newspaper.svg +1 -0
- package/assets/icons/regular/pension.svg +1 -1
- package/assets/icons/regular/people-add.svg +1 -1
- package/assets/icons/regular/people-added.svg +1 -1
- package/assets/icons/regular/people-circle.svg +1 -1
- package/assets/icons/regular/people-remove.svg +1 -1
- package/assets/icons/regular/printer.svg +1 -1
- package/assets/icons/regular/sort-ascending.svg +1 -1
- package/assets/icons/regular/sort-descending.svg +1 -1
- package/assets/icons/regular/square-arrow-top-right.svg +1 -1
- package/assets/icons/regular/warning-sign.svg +1 -1
- package/assets/icons/solid/newspaper.svg +3 -0
- package/components/icon/icons/arrow-box-left-alt.component.js +1 -1
- package/components/icon/icons/arrow-box-left.component.js +1 -1
- package/components/icon/icons/arrow-box-right.component.js +1 -1
- package/components/icon/icons/arrow-inbox.component.js +1 -1
- package/components/icon/icons/arrow-out-of-box.component.js +1 -1
- package/components/icon/icons/arrow-split.component.js +1 -1
- package/components/icon/icons/arrow-wall-left.component.js +1 -1
- package/components/icon/icons/arrow-wall-right.component.js +1 -1
- package/components/icon/icons/arrow-wall-up.component.js +1 -1
- package/components/icon/icons/bookmark-remove.component.js +1 -1
- package/components/icon/icons/cloud-download.component.js +1 -1
- package/components/icon/icons/cloud-upload.component.js +1 -1
- package/components/icon/icons/file-bend.component.js +1 -1
- package/components/icon/icons/file-chart.component.js +1 -1
- package/components/icon/icons/file-text.component.js +1 -1
- package/components/icon/icons/files.component.js +1 -1
- package/components/icon/icons/index.d.ts +1 -0
- package/components/icon/icons/index.js +1 -0
- package/components/icon/icons/lab.component.js +1 -1
- package/components/icon/icons/minimize.component.js +1 -1
- package/components/icon/icons/money-hand.component.js +1 -1
- package/components/icon/icons/newspaper.component.d.ts +18 -0
- package/components/icon/icons/newspaper.component.js +25 -0
- package/components/icon/icons/newspaper.d.ts +2 -0
- package/components/icon/icons/newspaper.js +6 -0
- package/components/icon/icons/pension.component.js +1 -1
- package/components/icon/icons/people-add.component.js +1 -1
- package/components/icon/icons/people-added.component.js +1 -1
- package/components/icon/icons/people-circle.component.js +1 -1
- package/components/icon/icons/people-remove.component.js +1 -1
- package/components/icon/icons/printer.component.js +1 -1
- package/components/icon/icons/pure.d.ts +1 -0
- package/components/icon/icons/pure.js +1 -0
- package/components/icon/icons/sort-ascending.component.js +1 -1
- package/components/icon/icons/sort-descending.component.js +1 -1
- package/components/icon/icons/square-arrow-top-right.component.js +1 -1
- package/components/icon/icons/warning-sign.component.js +1 -1
- package/custom-elements.json +35260 -34677
- package/gds-element.js +1 -1
- package/generated/mcp/components.json +1 -1
- package/generated/mcp/icon-newspaper/angular.md +15 -0
- package/generated/mcp/icon-newspaper/api.md +31 -0
- package/generated/mcp/icon-newspaper/index.json +8 -0
- package/generated/mcp/icon-newspaper/react.md +15 -0
- package/generated/mcp/icons.json +13 -1
- package/generated/mcp/index.json +1 -1
- package/generated/mcp/tokens.json +1 -1
- package/generated/react/icons/icon-newspaper/index.d.ts +672 -0
- package/generated/react/icons/icon-newspaper/index.js +14 -0
- package/generated/react/index.d.ts +9 -8
- package/generated/react/index.js +9 -8
- package/package.json +2 -1
- package/utils/helpers/custom-element-scoping.js +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import "../../../../chunks/chunk.CAV4X6PU.js";
|
|
2
|
+
import { createElement } from "react";
|
|
3
|
+
import { IconNewspaper as IconNewspaperClass } from "../../../../components/icon/icons/newspaper.component.js";
|
|
4
|
+
import { getReactComponent } from "../../../../utils/react.js";
|
|
5
|
+
const IconNewspaper = (props) => {
|
|
6
|
+
IconNewspaperClass.define();
|
|
7
|
+
const JSXElement = getReactComponent("gds-icon-newspaper");
|
|
8
|
+
const propsWithClass = { ...props, class: props.className, ref: props.ref };
|
|
9
|
+
return createElement(JSXElement, propsWithClass);
|
|
10
|
+
};
|
|
11
|
+
IconNewspaper.displayName = "IconNewspaper";
|
|
12
|
+
export {
|
|
13
|
+
IconNewspaper
|
|
14
|
+
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from './alert/index.js';
|
|
2
1
|
export * from './avatar/index.js';
|
|
3
2
|
export * from './blur/index.js';
|
|
3
|
+
export * from './alert/index.js';
|
|
4
|
+
export * from './button/index.js';
|
|
4
5
|
export * from './badge/index.js';
|
|
5
6
|
export * from './breadcrumbs/index.js';
|
|
6
|
-
export * from './button/index.js';
|
|
7
7
|
export * from './calendar/index.js';
|
|
8
8
|
export * from './card/index.js';
|
|
9
9
|
export * from './card-linked/index.js';
|
|
10
10
|
export * from './checkbox/index.js';
|
|
11
11
|
export * from './coachmark/index.js';
|
|
12
|
-
export * from './datepicker/index.js';
|
|
13
12
|
export * from './context-menu/index.js';
|
|
13
|
+
export * from './datepicker/index.js';
|
|
14
14
|
export * from './details/index.js';
|
|
15
15
|
export * from './dialog/index.js';
|
|
16
16
|
export * from './div/index.js';
|
|
@@ -18,28 +18,28 @@ export * from './divider/index.js';
|
|
|
18
18
|
export * from './dropdown/index.js';
|
|
19
19
|
export * from './fab/index.js';
|
|
20
20
|
export * from './filter-chips/index.js';
|
|
21
|
-
export * from './form-summary/index.js';
|
|
22
21
|
export * from './flex/index.js';
|
|
22
|
+
export * from './form-summary/index.js';
|
|
23
23
|
export * from './grid/index.js';
|
|
24
24
|
export * from './grouped-list/index.js';
|
|
25
25
|
export * from './list-item/index.js';
|
|
26
|
-
export * from './input/index.js';
|
|
27
26
|
export * from './img/index.js';
|
|
27
|
+
export * from './input/index.js';
|
|
28
28
|
export * from './link/index.js';
|
|
29
29
|
export * from './mask/index.js';
|
|
30
30
|
export * from './menu-button/index.js';
|
|
31
31
|
export * from './pagination/index.js';
|
|
32
|
+
export * from './radio/index.js';
|
|
32
33
|
export * from './backdrop/index.js';
|
|
33
34
|
export * from './popover/index.js';
|
|
34
|
-
export * from './radio/index.js';
|
|
35
|
-
export * from './rich-text/index.js';
|
|
36
35
|
export * from './segmented-control/index.js';
|
|
37
36
|
export * from './select/index.js';
|
|
37
|
+
export * from './rich-text/index.js';
|
|
38
38
|
export * from './signal/index.js';
|
|
39
39
|
export * from './spinner/index.js';
|
|
40
|
+
export * from './switch/index.js';
|
|
40
41
|
export * from './table/index.js';
|
|
41
42
|
export * from './text/index.js';
|
|
42
|
-
export * from './switch/index.js';
|
|
43
43
|
export * from './textarea/index.js';
|
|
44
44
|
export * from './theme/index.js';
|
|
45
45
|
export * from './video/index.js';
|
|
@@ -260,6 +260,7 @@ export * from './icons/icon-money-hand/index.js';
|
|
|
260
260
|
export * from './icons/icon-moneybag/index.js';
|
|
261
261
|
export * from './icons/icon-moon/index.js';
|
|
262
262
|
export * from './icons/icon-mute/index.js';
|
|
263
|
+
export * from './icons/icon-newspaper/index.js';
|
|
263
264
|
export * from './icons/icon-office/index.js';
|
|
264
265
|
export * from './icons/icon-page-add/index.js';
|
|
265
266
|
export * from './icons/icon-paper-plane-top-right/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from "./alert/index.js";
|
|
2
1
|
export * from "./avatar/index.js";
|
|
3
2
|
export * from "./blur/index.js";
|
|
3
|
+
export * from "./alert/index.js";
|
|
4
|
+
export * from "./button/index.js";
|
|
4
5
|
export * from "./badge/index.js";
|
|
5
6
|
export * from "./breadcrumbs/index.js";
|
|
6
|
-
export * from "./button/index.js";
|
|
7
7
|
export * from "./calendar/index.js";
|
|
8
8
|
export * from "./card/index.js";
|
|
9
9
|
export * from "./card-linked/index.js";
|
|
10
10
|
export * from "./checkbox/index.js";
|
|
11
11
|
export * from "./coachmark/index.js";
|
|
12
|
-
export * from "./datepicker/index.js";
|
|
13
12
|
export * from "./context-menu/index.js";
|
|
13
|
+
export * from "./datepicker/index.js";
|
|
14
14
|
export * from "./details/index.js";
|
|
15
15
|
export * from "./dialog/index.js";
|
|
16
16
|
export * from "./div/index.js";
|
|
@@ -18,28 +18,28 @@ export * from "./divider/index.js";
|
|
|
18
18
|
export * from "./dropdown/index.js";
|
|
19
19
|
export * from "./fab/index.js";
|
|
20
20
|
export * from "./filter-chips/index.js";
|
|
21
|
-
export * from "./form-summary/index.js";
|
|
22
21
|
export * from "./flex/index.js";
|
|
22
|
+
export * from "./form-summary/index.js";
|
|
23
23
|
export * from "./grid/index.js";
|
|
24
24
|
export * from "./grouped-list/index.js";
|
|
25
25
|
export * from "./list-item/index.js";
|
|
26
|
-
export * from "./input/index.js";
|
|
27
26
|
export * from "./img/index.js";
|
|
27
|
+
export * from "./input/index.js";
|
|
28
28
|
export * from "./link/index.js";
|
|
29
29
|
export * from "./mask/index.js";
|
|
30
30
|
export * from "./menu-button/index.js";
|
|
31
31
|
export * from "./pagination/index.js";
|
|
32
|
+
export * from "./radio/index.js";
|
|
32
33
|
export * from "./backdrop/index.js";
|
|
33
34
|
export * from "./popover/index.js";
|
|
34
|
-
export * from "./radio/index.js";
|
|
35
|
-
export * from "./rich-text/index.js";
|
|
36
35
|
export * from "./segmented-control/index.js";
|
|
37
36
|
export * from "./select/index.js";
|
|
37
|
+
export * from "./rich-text/index.js";
|
|
38
38
|
export * from "./signal/index.js";
|
|
39
39
|
export * from "./spinner/index.js";
|
|
40
|
+
export * from "./switch/index.js";
|
|
40
41
|
export * from "./table/index.js";
|
|
41
42
|
export * from "./text/index.js";
|
|
42
|
-
export * from "./switch/index.js";
|
|
43
43
|
export * from "./textarea/index.js";
|
|
44
44
|
export * from "./theme/index.js";
|
|
45
45
|
export * from "./video/index.js";
|
|
@@ -260,6 +260,7 @@ export * from "./icons/icon-money-hand/index.js";
|
|
|
260
260
|
export * from "./icons/icon-moneybag/index.js";
|
|
261
261
|
export * from "./icons/icon-moon/index.js";
|
|
262
262
|
export * from "./icons/icon-mute/index.js";
|
|
263
|
+
export * from "./icons/icon-newspaper/index.js";
|
|
263
264
|
export * from "./icons/icon-office/index.js";
|
|
264
265
|
export * from "./icons/icon-page-add/index.js";
|
|
265
266
|
export * from "./icons/icon-paper-plane-top-right/index.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-core",
|
|
3
3
|
"description": "A carefully crafted set of Web Components, laying the foundation of the Green Design System.",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.11.0",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|
|
@@ -227,6 +227,7 @@
|
|
|
227
227
|
"./components/icon/icons/paper-plane-top-right.js",
|
|
228
228
|
"./components/icon/icons/page-add.js",
|
|
229
229
|
"./components/icon/icons/office.js",
|
|
230
|
+
"./components/icon/icons/newspaper.js",
|
|
230
231
|
"./components/icon/icons/mute.js",
|
|
231
232
|
"./components/icon/icons/moon.js",
|
|
232
233
|
"./components/icon/icons/moneybag.js",
|