@sebgroup/green-react 3.15.0 → 3.17.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/README.md +1 -1
- package/index.esm.js +158 -86
- package/package.json +7 -6
- package/src/lib/icon/icons/IconBack.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandAppStore.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandAppleMusic.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandBankid.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandChrome.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandFacebook.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandFigma.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandGithub.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandGreen.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandInstagram.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandLinkedin.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandPlayStore.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandRssFeed.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandSeb.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandSpotify.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandX.d.ts +2 -0
- package/src/lib/icon/icons/IconEyeOpen.d.ts +2 -0
- package/src/lib/icon/icons/IconEyeSlash.d.ts +2 -0
- package/src/lib/icon/icons/IconFastForward.d.ts +2 -0
- package/src/lib/icon/icons/IconPause.d.ts +2 -0
- package/src/lib/icon/icons/IconPeopleProfile.d.ts +2 -0
- package/src/lib/icon/icons/IconSeb.d.ts +1 -0
- package/src/lib/icon/icons/index.d.ts +21 -13
- package/src/lib/icon/icons/IconAppleMusic.d.ts +0 -2
- package/src/lib/icon/icons/IconBankid.d.ts +0 -2
- package/src/lib/icon/icons/IconChrome.d.ts +0 -2
- package/src/lib/icon/icons/IconFacebook.d.ts +0 -2
- package/src/lib/icon/icons/IconFigma.d.ts +0 -2
- package/src/lib/icon/icons/IconGithub.d.ts +0 -2
- package/src/lib/icon/icons/IconGreen.d.ts +0 -2
- package/src/lib/icon/icons/IconInstagram.d.ts +0 -2
- package/src/lib/icon/icons/IconLinkedin.d.ts +0 -2
- package/src/lib/icon/icons/IconRssFeed.d.ts +0 -2
- package/src/lib/icon/icons/IconSpotify.d.ts +0 -2
- package/src/lib/icon/icons/IconTwitter.d.ts +0 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img width="600" alt="green-react" src="https://github.com/
|
|
2
|
+
<img width="600" alt="green-react" src="https://github.com/seb-oss/green/assets/11420341/ad4c9fe3-137f-4230-9ea7-a4de87752aa9">
|
|
3
3
|
<h1>@sebgroup/green-react</h1>
|
|
4
4
|
<p>
|
|
5
5
|
React components with SEB's look and feel.
|
package/index.esm.js
CHANGED
|
@@ -9,8 +9,8 @@ import { GdsDropdown, GdsOption } from '@sebgroup/green-core/components/dropdown
|
|
|
9
9
|
import { GdsContextMenu, GdsMenuItem, GdsMenuHeading } from '@sebgroup/green-core/components/context-menu/index.js';
|
|
10
10
|
import classNames from 'classnames';
|
|
11
11
|
import { GdsGroupedList, GdsListItem } from '@sebgroup/green-core/components/grouped-list/index.js';
|
|
12
|
+
import { disableBodyScroll, enableBodyScroll, clearAllBodyScrollLocks } from 'body-scroll-lock';
|
|
12
13
|
import { IconAirplaneUp as IconAirplaneUp$1 } from '@sebgroup/green-core/components/icon/icons/airplane-up.js';
|
|
13
|
-
import { IconAppleMusic as IconAppleMusic$1 } from '@sebgroup/green-core/components/icon/icons/apple-music.js';
|
|
14
14
|
import { IconArchive as IconArchive$1 } from '@sebgroup/green-core/components/icon/icons/archive.js';
|
|
15
15
|
import { IconArrowBoxLeft as IconArrowBoxLeft$1 } from '@sebgroup/green-core/components/icon/icons/arrow-box-left.js';
|
|
16
16
|
import { IconArrowBoxRight as IconArrowBoxRight$1 } from '@sebgroup/green-core/components/icon/icons/arrow-box-right.js';
|
|
@@ -37,9 +37,9 @@ import { IconArrowWallUp as IconArrowWallUp$1 } from '@sebgroup/green-core/compo
|
|
|
37
37
|
import { IconArrow as IconArrow$1 } from '@sebgroup/green-core/components/icon/icons/arrow.js';
|
|
38
38
|
import { IconArrowsRepeat as IconArrowsRepeat$1 } from '@sebgroup/green-core/components/icon/icons/arrows-repeat.js';
|
|
39
39
|
import { IconAt as IconAt$1 } from '@sebgroup/green-core/components/icon/icons/at.js';
|
|
40
|
+
import { IconBack as IconBack$1 } from '@sebgroup/green-core/components/icon/icons/back.js';
|
|
40
41
|
import { IconBag as IconBag$1 } from '@sebgroup/green-core/components/icon/icons/bag.js';
|
|
41
42
|
import { IconBank as IconBank$1 } from '@sebgroup/green-core/components/icon/icons/bank.js';
|
|
42
|
-
import { IconBankid as IconBankid$1 } from '@sebgroup/green-core/components/icon/icons/bankid.js';
|
|
43
43
|
import { IconBanknote as IconBanknote$1 } from '@sebgroup/green-core/components/icon/icons/banknote.js';
|
|
44
44
|
import { IconBarcode as IconBarcode$1 } from '@sebgroup/green-core/components/icon/icons/barcode.js';
|
|
45
45
|
import { IconBarsThree as IconBarsThree$1 } from '@sebgroup/green-core/components/icon/icons/bars-three.js';
|
|
@@ -54,6 +54,21 @@ import { IconBookmarkPlus as IconBookmarkPlus$1 } from '@sebgroup/green-core/com
|
|
|
54
54
|
import { IconBookmarkRemove as IconBookmarkRemove$1 } from '@sebgroup/green-core/components/icon/icons/bookmark-remove.js';
|
|
55
55
|
import { IconBookmark as IconBookmark$1 } from '@sebgroup/green-core/components/icon/icons/bookmark.js';
|
|
56
56
|
import { IconBooks as IconBooks$1 } from '@sebgroup/green-core/components/icon/icons/books.js';
|
|
57
|
+
import { IconBrandAppStore as IconBrandAppStore$1 } from '@sebgroup/green-core/components/icon/icons/brand-app-store.js';
|
|
58
|
+
import { IconBrandAppleMusic as IconBrandAppleMusic$1 } from '@sebgroup/green-core/components/icon/icons/brand-apple-music.js';
|
|
59
|
+
import { IconBrandBankid as IconBrandBankid$1 } from '@sebgroup/green-core/components/icon/icons/brand-bankid.js';
|
|
60
|
+
import { IconBrandChrome as IconBrandChrome$1 } from '@sebgroup/green-core/components/icon/icons/brand-chrome.js';
|
|
61
|
+
import { IconBrandFacebook as IconBrandFacebook$1 } from '@sebgroup/green-core/components/icon/icons/brand-facebook.js';
|
|
62
|
+
import { IconBrandFigma as IconBrandFigma$1 } from '@sebgroup/green-core/components/icon/icons/brand-figma.js';
|
|
63
|
+
import { IconBrandGithub as IconBrandGithub$1 } from '@sebgroup/green-core/components/icon/icons/brand-github.js';
|
|
64
|
+
import { IconBrandGreen as IconBrandGreen$1 } from '@sebgroup/green-core/components/icon/icons/brand-green.js';
|
|
65
|
+
import { IconBrandInstagram as IconBrandInstagram$1 } from '@sebgroup/green-core/components/icon/icons/brand-instagram.js';
|
|
66
|
+
import { IconBrandLinkedin as IconBrandLinkedin$1 } from '@sebgroup/green-core/components/icon/icons/brand-linkedin.js';
|
|
67
|
+
import { IconBrandPlayStore as IconBrandPlayStore$1 } from '@sebgroup/green-core/components/icon/icons/brand-play-store.js';
|
|
68
|
+
import { IconBrandRssFeed as IconBrandRssFeed$1 } from '@sebgroup/green-core/components/icon/icons/brand-rss-feed.js';
|
|
69
|
+
import { IconBrandSeb as IconBrandSeb$1 } from '@sebgroup/green-core/components/icon/icons/brand-seb.js';
|
|
70
|
+
import { IconBrandSpotify as IconBrandSpotify$1 } from '@sebgroup/green-core/components/icon/icons/brand-spotify.js';
|
|
71
|
+
import { IconBrandX as IconBrandX$1 } from '@sebgroup/green-core/components/icon/icons/brand-x.js';
|
|
57
72
|
import { IconBrush as IconBrush$1 } from '@sebgroup/green-core/components/icon/icons/brush.js';
|
|
58
73
|
import { IconBubbleAnnotation as IconBubbleAnnotation$1 } from '@sebgroup/green-core/components/icon/icons/bubble-annotation.js';
|
|
59
74
|
import { IconBubbleDots as IconBubbleDots$1 } from '@sebgroup/green-core/components/icon/icons/bubble-dots.js';
|
|
@@ -86,7 +101,6 @@ import { IconChevronGrabberVertical as IconChevronGrabberVertical$1 } from '@seb
|
|
|
86
101
|
import { IconChevronLeft as IconChevronLeft$1 } from '@sebgroup/green-core/components/icon/icons/chevron-left.js';
|
|
87
102
|
import { IconChevronRight as IconChevronRight$1 } from '@sebgroup/green-core/components/icon/icons/chevron-right.js';
|
|
88
103
|
import { IconChevronTop as IconChevronTop$1 } from '@sebgroup/green-core/components/icon/icons/chevron-top.js';
|
|
89
|
-
import { IconChrome as IconChrome$1 } from '@sebgroup/green-core/components/icon/icons/chrome.js';
|
|
90
104
|
import { IconCircleCheck as IconCircleCheck$1 } from '@sebgroup/green-core/components/icon/icons/circle-check.js';
|
|
91
105
|
import { IconCircleInfo as IconCircleInfo$1 } from '@sebgroup/green-core/components/icon/icons/circle-info.js';
|
|
92
106
|
import { IconCircleMinus as IconCircleMinus$1 } from '@sebgroup/green-core/components/icon/icons/circle-minus.js';
|
|
@@ -112,9 +126,10 @@ import { IconDotGridThree as IconDotGridThree$1 } from '@sebgroup/green-core/com
|
|
|
112
126
|
import { IconDotGridTwo as IconDotGridTwo$1 } from '@sebgroup/green-core/components/icon/icons/dot-grid-two.js';
|
|
113
127
|
import { IconEmail as IconEmail$1 } from '@sebgroup/green-core/components/icon/icons/email.js';
|
|
114
128
|
import { IconEuro as IconEuro$1 } from '@sebgroup/green-core/components/icon/icons/euro.js';
|
|
115
|
-
import {
|
|
129
|
+
import { IconEyeOpen as IconEyeOpen$1 } from '@sebgroup/green-core/components/icon/icons/eye-open.js';
|
|
130
|
+
import { IconEyeSlash as IconEyeSlash$1 } from '@sebgroup/green-core/components/icon/icons/eye-slash.js';
|
|
116
131
|
import { IconFashion as IconFashion$1 } from '@sebgroup/green-core/components/icon/icons/fashion.js';
|
|
117
|
-
import {
|
|
132
|
+
import { IconFastForward as IconFastForward$1 } from '@sebgroup/green-core/components/icon/icons/fast-forward.js';
|
|
118
133
|
import { IconFileBend as IconFileBend$1 } from '@sebgroup/green-core/components/icon/icons/file-bend.js';
|
|
119
134
|
import { IconFileChart as IconFileChart$1 } from '@sebgroup/green-core/components/icon/icons/file-chart.js';
|
|
120
135
|
import { IconFileText as IconFileText$1 } from '@sebgroup/green-core/components/icon/icons/file-text.js';
|
|
@@ -128,10 +143,8 @@ import { IconFolderAddRight as IconFolderAddRight$1 } from '@sebgroup/green-core
|
|
|
128
143
|
import { IconFolderPaper as IconFolderPaper$1 } from '@sebgroup/green-core/components/icon/icons/folder-paper.js';
|
|
129
144
|
import { IconFolderUpload as IconFolderUpload$1 } from '@sebgroup/green-core/components/icon/icons/folder-upload.js';
|
|
130
145
|
import { IconFolder as IconFolder$1 } from '@sebgroup/green-core/components/icon/icons/folder.js';
|
|
131
|
-
import { IconGithub as IconGithub$1 } from '@sebgroup/green-core/components/icon/icons/github.js';
|
|
132
146
|
import { IconGlobus as IconGlobus$1 } from '@sebgroup/green-core/components/icon/icons/globus.js';
|
|
133
147
|
import { IconGraduateCap as IconGraduateCap$1 } from '@sebgroup/green-core/components/icon/icons/graduate-cap.js';
|
|
134
|
-
import { IconGreen as IconGreen$1 } from '@sebgroup/green-core/components/icon/icons/green.js';
|
|
135
148
|
import { IconGroup as IconGroup$1 } from '@sebgroup/green-core/components/icon/icons/group.js';
|
|
136
149
|
import { IconGrowth as IconGrowth$1 } from '@sebgroup/green-core/components/icon/icons/growth.js';
|
|
137
150
|
import { IconHeadphones as IconHeadphones$1 } from '@sebgroup/green-core/components/icon/icons/headphones.js';
|
|
@@ -144,7 +157,6 @@ import { IconHomeOpen as IconHomeOpen$1 } from '@sebgroup/green-core/components/
|
|
|
144
157
|
import { IconHomeRoof as IconHomeRoof$1 } from '@sebgroup/green-core/components/icon/icons/home-roof.js';
|
|
145
158
|
import { IconHorizontalAlignmentBottom as IconHorizontalAlignmentBottom$1 } from '@sebgroup/green-core/components/icon/icons/horizontal-alignment-bottom.js';
|
|
146
159
|
import { IconImages as IconImages$1 } from '@sebgroup/green-core/components/icon/icons/images.js';
|
|
147
|
-
import { IconInstagram as IconInstagram$1 } from '@sebgroup/green-core/components/icon/icons/instagram.js';
|
|
148
160
|
import { IconInvite as IconInvite$1 } from '@sebgroup/green-core/components/icon/icons/invite.js';
|
|
149
161
|
import { IconKnifeSpoon as IconKnifeSpoon$1 } from '@sebgroup/green-core/components/icon/icons/knife-spoon.js';
|
|
150
162
|
import { IconLaw as IconLaw$1 } from '@sebgroup/green-core/components/icon/icons/law.js';
|
|
@@ -155,7 +167,6 @@ import { IconLineChartFour as IconLineChartFour$1 } from '@sebgroup/green-core/c
|
|
|
155
167
|
import { IconLineChartOne as IconLineChartOne$1 } from '@sebgroup/green-core/components/icon/icons/line-chart-one.js';
|
|
156
168
|
import { IconLineChartThree as IconLineChartThree$1 } from '@sebgroup/green-core/components/icon/icons/line-chart-three.js';
|
|
157
169
|
import { IconLineChartTwo as IconLineChartTwo$1 } from '@sebgroup/green-core/components/icon/icons/line-chart-two.js';
|
|
158
|
-
import { IconLinkedin as IconLinkedin$1 } from '@sebgroup/green-core/components/icon/icons/linkedin.js';
|
|
159
170
|
import { IconLock as IconLock$1 } from '@sebgroup/green-core/components/icon/icons/lock.js';
|
|
160
171
|
import { IconMacbookAir as IconMacbookAir$1 } from '@sebgroup/green-core/components/icon/icons/macbook-air.js';
|
|
161
172
|
import { IconMagnifyingGlass as IconMagnifyingGlass$1 } from '@sebgroup/green-core/components/icon/icons/magnifying-glass.js';
|
|
@@ -170,6 +181,7 @@ import { IconMoon as IconMoon$1 } from '@sebgroup/green-core/components/icon/ico
|
|
|
170
181
|
import { IconMute as IconMute$1 } from '@sebgroup/green-core/components/icon/icons/mute.js';
|
|
171
182
|
import { IconPageText as IconPageText$1 } from '@sebgroup/green-core/components/icon/icons/page-text.js';
|
|
172
183
|
import { IconPaperclip as IconPaperclip$1 } from '@sebgroup/green-core/components/icon/icons/paperclip.js';
|
|
184
|
+
import { IconPause as IconPause$1 } from '@sebgroup/green-core/components/icon/icons/pause.js';
|
|
173
185
|
import { IconPencelLine as IconPencelLine$1 } from '@sebgroup/green-core/components/icon/icons/pencel-line.js';
|
|
174
186
|
import { IconPencilSparkle as IconPencilSparkle$1 } from '@sebgroup/green-core/components/icon/icons/pencil-sparkle.js';
|
|
175
187
|
import { IconPencilWave as IconPencilWave$1 } from '@sebgroup/green-core/components/icon/icons/pencil-wave.js';
|
|
@@ -177,6 +189,7 @@ import { IconPeopleAdd as IconPeopleAdd$1 } from '@sebgroup/green-core/component
|
|
|
177
189
|
import { IconPeopleAdded as IconPeopleAdded$1 } from '@sebgroup/green-core/components/icon/icons/people-added.js';
|
|
178
190
|
import { IconPeopleCircle as IconPeopleCircle$1 } from '@sebgroup/green-core/components/icon/icons/people-circle.js';
|
|
179
191
|
import { IconPeopleCopy as IconPeopleCopy$1 } from '@sebgroup/green-core/components/icon/icons/people-copy.js';
|
|
192
|
+
import { IconPeopleProfile as IconPeopleProfile$1 } from '@sebgroup/green-core/components/icon/icons/people-profile.js';
|
|
180
193
|
import { IconPeopleRemove as IconPeopleRemove$1 } from '@sebgroup/green-core/components/icon/icons/people-remove.js';
|
|
181
194
|
import { IconPeople as IconPeople$1 } from '@sebgroup/green-core/components/icon/icons/people.js';
|
|
182
195
|
import { IconPercent as IconPercent$1 } from '@sebgroup/green-core/components/icon/icons/percent.js';
|
|
@@ -202,11 +215,9 @@ import { IconReceiptBill as IconReceiptBill$1 } from '@sebgroup/green-core/compo
|
|
|
202
215
|
import { IconReceiptionBell as IconReceiptionBell$1 } from '@sebgroup/green-core/components/icon/icons/receiption-bell.js';
|
|
203
216
|
import { IconRobot as IconRobot$1 } from '@sebgroup/green-core/components/icon/icons/robot.js';
|
|
204
217
|
import { IconRocket as IconRocket$1 } from '@sebgroup/green-core/components/icon/icons/rocket.js';
|
|
205
|
-
import { IconRssFeed as IconRssFeed$1 } from '@sebgroup/green-core/components/icon/icons/rss-feed.js';
|
|
206
218
|
import { IconSchool as IconSchool$1 } from '@sebgroup/green-core/components/icon/icons/school.js';
|
|
207
219
|
import { IconScissors as IconScissors$1 } from '@sebgroup/green-core/components/icon/icons/scissors.js';
|
|
208
220
|
import { IconSearchMenu as IconSearchMenu$1 } from '@sebgroup/green-core/components/icon/icons/search-menu.js';
|
|
209
|
-
import { IconSeb as IconSeb$1 } from '@sebgroup/green-core/components/icon/icons/seb.js';
|
|
210
221
|
import { IconSettingsGear as IconSettingsGear$1 } from '@sebgroup/green-core/components/icon/icons/settings-gear.js';
|
|
211
222
|
import { IconSettingsSliderHor as IconSettingsSliderHor$1 } from '@sebgroup/green-core/components/icon/icons/settings-slider-hor.js';
|
|
212
223
|
import { IconSettingsSliderThree as IconSettingsSliderThree$1 } from '@sebgroup/green-core/components/icon/icons/settings-slider-three.js';
|
|
@@ -216,7 +227,6 @@ import { IconShoppingBag as IconShoppingBag$1 } from '@sebgroup/green-core/compo
|
|
|
216
227
|
import { IconSmartwatch as IconSmartwatch$1 } from '@sebgroup/green-core/components/icon/icons/smartwatch.js';
|
|
217
228
|
import { IconSolarPanel as IconSolarPanel$1 } from '@sebgroup/green-core/components/icon/icons/solar-panel.js';
|
|
218
229
|
import { IconSolar as IconSolar$1 } from '@sebgroup/green-core/components/icon/icons/solar.js';
|
|
219
|
-
import { IconSpotify as IconSpotify$1 } from '@sebgroup/green-core/components/icon/icons/spotify.js';
|
|
220
230
|
import { IconSquareArrowTopRight as IconSquareArrowTopRight$1 } from '@sebgroup/green-core/components/icon/icons/square-arrow-top-right.js';
|
|
221
231
|
import { IconSquareBehindSquare as IconSquareBehindSquare$1 } from '@sebgroup/green-core/components/icon/icons/square-behind-square.js';
|
|
222
232
|
import { IconSquareCheck as IconSquareCheck$1 } from '@sebgroup/green-core/components/icon/icons/square-check.js';
|
|
@@ -247,7 +257,6 @@ import { IconTrendingThree as IconTrendingThree$1 } from '@sebgroup/green-core/c
|
|
|
247
257
|
import { IconTrendingTwo as IconTrendingTwo$1 } from '@sebgroup/green-core/components/icon/icons/trending-two.js';
|
|
248
258
|
import { IconTriangleExclamation as IconTriangleExclamation$1 } from '@sebgroup/green-core/components/icon/icons/triangle-exclamation.js';
|
|
249
259
|
import { IconTruck as IconTruck$1 } from '@sebgroup/green-core/components/icon/icons/truck.js';
|
|
250
|
-
import { IconTwitter as IconTwitter$1 } from '@sebgroup/green-core/components/icon/icons/twitter.js';
|
|
251
260
|
import { IconUmbrellaSecurity as IconUmbrellaSecurity$1 } from '@sebgroup/green-core/components/icon/icons/umbrella-security.js';
|
|
252
261
|
import { IconUnlocked as IconUnlocked$1 } from '@sebgroup/green-core/components/icon/icons/unlocked.js';
|
|
253
262
|
import { IconVerticalAlignmentRight as IconVerticalAlignmentRight$1 } from '@sebgroup/green-core/components/icon/icons/vertical-alignment-right.js';
|
|
@@ -2966,6 +2975,7 @@ var Modal = function Modal(_a) {
|
|
|
2966
2975
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
2967
2976
|
shouldRender = _useState6[0],
|
|
2968
2977
|
setShouldRender = _useState6[1];
|
|
2978
|
+
var modalRef = useRef(null);
|
|
2969
2979
|
useEffect(function () {
|
|
2970
2980
|
if (isOpen && !shouldRender && status === UNMOUNTED) {
|
|
2971
2981
|
setShouldRender(true);
|
|
@@ -2984,6 +2994,17 @@ var Modal = function Modal(_a) {
|
|
|
2984
2994
|
setShouldRender(false);
|
|
2985
2995
|
}, DELAY);
|
|
2986
2996
|
}
|
|
2997
|
+
if (isOpen && modalRef.current) {
|
|
2998
|
+
// Disable scrolling on the body when the modal is open
|
|
2999
|
+
disableBodyScroll(modalRef.current);
|
|
3000
|
+
} else if (modalRef.current) {
|
|
3001
|
+
// Enable scrolling on the body when the modal is closed
|
|
3002
|
+
enableBodyScroll(modalRef.current);
|
|
3003
|
+
}
|
|
3004
|
+
return function () {
|
|
3005
|
+
// Cleanup by enabling body scroll and removing all scroll locks
|
|
3006
|
+
clearAllBodyScrollLocks();
|
|
3007
|
+
};
|
|
2987
3008
|
}, [isOpen, shouldRender, status]);
|
|
2988
3009
|
if (!isOpen) return null;
|
|
2989
3010
|
var bodyId = "".concat(uuid, "_body");
|
|
@@ -3006,6 +3027,7 @@ var Modal = function Modal(_a) {
|
|
|
3006
3027
|
modalContent = jsxs("aside", Object.assign({
|
|
3007
3028
|
className: className
|
|
3008
3029
|
}, dialogProps, {
|
|
3030
|
+
ref: modalRef,
|
|
3009
3031
|
children: [jsx(ModalHeader, Object.assign({
|
|
3010
3032
|
id: headerId,
|
|
3011
3033
|
setStatus: setStatus,
|
|
@@ -3020,6 +3042,7 @@ var Modal = function Modal(_a) {
|
|
|
3020
3042
|
case 'takeover':
|
|
3021
3043
|
{
|
|
3022
3044
|
modalContent = jsxs("main", Object.assign({}, dialogProps, {
|
|
3045
|
+
ref: modalRef,
|
|
3023
3046
|
children: [jsx(ModalHeader, Object.assign({
|
|
3024
3047
|
id: headerId
|
|
3025
3048
|
}, props)), jsx(ModalBody, Object.assign({
|
|
@@ -3032,6 +3055,7 @@ var Modal = function Modal(_a) {
|
|
|
3032
3055
|
{
|
|
3033
3056
|
modalContent = jsx("div", {
|
|
3034
3057
|
className: "gds-dialog-wrapper",
|
|
3058
|
+
ref: modalRef,
|
|
3035
3059
|
children: jsxs("section", Object.assign({}, dialogProps, {
|
|
3036
3060
|
children: [jsx(ModalHeader, Object.assign({
|
|
3037
3061
|
id: headerId
|
|
@@ -3080,12 +3104,6 @@ var IconAirplaneUp = createComponent({
|
|
|
3080
3104
|
react: React
|
|
3081
3105
|
});
|
|
3082
3106
|
|
|
3083
|
-
var IconAppleMusic = createComponent({
|
|
3084
|
-
tagName: getScopedTagName('gds-icon-apple-music'),
|
|
3085
|
-
elementClass: IconAppleMusic$1,
|
|
3086
|
-
react: React
|
|
3087
|
-
});
|
|
3088
|
-
|
|
3089
3107
|
var IconArchive = createComponent({
|
|
3090
3108
|
tagName: getScopedTagName('gds-icon-archive'),
|
|
3091
3109
|
elementClass: IconArchive$1,
|
|
@@ -3242,6 +3260,12 @@ var IconAt = createComponent({
|
|
|
3242
3260
|
react: React
|
|
3243
3261
|
});
|
|
3244
3262
|
|
|
3263
|
+
var IconBack = createComponent({
|
|
3264
|
+
tagName: getScopedTagName('gds-icon-back'),
|
|
3265
|
+
elementClass: IconBack$1,
|
|
3266
|
+
react: React
|
|
3267
|
+
});
|
|
3268
|
+
|
|
3245
3269
|
var IconBag = createComponent({
|
|
3246
3270
|
tagName: getScopedTagName('gds-icon-bag'),
|
|
3247
3271
|
elementClass: IconBag$1,
|
|
@@ -3254,12 +3278,6 @@ var IconBank = createComponent({
|
|
|
3254
3278
|
react: React
|
|
3255
3279
|
});
|
|
3256
3280
|
|
|
3257
|
-
var IconBankid = createComponent({
|
|
3258
|
-
tagName: getScopedTagName('gds-icon-bankid'),
|
|
3259
|
-
elementClass: IconBankid$1,
|
|
3260
|
-
react: React
|
|
3261
|
-
});
|
|
3262
|
-
|
|
3263
3281
|
var IconBanknote = createComponent({
|
|
3264
3282
|
tagName: getScopedTagName('gds-icon-banknote'),
|
|
3265
3283
|
elementClass: IconBanknote$1,
|
|
@@ -3344,6 +3362,96 @@ var IconBooks = createComponent({
|
|
|
3344
3362
|
react: React
|
|
3345
3363
|
});
|
|
3346
3364
|
|
|
3365
|
+
var IconBrandAppStore = createComponent({
|
|
3366
|
+
tagName: getScopedTagName('gds-icon-brand-app-store'),
|
|
3367
|
+
elementClass: IconBrandAppStore$1,
|
|
3368
|
+
react: React
|
|
3369
|
+
});
|
|
3370
|
+
|
|
3371
|
+
var IconBrandAppleMusic = createComponent({
|
|
3372
|
+
tagName: getScopedTagName('gds-icon-brand-apple-music'),
|
|
3373
|
+
elementClass: IconBrandAppleMusic$1,
|
|
3374
|
+
react: React
|
|
3375
|
+
});
|
|
3376
|
+
|
|
3377
|
+
var IconBrandBankid = createComponent({
|
|
3378
|
+
tagName: getScopedTagName('gds-icon-brand-bankid'),
|
|
3379
|
+
elementClass: IconBrandBankid$1,
|
|
3380
|
+
react: React
|
|
3381
|
+
});
|
|
3382
|
+
|
|
3383
|
+
var IconBrandChrome = createComponent({
|
|
3384
|
+
tagName: getScopedTagName('gds-icon-brand-chrome'),
|
|
3385
|
+
elementClass: IconBrandChrome$1,
|
|
3386
|
+
react: React
|
|
3387
|
+
});
|
|
3388
|
+
|
|
3389
|
+
var IconBrandFacebook = createComponent({
|
|
3390
|
+
tagName: getScopedTagName('gds-icon-brand-facebook'),
|
|
3391
|
+
elementClass: IconBrandFacebook$1,
|
|
3392
|
+
react: React
|
|
3393
|
+
});
|
|
3394
|
+
|
|
3395
|
+
var IconBrandFigma = createComponent({
|
|
3396
|
+
tagName: getScopedTagName('gds-icon-brand-figma'),
|
|
3397
|
+
elementClass: IconBrandFigma$1,
|
|
3398
|
+
react: React
|
|
3399
|
+
});
|
|
3400
|
+
|
|
3401
|
+
var IconBrandGithub = createComponent({
|
|
3402
|
+
tagName: getScopedTagName('gds-icon-brand-github'),
|
|
3403
|
+
elementClass: IconBrandGithub$1,
|
|
3404
|
+
react: React
|
|
3405
|
+
});
|
|
3406
|
+
|
|
3407
|
+
var IconBrandGreen = createComponent({
|
|
3408
|
+
tagName: getScopedTagName('gds-icon-brand-green'),
|
|
3409
|
+
elementClass: IconBrandGreen$1,
|
|
3410
|
+
react: React
|
|
3411
|
+
});
|
|
3412
|
+
|
|
3413
|
+
var IconBrandInstagram = createComponent({
|
|
3414
|
+
tagName: getScopedTagName('gds-icon-brand-instagram'),
|
|
3415
|
+
elementClass: IconBrandInstagram$1,
|
|
3416
|
+
react: React
|
|
3417
|
+
});
|
|
3418
|
+
|
|
3419
|
+
var IconBrandLinkedin = createComponent({
|
|
3420
|
+
tagName: getScopedTagName('gds-icon-brand-linkedin'),
|
|
3421
|
+
elementClass: IconBrandLinkedin$1,
|
|
3422
|
+
react: React
|
|
3423
|
+
});
|
|
3424
|
+
|
|
3425
|
+
var IconBrandPlayStore = createComponent({
|
|
3426
|
+
tagName: getScopedTagName('gds-icon-brand-play-store'),
|
|
3427
|
+
elementClass: IconBrandPlayStore$1,
|
|
3428
|
+
react: React
|
|
3429
|
+
});
|
|
3430
|
+
|
|
3431
|
+
var IconBrandRssFeed = createComponent({
|
|
3432
|
+
tagName: getScopedTagName('gds-icon-brand-rss-feed'),
|
|
3433
|
+
elementClass: IconBrandRssFeed$1,
|
|
3434
|
+
react: React
|
|
3435
|
+
});
|
|
3436
|
+
|
|
3437
|
+
var IconBrandSeb = createComponent({
|
|
3438
|
+
tagName: getScopedTagName('gds-icon-brand-seb'),
|
|
3439
|
+
elementClass: IconBrandSeb$1,
|
|
3440
|
+
react: React
|
|
3441
|
+
});
|
|
3442
|
+
|
|
3443
|
+
var IconBrandSpotify = createComponent({
|
|
3444
|
+
tagName: getScopedTagName('gds-icon-brand-spotify'),
|
|
3445
|
+
elementClass: IconBrandSpotify$1,
|
|
3446
|
+
react: React
|
|
3447
|
+
});
|
|
3448
|
+
|
|
3449
|
+
var IconBrandX = createComponent({
|
|
3450
|
+
tagName: getScopedTagName('gds-icon-brand-x'),
|
|
3451
|
+
elementClass: IconBrandX$1,
|
|
3452
|
+
react: React
|
|
3453
|
+
});
|
|
3454
|
+
|
|
3347
3455
|
var IconBrush = createComponent({
|
|
3348
3456
|
tagName: getScopedTagName('gds-icon-brush'),
|
|
3349
3457
|
elementClass: IconBrush$1,
|
|
@@ -3536,12 +3644,6 @@ var IconChevronTop = createComponent({
|
|
|
3536
3644
|
react: React
|
|
3537
3645
|
});
|
|
3538
3646
|
|
|
3539
|
-
var IconChrome = createComponent({
|
|
3540
|
-
tagName: getScopedTagName('gds-icon-chrome'),
|
|
3541
|
-
elementClass: IconChrome$1,
|
|
3542
|
-
react: React
|
|
3543
|
-
});
|
|
3544
|
-
|
|
3545
3647
|
var IconCircleCheck = createComponent({
|
|
3546
3648
|
tagName: getScopedTagName('gds-icon-circle-check'),
|
|
3547
3649
|
elementClass: IconCircleCheck$1,
|
|
@@ -3692,9 +3794,15 @@ var IconEuro = createComponent({
|
|
|
3692
3794
|
react: React
|
|
3693
3795
|
});
|
|
3694
3796
|
|
|
3695
|
-
var
|
|
3696
|
-
tagName: getScopedTagName('gds-icon-
|
|
3697
|
-
elementClass:
|
|
3797
|
+
var IconEyeOpen = createComponent({
|
|
3798
|
+
tagName: getScopedTagName('gds-icon-eye-open'),
|
|
3799
|
+
elementClass: IconEyeOpen$1,
|
|
3800
|
+
react: React
|
|
3801
|
+
});
|
|
3802
|
+
|
|
3803
|
+
var IconEyeSlash = createComponent({
|
|
3804
|
+
tagName: getScopedTagName('gds-icon-eye-slash'),
|
|
3805
|
+
elementClass: IconEyeSlash$1,
|
|
3698
3806
|
react: React
|
|
3699
3807
|
});
|
|
3700
3808
|
|
|
@@ -3704,9 +3812,9 @@ var IconFashion = createComponent({
|
|
|
3704
3812
|
react: React
|
|
3705
3813
|
});
|
|
3706
3814
|
|
|
3707
|
-
var
|
|
3708
|
-
tagName: getScopedTagName('gds-icon-
|
|
3709
|
-
elementClass:
|
|
3815
|
+
var IconFastForward = createComponent({
|
|
3816
|
+
tagName: getScopedTagName('gds-icon-fast-forward'),
|
|
3817
|
+
elementClass: IconFastForward$1,
|
|
3710
3818
|
react: React
|
|
3711
3819
|
});
|
|
3712
3820
|
|
|
@@ -3788,12 +3896,6 @@ var IconFolder = createComponent({
|
|
|
3788
3896
|
react: React
|
|
3789
3897
|
});
|
|
3790
3898
|
|
|
3791
|
-
var IconGithub = createComponent({
|
|
3792
|
-
tagName: getScopedTagName('gds-icon-github'),
|
|
3793
|
-
elementClass: IconGithub$1,
|
|
3794
|
-
react: React
|
|
3795
|
-
});
|
|
3796
|
-
|
|
3797
3899
|
var IconGlobus = createComponent({
|
|
3798
3900
|
tagName: getScopedTagName('gds-icon-globus'),
|
|
3799
3901
|
elementClass: IconGlobus$1,
|
|
@@ -3806,12 +3908,6 @@ var IconGraduateCap = createComponent({
|
|
|
3806
3908
|
react: React
|
|
3807
3909
|
});
|
|
3808
3910
|
|
|
3809
|
-
var IconGreen = createComponent({
|
|
3810
|
-
tagName: getScopedTagName('gds-icon-green'),
|
|
3811
|
-
elementClass: IconGreen$1,
|
|
3812
|
-
react: React
|
|
3813
|
-
});
|
|
3814
|
-
|
|
3815
3911
|
var IconGroup = createComponent({
|
|
3816
3912
|
tagName: getScopedTagName('gds-icon-group'),
|
|
3817
3913
|
elementClass: IconGroup$1,
|
|
@@ -3884,12 +3980,6 @@ var IconImages = createComponent({
|
|
|
3884
3980
|
react: React
|
|
3885
3981
|
});
|
|
3886
3982
|
|
|
3887
|
-
var IconInstagram = createComponent({
|
|
3888
|
-
tagName: getScopedTagName('gds-icon-instagram'),
|
|
3889
|
-
elementClass: IconInstagram$1,
|
|
3890
|
-
react: React
|
|
3891
|
-
});
|
|
3892
|
-
|
|
3893
3983
|
var IconInvite = createComponent({
|
|
3894
3984
|
tagName: getScopedTagName('gds-icon-invite'),
|
|
3895
3985
|
elementClass: IconInvite$1,
|
|
@@ -3950,12 +4040,6 @@ var IconLineChartTwo = createComponent({
|
|
|
3950
4040
|
react: React
|
|
3951
4041
|
});
|
|
3952
4042
|
|
|
3953
|
-
var IconLinkedin = createComponent({
|
|
3954
|
-
tagName: getScopedTagName('gds-icon-linkedin'),
|
|
3955
|
-
elementClass: IconLinkedin$1,
|
|
3956
|
-
react: React
|
|
3957
|
-
});
|
|
3958
|
-
|
|
3959
4043
|
var IconLock = createComponent({
|
|
3960
4044
|
tagName: getScopedTagName('gds-icon-lock'),
|
|
3961
4045
|
elementClass: IconLock$1,
|
|
@@ -4040,6 +4124,12 @@ var IconPaperclip = createComponent({
|
|
|
4040
4124
|
react: React
|
|
4041
4125
|
});
|
|
4042
4126
|
|
|
4127
|
+
var IconPause = createComponent({
|
|
4128
|
+
tagName: getScopedTagName('gds-icon-pause'),
|
|
4129
|
+
elementClass: IconPause$1,
|
|
4130
|
+
react: React
|
|
4131
|
+
});
|
|
4132
|
+
|
|
4043
4133
|
var IconPencelLine = createComponent({
|
|
4044
4134
|
tagName: getScopedTagName('gds-icon-pencel-line'),
|
|
4045
4135
|
elementClass: IconPencelLine$1,
|
|
@@ -4082,6 +4172,12 @@ var IconPeopleCopy = createComponent({
|
|
|
4082
4172
|
react: React
|
|
4083
4173
|
});
|
|
4084
4174
|
|
|
4175
|
+
var IconPeopleProfile = createComponent({
|
|
4176
|
+
tagName: getScopedTagName('gds-icon-people-profile'),
|
|
4177
|
+
elementClass: IconPeopleProfile$1,
|
|
4178
|
+
react: React
|
|
4179
|
+
});
|
|
4180
|
+
|
|
4085
4181
|
var IconPeopleRemove = createComponent({
|
|
4086
4182
|
tagName: getScopedTagName('gds-icon-people-remove'),
|
|
4087
4183
|
elementClass: IconPeopleRemove$1,
|
|
@@ -4232,12 +4328,6 @@ var IconRocket = createComponent({
|
|
|
4232
4328
|
react: React
|
|
4233
4329
|
});
|
|
4234
4330
|
|
|
4235
|
-
var IconRssFeed = createComponent({
|
|
4236
|
-
tagName: getScopedTagName('gds-icon-rss-feed'),
|
|
4237
|
-
elementClass: IconRssFeed$1,
|
|
4238
|
-
react: React
|
|
4239
|
-
});
|
|
4240
|
-
|
|
4241
4331
|
var IconSchool = createComponent({
|
|
4242
4332
|
tagName: getScopedTagName('gds-icon-school'),
|
|
4243
4333
|
elementClass: IconSchool$1,
|
|
@@ -4256,12 +4346,6 @@ var IconSearchMenu = createComponent({
|
|
|
4256
4346
|
react: React
|
|
4257
4347
|
});
|
|
4258
4348
|
|
|
4259
|
-
var IconSeb = createComponent({
|
|
4260
|
-
tagName: getScopedTagName('gds-icon-seb'),
|
|
4261
|
-
elementClass: IconSeb$1,
|
|
4262
|
-
react: React
|
|
4263
|
-
});
|
|
4264
|
-
|
|
4265
4349
|
var IconSettingsGear = createComponent({
|
|
4266
4350
|
tagName: getScopedTagName('gds-icon-settings-gear'),
|
|
4267
4351
|
elementClass: IconSettingsGear$1,
|
|
@@ -4316,12 +4400,6 @@ var IconSolar = createComponent({
|
|
|
4316
4400
|
react: React
|
|
4317
4401
|
});
|
|
4318
4402
|
|
|
4319
|
-
var IconSpotify = createComponent({
|
|
4320
|
-
tagName: getScopedTagName('gds-icon-spotify'),
|
|
4321
|
-
elementClass: IconSpotify$1,
|
|
4322
|
-
react: React
|
|
4323
|
-
});
|
|
4324
|
-
|
|
4325
4403
|
var IconSquareArrowTopRight = createComponent({
|
|
4326
4404
|
tagName: getScopedTagName('gds-icon-square-arrow-top-right'),
|
|
4327
4405
|
elementClass: IconSquareArrowTopRight$1,
|
|
@@ -4502,12 +4580,6 @@ var IconTruck = createComponent({
|
|
|
4502
4580
|
react: React
|
|
4503
4581
|
});
|
|
4504
4582
|
|
|
4505
|
-
var IconTwitter = createComponent({
|
|
4506
|
-
tagName: getScopedTagName('gds-icon-twitter'),
|
|
4507
|
-
elementClass: IconTwitter$1,
|
|
4508
|
-
react: React
|
|
4509
|
-
});
|
|
4510
|
-
|
|
4511
4583
|
var IconUmbrellaSecurity = createComponent({
|
|
4512
4584
|
tagName: getScopedTagName('gds-icon-umbrella-security'),
|
|
4513
4585
|
elementClass: IconUmbrellaSecurity$1,
|
|
@@ -5118,4 +5190,4 @@ var Segment = function Segment(_a) {
|
|
|
5118
5190
|
}, props));
|
|
5119
5191
|
};
|
|
5120
5192
|
|
|
5121
|
-
export { Accordion, AlertRibbon as Alert, AlertRibbon, Badge, BankId, Breadcrumb, BreadcrumbItem, Button, ButtonGroup, Card, Check, Checkbox, ChevronDown, ContextMenu, CoreDatepicker, CoreDropdown, CoreMenuHeading, CoreOption, CoreSegementedControl, CoreSegment, Datepicker, Dropdown, Edit, EmailInput, Flexbox, Form, FormItem, FormItems, Group, GroupedList, IconAirplaneUp,
|
|
5193
|
+
export { Accordion, AlertRibbon as Alert, AlertRibbon, Badge, BankId, Breadcrumb, BreadcrumbItem, Button, ButtonGroup, Card, Check, Checkbox, ChevronDown, ContextMenu, CoreDatepicker, CoreDropdown, CoreMenuHeading, CoreOption, CoreSegementedControl, CoreSegment, Datepicker, Dropdown, Edit, EmailInput, Flexbox, Form, FormItem, FormItems, Group, GroupedList, IconAirplaneUp, IconArchive, IconArrow, IconArrowBoxLeft, IconArrowBoxRight, IconArrowDown, IconArrowInbox, IconArrowLeft, IconArrowLeftRight, IconArrowOutOfBox, IconArrowRight, IconArrowRightCircle, IconArrowRightDownCircle, IconArrowRightUpCircle, IconArrowRotateClockwise, IconArrowRotateCounterClockwise, IconArrowRotateLeftRight, IconArrowRotateRightLeft, IconArrowShareLeft, IconArrowShareRight, IconArrowUp, IconArrowWallDown, IconArrowWallLeft, IconArrowWallRight, IconArrowWallUp, IconArrowsRepeat, IconAt, IconBack, IconBag, IconBank, IconBanknote, IconBarcode, IconBarsThree, IconBarsTwo, IconBatteryLoading, IconBell, IconBlock, IconBook, IconBookmark, IconBookmarkCheck, IconBookmarkDelete, IconBookmarkPlus, IconBookmarkRemove, IconBooks, IconBrandAppStore, IconBrandAppleMusic, IconBrandBankid, IconBrandChrome, IconBrandFacebook, IconBrandFigma, IconBrandGithub, IconBrandGreen, IconBrandInstagram, IconBrandLinkedin, IconBrandPlayStore, IconBrandRssFeed, IconBrandSeb, IconBrandSpotify, IconBrandX, IconBrush, IconBubble, IconBubbleAnnotation, IconBubbleDots, IconBubbleQuestion, IconBubbleQuotes, IconBubbleText, IconBubbleWideAnnotation, IconBubbles, IconBuildings, IconButton, IconCainLink, IconCalculator, IconCalendar, IconCalendarCheck, IconCalenderAdd, IconCall, IconCar, IconChargingStation, IconChartOne, IconChartPresentation, IconChartTwo, IconChecklist, IconCheckmark, IconChevronBottom, IconChevronDoubleDown, IconChevronDoubleLeft, IconChevronDoubleRight, IconChevronDoubleUp, IconChevronGrabberVertical, IconChevronLeft, IconChevronRight, IconChevronTop, IconCircleCheck, IconCircleInfo, IconCircleMinus, IconCirclePlaceholderOn, IconCirclePlus, IconCircleQuestionmark, IconCircleX, IconCirclesThree, IconClock, IconCloudUpload, IconCloudySun, IconCompassRound, IconCreditCard, IconCrossLarge, IconCrossSmall, IconCupHot, IconDevices, IconDirection, IconDollar, IconDotGridOneHorizontal, IconDotGridOneVertical, IconDotGridThree, IconDotGridTwo, IconEmail, IconEuro, IconEyeOpen, IconEyeSlash, IconFashion, IconFastForward, IconFileBend, IconFileChart, IconFileText, IconFiles, IconFilter, IconFlag, IconFloppyDisk, IconFocus, IconFocusSquare, IconFolder, IconFolderAddRight, IconFolderPaper, IconFolderUpload, IconGlobus, IconGraduateCap, IconGroup, IconGrowth, IconHeadphones, IconHeart, IconHeartBeat, IconHistory, IconHomeEnergyOne, IconHomeEnergyTwo, IconHomeOpen, IconHomeRoof, IconHorizontalAlignmentBottom, IconImages, IconInvite, IconKnifeSpoon, IconLaw, IconLightBulb, IconLightBulbSimple, IconLightning, IconLineChartFour, IconLineChartOne, IconLineChartThree, IconLineChartTwo, IconLock, IconMacbookAir, IconMagnifyingGlass, IconMaintenance, IconMapPin, IconMegaphone, IconMinusLarge, IconMinusSmall, IconMoneyHand, IconMoneybag, IconMoon, IconMute, IconPageText, IconPaperclip, IconPause, IconPencelLine, IconPencilSparkle, IconPencilWave, IconPeople, IconPeopleAdd, IconPeopleAdded, IconPeopleCircle, IconPeopleCopy, IconPeopleProfile, IconPeopleRemove, IconPercent, IconPhone, IconPhoneDynamicIsland, IconPieChart, IconPiggyBank, IconPin, IconPinch, IconPlay, IconPlayCircle, IconPlusLarge, IconPlusSmall, IconPoop, IconPowerPlant, IconPrinter, IconPush, IconQrCode, IconRainy, IconRaisingHand, IconReadingList, IconReceiptBill, IconReceiptionBell, IconRobot, IconRocket, IconSchool, IconScissors, IconSearchMenu, IconSettingsGear, IconSettingsSliderHor, IconSettingsSliderThree, IconSettingsSliderVer, IconShare, IconShoppingBag, IconSmartwatch, IconSolar, IconSolarPanel, IconSquareArrowTopRight, IconSquareBehindSquare, IconSquareCheck, IconSquareGridCircle, IconSquareInfo, IconSquareMinus, IconSquarePlaceholder, IconSquarePlus, IconSquareX, IconStar, IconStore, IconSuitcaseWork, IconSun, IconTag, IconTelevision, IconTennis, IconTextEdit, IconThermostat, IconThumbsDown, IconThumbsUp, IconTodos, IconTradingViewCandles, IconTrashCan, IconTree, IconTrendingFour, IconTrendingOne, IconTrendingThree, IconTrendingTwo, IconTriangleExclamation, IconTruck, IconUmbrellaSecurity, IconUnlocked, IconVerticalAlignmentRight, IconVolumeFull, IconVolumeHalf, IconVolumeOff, IconWallet, IconWarningSign, IconZap, IconZoomIn, IconZoomOut, InPageWizardStepCard, InfoCircle, Input, Link, List$1 as List, ListItem, MenuItem, Modal, Navbar, NumberInput, Option, OptionGroup, RadioButton, RadioGroup, Segment, SegmentedControl, Select, Slider, SortDirection, SquareExclamation, SquareInfo, Stepper, Tab, Table, TableBody, TableCell, TableContext, TableHeader, TableHeaderCell, TableRow, Tabs, Text, TextArea, TextInput, Times, valueList$1 as ValueList, filterArrayByColumns, onRowSelect, paginate, searchTextByColumns, sortArray, sumCols, useTableContext };
|
package/package.json
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.17.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": "^17 || ^18",
|
|
6
6
|
"react-dom": "^17 || ^18"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@sebgroup/green-core": "^1.
|
|
10
|
-
"@sebgroup/chlorophyll": "^3.
|
|
9
|
+
"@sebgroup/green-core": "^1.41.0",
|
|
10
|
+
"@sebgroup/chlorophyll": "^3.6.2",
|
|
11
11
|
"@sebgroup/extract": "^3.0.1",
|
|
12
12
|
"@lit/react": "^1.0.2",
|
|
13
|
-
"classnames": "^2.3.2"
|
|
13
|
+
"classnames": "^2.3.2",
|
|
14
|
+
"body-scroll-lock": "^3.1.5"
|
|
14
15
|
},
|
|
15
16
|
"description": "React components built on top of @sebgroup/chlorophyll.",
|
|
16
17
|
"repository": {
|
|
17
18
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/
|
|
19
|
+
"url": "git+https://github.com/seb-oss/green.git"
|
|
19
20
|
},
|
|
20
21
|
"publishConfig": {
|
|
21
22
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"contributors": [],
|
|
27
28
|
"license": "Apache-2.0",
|
|
28
29
|
"bugs": {
|
|
29
|
-
"url": "https://github.com/
|
|
30
|
+
"url": "https://github.com/seb-oss/green/labels/react"
|
|
30
31
|
},
|
|
31
32
|
"homepage": "https://storybook.seb.io/latest/react/",
|
|
32
33
|
"module": "./index.esm.js",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from './IconAirplaneUp';
|
|
2
|
-
export * from './IconAppleMusic';
|
|
3
2
|
export * from './IconArchive';
|
|
4
3
|
export * from './IconArrowBoxLeft';
|
|
5
4
|
export * from './IconArrowBoxRight';
|
|
@@ -26,9 +25,9 @@ export * from './IconArrowWallUp';
|
|
|
26
25
|
export * from './IconArrow';
|
|
27
26
|
export * from './IconArrowsRepeat';
|
|
28
27
|
export * from './IconAt';
|
|
28
|
+
export * from './IconBack';
|
|
29
29
|
export * from './IconBag';
|
|
30
30
|
export * from './IconBank';
|
|
31
|
-
export * from './IconBankid';
|
|
32
31
|
export * from './IconBanknote';
|
|
33
32
|
export * from './IconBarcode';
|
|
34
33
|
export * from './IconBarsThree';
|
|
@@ -43,6 +42,21 @@ export * from './IconBookmarkPlus';
|
|
|
43
42
|
export * from './IconBookmarkRemove';
|
|
44
43
|
export * from './IconBookmark';
|
|
45
44
|
export * from './IconBooks';
|
|
45
|
+
export * from './IconBrandAppStore';
|
|
46
|
+
export * from './IconBrandAppleMusic';
|
|
47
|
+
export * from './IconBrandBankid';
|
|
48
|
+
export * from './IconBrandChrome';
|
|
49
|
+
export * from './IconBrandFacebook';
|
|
50
|
+
export * from './IconBrandFigma';
|
|
51
|
+
export * from './IconBrandGithub';
|
|
52
|
+
export * from './IconBrandGreen';
|
|
53
|
+
export * from './IconBrandInstagram';
|
|
54
|
+
export * from './IconBrandLinkedin';
|
|
55
|
+
export * from './IconBrandPlayStore';
|
|
56
|
+
export * from './IconBrandRssFeed';
|
|
57
|
+
export * from './IconBrandSeb';
|
|
58
|
+
export * from './IconBrandSpotify';
|
|
59
|
+
export * from './IconBrandX';
|
|
46
60
|
export * from './IconBrush';
|
|
47
61
|
export * from './IconBubbleAnnotation';
|
|
48
62
|
export * from './IconBubbleDots';
|
|
@@ -75,7 +89,6 @@ export * from './IconChevronGrabberVertical';
|
|
|
75
89
|
export * from './IconChevronLeft';
|
|
76
90
|
export * from './IconChevronRight';
|
|
77
91
|
export * from './IconChevronTop';
|
|
78
|
-
export * from './IconChrome';
|
|
79
92
|
export * from './IconCircleCheck';
|
|
80
93
|
export * from './IconCircleInfo';
|
|
81
94
|
export * from './IconCircleMinus';
|
|
@@ -101,9 +114,10 @@ export * from './IconDotGridThree';
|
|
|
101
114
|
export * from './IconDotGridTwo';
|
|
102
115
|
export * from './IconEmail';
|
|
103
116
|
export * from './IconEuro';
|
|
104
|
-
export * from './
|
|
117
|
+
export * from './IconEyeOpen';
|
|
118
|
+
export * from './IconEyeSlash';
|
|
105
119
|
export * from './IconFashion';
|
|
106
|
-
export * from './
|
|
120
|
+
export * from './IconFastForward';
|
|
107
121
|
export * from './IconFileBend';
|
|
108
122
|
export * from './IconFileChart';
|
|
109
123
|
export * from './IconFileText';
|
|
@@ -117,10 +131,8 @@ export * from './IconFolderAddRight';
|
|
|
117
131
|
export * from './IconFolderPaper';
|
|
118
132
|
export * from './IconFolderUpload';
|
|
119
133
|
export * from './IconFolder';
|
|
120
|
-
export * from './IconGithub';
|
|
121
134
|
export * from './IconGlobus';
|
|
122
135
|
export * from './IconGraduateCap';
|
|
123
|
-
export * from './IconGreen';
|
|
124
136
|
export * from './IconGroup';
|
|
125
137
|
export * from './IconGrowth';
|
|
126
138
|
export * from './IconHeadphones';
|
|
@@ -133,7 +145,6 @@ export * from './IconHomeOpen';
|
|
|
133
145
|
export * from './IconHomeRoof';
|
|
134
146
|
export * from './IconHorizontalAlignmentBottom';
|
|
135
147
|
export * from './IconImages';
|
|
136
|
-
export * from './IconInstagram';
|
|
137
148
|
export * from './IconInvite';
|
|
138
149
|
export * from './IconKnifeSpoon';
|
|
139
150
|
export * from './IconLaw';
|
|
@@ -144,7 +155,6 @@ export * from './IconLineChartFour';
|
|
|
144
155
|
export * from './IconLineChartOne';
|
|
145
156
|
export * from './IconLineChartThree';
|
|
146
157
|
export * from './IconLineChartTwo';
|
|
147
|
-
export * from './IconLinkedin';
|
|
148
158
|
export * from './IconLock';
|
|
149
159
|
export * from './IconMacbookAir';
|
|
150
160
|
export * from './IconMagnifyingGlass';
|
|
@@ -159,6 +169,7 @@ export * from './IconMoon';
|
|
|
159
169
|
export * from './IconMute';
|
|
160
170
|
export * from './IconPageText';
|
|
161
171
|
export * from './IconPaperclip';
|
|
172
|
+
export * from './IconPause';
|
|
162
173
|
export * from './IconPencelLine';
|
|
163
174
|
export * from './IconPencilSparkle';
|
|
164
175
|
export * from './IconPencilWave';
|
|
@@ -166,6 +177,7 @@ export * from './IconPeopleAdd';
|
|
|
166
177
|
export * from './IconPeopleAdded';
|
|
167
178
|
export * from './IconPeopleCircle';
|
|
168
179
|
export * from './IconPeopleCopy';
|
|
180
|
+
export * from './IconPeopleProfile';
|
|
169
181
|
export * from './IconPeopleRemove';
|
|
170
182
|
export * from './IconPeople';
|
|
171
183
|
export * from './IconPercent';
|
|
@@ -191,11 +203,9 @@ export * from './IconReceiptBill';
|
|
|
191
203
|
export * from './IconReceiptionBell';
|
|
192
204
|
export * from './IconRobot';
|
|
193
205
|
export * from './IconRocket';
|
|
194
|
-
export * from './IconRssFeed';
|
|
195
206
|
export * from './IconSchool';
|
|
196
207
|
export * from './IconScissors';
|
|
197
208
|
export * from './IconSearchMenu';
|
|
198
|
-
export * from './IconSeb';
|
|
199
209
|
export * from './IconSettingsGear';
|
|
200
210
|
export * from './IconSettingsSliderHor';
|
|
201
211
|
export * from './IconSettingsSliderThree';
|
|
@@ -205,7 +215,6 @@ export * from './IconShoppingBag';
|
|
|
205
215
|
export * from './IconSmartwatch';
|
|
206
216
|
export * from './IconSolarPanel';
|
|
207
217
|
export * from './IconSolar';
|
|
208
|
-
export * from './IconSpotify';
|
|
209
218
|
export * from './IconSquareArrowTopRight';
|
|
210
219
|
export * from './IconSquareBehindSquare';
|
|
211
220
|
export * from './IconSquareCheck';
|
|
@@ -236,7 +245,6 @@ export * from './IconTrendingThree';
|
|
|
236
245
|
export * from './IconTrendingTwo';
|
|
237
246
|
export * from './IconTriangleExclamation';
|
|
238
247
|
export * from './IconTruck';
|
|
239
|
-
export * from './IconTwitter';
|
|
240
248
|
export * from './IconUmbrellaSecurity';
|
|
241
249
|
export * from './IconUnlocked';
|
|
242
250
|
export * from './IconVerticalAlignmentRight';
|