@equinor/amplify-component-lib 8.0.2 → 8.2.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/dist/atoms/hooks/useReleaseNotesQuery.js +1 -1
- package/dist/atoms/hooks/useSelect.d.ts +1 -0
- package/dist/atoms/hooks/useSelect.js +1 -1
- package/dist/atoms/icons/map.js +1 -1
- package/dist/atoms/icons/other.js +1 -1
- package/dist/atoms/style/colors.d.ts +436 -4
- package/dist/atoms/style/colors.js +1 -1
- package/dist/atoms/style/darkTokens.d.ts +1 -1
- package/dist/atoms/style/darkTokens.js +153 -1
- package/dist/atoms/style/lightTokens.d.ts +1 -0
- package/dist/atoms/style/lightTokens.js +43 -0
- package/dist/atoms/style/spacingTokens.d.ts +1 -1
- package/dist/atoms/style/spacingTokens.js +40 -1
- package/dist/atoms/utils/index.d.ts +3 -2
- package/dist/atoms/utils/reactquery.d.ts +4 -0
- package/dist/atoms/utils/reactquery.js +1 -0
- package/dist/atoms/utils/richtext.d.ts +20 -0
- package/dist/atoms/utils/richtext.js +1 -0
- package/dist/deprecated/CommentField/CommentField.js +1 -1
- package/dist/deprecated/ConfirmationPopup.js +2 -2
- package/dist/deprecated/DataCard.js +8 -8
- package/dist/deprecated/EditableField.js +2 -2
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.js +2 -2
- package/dist/deprecated/HeaderDrawer.js +5 -5
- package/dist/deprecated/MultiSelectDrawer.js +4 -4
- package/dist/deprecated/SingleSelectDrawer.js +3 -3
- package/dist/deprecated/Workflow/WorkflowDescription.js +5 -5
- package/dist/index.js +1 -1
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.d.ts +2 -3
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.js +1 -24
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.styles.d.ts +6 -0
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.styles.js +19 -0
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.utils.d.ts +2 -0
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.utils.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.constants.d.ts +3 -3
- package/dist/molecules/ApplicationIcon/ApplicationIcon.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.types.d.ts +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.utils.d.ts +2 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.d.ts +1 -2
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.styles.d.ts +19 -15
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.styles.js +14 -14
- package/dist/molecules/ApplicationIcon/ApplicationIconData/AppIconSvg.d.ts +4 -3
- package/dist/molecules/ApplicationIcon/ApplicationIconData/AppIconSvg.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconData/ApplicationIconCollection.d.ts +6 -3
- package/dist/molecules/ApplicationIcon/ApplicationIconData/ApplicationIconCollection.js +1 -1
- package/dist/molecules/Badge/Badge.js +1 -1
- package/dist/molecules/Badge/Badge.styles.js +2 -2
- package/dist/molecules/Chip/Chip.d.ts +4 -7
- package/dist/molecules/Chip/Chip.js +1 -1
- package/dist/molecules/Chip/Chip.styles.js +13 -13
- package/dist/molecules/Chip/InteractiveChip.js +1 -1
- package/dist/molecules/Chip/ReadOnlyChip.d.ts +2 -2
- package/dist/molecules/ContentMenu/ContentMenu.js +19 -19
- package/dist/molecules/EquinorLogo/EquinorLogo.js +1 -1
- package/dist/molecules/FileProgress/CompactFileProgress.js +1 -1
- package/dist/molecules/FileProgress/CompactFileProgress.styles.js +23 -23
- package/dist/molecules/FileProgress/RegularFileProgress.js +1 -1
- package/dist/molecules/FileProgress/RegularFileProgress.styles.js +10 -10
- package/dist/molecules/FileUploadArea/FileUploadArea.js +6 -6
- package/dist/molecules/FullPageSpinner/FullPageSpinner.js +5 -5
- package/dist/molecules/InfoElement/CopyText.js +9 -9
- package/dist/molecules/InfoElement/InfoElement.js +1 -1
- package/dist/molecules/ListItem/ListItem.js +8 -8
- package/dist/molecules/OptionDrawer/OptionDrawer.styles.js +11 -11
- package/dist/molecules/ProfileAvatar/ProfileAvatar.js +6 -6
- package/dist/molecules/RichTextDisplay/RichTextDisplay.js +1 -1
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.js +6 -6
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.styles.js +4 -4
- package/dist/molecules/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.js +1 -1
- package/dist/molecules/RichTextEditor/index.js +1 -1
- package/dist/molecules/Select/GroupedSelectMenu.js +1 -1
- package/dist/molecules/Select/Select.js +1 -1
- package/dist/molecules/Select/Select.styles.d.ts +3 -4
- package/dist/molecules/Select/Select.styles.js +42 -36
- package/dist/molecules/Select/Select.types.d.ts +3 -0
- package/dist/molecules/Select/SelectMenu.js +1 -1
- package/dist/molecules/Select/SelectMenuItem.js +1 -1
- package/dist/molecules/SelectionControls/Checkbox/Checkbox.d.ts +6 -0
- package/dist/molecules/SelectionControls/Checkbox/Checkbox.js +1 -0
- package/dist/molecules/SelectionControls/Radio/Radio.d.ts +6 -0
- package/dist/molecules/SelectionControls/Radio/Radio.js +1 -0
- package/dist/molecules/SelectionControls/SelectionControls.styles.d.ts +5 -0
- package/dist/molecules/SelectionControls/SelectionControls.styles.js +66 -0
- package/dist/molecules/SelectionControls/Switch/Switch.d.ts +5 -0
- package/dist/molecules/SelectionControls/Switch/Switch.js +1 -0
- package/dist/molecules/Sieve/Sieve.styles.js +16 -16
- package/dist/molecules/Sieve/Sort.js +1 -1
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.js +9 -9
- package/dist/molecules/Stepper/Step.js +2 -2
- package/dist/molecules/Stepper/Stepper.js +2 -2
- package/dist/molecules/TextField/TextField.js +3 -3
- package/dist/molecules/Waves/NoiseSvg.d.ts +2 -0
- package/dist/molecules/Waves/NoiseSvg.js +1 -0
- package/dist/molecules/Waves/Waves.js +1 -48
- package/dist/molecules/Waves/Waves.styles.d.ts +10 -0
- package/dist/molecules/Waves/Waves.styles.js +48 -0
- package/dist/molecules/index.d.ts +9 -3
- package/dist/organisms/ErrorPage/Description.js +1 -1
- package/dist/organisms/ErrorPage/Details.js +6 -6
- package/dist/organisms/ErrorPage/ErrorPage.js +2 -2
- package/dist/organisms/ErrorPage/MissingAccesses.js +2 -2
- package/dist/organisms/ErrorPage/Title.js +1 -1
- package/dist/organisms/ErrorPage/collections/PageNotFound.js +1 -1
- package/dist/organisms/ErrorPage/collections/Unauthorized.js +1 -1
- package/dist/organisms/FieldSelector/ChangingField.js +1 -1
- package/dist/organisms/FieldSelector/SelectorCard/SelectorCard.js +2 -2
- package/dist/organisms/FieldSelector/SelectorCard/Skeleton.js +4 -4
- package/dist/organisms/FullPageStatus/FullPageStatus.js +2 -2
- package/dist/organisms/SideBar/MenuItem.styles.js +3 -3
- package/dist/organisms/SideBar/SideBar.styles.js +3 -3
- package/dist/organisms/SideBar/ToggleOpen.styles.js +5 -5
- package/dist/organisms/TableOfContents/TableOfContents.constants.js +1 -1
- package/dist/organisms/TableOfContents/TableOfContents.styles.js +3 -3
- package/dist/organisms/Template/Template.js +10 -9
- package/dist/organisms/TopBar/Account/Account.styles.js +7 -7
- package/dist/organisms/TopBar/Actions.js +2 -2
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.js +1 -1
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +5 -5
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.js +4 -4
- package/dist/organisms/TopBar/Guidelines/Item.js +2 -2
- package/dist/organisms/TopBar/Guidelines/Section.js +2 -2
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.js +4 -4
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +2 -2
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.utils.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.js +2 -2
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.js +4 -4
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +4 -4
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +2 -2
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/Success.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.styles.js +3 -3
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.js +3 -3
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.js +4 -4
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.js +12 -12
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.styles.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.js +4 -4
- package/dist/organisms/TopBar/Resources/ResourceMenuItem.js +2 -2
- package/dist/organisms/TopBar/Resources/Resources.js +4 -4
- package/dist/organisms/TopBar/Settings.d.ts +3 -16
- package/dist/organisms/TopBar/Settings.js +2 -2
- package/dist/organisms/TopBar/Settings.types.d.ts +28 -0
- package/dist/organisms/TopBar/TopBar.js +1 -1
- package/dist/organisms/TopBar/TopBar.styles.js +13 -13
- package/dist/organisms/TopBar/TopBarMenu.js +3 -3
- package/dist/organisms/TopBar/TransferToAppDialog.js +2 -2
- package/dist/organisms/index.d.ts +2 -1
- package/dist/providers/AuthProvider/AuthProvider.js +1 -1
- package/dist/providers/AuthProvider/AuthProviderInner.js +1 -1
- package/dist/tests/mockHandlers.d.ts +3 -0
- package/dist/tests/msalMock.d.ts +1 -0
- package/dist/tests/setupTests.d.ts +2 -0
- package/package.json +2 -3
- package/dist/atoms/utils/getFeatures.d.ts +0 -8
- package/dist/atoms/utils/getFeatures.js +0 -1
|
@@ -1 +1,153 @@
|
|
|
1
|
-
|
|
1
|
+
import{css as _}from"styled-components";const e=_`
|
|
2
|
+
/*Dark Theme*/
|
|
3
|
+
html[data-theme='dark'] {
|
|
4
|
+
textarea,
|
|
5
|
+
input {
|
|
6
|
+
color: var(--eds_text_static_icons__default);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
--eds_clickbound_jumbo__base: 88px;
|
|
10
|
+
--eds_clickbound_default__base: 48px;
|
|
11
|
+
--eds_clickbound_default__input: 56px;
|
|
12
|
+
--eds_clickbound_compact__standard: 32px;
|
|
13
|
+
--eds_clickbound_compact__input: 44px;
|
|
14
|
+
|
|
15
|
+
--eds_text_static_icons__default: rgba(255, 255, 255, 1);
|
|
16
|
+
--eds_text__static_icons__default: rgba(255, 255, 255, 1);
|
|
17
|
+
|
|
18
|
+
--eds_text_static_icons__secondary: rgba(222, 229, 231, 1);
|
|
19
|
+
--eds_text__static_icons__secondary: rgba(222, 229, 231, 1);
|
|
20
|
+
|
|
21
|
+
--eds_text_static_icons__tertiary: rgba(156, 166, 172, 1);
|
|
22
|
+
--eds_text__static_icons__tertiary: rgba(156, 166, 172, 1);
|
|
23
|
+
|
|
24
|
+
--eds_text_static_icons__primary_white: rgba(61, 61, 61, 1);
|
|
25
|
+
--eds_text__static_icons__primary_white: rgba(61, 61, 61, 1);
|
|
26
|
+
|
|
27
|
+
--eds_ui_background__default: rgba(19, 38, 52, 1);
|
|
28
|
+
--eds_ui_background__semitransparent: rgba(255, 255, 255, 0.2);
|
|
29
|
+
--eds_ui_background__light: rgba(38, 55, 68, 1);
|
|
30
|
+
--eds_ui_background__scrim: rgba(0, 0, 0, 0.4);
|
|
31
|
+
--eds_ui_background__overlay: rgba(0, 0, 0, 0.8);
|
|
32
|
+
--eds_ui_background__medium: rgba(44, 64, 79, 1);
|
|
33
|
+
--eds_ui_background__info: rgba(43, 126, 166, 1);
|
|
34
|
+
--eds_ui_background__warning: rgba(157, 105, 63, 1);
|
|
35
|
+
--eds_ui_background__danger: rgba(183, 87, 87, 1);
|
|
36
|
+
--eds_infographic_substitute__purple_berry: rgba(140, 17, 89, 1);
|
|
37
|
+
--eds_infographic_substitute__pink_rose: rgba(226, 73, 115, 1);
|
|
38
|
+
--eds_infographic_substitute__pink_salmon: rgba(255, 146, 168, 1);
|
|
39
|
+
--eds_infographic_substitute__green_cucumber: rgba(0, 95, 87, 1);
|
|
40
|
+
--eds_infographic_substitute__green_succulent: rgba(0, 151, 123, 1);
|
|
41
|
+
--eds_infographic_substitute__green_mint: rgba(64, 211, 143, 1);
|
|
42
|
+
--eds_infographic_substitute__blue_ocean: rgba(0, 64, 136, 1);
|
|
43
|
+
--eds_infographic_substitute__blue_overcast: rgba(0, 132, 196, 1);
|
|
44
|
+
--eds_infographic_substitute__blue_sky: rgba(82, 192, 255, 1);
|
|
45
|
+
--eds_infographic_primary__moss_green_100: rgba(0, 112, 121, 1);
|
|
46
|
+
--eds_infographic_primary__moss_green_55: rgba(115, 177, 181, 1);
|
|
47
|
+
--eds_infographic_primary__moss_green_34: rgba(168, 206, 209, 1);
|
|
48
|
+
--eds_infographic_primary__moss_green_21: rgba(201, 224, 226, 1);
|
|
49
|
+
--eds_infographic_primary__moss_green_13: rgba(222, 237, 238, 1);
|
|
50
|
+
--eds_infographic_primary__energy_red_100: rgba(235, 0, 55, 1);
|
|
51
|
+
--eds_infographic_primary__energy_red_55: rgba(255, 125, 152, 1);
|
|
52
|
+
--eds_infographic_primary__energy_red_34: rgba(255, 174, 191, 1);
|
|
53
|
+
--eds_infographic_primary__energy_red_21: rgba(255, 205, 215, 1);
|
|
54
|
+
--eds_infographic_primary__energy_red_13: rgba(255, 224, 231, 1);
|
|
55
|
+
--eds_infographic_primary__weathered_red: rgba(125, 0, 35, 1);
|
|
56
|
+
--eds_infographic_primary__slate_blue: rgba(36, 55, 70, 1);
|
|
57
|
+
--eds_infographic_primary__spruce_wood: rgba(255, 231, 214, 1);
|
|
58
|
+
--eds_infographic_primary__mist_blue: rgba(213, 234, 244, 1);
|
|
59
|
+
--eds_infographic_primary__lichen_green: rgba(230, 250, 236, 1);
|
|
60
|
+
--eds_logo_fill_positive: rgba(235, 0, 55, 1);
|
|
61
|
+
--eds_logo_fill_negative: rgba(255, 255, 255, 1);
|
|
62
|
+
--eds_interactive_primary__selected_highlight: rgba(0, 151, 123, 1);
|
|
63
|
+
--eds_interactive_primary__selected_hover: rgba(0, 95, 87, 1);
|
|
64
|
+
--eds_interactive_primary__resting: rgba(151, 202, 206, 1);
|
|
65
|
+
--eds_interactive_primary__hover: rgba(173, 226, 230, 1);
|
|
66
|
+
--eds_interactive_primary__hover_alt: rgb(96, 125, 127);
|
|
67
|
+
--eds_interactive_secondary__highlight: rgba(255, 255, 255, 0.1);
|
|
68
|
+
--eds_interactive_secondary__resting: rgba(222, 229, 231, 1);
|
|
69
|
+
--eds_interactive_secondary__link_hover: rgba(23, 36, 47, 1);
|
|
70
|
+
--eds_interactive_danger__highlight: rgba(90, 57, 70, 1);
|
|
71
|
+
--eds_interactive_danger__resting: rgba(235, 0, 0, 1);
|
|
72
|
+
--eds_interactive_danger__hover: rgba(255, 148, 155, 1);
|
|
73
|
+
--eds_interactive_danger__text: rgba(255, 102, 112, 1);
|
|
74
|
+
--eds_interactive_warning__highlight: rgba(90, 86, 73, 1);
|
|
75
|
+
--eds_interactive_warning__resting: rgba(255, 146, 0, 1);
|
|
76
|
+
--eds_interactive_warning__hover: rgba(255, 218, 168, 1);
|
|
77
|
+
--eds_interactive_warning__text: rgba(255, 198, 122, 1);
|
|
78
|
+
--eds_interactive_success__highlight: rgba(62, 92, 84, 1);
|
|
79
|
+
--eds_interactive_success__resting: rgba(75, 183, 72, 1);
|
|
80
|
+
--eds_interactive_success__hover: rgba(193, 231, 193, 1);
|
|
81
|
+
--eds_interactive_success__text: rgba(161, 218, 160, 1);
|
|
82
|
+
|
|
83
|
+
--eds_interactive_table__header__fill_activated: rgba(46, 63, 77, 1);
|
|
84
|
+
--eds_interactive_table__header__fill_resting: rgba(36, 55, 70, 1);
|
|
85
|
+
--eds_interactive_table__header__fill_hover: rgba(50, 77, 98, 1);
|
|
86
|
+
--eds_interactive_table__cell__fill_activated: rgba(36, 55, 70, 1);
|
|
87
|
+
--eds_interactive_table__cell__fill_resting: rgba(19, 38, 52, 1);
|
|
88
|
+
--eds_interactive_table__cell__fill_hover: rgba(30, 60, 82, 1);
|
|
89
|
+
|
|
90
|
+
--eds_interactive_disabled__text: rgba(99, 117, 131, 1);
|
|
91
|
+
--eds_interactive__disabled__text: rgba(99, 117, 131, 1);
|
|
92
|
+
|
|
93
|
+
--eds_interactive_disabled__border: rgba(64, 84, 98, 1);
|
|
94
|
+
--eds_interactive__disabled__border: rgba(64, 84, 98, 1);
|
|
95
|
+
|
|
96
|
+
--eds_interactive_disabled__fill: rgba(52, 68, 80, 1);
|
|
97
|
+
--eds_interactive__disabled__fill: rgba(52, 68, 80, 1);
|
|
98
|
+
|
|
99
|
+
--eds_interactive_text_highlight: rgba(213, 234, 244, 1);
|
|
100
|
+
--eds_interactive__text_highlight: rgba(213, 234, 244, 1);
|
|
101
|
+
|
|
102
|
+
--eds_interactive_focus: rgba(0, 112, 121, 1);
|
|
103
|
+
|
|
104
|
+
--eds_interactive_link_on_interactive_colors: rgba(255, 255, 255, 1);
|
|
105
|
+
--eds_interactive_icon_on_interactive_colors: rgba(255, 255, 255, 1);
|
|
106
|
+
--eds_interactive_link_in_snackbars: rgba(151, 202, 206, 1);
|
|
107
|
+
--eds_interactive_pressed_overlay_dark: rgba(0, 0, 0, 0.2);
|
|
108
|
+
--eds_interactive_pressed_overlay_light: rgba(255, 255, 255, 0.2);
|
|
109
|
+
|
|
110
|
+
--eds_elevation_raised: 0 1px 5px rgba(0, 0, 0, 0.2),
|
|
111
|
+
0 3px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
|
|
112
|
+
--eds_elevation_none: 0 0 1px rgba(0, 0, 0, 0.14);
|
|
113
|
+
--eds_elevation_overlay: 0 1px 10px rgba(0, 0, 0, 0.2),
|
|
114
|
+
0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
|
|
115
|
+
--eds_elevation_sticky: 0 4px 5px rgba(0, 0, 0, 0.2),
|
|
116
|
+
0 3px 14px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.14);
|
|
117
|
+
--eds_elevation_temporary_nav: 0 7px 8px rgba(0, 0, 0, 0.2),
|
|
118
|
+
0 5px 22px rgba(0, 0, 0, 0.12), 0 12px 17px rgba(0, 0, 0, 0.14);
|
|
119
|
+
--eds_elevation_above_scrim: 0 11px 15px rgba(0, 0, 0, 0.2),
|
|
120
|
+
0 9px 46px rgba(0, 0, 0, 0.12), 0 24px 38px rgba(0, 0, 0, 0.14);
|
|
121
|
+
|
|
122
|
+
--eds_heading__h1_color: rgba(255, 255, 255, 1);
|
|
123
|
+
--eds_heading__h2_color: rgba(255, 255, 255, 1);
|
|
124
|
+
--eds_heading__h3_color: rgba(255, 255, 255, 1);
|
|
125
|
+
--eds_heading__h4_color: rgba(255, 255, 255, 1);
|
|
126
|
+
--eds_heading__h5_color: rgba(255, 255, 255, 1);
|
|
127
|
+
--eds_heading__h6_color: rgba(255, 255, 255, 1);
|
|
128
|
+
|
|
129
|
+
--eds_navigation__label_color: rgba(255, 255, 255, 1);
|
|
130
|
+
--eds_navigation__button_color: rgba(255, 255, 255, 1);
|
|
131
|
+
--eds_input__label_color: rgba(255, 255, 255, 1);
|
|
132
|
+
--eds_input__text_color: var(--eds_text_static_icons__default);
|
|
133
|
+
--eds_paragraph__body_short_color: rgba(255, 255, 255, 1);
|
|
134
|
+
--eds_paragraph__body_long_link_color: rgba(255, 255, 255, 1);
|
|
135
|
+
--eds_table__cell_header_color: rgba(255, 255, 255, 1);
|
|
136
|
+
--eds_table__cell_text_color: rgba(255, 255, 255, 1);
|
|
137
|
+
--eds_table__cell_text_bold_color: rgba(255, 255, 255, 1);
|
|
138
|
+
--eds_table__cell_numeric_monospaced_color: rgba(255, 255, 255, 1);
|
|
139
|
+
|
|
140
|
+
--eds_navigation__menu_title_color: rgba(255, 255, 255, 1);
|
|
141
|
+
--eds_ui__accordion_header_color: rgba(255, 255, 255, 1);
|
|
142
|
+
|
|
143
|
+
--eds_paragraph__overline_color: rgba(255, 255, 255, 1);
|
|
144
|
+
--eds_paragraph__caption_color: rgba(255, 255, 255, 1);
|
|
145
|
+
--eds_paragraph__body_short_color: rgba(255, 255, 255, 1);
|
|
146
|
+
--eds_paragraph__body_long_color: rgba(255, 255, 255, 1);
|
|
147
|
+
--eds_paragraph__meta_color: rgba(255, 255, 255, 1);
|
|
148
|
+
|
|
149
|
+
--eds_interactive__icon_on_interactive_colors: rgba(255, 255, 255, 1);
|
|
150
|
+
|
|
151
|
+
--eds_ui__chip__badge_color: var(--eds_text_static_icons__default);
|
|
152
|
+
}
|
|
153
|
+
`;export{e as darkTokens};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const lightTokens: import("styled-components").RuleSet<object>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import{css as a}from"styled-components";const i=a`
|
|
2
|
+
html[data-theme='light'] {
|
|
3
|
+
--amplify_dataviz_darkblue_default: rgba(0, 71, 153, 1);
|
|
4
|
+
--amplify_dataviz_darkblue_darker: rgba(4, 48, 98, 1);
|
|
5
|
+
--amplify_dataviz_darkblue_lighter: rgba(191, 220, 252, 1);
|
|
6
|
+
|
|
7
|
+
--amplify_dataviz_lightblue_default: rgba(133, 208, 250, 1);
|
|
8
|
+
--amplify_dataviz_lightblue_darker: rgba(35, 170, 246, 1);
|
|
9
|
+
--amplify_dataviz_lightblue_lighter: rgba(211, 238, 253, 1);
|
|
10
|
+
|
|
11
|
+
--amplify_dataviz_lightgreen_default: rgba(10, 194, 154, 1);
|
|
12
|
+
--amplify_dataviz_lightgreen_darker: rgba(8, 145, 115, 1);
|
|
13
|
+
--amplify_dataviz_lightgreen_lighter: rgba(220, 241, 236, 1);
|
|
14
|
+
|
|
15
|
+
--amplify_dataviz_darkgreen_default: rgba(0, 102, 76, 1);
|
|
16
|
+
--amplify_dataviz_darkgreen_darker: rgba(0, 61, 46, 1);
|
|
17
|
+
--amplify_dataviz_darkgreen_lighter: rgba(200, 237, 227, 1);
|
|
18
|
+
|
|
19
|
+
--amplify_dataviz_darkpink_default: rgba(169, 30, 88, 1);
|
|
20
|
+
--amplify_dataviz_darkpink_darker: rgba(135, 18, 67, 1);
|
|
21
|
+
--amplify_dataviz_darkpink_lighter: rgba(252, 212, 229, 1);
|
|
22
|
+
|
|
23
|
+
--amplify_dataviz_lightpink_default: rgba(255, 128, 138, 1);
|
|
24
|
+
--amplify_dataviz_lightpink_darker: rgba(225, 81, 93, 1);
|
|
25
|
+
--amplify_dataviz_lightpink_lighter: rgba(255, 219, 222, 1);
|
|
26
|
+
|
|
27
|
+
--amplify_dataviz_darkyellow_default: rgba(160, 112, 28, 1);
|
|
28
|
+
--amplify_dataviz_darkyellow_darker: rgba(121, 85, 21, 1);
|
|
29
|
+
--amplify_dataviz_darkyellow_lighter: rgba(244, 226, 195, 1);
|
|
30
|
+
|
|
31
|
+
--amplify_dataviz_lightyellow_default: rgba(253, 203, 53, 1);
|
|
32
|
+
--amplify_dataviz_lightyellow_darker: rgba(227, 171, 2, 1);
|
|
33
|
+
--amplify_dataviz_lightyellow_lighter: rgba(255, 240, 194, 1);
|
|
34
|
+
|
|
35
|
+
--amplify_dataviz_darkpurple_default: rgba(147, 20, 219, 1);
|
|
36
|
+
--amplify_dataviz_darkpurple_darker: rgba(97, 1, 152, 1);
|
|
37
|
+
--amplify_dataviz_darkpurple_lighter: rgba(232, 209, 246, 1);
|
|
38
|
+
|
|
39
|
+
--amplify_dataviz_lightpurple_default: rgba(186, 153, 255, 1);
|
|
40
|
+
--amplify_dataviz_lightpurple_darker: rgba(155, 89, 242, 1);
|
|
41
|
+
--amplify_dataviz_lightpurple_lighter: rgba(234, 224, 255, 1);
|
|
42
|
+
}
|
|
43
|
+
`;export{i as lightTokens};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const spacingTokens
|
|
1
|
+
export declare const spacingTokens: import("styled-components").RuleSet<object>;
|
|
@@ -1 +1,40 @@
|
|
|
1
|
-
|
|
1
|
+
import{css as _}from"styled-components";const s=_`
|
|
2
|
+
/*Comfortable, by default*/
|
|
3
|
+
html {
|
|
4
|
+
--eds_spacing_xxx_large: 48px;
|
|
5
|
+
--eds_spacing_xx_large: 40px;
|
|
6
|
+
--eds_spacing_x_large: 32px;
|
|
7
|
+
--eds_spacing_large: 24px;
|
|
8
|
+
--eds_spacing_medium: 16px;
|
|
9
|
+
--eds_spacing_medium_small: 12px;
|
|
10
|
+
--eds_spacing_small: 8px;
|
|
11
|
+
--eds_spacing_x_small: 4px;
|
|
12
|
+
--eds_spacing_xx_small: 2px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/*Compact*/
|
|
16
|
+
[data-spacing-mode='compact'] {
|
|
17
|
+
--eds_spacing_xxx_large: 40px;
|
|
18
|
+
--eds_spacing_xx_large: 32px;
|
|
19
|
+
--eds_spacing_x_large: 40px;
|
|
20
|
+
--eds_spacing_large: 16px;
|
|
21
|
+
--eds_spacing_medium: 12px;
|
|
22
|
+
--eds_spacing_medium_small: 8px;
|
|
23
|
+
--eds_spacing_small: 4px;
|
|
24
|
+
--eds_spacing_x_small: 2px;
|
|
25
|
+
--eds_spacing_xx_small: 0px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/*Extra Compact*/
|
|
29
|
+
[data-spacing-mode='extra-compact'] {
|
|
30
|
+
--eds_spacing_xxx_large: 32px;
|
|
31
|
+
--eds_spacing_xx_large: 24px;
|
|
32
|
+
--eds_spacing_x_large: 16px;
|
|
33
|
+
--eds_spacing_large: 12px;
|
|
34
|
+
--eds_spacing_medium: 8px;
|
|
35
|
+
--eds_spacing_medium_small: 4px;
|
|
36
|
+
--eds_spacing_small: 2px;
|
|
37
|
+
--eds_spacing_x_small: 0px;
|
|
38
|
+
--eds_spacing_xx_small: 0px;
|
|
39
|
+
}
|
|
40
|
+
`;export{s as spacingTokens};
|
|
@@ -4,10 +4,11 @@ import date from './date';
|
|
|
4
4
|
import errors from './errors';
|
|
5
5
|
import { exportComponent } from './export';
|
|
6
6
|
import favicon from './favicon';
|
|
7
|
-
import { getFeatures } from './getFeatures';
|
|
8
7
|
import map from './map';
|
|
8
|
+
import { reactquery } from './reactquery';
|
|
9
|
+
import { richtext } from './richtext';
|
|
9
10
|
import size from './size';
|
|
10
11
|
import sort from './sort';
|
|
11
12
|
import string from './string';
|
|
12
13
|
import url from './url';
|
|
13
|
-
export { auth, coordinate, date, environment, errors, exportComponent,
|
|
14
|
+
export { auth, coordinate, date, environment, errors, exportComponent, richtext, reactquery, favicon, map, size, sort, string, url, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const o={defaultQueryOptions:{mutations:{onError:o=>{console.error("[ACL - MutationError]",o)}}}};export{o as reactquery};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OnImageUploadFn, RichTextEditorFeatures } from '../../molecules/RichTextEditor/RichTextEditor.types';
|
|
2
|
+
export interface FeaturesProps {
|
|
3
|
+
features?: RichTextEditorFeatures[];
|
|
4
|
+
extendFeatures?: RichTextEditorFeatures[];
|
|
5
|
+
removeFeatures?: RichTextEditorFeatures[];
|
|
6
|
+
onImageUpload?: OnImageUploadFn;
|
|
7
|
+
}
|
|
8
|
+
declare function getFeatures({ features, extendFeatures, removeFeatures, onImageUpload, }: FeaturesProps): RichTextEditorFeatures[];
|
|
9
|
+
declare function extractImageUrls(value: string | undefined): string[];
|
|
10
|
+
declare function imageToB64(file: File): Promise<string>;
|
|
11
|
+
declare function cleanRichTextValue(value: string): string;
|
|
12
|
+
export declare const richtext: {
|
|
13
|
+
getFeatures: typeof getFeatures;
|
|
14
|
+
extractImageUrls: typeof extractImageUrls;
|
|
15
|
+
imageToB64: typeof imageToB64;
|
|
16
|
+
cleanRichTextValue: typeof cleanRichTextValue;
|
|
17
|
+
IMG_WITH_SRC_AND_ALT: RegExp;
|
|
18
|
+
IMG_WITH_ALT: RegExp;
|
|
19
|
+
};
|
|
20
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{RichTextEditorFeatures as e,DEFAULT_FEATURES as t}from"../../molecules/RichTextEditor/RichTextEditor.types.js";const r=/(<img src=".*?" alt="(.*?)">)/g,n=/(<img alt="(.*?)" \/>)/g;const o={getFeatures:function({features:r,extendFeatures:n,removeFeatures:o,onImageUpload:a}){const i=[...r??t,...n??[]].filter((e=>!o?.includes(e))).filter(((e,t,r)=>t===r.indexOf(e)));if(i.includes(e.IMAGES)&&void 0===a)throw new Error("onImageUpload cannot be undefined when features include images!\n Either add the onImageUpload function or remove RichTextEditorFeatures.IMAGES from the features array");return i},extractImageUrls:function(e){if(!e)return[];const t=[],r=e.matchAll(n);for(const e of r)t.push(e[2]);return t},imageToB64:function(e){return new Promise(((t,r)=>{const n=new FileReader;n.readAsDataURL(e),n.onload=()=>{"string"==typeof n.result&&t(n.result)},n.onerror=r}))},cleanRichTextValue:function(e){return e.replaceAll(r,'<img alt="$2" />')},IMG_WITH_SRC_AND_ALT:r,IMG_WITH_ALT:n};export{o as richtext};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as o,jsxs as t}from"react/jsx-runtime";import{useState as r,useEffect as i}from"react";import{Button as e,TextField as s,Icon as n}from"@equinor/eds-core-react";import{delete_to_trash as a}from"@equinor/eds-icons";import{tokens as m}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../molecules/RichTextEditor/RichTextEditor.types.js";import{useDebounce as p}from"../../atoms/hooks/useDebounce.js";import"../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@tanstack/react-query";import"../../atoms/utils/auth_environment.js";import d from"../../atoms/utils/date.js";import"../../atoms/types/Errors.js";import"../../organisms/ErrorPage/illustrations/GlitchAnimation.js";import"../../organisms/ErrorPage/illustrations/QuestioningAnimation.js";import"html2canvas";import"proj4";import"@microsoft/signalr";import"../../atoms/types/Environment.js";import"../../organisms/TopBar/Notifications/NotificationProvider.js";import"../../providers/AuthProvider/AuthProvider.js";import"../../providers/SideBarProvider.js";import"../../providers/SnackbarProvider.js";import"../../providers/TableOfContentsProvider.js";import"../../providers/TutorialStepsProvider.js";import{spacings as l}from"../../atoms/style/spacings.js";import c from"styled-components";const{colors:u}=m,g=c.div`
|
|
1
|
+
import{jsx as o,jsxs as t}from"react/jsx-runtime";import{useState as r,useEffect as i}from"react";import{Button as e,TextField as s,Icon as n}from"@equinor/eds-core-react";import{delete_to_trash as a}from"@equinor/eds-icons";import{tokens as m}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../molecules/RichTextEditor/RichTextEditor.types.js";import{useDebounce as p}from"../../atoms/hooks/useDebounce.js";import"../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@tanstack/react-query";import"../../atoms/utils/auth_environment.js";import d from"../../atoms/utils/date.js";import"../../atoms/types/Errors.js";import"../../organisms/ErrorPage/illustrations/GlitchAnimation.js";import"../../organisms/ErrorPage/illustrations/QuestioningAnimation.js";import"html2canvas";import"proj4";import"@microsoft/signalr";import"../../atoms/types/Environment.js";import"../../organisms/TopBar/Notifications/NotificationProvider.js";import"../../providers/AuthProvider/AuthProvider.js";import"../../providers/SideBarProvider.js";import"../../providers/SnackbarProvider.js";import"../../providers/TableOfContentsProvider.js";import"../../providers/TutorialStepsProvider.js";import"../../atoms/style/colors.js";import{spacings as l}from"../../atoms/style/spacings.js";import c from"styled-components";const{colors:u}=m,g=c.div`
|
|
2
2
|
padding-left: ${l.small};
|
|
3
3
|
margin-bottom: ${l.small};
|
|
4
4
|
padding-top: 1em;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as i,jsx as t}from"react/jsx-runtime";import{forwardRef as o}from"react";import{Dialog as e,Button as n,Icon as s,Typography as a}from"@equinor/eds-core-react";import{close as r}from"@equinor/eds-icons";import{spacings as l}from"../atoms/style/spacings.js";import d from"styled-components";const m=d(e)`
|
|
1
|
+
import{jsxs as i,jsx as t}from"react/jsx-runtime";import{forwardRef as o}from"react";import{Dialog as e,Button as n,Icon as s,Typography as a}from"@equinor/eds-core-react";import{close as r}from"@equinor/eds-icons";import"../atoms/style/colors.js";import{spacings as l}from"../atoms/style/spacings.js";import d from"styled-components";const m=d(e)`
|
|
2
2
|
min-width: 400px;
|
|
3
3
|
`,c=d(n)`
|
|
4
4
|
min-width: 40px;
|
|
@@ -19,4 +19,4 @@ import{jsxs as i,jsx as t}from"react/jsx-runtime";import{forwardRef as o}from"re
|
|
|
19
19
|
|
|
20
20
|
margin-right: ${i=>"left"===i.$actionPosition?l.x_small:void 0};
|
|
21
21
|
}
|
|
22
|
-
`,h=o((({show:o,title:n,body:l,actions:d,actionPosition:h="right",onClose:g,children:x,width:
|
|
22
|
+
`,h=o((({show:o,title:n,body:l,actions:d,actionPosition:h="right",onClose:g,children:x,width:y="400px",isDismissable:u=!0},$)=>o?i(m,{ref:$,open:o,style:{width:y},isDismissable:u,onClose:g,children:[i(p,{"data-testid":"dialog-header",children:[n,t(c,{variant:"ghost_icon",onClick:g,children:t(s,{data:r})})]}),i(e.CustomContent,{children:[l&&t(a,{variant:"body_short",children:l}),x]}),t(f,{"data-testid":`confirmation-actions-${h}`,$actionPosition:h,children:d})]}):null));h.displayName="ConfirmationPopup";export{h as default};
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import{jsxs as e,jsx as r}from"react/jsx-runtime";import{forwardRef as
|
|
1
|
+
import{jsxs as e,jsx as r}from"react/jsx-runtime";import{forwardRef as o}from"react";import{Card as t,Typography as i,Tooltip as n,Icon as a}from"@equinor/eds-core-react";import{tokens as l}from"../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import s from"styled-components";import"../atoms/style/colors.js";import{spacings as d}from"../atoms/style/spacings.js";const{colors:c,elevation:m}=l,p=s(t)`
|
|
2
2
|
box-shadow: ${m.raised};
|
|
3
3
|
grid-gap: 0;
|
|
4
|
-
padding: ${
|
|
4
|
+
padding: ${d.medium};
|
|
5
5
|
transition: box-shadow 400ms;
|
|
6
6
|
${e=>{if(e.onClick)return`&:hover {\n box-shadow: ${m.overlay};\n cursor: pointer;\n }`}}
|
|
7
|
-
`,h=
|
|
7
|
+
`,h=s.div`
|
|
8
8
|
display: grid;
|
|
9
9
|
grid-template-columns: 80% auto;
|
|
10
10
|
overflow: hidden;
|
|
11
|
-
`,f=
|
|
11
|
+
`,f=s(i)`
|
|
12
12
|
white-space: nowrap;
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
text-overflow: ellipsis;
|
|
15
|
-
`,u=
|
|
15
|
+
`,u=s.div`
|
|
16
16
|
display: flex;
|
|
17
17
|
flex-direction: column;
|
|
18
18
|
justify-content: center;
|
|
19
|
-
`,v=
|
|
19
|
+
`,v=s.div`
|
|
20
20
|
display: flex;
|
|
21
21
|
align-items: center;
|
|
22
22
|
justify-content: flex-end;
|
|
23
|
-
`,g=
|
|
23
|
+
`,g=s(i)`
|
|
24
24
|
white-space: nowrap;
|
|
25
25
|
overflow: hidden;
|
|
26
26
|
text-overflow: ellipsis;
|
|
27
|
-
`,x=
|
|
27
|
+
`,x=o((({headerText:o,title:t,tooltipOnTitle:i=!1,rightIcon:l,rightElement:s,body:d,className:m,onClick:x,onContextMenu:w},y)=>{if(l&&s)throw new Error("Only use one; rightIcon or rightElement");return e(p,{ref:y,className:m??"",onClick:x,"data-testid":"dataCard",onContextMenu:e=>{w?.(e)},children:[e(h,{children:[e(u,{children:[r(f,{group:"paragraph",variant:"overline",children:o}),i?r(n,{title:t,placement:"top",children:r(g,{variant:"h6",children:t})}):r(g,{variant:"h6",children:t})]}),e(v,{children:[l&&r(a,{data:l,size:24,color:c.interactive.primary__resting.rgba}),s&&s]})]}),d&&d]})}));x.displayName="DataCard";export{x as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as e,jsx as i,Fragment as t}from"react/jsx-runtime";import{useState as
|
|
1
|
+
import{jsxs as e,jsx as i,Fragment as t}from"react/jsx-runtime";import{useState as o,useEffect as n}from"react";import{Icon as r,TextField as a,Typography as s}from"@equinor/eds-core-react";import{edit as d}from"@equinor/eds-icons";import{tokens as l}from"../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../atoms/style/colors.js";import{spacings as c}from"../atoms/style/spacings.js";import m from"styled-components";const{colors:u}=l,p=m.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
|
|
4
4
|
&:hover {
|
|
@@ -17,4 +17,4 @@ import{jsxs as e,jsx as i,Fragment as t}from"react/jsx-runtime";import{useState
|
|
|
17
17
|
div:focus-within {
|
|
18
18
|
outline: none;
|
|
19
19
|
}
|
|
20
|
-
`,h=({editable:r,value:a,inputField:l,onChange:c,children:m})=>{const[h,b]=
|
|
20
|
+
`,h=({editable:r,value:a,inputField:l,onChange:c,children:m})=>{const[h,b]=o(!1),[v,x]=o(a);n((()=>{x(a)}),[a]),n((()=>{r||b(!1)}),[r]);return e(p,{$editable:r,"data-testid":"editablefield",onClick:()=>{r&&(h||b(!0))},children:[!h&&!m&&i(s,{variant:"h6",children:v}),!h&&m&&m,h&&i(t,{children:l||i(g,{autoFocus:!0,$editing:h,id:`edit-${a}`,onBlur:e=>{c&&c(e.target.value),b(!1)},onChange:e=>{x(e.target.value)},value:v})}),r&&!h&&i(f,{"data-testid":"editableicon",color:u.interactive.primary__resting.rgba,data:d})]})};export{h as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as t,jsxs as i}from"react/jsx-runtime";import{forwardRef as r}from"react";import{Icon as e,Typography as a}from"@equinor/eds-core-react";import{tokens as o}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../../atoms/style/colors.js";import{spacings as n}from"../../atoms/style/spacings.js";import{motion as s}from"framer-motion";import l from"styled-components";const{colors:c,shape:m}=o,p=l.div`
|
|
2
2
|
position: relative;
|
|
3
3
|
height: 48px;
|
|
4
4
|
width: 48px;
|
|
@@ -21,4 +21,4 @@ import{jsx as i,jsxs as t}from"react/jsx-runtime";import{forwardRef as r}from"re
|
|
|
21
21
|
color: ${c.text.static_icons__primary_white.rgba};
|
|
22
22
|
white-space: nowrap;
|
|
23
23
|
}
|
|
24
|
-
`),g={closed_left:{width:"48px",left:0,background:c.interactive.primary__resting.rgba},open_left:{width:"auto",left:0,background:c.interactive.primary__hover.rgba},closed_right:{width:"48px",right:0,background:c.interactive.primary__resting.rgba},open_right:{width:"auto",right:0,background:c.interactive.primary__hover.rgba}},h=r((({text:r,icon:o,onClick:s,className:l,iconPosition:m="left"},h)=>
|
|
24
|
+
`),g={closed_left:{width:"48px",left:0,background:c.interactive.primary__resting.rgba},open_left:{width:"auto",left:0,background:c.interactive.primary__hover.rgba},closed_right:{width:"48px",right:0,background:c.interactive.primary__resting.rgba},open_right:{width:"auto",right:0,background:c.interactive.primary__hover.rgba}},h=r((({text:r,icon:o,onClick:s,className:l,iconPosition:m="left"},h)=>t(p,"left"===m?{ref:h,className:l,children:i(d,{variants:g,initial:"closed_left",whileHover:"open_left",onClick:s,children:[t(e,{style:{left:"24px",transform:"translate(-50%, 0)"},data:o,size:24,color:c.text.static_icons__primary_white.rgba}),t(a,{variant:"button",group:"navigation",as:"span",style:{marginLeft:`calc(48px - ${n.x_small})`,marginRight:n.large},children:r})]})}:{ref:h,className:l,children:i(d,{variants:g,initial:"closed_right",whileHover:"open_right",onClick:s,children:[t(a,{variant:"button",group:"navigation",as:"span",style:{marginLeft:n.medium,marginRight:`calc(48px + ${n.x_small})`},children:r}),t(e,{style:{right:"24px",transform:"translate(50%, 0)"},data:o,size:24,color:c.text.static_icons__primary_white.rgba})]})})));h.displayName="ExpandingIconButton";export{h as ExpandingIconButton};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import{jsxs as e,jsx as r}from"react/jsx-runtime";import{forwardRef as
|
|
1
|
+
import{jsxs as e,jsx as r}from"react/jsx-runtime";import{forwardRef as o,useState as i,useRef as t,useEffect as n}from"react";import{Typography as d,Icon as s}from"@equinor/eds-core-react";import{chevron_up as a,chevron_down as c}from"@equinor/eds-icons";import{tokens as m}from"../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{motion as l,AnimatePresence as h}from"framer-motion";import p from"styled-components";import"../atoms/style/colors.js";import{spacings as f}from"../atoms/style/spacings.js";const{colors:u,elevation:b,shape:v}=m,g=p(l.div)`
|
|
2
2
|
overflow: hidden;
|
|
3
|
-
`,x=
|
|
3
|
+
`,x=p.button`
|
|
4
4
|
display: flex;
|
|
5
|
-
gap: ${
|
|
5
|
+
gap: ${f.medium};
|
|
6
6
|
width: fit-content;
|
|
7
7
|
border: none;
|
|
8
8
|
background: none;
|
|
@@ -12,10 +12,10 @@ import{jsxs as e,jsx as r}from"react/jsx-runtime";import{forwardRef as i,useStat
|
|
|
12
12
|
box-shadow: ${b.overlay};
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
`,y=
|
|
15
|
+
`,y=p.div`
|
|
16
16
|
transition: box-shadow 200ms;
|
|
17
17
|
box-shadow: ${b.raised};
|
|
18
18
|
display: flex;
|
|
19
19
|
align-items: center;
|
|
20
20
|
border-radius: ${v.circle.borderRadius};
|
|
21
|
-
`,w=
|
|
21
|
+
`,w=o((({title:o,openByDefault:m=!1,id:l,children:p},f)=>{const[b,v]=i(m),w=t(m?"fit-content":0);return n((()=>{"fit-content"!==w.current||b||(w.current=0)}),[b]),e("div",{children:[e(x,{onClick:()=>v((e=>!e)),children:[r(d,{variant:"h6",ref:f,id:l,children:o}),r(y,{children:r(s,{data:b?a:c,color:u.interactive.primary__resting.rgba})})]}),r(h,{children:b&&r(g,{initial:{height:w.current},animate:{height:"fit-content"},exit:{height:0},children:p})})]})}));w.displayName="HeaderDrawer";export{w as default};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useState as t,useRef as i,useEffect as r}from"react";import{Button as l,Label as a,Input as s,Icon as n}from"@equinor/eds-core-react";import{close as d,arrow_drop_up as c,arrow_drop_down as m}from"@equinor/eds-icons";import{tokens as p}from"../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as h}from"../atoms/style/spacings.js";import{OptionDrawer as g}from"../molecules/OptionDrawer/OptionDrawer.js";import u from"styled-components";import{useOutsideClick as f}from"../node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js";const{colors:b,elevation:v}=p,w=u.div`
|
|
1
|
+
import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useState as t,useRef as i,useEffect as r}from"react";import{Button as l,Label as a,Input as s,Icon as n}from"@equinor/eds-core-react";import{close as d,arrow_drop_up as c,arrow_drop_down as m}from"@equinor/eds-icons";import{tokens as p}from"../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../atoms/style/colors.js";import{spacings as h}from"../atoms/style/spacings.js";import{OptionDrawer as g}from"../molecules/OptionDrawer/OptionDrawer.js";import u from"styled-components";import{useOutsideClick as f}from"../node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js";const{colors:b,elevation:v}=p,w=u.div`
|
|
2
2
|
position: relative;
|
|
3
3
|
`,x=u.div`
|
|
4
4
|
position: relative;
|
|
5
|
-
`,
|
|
5
|
+
`,y=u(l)`
|
|
6
6
|
position: absolute;
|
|
7
7
|
right: ${h.small};
|
|
8
8
|
height: ${h.large};
|
|
9
9
|
width: ${h.large};
|
|
10
10
|
top: 6px;
|
|
11
|
-
`,
|
|
11
|
+
`,C=u(l)`
|
|
12
12
|
position: absolute;
|
|
13
13
|
right: ${h.x_large};
|
|
14
14
|
height: ${h.large};
|
|
@@ -25,4 +25,4 @@ import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useState as t,useRef as
|
|
|
25
25
|
right: 0;
|
|
26
26
|
left: 0;
|
|
27
27
|
z-index: 50;
|
|
28
|
-
`,k=(e,o)=>e.map((e=>{if(e.children&&e.children.length>0){const t=k(e.children,o).filter((e=>e));return t.length>0?{...e,children:t}:e.label.toLowerCase().includes(o.toLowerCase())?{...e,children:void 0}:void 0}return e.label.toLowerCase().includes(o.toLowerCase())?e:void 0})).filter((e=>e)),_=({disabled:l=!1,id:p,items:h=[],selectedItems:u=[],label:b,meta:v,onChange:_,placeholder:j,readOnly:O=!1,style:q})=>{const[L,D]=t(""),[S,z]=t(h),[E,I]=t(!1),[A,F]=t(!1),M=i(null),N=i(null);f(N.current,(e=>{N.current?.contains(e.target)||M.current?.contains(e.target)||I(!1)}));return r((()=>{""!==L?(z(k(h,L)),F(!0)):(z(h),F(!1))}),[L,h]),e(w,{style:q,children:[o(a,{label:b,meta:v,disabled:l}),e(x,{ref:M,children:[o(s,{id:p,disabled:l,value:L,readOnly:O,onFocus:()=>I(!0),onChange:e=>D(e.target.value),placeholder:j}),""!==L&&o(
|
|
28
|
+
`,k=(e,o)=>e.map((e=>{if(e.children&&e.children.length>0){const t=k(e.children,o).filter((e=>e));return t.length>0?{...e,children:t}:e.label.toLowerCase().includes(o.toLowerCase())?{...e,children:void 0}:void 0}return e.label.toLowerCase().includes(o.toLowerCase())?e:void 0})).filter((e=>e)),_=({disabled:l=!1,id:p,items:h=[],selectedItems:u=[],label:b,meta:v,onChange:_,placeholder:j,readOnly:O=!1,style:q})=>{const[L,D]=t(""),[S,z]=t(h),[E,I]=t(!1),[A,F]=t(!1),M=i(null),N=i(null);f(N.current,(e=>{N.current?.contains(e.target)||M.current?.contains(e.target)||I(!1)}));return r((()=>{""!==L?(z(k(h,L)),F(!0)):(z(h),F(!1))}),[L,h]),e(w,{style:q,children:[o(a,{label:b,meta:v,disabled:l}),e(x,{ref:M,children:[o(s,{id:p,disabled:l,value:L,readOnly:O,onFocus:()=>I(!0),onChange:e=>D(e.target.value),placeholder:j}),""!==L&&o(C,{variant:"ghost_icon","aria-label":"close search",title:"open",onClick:()=>D(""),children:o(n,{data:d,size:16})}),o(y,{variant:"ghost_icon","aria-label":"toggle options",title:"open",onClick:()=>I((e=>!e)),disabled:l,children:o(n,{data:E?c:m})})]}),o($,{ref:N,children:E&&S.map((e=>o(g,{onToggle:e=>((e,o)=>{o?e.forEach((e=>{_([...u,e])})):e.forEach((e=>{_(u.filter((o=>o.id!==e.id)))})),D("")})(e.items,e.toggle),selectedItems:u,item:e,singleSelect:!0,openAll:A},e.id)))})]})};_.displayName="SimpleMultiSelectDrawer";export{_ as default};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useState as t,useRef as i,useEffect as r}from"react";import{Button as
|
|
1
|
+
import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useState as t,useRef as i,useEffect as r}from"react";import{Button as l,Label as a,Input as s,Icon as n}from"@equinor/eds-core-react";import{arrow_drop_up as d,arrow_drop_down as m}from"@equinor/eds-icons";import{tokens as c}from"../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../atoms/style/colors.js";import{spacings as p}from"../atoms/style/spacings.js";import{OptionDrawer as u}from"../molecules/OptionDrawer/OptionDrawer.js";import g from"styled-components";import{useOutsideClick as f}from"../node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js";const{colors:h,elevation:b}=c,v=g.div`
|
|
2
2
|
position: relative;
|
|
3
3
|
`,x=g.div`
|
|
4
4
|
position: relative;
|
|
5
5
|
input {
|
|
6
6
|
color: ${h.text.static_icons__default.rgba};
|
|
7
7
|
}
|
|
8
|
-
`,w=g(
|
|
8
|
+
`,w=g(l)`
|
|
9
9
|
position: absolute;
|
|
10
10
|
right: ${p.small};
|
|
11
11
|
height: ${p.large};
|
|
@@ -22,4 +22,4 @@ import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useState as t,useRef as
|
|
|
22
22
|
right: 0;
|
|
23
23
|
left: 0;
|
|
24
24
|
z-index: 50;
|
|
25
|
-
`,
|
|
25
|
+
`,y=({disabled:l=!1,onChange:c,items:p=[],label:g,initialItem:h,meta:b,readOnly:y=!1,placeholder:j})=>{const[k,C]=t(p.find((e=>e?.id===h?.id))),[$,O]=t(p),[q,D]=t(""),[S,E]=t(!1),I=i(null),L=i(null);f(L.current,(e=>{L.current?.contains(e.target)||I.current?.contains(e.target)||E(!1)})),r((()=>{O(""!==q?p.filter((e=>e.label.toLowerCase().includes(q.toLowerCase()))):p)}),[q,p]);return e(v,{children:[o(a,{label:g,meta:b,disabled:l}),e(x,{ref:I,children:[o(s,{value:q,readOnly:y,onFocus:()=>E(!0),onChange:e=>D(e.target.value),placeholder:j,disabled:l}),o(w,{variant:"ghost_icon","aria-label":"toggle options",title:"open",onClick:()=>E((e=>!e)),disabled:l,children:o(n,{data:S?d:m})})]}),o(_,{ref:L,children:S&&$.map((e=>o(u,{onToggle:e=>((e,o)=>{o?e.forEach((e=>{C(e),c&&c(e)})):e.forEach((()=>{C(void 0),c&&c(void 0)}))})(e.items,e.toggle),selectedItems:k?[k]:[],singleSelect:!0,item:e},e.id)))})]})};y.displayName="SingleSelectDrawer";export{y as default};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import{jsx as e,jsxs as o}from"react/jsx-runtime";import{Fragment as r}from"react";import{tokens as i}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import t from"./StatusChip.js";import"../../molecules/AnimatedCheckmark/AnimatedCheckmark.js";import"../../molecules/ApplicationIcon/ApplicationIcon.js";import"../../molecules/Badge/Badge.styles.js";import"../../molecules/Chip/Chip.js";import"../../molecules/ContentMenu/ContentMenu.js";import"../../molecules/EquinorLogo/EquinorLogo.js";import{Typography as
|
|
1
|
+
import{jsx as e,jsxs as o}from"react/jsx-runtime";import{Fragment as r}from"react";import{tokens as i}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import t from"./StatusChip.js";import"../../molecules/AnimatedCheckmark/AnimatedCheckmark.styles.js";import"../../molecules/ApplicationIcon/ApplicationIcon.js";import"../../molecules/Badge/Badge.styles.js";import"../../molecules/Chip/Chip.js";import"../../molecules/ContentMenu/ContentMenu.js";import"../../molecules/EquinorLogo/EquinorLogo.js";import{Typography as s}from"@equinor/eds-core-react";import"@equinor/eds-icons";import"../../atoms/style/colors.js";import"../../molecules/FileProgress/CompactFileProgress.styles.js";import"../../atoms/utils/auth_environment.js";import"../../atoms/types/Errors.js";import"../../organisms/ErrorPage/illustrations/GlitchAnimation.js";import"../../organisms/ErrorPage/illustrations/QuestioningAnimation.js";import"html2canvas";import"proj4";import"../../molecules/RichTextEditor/RichTextEditor.types.js";import"../../molecules/FileProgress/RegularFileProgress.styles.js";import"../../molecules/FileUploadArea/FileUploadArea.js";import"../../molecules/FullPageSpinner/FullPageSpinner.js";import"../../molecules/InfoElement/InfoElement.js";import"../../molecules/OptionalTooltip/OptionalTooltip.js";import"../../molecules/ProfileAvatar/ProfileAvatar.js";import"@tiptap/react";import"../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../molecules/RichTextEditor/MenuBar/MenuBar.js";import"../../molecules/RichTextEditor/RichTextEditor.styles.js";import"../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@tanstack/react-query";import"@microsoft/signalr";import"../../atoms/types/Environment.js";import"../../organisms/TopBar/Notifications/NotificationProvider.js";import"../../providers/AuthProvider/AuthProvider.js";import"../../providers/SideBarProvider.js";import"../../providers/SnackbarProvider.js";import"../../providers/TableOfContentsProvider.js";import"../../providers/TutorialStepsProvider.js";import"../../molecules/RichTextEditor/MenuBar/MenuBar.styles.js";import"../../molecules/RichTextEditor/MenuBar/MenuButton.js";import"../../molecules/Search/Search.js";import"react-router-dom";import"../../molecules/Sieve/Sieve.styles.js";import"../../molecules/SingleFilterMenu/SingleFilterMenu.js";import"../../molecules/Skeleton/SkeletonBase/SkeletonBase.js";import"../../molecules/Stepper/Stepper.js";import"../../molecules/OptionDrawer/OptionDrawer.js";import"../../molecules/Select/Select.styles.js";import"../../molecules/ListItem/ListItem.js";import"../../molecules/SelectionControls/Checkbox/Checkbox.js";import"../../molecules/SelectionControls/Radio/Radio.js";import"../../molecules/SelectionControls/Switch/Switch.js";import l from"styled-components";const{colors:a}=i,n=l.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
align-items: center;
|
|
5
|
-
`,m=
|
|
5
|
+
`,m=l.div`
|
|
6
6
|
display: flex;
|
|
7
7
|
justify-content: space-between;
|
|
8
8
|
align-items: center;
|
|
@@ -13,12 +13,12 @@ import{jsx as e,jsxs as o}from"react/jsx-runtime";import{Fragment as r}from"reac
|
|
|
13
13
|
border: 1px solid ${a.ui.background__medium.rgba};
|
|
14
14
|
border-radius: 4px;
|
|
15
15
|
z-index: 100;
|
|
16
|
-
`,p=
|
|
16
|
+
`,p=l(m)`
|
|
17
17
|
background-color: ${a.interactive.disabled__fill.rgba};
|
|
18
|
-
`,c=
|
|
18
|
+
`,c=l.div`
|
|
19
19
|
height: 56px;
|
|
20
20
|
width: 1px;
|
|
21
21
|
background-color: ${a.ui.background__medium.rgba};
|
|
22
22
|
/* margin: 0 -1px; */
|
|
23
23
|
z-index: 10;
|
|
24
|
-
`,d=({options:i})=>e(n,{children:i.map(((
|
|
24
|
+
`,d=({options:i})=>e(n,{children:i.map(((l,n)=>o(r,{children:[void 0!==l.approvedDate?o(m,{"data-testid":"approved",children:[o("div",{children:[e(s,{group:"paragraph",variant:"overline",children:l.approvedUser}),e(s,{group:"heading",variant:"h6",children:l.approvedDate})]}),e(t,{style:{width:"120px"},color:l.color??a.text.static_icons__secondary.rgba,backgroundColor:l.backgroundColor??a.ui.background__light.rgba,children:e(s,{group:"ui",variant:"chip__badge",children:l.label})})]}):o(p,{"data-testid":"not-approved",children:[e(s,{group:"heading",variant:"h6",color:"#BEBEBE",children:l.notApprovedLabel}),e(t,{disabled:!0,style:{width:"120px"},children:e(s,{group:"ui",variant:"chip__badge",children:l.label})})]}),i.length!==n+1&&e(c,{})]},`${l.label}-${n}`)))});export{d as default};
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{AuthProvider,useAuth}from"./providers/AuthProvider/AuthProvider.js";export{SideBarProvider,useSideBar}from"./providers/SideBarProvider.js";export{SnackbarProvider,useSnackbar}from"./providers/SnackbarProvider.js";export{TableOfContentsProvider,useTableOfContents}from"./providers/TableOfContentsProvider.js";export{ReleaseNotesProvider}from"./providers/ReleaseNotesProvider.js";export{TutorialStepsProvider,useTutorialSteps}from"./providers/TutorialStepsProvider.js";export{useAmplifyKit}from"./atoms/hooks/useAmplifyKit.js";export{useDebounce}from"./atoms/hooks/useDebounce.js";export{useFakeProgress}from"./atoms/hooks/useFakeProgress.js";export{useLocalStorage}from"./atoms/hooks/useLocalStorage.js";export{usePrevious}from"./atoms/hooks/usePrevious.js";export{useReleaseNotesQuery}from"./atoms/hooks/useReleaseNotesQuery.js";export{useSelect}from"./atoms/hooks/useSelect.js";export{useSignalRMessages}from"./atoms/hooks/useSignalRMessages.js";export{useOnScreenMultiple}from"./atoms/hooks/useOnScreenMultiple.js";export{useNotification}from"./organisms/TopBar/Notifications/NotificationProvider.js";import*as e from"./atoms/style/index.js";export{e as style};export{amplify_failure,amplify_lwd,amplify_success,amplify_wellbore,amplify_wireline_cased_hole,amplify_wireline_open_hole}from"./atoms/icons/drilling.js";export{amplify_calculator,amplify_overlay,amplify_sidebyside}from"./atoms/icons/map.js";export{amplify_aml,amplify_branch,amplify_info_small,amplify_merged,amplify_overview,amplify_resources,amplify_sharepoint,amplify_shield_person,amplify_small_portal,amplify_snail,amplify_sort_small,amplify_tutorials}from"./atoms/icons/other.js";export{amplify_h1,amplify_h2,amplify_h3,amplify_h4,amplify_table_add_column_left,amplify_table_add_column_right,amplify_table_add_row_above,amplify_table_add_row_below,amplify_table_column_heading,amplify_table_merge_cells,amplify_table_remove_column,amplify_table_remove_row,amplify_table_row_heading,amplify_table_split_cell}from"./atoms/icons/wysiwyg.js";export{auth,environment}from"./atoms/utils/auth_environment.js";export{default as coordinate}from"./atoms/utils/coordinate.js";export{default as date}from"./atoms/utils/date.js";export{default as errors}from"./atoms/utils/errors.js";export{exportComponent}from"./atoms/utils/export.js";export{default as favicon}from"./atoms/utils/favicon.js";export{
|
|
1
|
+
export{AuthProvider,useAuth}from"./providers/AuthProvider/AuthProvider.js";export{SideBarProvider,useSideBar}from"./providers/SideBarProvider.js";export{SnackbarProvider,useSnackbar}from"./providers/SnackbarProvider.js";export{TableOfContentsProvider,useTableOfContents}from"./providers/TableOfContentsProvider.js";export{ReleaseNotesProvider}from"./providers/ReleaseNotesProvider.js";export{TutorialStepsProvider,useTutorialSteps}from"./providers/TutorialStepsProvider.js";export{useAmplifyKit}from"./atoms/hooks/useAmplifyKit.js";export{useDebounce}from"./atoms/hooks/useDebounce.js";export{useFakeProgress}from"./atoms/hooks/useFakeProgress.js";export{useLocalStorage}from"./atoms/hooks/useLocalStorage.js";export{usePrevious}from"./atoms/hooks/usePrevious.js";export{useReleaseNotesQuery}from"./atoms/hooks/useReleaseNotesQuery.js";export{useSelect}from"./atoms/hooks/useSelect.js";export{useSignalRMessages}from"./atoms/hooks/useSignalRMessages.js";export{useOnScreenMultiple}from"./atoms/hooks/useOnScreenMultiple.js";export{useNotification}from"./organisms/TopBar/Notifications/NotificationProvider.js";import*as e from"./atoms/style/index.js";export{e as style};export{amplify_failure,amplify_lwd,amplify_success,amplify_wellbore,amplify_wireline_cased_hole,amplify_wireline_open_hole}from"./atoms/icons/drilling.js";export{amplify_calculator,amplify_overlay,amplify_sidebyside}from"./atoms/icons/map.js";export{amplify_aml,amplify_branch,amplify_info_small,amplify_merged,amplify_overview,amplify_resources,amplify_sharepoint,amplify_shield_person,amplify_small_portal,amplify_snail,amplify_sort_small,amplify_tutorials}from"./atoms/icons/other.js";export{amplify_h1,amplify_h2,amplify_h3,amplify_h4,amplify_table_add_column_left,amplify_table_add_column_right,amplify_table_add_row_above,amplify_table_add_row_below,amplify_table_column_heading,amplify_table_merge_cells,amplify_table_remove_column,amplify_table_remove_row,amplify_table_row_heading,amplify_table_split_cell}from"./atoms/icons/wysiwyg.js";export{auth,environment}from"./atoms/utils/auth_environment.js";export{default as coordinate}from"./atoms/utils/coordinate.js";export{default as date}from"./atoms/utils/date.js";export{default as errors}from"./atoms/utils/errors.js";export{exportComponent}from"./atoms/utils/export.js";export{default as favicon}from"./atoms/utils/favicon.js";export{default as map}from"./atoms/utils/map.js";export{reactquery}from"./atoms/utils/reactquery.js";export{richtext}from"./atoms/utils/richtext.js";export{default as size}from"./atoms/utils/size.js";export{default as sort}from"./atoms/utils/sort.js";export{default as string}from"./atoms/utils/string.js";export{default as url}from"./atoms/utils/url.js";export{AnimatedCheckmark}from"./molecules/AnimatedCheckmark/AnimatedCheckmark.js";export{ApplicationIcon}from"./molecules/ApplicationIcon/ApplicationIcon.js";export{Badge}from"./molecules/Badge/Badge.js";export{Chip}from"./molecules/Chip/Chip.js";export{ContentMenu}from"./molecules/ContentMenu/ContentMenu.js";export{EquinorLogo}from"./molecules/EquinorLogo/EquinorLogo.js";export{FileProgress}from"./molecules/FileProgress/FileProgress.js";export{FileUploadArea}from"./molecules/FileUploadArea/FileUploadArea.js";export{FullPageSpinner}from"./molecules/FullPageSpinner/FullPageSpinner.js";export{InfoElement}from"./molecules/InfoElement/InfoElement.js";export{OptionalTooltip}from"./molecules/OptionalTooltip/OptionalTooltip.js";export{ProfileAvatar}from"./molecules/ProfileAvatar/ProfileAvatar.js";export{RichTextDisplay}from"./molecules/RichTextDisplay/RichTextDisplay.js";export{RichText}from"./molecules/RichTextEditor/index.js";export{AmplifyBar,EditorMenu,EditorText}from"./molecules/RichTextEditor/MenuBar/MenuBar.js";export{TableMenuBar,TextTable}from"./molecules/RichTextEditor/MenuBar/Table/TableBar.js";export{DEFAULT_FEATURES}from"./molecules/RichTextEditor/RichTextEditor.types.js";export{Search}from"./molecules/Search/Search.js";export{Sieve}from"./molecules/Sieve/Sieve.js";export{SingleFilterMenu}from"./molecules/SingleFilterMenu/SingleFilterMenu.js";export{SkeletonBase,skeletonBaseloading}from"./molecules/Skeleton/SkeletonBase/SkeletonBase.js";export{SkeletonGradient}from"./molecules/Skeleton/SkeletonGradient/SkeletonGradient.js";export{Stepper}from"./molecules/Stepper/Stepper.js";export{OptionDrawer}from"./molecules/OptionDrawer/OptionDrawer.js";export{ComboBox}from"./molecules/Select/ComboBox/ComboBox.js";export{SingleSelect}from"./molecules/Select/SingleSelect/SingleSelect.js";export{PageWithTitle}from"./molecules/PageWithTitle/PageWithTitle.js";export{FeedBackIcon}from"./molecules/FeedBackIcon/FeedBackIcon.js";export{ListItem}from"./molecules/ListItem/ListItem.js";export{Checkbox}from"./molecules/SelectionControls/Checkbox/Checkbox.js";export{Radio}from"./molecules/SelectionControls/Radio/Radio.js";export{Switch}from"./molecules/SelectionControls/Switch/Switch.js";export{Breadcrumbs,Button,Card,CircularProgress,Dialog,Divider,DotProgress,Icon,LinearProgress,Menu,Tabs,TextField,Typography}from"@equinor/eds-core-react";export{DataGrid}from"./organisms/DataGrid/DataGrid.js";export{FieldSelector}from"./organisms/FieldSelector/FieldSelector.js";export{SideBar}from"./organisms/SideBar/index.js";export{TopBar}from"./organisms/TopBar/index.js";export{FullPageStatus}from"./organisms/FullPageStatus/FullPageStatus.js";export{ErrorPage}from"./organisms/ErrorPage/index.js";export{GlitchAnimation}from"./organisms/ErrorPage/illustrations/GlitchAnimation.js";export{QuestioningAnimation}from"./organisms/ErrorPage/illustrations/QuestioningAnimation.js";export{Unauthorized}from"./organisms/ErrorPage/collections/Unauthorized.js";export{PageNotFound}from"./organisms/ErrorPage/collections/PageNotFound.js";export{TableOfContents}from"./organisms/TableOfContents/TableOfContents.js";export{Template}from"./organisms/Template/Template.js";export{Label,Popover}from"./deprecated/index.js";export{default as CommentField}from"./deprecated/CommentField/CommentField.js";export{default as EditableField}from"./deprecated/EditableField.js";export{default as StatusChip}from"./deprecated/Workflow/StatusChip.js";export{default as WorkflowDescription}from"./deprecated/Workflow/WorkflowDescription.js";export{default as WorkflowStatusBar}from"./deprecated/Workflow/WorkflowStatusBar.js";export{default as ConfirmationPopup}from"./deprecated/ConfirmationPopup.js";export{default as DataCard}from"./deprecated/DataCard.js";export{default as HeaderDrawer}from"./deprecated/HeaderDrawer.js";export{default as MultiSelectDrawer}from"./deprecated/MultiSelectDrawer.js";export{default as SingleSelectDrawer}from"./deprecated/SingleSelectDrawer.js";export{default as IconToggleButton}from"./deprecated/IconToggleButton.js";export{RichTextEditor}from"./molecules/RichTextEditor/RichTextEditor.js";export{ExpandingIconButton}from"./deprecated/ExpandingIconButton/ExpandingIconButton.js";
|