@patternfly/react-styles 6.5.0-prerelease.2 → 6.5.0-prerelease.20
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/CHANGELOG.md +94 -0
- package/README.md +1 -1
- package/css/assets/images/Felt-Bkg-Generic-Dark.svg +82 -0
- package/css/assets/images/Felt-Bkg-Generic-Light.svg +82 -0
- package/css/assets/images/PF-Bkg-Generic-Dark.svg +76 -0
- package/css/assets/images/PF-Bkg-Generic-Light.svg +74 -0
- package/css/assets/images/compass--hero-bg.png +0 -0
- package/css/assets/images/compass--wallpaper-dark.jpg +0 -0
- package/css/assets/images/compass--wallpaper-light.jpg +0 -0
- package/css/assets/images/glass-brand-dark.jpg +0 -0
- package/css/assets/images/glass-brand-dark.png +0 -0
- package/css/assets/images/glass-brand-light.jpg +0 -0
- package/css/assets/images/glass-brand-light.png +0 -0
- package/css/components/AboutModalBox/about-modal-box.css +36 -26
- package/css/components/Accordion/accordion.css +26 -14
- package/css/components/Accordion/accordion.d.ts +4 -1
- package/css/components/Accordion/accordion.js +4 -1
- package/css/components/Accordion/accordion.mjs +4 -1
- package/css/components/Alert/alert.css +7 -5
- package/css/components/Avatar/avatar.css +12 -4
- package/css/components/BackgroundImage/background-image.css +6 -3
- package/css/components/Banner/banner.css +8 -6
- package/css/components/Brand/brand.css +3 -1
- package/css/components/Breadcrumb/breadcrumb.css +10 -5
- package/css/components/Button/button.css +123 -32
- package/css/components/Button/button.d.ts +3 -0
- package/css/components/Button/button.js +3 -0
- package/css/components/Button/button.mjs +3 -0
- package/css/components/CalendarMonth/calendar-month.css +4 -3
- package/css/components/Card/card.css +51 -15
- package/css/components/Card/card.d.ts +4 -1
- package/css/components/Card/card.js +4 -1
- package/css/components/Card/card.mjs +4 -1
- package/css/components/ClipboardCopy/clipboard-copy.css +14 -7
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.js +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.mjs +1 -0
- package/css/components/CodeEditor/code-editor.css +2 -2
- package/css/components/Compass/compass.css +169 -125
- package/css/components/Compass/compass.d.ts +12 -11
- package/css/components/Compass/compass.js +12 -11
- package/css/components/Compass/compass.mjs +12 -11
- package/css/components/DataList/data-list.css +30 -23
- package/css/components/DataList/data-list.d.ts +3 -1
- package/css/components/DataList/data-list.js +3 -1
- package/css/components/DataList/data-list.mjs +3 -1
- package/css/components/DescriptionList/description-list.css +7 -5
- package/css/components/Divider/divider.css +7 -5
- package/css/components/Drawer/drawer.css +191 -74
- package/css/components/Drawer/drawer.d.ts +5 -1
- package/css/components/Drawer/drawer.js +5 -1
- package/css/components/Drawer/drawer.mjs +5 -1
- package/css/components/DualListSelector/dual-list-selector.css +18 -12
- package/css/components/ExpandableSection/expandable-section.css +21 -16
- package/css/components/Form/form.css +2 -2
- package/css/components/FormControl/form-control.css +3 -3
- package/css/components/Hero/hero.css +74 -0
- package/css/components/Hero/hero.d.ts +11 -0
- package/css/components/Hero/hero.js +12 -0
- package/css/components/Hero/hero.mjs +10 -0
- package/css/components/JumpLinks/jump-links.css +16 -5
- package/css/components/Label/label-group.css +2 -2
- package/css/components/Label/label.css +4 -3
- package/css/components/Login/login.css +58 -40
- package/css/components/Masthead/masthead.css +111 -16
- package/css/components/Masthead/masthead.d.ts +5 -0
- package/css/components/Masthead/masthead.js +5 -0
- package/css/components/Masthead/masthead.mjs +5 -0
- package/css/components/Menu/menu.css +49 -33
- package/css/components/MenuToggle/menu-toggle.css +35 -8
- package/css/components/MenuToggle/menu-toggle.d.ts +4 -0
- package/css/components/MenuToggle/menu-toggle.js +4 -0
- package/css/components/MenuToggle/menu-toggle.mjs +4 -0
- package/css/components/ModalBox/modal-box.css +9 -7
- package/css/components/Nav/nav.css +82 -11
- package/css/components/Nav/nav.d.ts +6 -2
- package/css/components/Nav/nav.js +6 -2
- package/css/components/Nav/nav.mjs +6 -2
- package/css/components/NotificationDrawer/notification-drawer.css +19 -9
- package/css/components/OverflowMenu/overflow-menu.css +16 -0
- package/css/components/OverflowMenu/overflow-menu.d.ts +1 -0
- package/css/components/OverflowMenu/overflow-menu.js +1 -0
- package/css/components/OverflowMenu/overflow-menu.mjs +1 -0
- package/css/components/Page/page.css +309 -27
- package/css/components/Page/page.d.ts +14 -1
- package/css/components/Page/page.js +14 -1
- package/css/components/Page/page.mjs +14 -1
- package/css/components/Panel/panel.css +41 -3
- package/css/components/Panel/panel.d.ts +8 -2
- package/css/components/Panel/panel.js +8 -2
- package/css/components/Panel/panel.mjs +8 -2
- package/css/components/Progress/progress.css +3 -1
- package/css/components/Sidebar/sidebar.css +1 -1
- package/css/components/Skeleton/skeleton.css +16 -15
- package/css/components/Slider/slider.css +32 -18
- package/css/components/Switch/switch.css +4 -2
- package/css/components/Table/table-grid.css +28 -36
- package/css/components/Table/table-tree-view.css +4 -2
- package/css/components/Table/table.css +104 -57
- package/css/components/Table/table.d.ts +6 -2
- package/css/components/Table/table.js +6 -2
- package/css/components/Table/table.mjs +6 -2
- package/css/components/Tabs/tabs.css +35 -33
- package/css/components/Tabs/tabs.d.ts +0 -1
- package/css/components/Tabs/tabs.js +0 -1
- package/css/components/Tabs/tabs.mjs +0 -1
- package/css/components/TextInputGroup/text-input-group.css +2 -2
- package/css/components/ToggleGroup/toggle-group.css +44 -19
- package/css/components/ToggleGroup/toggle-group.d.ts +1 -0
- package/css/components/ToggleGroup/toggle-group.js +1 -0
- package/css/components/ToggleGroup/toggle-group.mjs +1 -0
- package/css/components/Toolbar/toolbar.css +147 -15
- package/css/components/Toolbar/toolbar.d.ts +11 -0
- package/css/components/Toolbar/toolbar.js +11 -0
- package/css/components/Toolbar/toolbar.mjs +11 -0
- package/css/components/TreeView/tree-view.css +45 -14
- package/css/components/TreeView/tree-view.d.ts +1 -0
- package/css/components/TreeView/tree-view.js +1 -0
- package/css/components/TreeView/tree-view.mjs +1 -0
- package/css/components/Wizard/wizard.css +41 -19
- package/css/components/Wizard/wizard.d.ts +3 -0
- package/css/components/Wizard/wizard.js +3 -0
- package/css/components/Wizard/wizard.mjs +3 -0
- package/css/components/_index.css +2182 -885
- package/css/components/_index.d.ts +37 -9
- package/css/components/_index.js +37 -9
- package/css/components/_index.mjs +37 -9
- package/css/docs/components/Compass/examples/Compass.css +8 -2
- package/css/docs/components/Compass/examples/Compass.d.ts +4 -1
- package/css/docs/components/Compass/examples/Compass.js +4 -1
- package/css/docs/components/Compass/examples/Compass.mjs +4 -1
- package/css/docs/components/DragDrop/examples/DragDrop.css +1 -1
- package/css/docs/components/OverflowMenu/examples/overflow-menu.css +6 -3
- package/css/docs/components/Panel/examples/Panel.css +3 -0
- package/css/docs/components/Panel/examples/Panel.d.ts +5 -0
- package/css/docs/components/Panel/examples/Panel.js +6 -0
- package/css/docs/components/Panel/examples/Panel.mjs +4 -0
- package/css/docs/components/Table/examples/Table.css +2 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +1 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.js +1 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +1 -1
- package/css/docs/layouts/Flex/examples/Flex.css +3 -3
- package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
- package/css/docs/layouts/Flex/examples/Flex.js +2 -2
- package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.d.ts +1 -1
- package/css/docs/layouts/Gallery/examples/Gallery.js +1 -1
- package/css/docs/layouts/Gallery/examples/Gallery.mjs +1 -1
- package/css/docs/layouts/Grid/examples/Grid.css +1 -1
- package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
- package/css/docs/layouts/Grid/examples/Grid.js +1 -1
- package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
- package/css/docs/layouts/Level/examples/Level.css +3 -3
- package/css/docs/layouts/Level/examples/Level.d.ts +1 -1
- package/css/docs/layouts/Level/examples/Level.js +1 -1
- package/css/docs/layouts/Level/examples/Level.mjs +1 -1
- package/css/docs/layouts/Split/examples/Split.css +1 -1
- package/css/docs/layouts/Split/examples/Split.d.ts +1 -1
- package/css/docs/layouts/Split/examples/Split.js +1 -1
- package/css/docs/layouts/Split/examples/Split.mjs +1 -1
- package/css/docs/layouts/Stack/examples/Stack.css +3 -3
- package/css/docs/layouts/Stack/examples/Stack.d.ts +1 -1
- package/css/docs/layouts/Stack/examples/Stack.js +1 -1
- package/css/docs/layouts/Stack/examples/Stack.mjs +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.d.ts +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.js +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.mjs +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/css/docs/utilities/BoxShadow/examples/box-shadow.d.ts +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.js +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.mjs +1 -1
- package/css/docs/utilities/Display/examples/Display.css +1 -1
- package/css/docs/utilities/Display/examples/Display.d.ts +1 -1
- package/css/docs/utilities/Display/examples/Display.js +1 -1
- package/css/docs/utilities/Display/examples/Display.mjs +1 -1
- package/css/docs/utilities/Flex/examples/Flex.css +7 -7
- package/css/docs/utilities/Flex/examples/Flex.d.ts +1 -1
- package/css/docs/utilities/Flex/examples/Flex.js +1 -1
- package/css/docs/utilities/Flex/examples/Flex.mjs +1 -1
- package/css/docs/utilities/Float/examples/Float.css +2 -2
- package/css/docs/utilities/Float/examples/Float.d.ts +1 -1
- package/css/docs/utilities/Float/examples/Float.js +1 -1
- package/css/docs/utilities/Float/examples/Float.mjs +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
- package/css/layouts/Gallery/gallery.css +6 -2
- package/css/layouts/_index.css +6 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,100 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [6.5.0-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.19...@patternfly/react-styles@6.5.0-prerelease.20) (2026-04-24)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **ToggleGroup:** added full width variant ([#12374](https://github.com/patternfly/patternfly-react/issues/12374)) ([bf01ade](https://github.com/patternfly/patternfly-react/commit/bf01adecddf38e4d5fc3bc49d68ec9982dc97485))
|
|
11
|
+
|
|
12
|
+
# [6.5.0-prerelease.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.18...@patternfly/react-styles@6.5.0-prerelease.19) (2026-04-24)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **Panel, CompassPanel:** Removed CompassPanel component. Updated Panel component for use in with compass ([#12372](https://github.com/patternfly/patternfly-react/issues/12372)) ([51f4467](https://github.com/patternfly/patternfly-react/commit/51f44678475ed6cbfab6b5cdbad712a5e2535235))
|
|
17
|
+
|
|
18
|
+
# [6.5.0-prerelease.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.17...@patternfly/react-styles@6.5.0-prerelease.18) (2026-04-20)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
|
21
|
+
|
|
22
|
+
# [6.5.0-prerelease.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.16...@patternfly/react-styles@6.5.0-prerelease.17) (2026-04-13)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
- **Accordion:** Added isPlain and isNoPlainOnGlass prop to Accordion ([#12288](https://github.com/patternfly/patternfly-react/issues/12288)) ([55ffb51](https://github.com/patternfly/patternfly-react/commit/55ffb51760542045f9b7dac0af584cee4a3eff4e))
|
|
27
|
+
|
|
28
|
+
# [6.5.0-prerelease.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.15...@patternfly/react-styles@6.5.0-prerelease.16) (2026-04-06)
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
- **Page:** added styles for glass ([#12293](https://github.com/patternfly/patternfly-react/issues/12293)) ([1f7485b](https://github.com/patternfly/patternfly-react/commit/1f7485b291b5da4bb80c596a5efcc19217cabc2c))
|
|
33
|
+
|
|
34
|
+
# [6.5.0-prerelease.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.14...@patternfly/react-styles@6.5.0-prerelease.15) (2026-04-01)
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
- **deps:** update dependency @patternfly/patternfly to v6.5.0-prerelease.62 ([#12301](https://github.com/patternfly/patternfly-react/issues/12301)) ([34b99cc](https://github.com/patternfly/patternfly-react/commit/34b99cc84c56def47cb3ec00ee99472ae72b0bd3))
|
|
39
|
+
|
|
40
|
+
# [6.5.0-prerelease.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.13...@patternfly/react-styles@6.5.0-prerelease.14) (2026-03-19)
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
- bump pf-core version 6.5.0-prerelease.55 ([#12282](https://github.com/patternfly/patternfly-react/issues/12282)) ([852ae9a](https://github.com/patternfly/patternfly-react/commit/852ae9aacb9256d10701973c306a4480b663f583))
|
|
45
|
+
|
|
46
|
+
# [6.5.0-prerelease.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.12...@patternfly/react-styles@6.5.0-prerelease.13) (2026-02-24)
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
- **deps:** update dependency @patternfly/patternfly to v6.5.0-prerelease.43 ([#12230](https://github.com/patternfly/patternfly-react/issues/12230)) ([82687ad](https://github.com/patternfly/patternfly-react/commit/82687ad20da22eef09581ea50266feb21d85ea8a))
|
|
51
|
+
|
|
52
|
+
# [6.5.0-prerelease.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.11...@patternfly/react-styles@6.5.0-prerelease.12) (2026-02-18)
|
|
53
|
+
|
|
54
|
+
### Features
|
|
55
|
+
|
|
56
|
+
- **icons:** add swap support for mapped rh-ui icons ([#12245](https://github.com/patternfly/patternfly-react/issues/12245)) ([a81ce0e](https://github.com/patternfly/patternfly-react/commit/a81ce0e1b6fdd7a3e85cdd70e5bb667dc7d82801))
|
|
57
|
+
|
|
58
|
+
# [6.5.0-prerelease.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.10...@patternfly/react-styles@6.5.0-prerelease.11) (2026-02-05)
|
|
59
|
+
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
- **TreeView:** add support for disabled TreeViewListItems ([#12140](https://github.com/patternfly/patternfly-react/issues/12140)) ([3514831](https://github.com/patternfly/patternfly-react/commit/35148312f5d9ce4e706ad36b801455fc987842bb))
|
|
63
|
+
|
|
64
|
+
# [6.5.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.9...@patternfly/react-styles@6.5.0-prerelease.10) (2026-01-09)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
|
67
|
+
|
|
68
|
+
# [6.5.0-prerelease.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.6...@patternfly/react-styles@6.5.0-prerelease.9) (2025-12-16)
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
- **docked nav:** add support for docked nav layout ([#12175](https://github.com/patternfly/patternfly-react/issues/12175)) ([5519389](https://github.com/patternfly/patternfly-react/commit/55193896b899aa1e2b8dfbbddd644507988ee31f))
|
|
73
|
+
|
|
74
|
+
# [6.5.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.5...@patternfly/react-styles@6.5.0-prerelease.6) (2025-11-14)
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
- Moves items to new nav. ([#12013](https://github.com/patternfly/patternfly-react/issues/12013)) ([ddd0696](https://github.com/patternfly/patternfly-react/commit/ddd0696796134c7d0f9583ce56e26b0df47156cb))
|
|
79
|
+
|
|
80
|
+
### Features
|
|
81
|
+
|
|
82
|
+
- **Compass:** updated mainheader structure to be composable ([#12135](https://github.com/patternfly/patternfly-react/issues/12135)) ([6bcdcaf](https://github.com/patternfly/patternfly-react/commit/6bcdcaf116645aad4c9c0d98ca61045976a84946))
|
|
83
|
+
|
|
84
|
+
# [6.5.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.4...@patternfly/react-styles@6.5.0-prerelease.5) (2025-11-12)
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
- **Hero:** added component ([#12131](https://github.com/patternfly/patternfly-react/issues/12131)) ([8da87a2](https://github.com/patternfly/patternfly-react/commit/8da87a2615bb6cfc350a52677ec6bdae335bb6f8))
|
|
89
|
+
|
|
90
|
+
# [6.5.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.3...@patternfly/react-styles@6.5.0-prerelease.4) (2025-11-06)
|
|
91
|
+
|
|
92
|
+
### Features
|
|
93
|
+
|
|
94
|
+
- **drawer:** add no-glass panel variant, test ([#12125](https://github.com/patternfly/patternfly-react/issues/12125)) ([a10ca34](https://github.com/patternfly/patternfly-react/commit/a10ca34069d25caa2954ef464d5b82a9057e0316))
|
|
95
|
+
|
|
96
|
+
# [6.5.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.2...@patternfly/react-styles@6.5.0-prerelease.3) (2025-11-05)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
|
99
|
+
|
|
6
100
|
# [6.5.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.1...@patternfly/react-styles@6.5.0-prerelease.2) (2025-10-31)
|
|
7
101
|
|
|
8
102
|
### Features
|
package/README.md
CHANGED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
<svg width="1851" height="1196" viewBox="0 0 1851 1196" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_19351_19495)">
|
|
3
|
+
<rect width="1851" height="1196" fill="url(#paint0_linear_19351_19495)"/>
|
|
4
|
+
<g filter="url(#filter0_f_19351_19495)">
|
|
5
|
+
<path d="M1163.49 1254.14C1228.08 1267.49 1284.81 1209.64 1270.02 1145.54L1179.69 754.201C1151.53 637.917 1126.8 585.164 922.129 483.089C802.593 422.119 577.042 331.269 429.138 290.056C368.273 273.092 305.704 311.009 292.312 372.611L170.598 932.415C157.251 993.813 196.663 1054.29 258.337 1067.03L1163.49 1254.15V1254.14Z" fill="url(#paint1_linear_19351_19495)"/>
|
|
6
|
+
</g>
|
|
7
|
+
<path d="M1163.49 1254.14C1228.08 1267.49 1284.81 1209.64 1270.02 1145.54L1179.69 754.201C1151.53 637.917 1126.8 585.164 922.129 483.089C802.593 422.119 577.042 331.269 429.138 290.056C368.273 273.092 305.704 311.009 292.312 372.611L170.598 932.415C157.251 993.813 196.663 1054.29 258.337 1067.03L1163.49 1254.15V1254.14Z" fill="url(#paint2_linear_19351_19495)"/>
|
|
8
|
+
<g filter="url(#filter1_f_19351_19495)">
|
|
9
|
+
<path d="M1695.48 616.017C1827.61 651.42 2026.25 675.359 2068.34 518.276C2071.63 506.017 2074.47 493.995 2074.74 481.25L2087.61 118.401C2089.5 38.3884 2091.43 -10.7997 1968.31 -101.454C1684.68 -310.293 1342.14 -417.868 1266.6 -416.348C1200.6 -415.017 1150.23 -401.177 1094.55 -320.922C1094.55 -320.922 938.608 -94.3084 917.466 -60.9637C913.35 -54.7362 911.235 -47.0681 909.631 -41.0791C883.553 56.2453 1181.49 478.295 1695.49 616.019" fill="url(#paint3_linear_19351_19495)"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M1695.48 616.017C1827.61 651.42 2026.25 675.359 2068.34 518.276C2071.63 506.017 2074.47 493.995 2074.74 481.25L2087.61 118.401C2089.5 38.3883 2091.43 -10.7998 1968.31 -101.454C1684.68 -310.293 1342.14 -417.868 1266.6 -416.348C1200.6 -415.017 1150.23 -401.177 1094.55 -320.922C1094.55 -320.922 938.608 -94.3084 917.466 -60.9637C913.35 -54.7362 911.235 -47.0681 909.631 -41.0791C883.553 56.2453 1181.49 478.295 1695.49 616.019" fill="url(#paint4_linear_19351_19495)"/>
|
|
12
|
+
<g filter="url(#filter2_f_19351_19495)">
|
|
13
|
+
<path d="M1018.65 1252.4L899.777 808.935C883.342 747.626 919.732 684.535 980.992 668.127L1981.4 400.183C2165.17 350.962 2354.4 460.323 2403.7 644.243L2522.58 1087.71C2539.02 1149.02 2502.63 1212.11 2441.37 1228.52L1440.96 1496.46C1257.19 1545.68 1067.96 1436.32 1018.65 1252.4Z" fill="url(#paint5_linear_19351_19495)"/>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M1018.65 1252.4L899.777 808.935C883.342 747.626 919.732 684.535 980.992 668.127L1981.4 400.183C2165.17 350.962 2354.4 460.323 2403.7 644.243L2522.58 1087.71C2539.02 1149.02 2502.63 1212.11 2441.37 1228.52L1440.96 1496.46C1257.19 1545.68 1067.96 1436.32 1018.65 1252.4Z" fill="url(#paint6_linear_19351_19495)"/>
|
|
16
|
+
<g filter="url(#filter3_f_19351_19495)">
|
|
17
|
+
<path d="M782.287 -59.764C421.09 -246.933 -158.166 -246.234 -258.019 -53.8873C-271.175 -28.5469 -275.733 -4.57652 -273.796 18.0103C-267.733 233.992 242.437 497.887 646.906 497.887C936.866 497.887 1025.27 376.095 1036.3 269.541C1048.45 174.177 997.623 51.8132 782.287 -59.7708V-59.764Z" fill="url(#paint7_linear_19351_19495)"/>
|
|
18
|
+
</g>
|
|
19
|
+
<path d="M782.287 -59.764C421.09 -246.933 -158.166 -246.234 -258.019 -53.8873C-271.175 -28.5469 -275.733 -4.57652 -273.796 18.0103C-267.733 233.992 242.437 497.887 646.906 497.887C936.867 497.887 1025.27 376.095 1036.3 269.541C1048.45 174.177 997.623 51.8132 782.287 -59.7708V-59.764Z" fill="url(#paint8_linear_19351_19495)"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<filter id="filter0_f_19351_19495" x="68" y="186" width="1304.39" height="1170.08" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
+
<feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_19351_19495"/>
|
|
26
|
+
</filter>
|
|
27
|
+
<filter id="filter1_f_19351_19495" x="808.051" y="-516.364" width="1380.03" height="1258.52" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
28
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
29
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
30
|
+
<feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_19351_19495"/>
|
|
31
|
+
</filter>
|
|
32
|
+
<filter id="filter2_f_19351_19495" x="795.828" y="288.39" width="1830.7" height="1319.86" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
33
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
34
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
35
|
+
<feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_19351_19495"/>
|
|
36
|
+
</filter>
|
|
37
|
+
<filter id="filter3_f_19351_19495" x="-374.223" y="-299.155" width="1512.2" height="897.042" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
38
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
39
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
40
|
+
<feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_19351_19495"/>
|
|
41
|
+
</filter>
|
|
42
|
+
<linearGradient id="paint0_linear_19351_19495" x1="-755.182" y1="-589.97" x2="1132.51" y2="1298.52" gradientUnits="userSpaceOnUse">
|
|
43
|
+
<stop stop-color="#1B0D33"/>
|
|
44
|
+
<stop offset="1"/>
|
|
45
|
+
</linearGradient>
|
|
46
|
+
<linearGradient id="paint1_linear_19351_19495" x1="-309.347" y1="-279.398" x2="1466.54" y2="660.337" gradientUnits="userSpaceOnUse">
|
|
47
|
+
<stop stop-color="#1B0D33"/>
|
|
48
|
+
<stop offset="1"/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
<linearGradient id="paint2_linear_19351_19495" x1="-128.5" y1="644" x2="1223.59" y2="790.065" gradientUnits="userSpaceOnUse">
|
|
51
|
+
<stop stop-color="#1B0D33"/>
|
|
52
|
+
<stop offset="1"/>
|
|
53
|
+
</linearGradient>
|
|
54
|
+
<linearGradient id="paint3_linear_19351_19495" x1="2077.44" y1="-968.83" x2="949.169" y2="1496.83" gradientUnits="userSpaceOnUse">
|
|
55
|
+
<stop stop-color="#1B0D33"/>
|
|
56
|
+
<stop offset="1"/>
|
|
57
|
+
</linearGradient>
|
|
58
|
+
<linearGradient id="paint4_linear_19351_19495" x1="1828" y1="-334.5" x2="876.979" y2="1498.01" gradientUnits="userSpaceOnUse">
|
|
59
|
+
<stop stop-color="#1B0D33"/>
|
|
60
|
+
<stop offset="1"/>
|
|
61
|
+
</linearGradient>
|
|
62
|
+
<linearGradient id="paint5_linear_19351_19495" x1="755.202" y1="451.746" x2="1960.69" y2="1480.58" gradientUnits="userSpaceOnUse">
|
|
63
|
+
<stop stop-color="#1B0D33"/>
|
|
64
|
+
<stop offset="1"/>
|
|
65
|
+
</linearGradient>
|
|
66
|
+
<linearGradient id="paint6_linear_19351_19495" x1="870" y1="572.5" x2="1966.72" y2="1475.37" gradientUnits="userSpaceOnUse">
|
|
67
|
+
<stop stop-color="#1B0D33"/>
|
|
68
|
+
<stop offset="1"/>
|
|
69
|
+
</linearGradient>
|
|
70
|
+
<linearGradient id="paint7_linear_19351_19495" x1="692.977" y1="483.708" x2="308.23" y2="-78.5936" gradientUnits="userSpaceOnUse">
|
|
71
|
+
<stop stop-color="#1B0D33"/>
|
|
72
|
+
<stop offset="1"/>
|
|
73
|
+
</linearGradient>
|
|
74
|
+
<linearGradient id="paint8_linear_19351_19495" x1="957.5" y1="429.373" x2="-60.5206" y2="-444.022" gradientUnits="userSpaceOnUse">
|
|
75
|
+
<stop stop-color="#1B0D33"/>
|
|
76
|
+
<stop offset="1"/>
|
|
77
|
+
</linearGradient>
|
|
78
|
+
<clipPath id="clip0_19351_19495">
|
|
79
|
+
<rect width="1851" height="1196" fill="white"/>
|
|
80
|
+
</clipPath>
|
|
81
|
+
</defs>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
<svg width="1851" height="1196" viewBox="0 0 1851 1196" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_19351_19504)">
|
|
3
|
+
<rect width="1851" height="1196" fill="url(#paint0_linear_19351_19504)"/>
|
|
4
|
+
<g opacity="0.5" filter="url(#filter0_f_19351_19504)">
|
|
5
|
+
<path d="M1163.49 1254.14C1228.08 1267.49 1284.81 1209.64 1270.02 1145.54L1179.69 754.201C1151.53 637.917 1126.8 585.164 922.129 483.089C802.593 422.119 577.042 331.269 429.138 290.056C368.273 273.092 305.704 311.009 292.312 372.611L170.598 932.415C157.251 993.813 196.663 1054.29 258.337 1067.03L1163.49 1254.15V1254.14Z" fill="url(#paint1_linear_19351_19504)"/>
|
|
6
|
+
</g>
|
|
7
|
+
<path d="M1163.49 1254.14C1228.08 1267.49 1284.81 1209.64 1270.02 1145.54L1179.69 754.201C1151.53 637.917 1126.8 585.164 922.129 483.089C802.593 422.119 577.042 331.269 429.138 290.056C368.273 273.092 305.704 311.009 292.312 372.611L170.598 932.415C157.251 993.813 196.663 1054.29 258.337 1067.03L1163.49 1254.15V1254.14Z" fill="url(#paint2_linear_19351_19504)"/>
|
|
8
|
+
<g filter="url(#filter1_f_19351_19504)">
|
|
9
|
+
<path d="M1695.48 616.017C1827.61 651.42 2026.25 675.359 2068.34 518.276C2071.63 506.017 2074.47 493.995 2074.74 481.25L2087.61 118.401C2089.5 38.3884 2091.43 -10.7997 1968.31 -101.454C1684.68 -310.293 1342.14 -417.868 1266.6 -416.348C1200.6 -415.017 1150.23 -401.177 1094.55 -320.922C1094.55 -320.922 938.608 -94.3084 917.466 -60.9637C913.35 -54.7362 911.235 -47.0681 909.631 -41.0791C883.553 56.2453 1181.49 478.295 1695.49 616.019" fill="url(#paint3_linear_19351_19504)"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M1695.48 616.017C1827.61 651.42 2026.25 675.359 2068.34 518.276C2071.63 506.017 2074.47 493.995 2074.74 481.25L2087.61 118.401C2089.5 38.3883 2091.43 -10.7998 1968.31 -101.454C1684.68 -310.293 1342.14 -417.868 1266.6 -416.348C1200.6 -415.017 1150.23 -401.177 1094.55 -320.922C1094.55 -320.922 938.608 -94.3084 917.466 -60.9637C913.35 -54.7362 911.235 -47.0681 909.631 -41.0791C883.553 56.2453 1181.49 478.295 1695.49 616.019" fill="url(#paint4_linear_19351_19504)"/>
|
|
12
|
+
<g filter="url(#filter2_f_19351_19504)">
|
|
13
|
+
<path d="M1018.65 1252.4L899.777 808.935C883.342 747.626 919.732 684.535 980.992 668.127L1981.4 400.183C2165.17 350.962 2354.4 460.323 2403.7 644.243L2522.58 1087.71C2539.02 1149.02 2502.63 1212.11 2441.37 1228.52L1440.96 1496.46C1257.19 1545.68 1067.96 1436.32 1018.65 1252.4Z" fill="url(#paint5_linear_19351_19504)"/>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M1018.65 1252.4L899.777 808.935C883.342 747.626 919.732 684.535 980.992 668.127L1981.4 400.183C2165.17 350.962 2354.4 460.323 2403.7 644.243L2522.58 1087.71C2539.02 1149.02 2502.63 1212.11 2441.37 1228.52L1440.96 1496.46C1257.19 1545.68 1067.96 1436.32 1018.65 1252.4Z" fill="url(#paint6_linear_19351_19504)"/>
|
|
16
|
+
<g filter="url(#filter3_f_19351_19504)">
|
|
17
|
+
<path d="M782.287 -59.764C421.09 -246.933 -158.166 -246.234 -258.019 -53.8873C-271.175 -28.5469 -275.733 -4.57652 -273.796 18.0103C-267.733 233.992 242.437 497.887 646.906 497.887C936.866 497.887 1025.27 376.095 1036.3 269.541C1048.45 174.177 997.623 51.8132 782.287 -59.7708V-59.764Z" fill="url(#paint7_linear_19351_19504)"/>
|
|
18
|
+
</g>
|
|
19
|
+
<path opacity="0.5" d="M782.287 -59.764C421.09 -246.933 -158.166 -246.234 -258.019 -53.8873C-271.175 -28.5469 -275.733 -4.57652 -273.796 18.0103C-267.733 233.992 242.437 497.887 646.906 497.887C936.866 497.887 1025.27 376.095 1036.3 269.541C1048.45 174.177 997.623 51.8132 782.287 -59.7708V-59.764Z" fill="url(#paint8_linear_19351_19504)"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<filter id="filter0_f_19351_19504" x="68" y="186" width="1304.39" height="1170.08" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
+
<feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_19351_19504"/>
|
|
26
|
+
</filter>
|
|
27
|
+
<filter id="filter1_f_19351_19504" x="808.051" y="-516.364" width="1380.03" height="1258.52" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
28
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
29
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
30
|
+
<feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_19351_19504"/>
|
|
31
|
+
</filter>
|
|
32
|
+
<filter id="filter2_f_19351_19504" x="795.828" y="288.39" width="1830.7" height="1319.86" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
33
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
34
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
35
|
+
<feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_19351_19504"/>
|
|
36
|
+
</filter>
|
|
37
|
+
<filter id="filter3_f_19351_19504" x="-374.223" y="-299.155" width="1512.2" height="897.042" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
38
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
39
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
40
|
+
<feGaussianBlur stdDeviation="50" result="effect1_foregroundBlur_19351_19504"/>
|
|
41
|
+
</filter>
|
|
42
|
+
<linearGradient id="paint0_linear_19351_19504" x1="-755.182" y1="-589.97" x2="1214.13" y2="2824.34" gradientUnits="userSpaceOnUse">
|
|
43
|
+
<stop stop-color="#F2F2F2"/>
|
|
44
|
+
<stop offset="1" stop-color="#C7C7C7"/>
|
|
45
|
+
</linearGradient>
|
|
46
|
+
<linearGradient id="paint1_linear_19351_19504" x1="-309.347" y1="-279.398" x2="1466.54" y2="660.337" gradientUnits="userSpaceOnUse">
|
|
47
|
+
<stop stop-color="white"/>
|
|
48
|
+
<stop offset="1" stop-color="#E0E0E0"/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
<linearGradient id="paint2_linear_19351_19504" x1="-108.5" y1="-30.0001" x2="1413.95" y2="737.918" gradientUnits="userSpaceOnUse">
|
|
51
|
+
<stop stop-color="white"/>
|
|
52
|
+
<stop offset="1" stop-color="#E0E0E0"/>
|
|
53
|
+
</linearGradient>
|
|
54
|
+
<linearGradient id="paint3_linear_19351_19504" x1="2077.44" y1="-968.83" x2="949.169" y2="1496.83" gradientUnits="userSpaceOnUse">
|
|
55
|
+
<stop stop-color="white"/>
|
|
56
|
+
<stop offset="1" stop-color="#E0E0E0"/>
|
|
57
|
+
</linearGradient>
|
|
58
|
+
<linearGradient id="paint4_linear_19351_19504" x1="1800.5" y1="-441.5" x2="901.694" y2="1476.92" gradientUnits="userSpaceOnUse">
|
|
59
|
+
<stop stop-color="white"/>
|
|
60
|
+
<stop offset="1" stop-color="#E0E0E0"/>
|
|
61
|
+
</linearGradient>
|
|
62
|
+
<linearGradient id="paint5_linear_19351_19504" x1="755.202" y1="451.746" x2="1960.69" y2="1480.58" gradientUnits="userSpaceOnUse">
|
|
63
|
+
<stop stop-color="#F2F2F2"/>
|
|
64
|
+
<stop offset="1" stop-color="#E0E0E0"/>
|
|
65
|
+
</linearGradient>
|
|
66
|
+
<linearGradient id="paint6_linear_19351_19504" x1="755.202" y1="451.746" x2="1960.69" y2="1480.58" gradientUnits="userSpaceOnUse">
|
|
67
|
+
<stop stop-color="white"/>
|
|
68
|
+
<stop offset="1" stop-color="#E0E0E0"/>
|
|
69
|
+
</linearGradient>
|
|
70
|
+
<linearGradient id="paint7_linear_19351_19504" x1="692.977" y1="483.708" x2="308.23" y2="-78.5936" gradientUnits="userSpaceOnUse">
|
|
71
|
+
<stop stop-color="#F2F2F2"/>
|
|
72
|
+
<stop offset="1" stop-color="#E0E0E0"/>
|
|
73
|
+
</linearGradient>
|
|
74
|
+
<linearGradient id="paint8_linear_19351_19504" x1="957.5" y1="429.373" x2="-60.5206" y2="-444.022" gradientUnits="userSpaceOnUse">
|
|
75
|
+
<stop stop-color="white"/>
|
|
76
|
+
<stop offset="1" stop-color="#E0E0E0"/>
|
|
77
|
+
</linearGradient>
|
|
78
|
+
<clipPath id="clip0_19351_19504">
|
|
79
|
+
<rect width="1851" height="1196" fill="white"/>
|
|
80
|
+
</clipPath>
|
|
81
|
+
</defs>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
<svg width="1851" height="1196" viewBox="0 0 1851 1196" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_19356_19698)">
|
|
3
|
+
<rect width="1851" height="1196" fill="url(#paint0_linear_19356_19698)"/>
|
|
4
|
+
<g style="mix-blend-mode:difference">
|
|
5
|
+
<g filter="url(#filter0_f_19356_19698)">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1102.43 904.428L749.184 292.595L137.351 645.837L175.198 711.39C349.386 1013.09 735.17 1116.46 1036.87 942.275L1102.43 904.428Z" fill="url(#paint1_linear_19356_19698)"/>
|
|
7
|
+
</g>
|
|
8
|
+
<g filter="url(#filter1_f_19356_19698)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M844.186 1868.49L1456.02 1515.25L1102.78 903.416L1037.22 941.264C735.521 1115.45 632.151 1501.24 806.338 1802.94L844.186 1868.49Z" fill="url(#paint2_linear_19356_19698)"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g opacity="0.8" filter="url(#filter2_f_19356_19698)">
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1714.19 550.415L1102.36 903.656L1455.6 1515.49L1521.16 1477.64C1822.86 1303.45 1926.23 917.67 1752.04 615.968L1714.19 550.415Z" fill="url(#paint3_linear_19356_19698)"/>
|
|
13
|
+
</g>
|
|
14
|
+
<g opacity="0.8" filter="url(#filter3_f_19356_19698)">
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M749.355 292.244L1102.6 904.077L1714.43 550.835L1676.58 485.282C1502.4 183.58 1116.61 80.2092 814.909 254.397L749.355 292.244Z" fill="url(#paint4_linear_19356_19698)"/>
|
|
16
|
+
</g>
|
|
17
|
+
<g filter="url(#filter4_f_19356_19698)">
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M396.775 -319.413L750.017 292.42L138.184 645.662L100.337 580.109C-73.8506 278.407 29.5201 -107.378 331.222 -281.565L396.775 -319.413Z" fill="url(#paint5_linear_19356_19698)"/>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<filter id="filter0_f_19356_19698" x="87.3516" y="242.595" width="1065.07" height="834.295" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
24
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
25
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
26
|
+
<feGaussianBlur stdDeviation="25" result="effect1_foregroundBlur_19356_19698"/>
|
|
27
|
+
</filter>
|
|
28
|
+
<filter id="filter1_f_19356_19698" x="671.723" y="853.417" width="834.295" height="1065.07" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
31
|
+
<feGaussianBlur stdDeviation="25" result="effect1_foregroundBlur_19356_19698"/>
|
|
32
|
+
</filter>
|
|
33
|
+
<filter id="filter2_f_19356_19698" x="1052.36" y="500.415" width="834.297" height="1065.07" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
34
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
35
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
36
|
+
<feGaussianBlur stdDeviation="25" result="effect1_foregroundBlur_19356_19698"/>
|
|
37
|
+
</filter>
|
|
38
|
+
<filter id="filter3_f_19356_19698" x="699.355" y="119.782" width="1065.07" height="834.295" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
39
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
40
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
41
|
+
<feGaussianBlur stdDeviation="25" result="effect1_foregroundBlur_19356_19698"/>
|
|
42
|
+
</filter>
|
|
43
|
+
<filter id="filter4_f_19356_19698" x="-34.2773" y="-369.413" width="834.295" height="1065.07" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
44
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
45
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
46
|
+
<feGaussianBlur stdDeviation="25" result="effect1_foregroundBlur_19356_19698"/>
|
|
47
|
+
</filter>
|
|
48
|
+
<linearGradient id="paint0_linear_19356_19698" x1="-987" y1="-1903.5" x2="1298.49" y2="1588.73" gradientUnits="userSpaceOnUse">
|
|
49
|
+
<stop stop-color="#151515"/>
|
|
50
|
+
<stop offset="1"/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
<linearGradient id="paint1_linear_19356_19698" x1="893.4" y1="1163.5" x2="743.275" y2="181.956" gradientUnits="userSpaceOnUse">
|
|
53
|
+
<stop stop-color="#032142"/>
|
|
54
|
+
<stop offset="1"/>
|
|
55
|
+
</linearGradient>
|
|
56
|
+
<linearGradient id="paint2_linear_19356_19698" x1="181.267" y1="1315.57" x2="1969.33" y2="1513.1" gradientUnits="userSpaceOnUse">
|
|
57
|
+
<stop/>
|
|
58
|
+
<stop offset="1" stop-color="#032142"/>
|
|
59
|
+
</linearGradient>
|
|
60
|
+
<linearGradient id="paint3_linear_19356_19698" x1="777.286" y1="915.285" x2="2323.4" y2="1237.44" gradientUnits="userSpaceOnUse">
|
|
61
|
+
<stop/>
|
|
62
|
+
<stop offset="1" stop-color="#032142"/>
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient id="paint4_linear_19356_19698" x1="1045.59" y1="973" x2="1170.3" y2="-155.867" gradientUnits="userSpaceOnUse">
|
|
65
|
+
<stop/>
|
|
66
|
+
<stop offset="1" stop-color="#032142"/>
|
|
67
|
+
</linearGradient>
|
|
68
|
+
<linearGradient id="paint5_linear_19356_19698" x1="911.549" y1="-728.183" x2="-1251.36" y2="1971.96" gradientUnits="userSpaceOnUse">
|
|
69
|
+
<stop/>
|
|
70
|
+
<stop offset="1" stop-color="#032142"/>
|
|
71
|
+
</linearGradient>
|
|
72
|
+
<clipPath id="clip0_19356_19698">
|
|
73
|
+
<rect width="1851" height="1196" fill="white"/>
|
|
74
|
+
</clipPath>
|
|
75
|
+
</defs>
|
|
76
|
+
</svg>
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
<svg width="1851" height="1196" viewBox="0 0 1851 1196" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_19356_19682)">
|
|
3
|
+
<rect width="1851" height="1196" fill="url(#paint0_linear_19356_19682)"/>
|
|
4
|
+
<g filter="url(#filter0_f_19356_19682)">
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1102.43 904.428L749.184 292.595L137.351 645.837L175.198 711.391C349.386 1013.09 735.17 1116.46 1036.87 942.276L1102.43 904.428Z" fill="url(#paint1_linear_19356_19682)"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g filter="url(#filter1_f_19356_19682)">
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M844.186 1868.49L1456.02 1515.25L1102.78 903.417L1037.22 941.264C735.521 1115.45 632.151 1501.24 806.338 1802.94L844.186 1868.49Z" fill="url(#paint2_linear_19356_19682)"/>
|
|
9
|
+
</g>
|
|
10
|
+
<g filter="url(#filter2_f_19356_19682)">
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1714.19 550.415L1102.36 903.657L1455.6 1515.49L1521.16 1477.64C1822.86 1303.45 1926.23 917.67 1752.04 615.969L1714.19 550.415Z" fill="url(#paint3_linear_19356_19682)"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g filter="url(#filter3_f_19356_19682)">
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M749.357 292.245L1102.6 904.078L1714.43 550.836L1676.58 485.282C1502.4 183.58 1116.61 80.2097 814.911 254.397L749.357 292.245Z" fill="url(#paint4_linear_19356_19682)"/>
|
|
15
|
+
</g>
|
|
16
|
+
<g filter="url(#filter4_f_19356_19682)">
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M396.775 -319.412L750.017 292.421L138.184 645.663L100.337 580.109C-73.8506 278.407 29.5201 -107.377 331.222 -281.565L396.775 -319.412Z" fill="url(#paint5_linear_19356_19682)"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<filter id="filter0_f_19356_19682" x="112.752" y="267.995" width="1014.27" height="783.495" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
22
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
23
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
24
|
+
<feGaussianBlur stdDeviation="12.3" result="effect1_foregroundBlur_19356_19682"/>
|
|
25
|
+
</filter>
|
|
26
|
+
<filter id="filter1_f_19356_19682" x="697.123" y="878.817" width="783.495" height="1014.27" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
27
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
28
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
29
|
+
<feGaussianBlur stdDeviation="12.3" result="effect1_foregroundBlur_19356_19682"/>
|
|
30
|
+
</filter>
|
|
31
|
+
<filter id="filter2_f_19356_19682" x="1077.76" y="525.815" width="783.497" height="1014.27" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
32
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
33
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
34
|
+
<feGaussianBlur stdDeviation="12.3" result="effect1_foregroundBlur_19356_19682"/>
|
|
35
|
+
</filter>
|
|
36
|
+
<filter id="filter3_f_19356_19682" x="724.757" y="145.182" width="1014.27" height="783.495" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
37
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
38
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
39
|
+
<feGaussianBlur stdDeviation="12.3" result="effect1_foregroundBlur_19356_19682"/>
|
|
40
|
+
</filter>
|
|
41
|
+
<filter id="filter4_f_19356_19682" x="-8.87734" y="-344.012" width="783.495" height="1014.27" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
42
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
43
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
44
|
+
<feGaussianBlur stdDeviation="12.3" result="effect1_foregroundBlur_19356_19682"/>
|
|
45
|
+
</filter>
|
|
46
|
+
<linearGradient id="paint0_linear_19356_19682" x1="210.671" y1="-298.5" x2="1299.08" y2="1588.29" gradientUnits="userSpaceOnUse">
|
|
47
|
+
<stop stop-color="#B9DAFC"/>
|
|
48
|
+
<stop offset="1" stop-color="white"/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
<linearGradient id="paint1_linear_19356_19682" x1="42.0705" y1="943.784" x2="1588.19" y2="1265.94" gradientUnits="userSpaceOnUse">
|
|
51
|
+
<stop stop-color="#B9DAFC"/>
|
|
52
|
+
<stop offset="1" stop-color="#F2F2F2"/>
|
|
53
|
+
</linearGradient>
|
|
54
|
+
<linearGradient id="paint2_linear_19356_19682" x1="1781.09" y1="1503.62" x2="234.974" y2="1181.47" gradientUnits="userSpaceOnUse">
|
|
55
|
+
<stop stop-color="#B9DAFC"/>
|
|
56
|
+
<stop offset="1" stop-color="white"/>
|
|
57
|
+
</linearGradient>
|
|
58
|
+
<linearGradient id="paint3_linear_19356_19682" x1="777.286" y1="915.285" x2="2323.4" y2="1237.44" gradientUnits="userSpaceOnUse">
|
|
59
|
+
<stop stop-color="white"/>
|
|
60
|
+
<stop offset="1" stop-color="#B9DAFC"/>
|
|
61
|
+
</linearGradient>
|
|
62
|
+
<linearGradient id="paint4_linear_19356_19682" x1="1114.23" y1="1229.15" x2="1436.38" y2="-316.967" gradientUnits="userSpaceOnUse">
|
|
63
|
+
<stop stop-color="white"/>
|
|
64
|
+
<stop offset="1" stop-color="#B9DAFC"/>
|
|
65
|
+
</linearGradient>
|
|
66
|
+
<linearGradient id="paint5_linear_19356_19682" x1="-167.485" y1="579.205" x2="326.579" y2="-920.851" gradientUnits="userSpaceOnUse">
|
|
67
|
+
<stop stop-color="#B9DAFC"/>
|
|
68
|
+
<stop offset="1" stop-color="white"/>
|
|
69
|
+
</linearGradient>
|
|
70
|
+
<clipPath id="clip0_19356_19682">
|
|
71
|
+
<rect width="1851" height="1196" fill="white"/>
|
|
72
|
+
</clipPath>
|
|
73
|
+
</defs>
|
|
74
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -17,31 +17,6 @@
|
|
|
17
17
|
--pf-v6-c-about-modal-box__brand--sm--PaddingInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
18
18
|
--pf-v6-c-about-modal-box__brand--sm--PaddingInlineStart: var(--pf-t--global--spacer--3xl);
|
|
19
19
|
--pf-v6-c-about-modal-box__brand--sm--PaddingBlockEnd: var(--pf-t--global--spacer--3xl);
|
|
20
|
-
--pf-v6-c-about-modal-box__close--ZIndex: var(--pf-t--global--z-index--2xl);
|
|
21
|
-
--pf-v6-c-about-modal-box__close--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
|
|
22
|
-
--pf-v6-c-about-modal-box__close--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
23
|
-
--pf-v6-c-about-modal-box__close--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
24
|
-
--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd: var(--pf-t--global--spacer--3xl);
|
|
25
|
-
--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
26
|
-
--pf-v6-c-about-modal-box__close--c-button--FontSize: var(--pf-t--global--icon--size--lg);
|
|
27
|
-
--pf-v6-c-about-modal-box__brand-image--Height: 2.3125rem;
|
|
28
|
-
--pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
29
|
-
--pf-v6-c-about-modal-box__header--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
30
|
-
--pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-t--global--spacer--xl);
|
|
31
|
-
--pf-v6-c-about-modal-box__header--sm--PaddingInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
32
|
-
--pf-v6-c-about-modal-box__header--sm--PaddingInlineStart: var(--pf-t--global--spacer--3xl);
|
|
33
|
-
--pf-v6-c-about-modal-box__strapline--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
34
|
-
--pf-v6-c-about-modal-box__strapline--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
35
|
-
--pf-v6-c-about-modal-box__strapline--Color: var(--pf-t--global--text--color--subtle);
|
|
36
|
-
--pf-v6-c-about-modal-box__strapline--sm--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
|
|
37
|
-
--pf-v6-c-about-modal-box__content--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
|
38
|
-
--pf-v6-c-about-modal-box__content--MarginInlineEnd: var(--pf-t--global--spacer--xl);
|
|
39
|
-
--pf-v6-c-about-modal-box__content--MarginBlockEnd: var(--pf-t--global--spacer--xl);
|
|
40
|
-
--pf-v6-c-about-modal-box__content--MarginInlineStart: var(--pf-t--global--spacer--xl);
|
|
41
|
-
--pf-v6-c-about-modal-box__content--sm--MarginBlockStart: var(--pf-t--global--spacer--2xl);
|
|
42
|
-
--pf-v6-c-about-modal-box__content--sm--MarginInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
43
|
-
--pf-v6-c-about-modal-box__content--sm--MarginBlockEnd: var(--pf-t--global--spacer--2xl);
|
|
44
|
-
--pf-v6-c-about-modal-box__content--sm--MarginInlineStart: var(--pf-t--global--spacer--3xl);
|
|
45
20
|
}
|
|
46
21
|
@media screen and (min-width: 36rem) {
|
|
47
22
|
.pf-v6-c-about-modal-box {
|
|
@@ -50,6 +25,14 @@
|
|
|
50
25
|
--pf-v6-c-about-modal-box__brand--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__brand--sm--PaddingBlockEnd);
|
|
51
26
|
}
|
|
52
27
|
}
|
|
28
|
+
.pf-v6-c-about-modal-box {
|
|
29
|
+
--pf-v6-c-about-modal-box__close--ZIndex: var(--pf-t--global--z-index--2xl);
|
|
30
|
+
--pf-v6-c-about-modal-box__close--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
|
|
31
|
+
--pf-v6-c-about-modal-box__close--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
32
|
+
--pf-v6-c-about-modal-box__close--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
33
|
+
--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd: var(--pf-t--global--spacer--3xl);
|
|
34
|
+
--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
35
|
+
}
|
|
53
36
|
@media only screen and (min-width: 36rem) {
|
|
54
37
|
.pf-v6-c-about-modal-box {
|
|
55
38
|
--pf-v6-c-about-modal-box__close--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd);
|
|
@@ -60,17 +43,42 @@
|
|
|
60
43
|
--pf-v6-c-about-modal-box__close--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd);
|
|
61
44
|
}
|
|
62
45
|
}
|
|
46
|
+
.pf-v6-c-about-modal-box {
|
|
47
|
+
--pf-v6-c-about-modal-box__close--c-button--FontSize: var(--pf-t--global--icon--size--lg);
|
|
48
|
+
--pf-v6-c-about-modal-box__brand-image--Height: 2.3125rem;
|
|
49
|
+
--pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
50
|
+
--pf-v6-c-about-modal-box__header--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
51
|
+
--pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-t--global--spacer--xl);
|
|
52
|
+
--pf-v6-c-about-modal-box__header--sm--PaddingInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
53
|
+
--pf-v6-c-about-modal-box__header--sm--PaddingInlineStart: var(--pf-t--global--spacer--3xl);
|
|
54
|
+
}
|
|
63
55
|
@media only screen and (min-width: 36rem) {
|
|
64
56
|
.pf-v6-c-about-modal-box {
|
|
65
57
|
--pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineEnd);
|
|
66
58
|
--pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineStart);
|
|
67
59
|
}
|
|
68
60
|
}
|
|
61
|
+
.pf-v6-c-about-modal-box {
|
|
62
|
+
--pf-v6-c-about-modal-box__strapline--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
63
|
+
--pf-v6-c-about-modal-box__strapline--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
64
|
+
--pf-v6-c-about-modal-box__strapline--Color: var(--pf-t--global--text--color--subtle);
|
|
65
|
+
--pf-v6-c-about-modal-box__strapline--sm--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
|
|
66
|
+
}
|
|
69
67
|
@media only screen and (min-width: 36rem) {
|
|
70
68
|
.pf-v6-c-about-modal-box {
|
|
71
69
|
--pf-v6-c-about-modal-box__strapline--PaddingBlockStart: var(--pf-v6-c-about-modal-box__strapline--sm--PaddingBlockStart);
|
|
72
70
|
}
|
|
73
71
|
}
|
|
72
|
+
.pf-v6-c-about-modal-box {
|
|
73
|
+
--pf-v6-c-about-modal-box__content--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
|
74
|
+
--pf-v6-c-about-modal-box__content--MarginInlineEnd: var(--pf-t--global--spacer--xl);
|
|
75
|
+
--pf-v6-c-about-modal-box__content--MarginBlockEnd: var(--pf-t--global--spacer--xl);
|
|
76
|
+
--pf-v6-c-about-modal-box__content--MarginInlineStart: var(--pf-t--global--spacer--xl);
|
|
77
|
+
--pf-v6-c-about-modal-box__content--sm--MarginBlockStart: var(--pf-t--global--spacer--2xl);
|
|
78
|
+
--pf-v6-c-about-modal-box__content--sm--MarginInlineEnd: var(--pf-t--global--spacer--3xl);
|
|
79
|
+
--pf-v6-c-about-modal-box__content--sm--MarginBlockEnd: var(--pf-t--global--spacer--2xl);
|
|
80
|
+
--pf-v6-c-about-modal-box__content--sm--MarginInlineStart: var(--pf-t--global--spacer--3xl);
|
|
81
|
+
}
|
|
74
82
|
@media only screen and (min-width: 36rem) {
|
|
75
83
|
.pf-v6-c-about-modal-box {
|
|
76
84
|
--pf-v6-c-about-modal-box__content--MarginBlockStart: var(--pf-v6-c-about-modal-box__content--sm--MarginBlockStart);
|
|
@@ -94,7 +102,6 @@
|
|
|
94
102
|
background-repeat: no-repeat;
|
|
95
103
|
background-position: var(--pf-v6-c-about-modal-box--BackgroundPosition);
|
|
96
104
|
background-size: var(--pf-v6-c-about-modal-box--BackgroundSize);
|
|
97
|
-
--pf-v6-c-about-modal-box--BackgroundPosition: bottom right;
|
|
98
105
|
}
|
|
99
106
|
@media only screen and (min-width: 36rem) {
|
|
100
107
|
.pf-v6-c-about-modal-box {
|
|
@@ -110,6 +117,9 @@
|
|
|
110
117
|
grid-template-columns: var(--pf-v6-c-about-modal-box--lg--GridTemplateColumns);
|
|
111
118
|
}
|
|
112
119
|
}
|
|
120
|
+
.pf-v6-c-about-modal-box {
|
|
121
|
+
--pf-v6-c-about-modal-box--BackgroundPosition: bottom right;
|
|
122
|
+
}
|
|
113
123
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-about-modal-box {
|
|
114
124
|
--pf-v6-c-about-modal-box--BackgroundPosition: bottom left;
|
|
115
125
|
}
|