pixel-react 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/AddButton/AddButton.d.ts +5 -0
- package/lib/components/AddButton/AddButton.stories.d.ts +6 -0
- package/lib/components/AddButton/index.d.ts +1 -0
- package/lib/components/AddButton/types.d.ts +4 -0
- package/lib/components/AddResourceButton/type.d.ts +13 -10
- package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +1 -1
- package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +1 -0
- package/lib/components/InputWithDropdown/types.d.ts +4 -0
- package/lib/components/MenuOption/types.d.ts +1 -1
- package/lib/components/Select/Select.d.ts +1 -1
- package/lib/components/Select/types.d.ts +5 -1
- package/lib/components/StateDropdown/StateDropdown.d.ts +3 -0
- package/lib/components/StateDropdown/StateDropdown.stories.d.ts +10 -0
- package/lib/components/StateDropdown/StateDropdownTypes.d.ts +11 -0
- package/lib/components/StateDropdown/index.d.ts +1 -0
- package/lib/components/StatusButton/StatusButton.d.ts +4 -0
- package/lib/components/StatusButton/StatusButton.stories.d.ts +14 -0
- package/lib/components/StatusButton/index.d.ts +1 -0
- package/lib/components/StatusButton/types.d.ts +35 -0
- package/lib/components/Tabs/Tabs.d.ts +1 -1
- package/lib/components/Tabs/Tabs.stories.d.ts +1 -0
- package/lib/components/Tabs/types.d.ts +6 -2
- package/lib/index.d.ts +76 -10
- package/lib/index.esm.js +287 -57
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +288 -56
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/StyleGuide/ColorPalette/ColorPalette.scss +4 -5
- package/src/StyleGuide/Typography/Typography.scss +4 -5
- package/src/assets/Themes/BaseTheme.scss +45 -16
- package/src/assets/Themes/DarkTheme.scss +48 -10
- package/src/assets/Themes/Theme.scss +7 -191
- package/src/assets/icons/active_license_icon.svg +3 -0
- package/src/assets/icons/delete.svg +2 -16
- package/src/assets/icons/delete_info.svg +17 -0
- package/src/assets/icons/details.svg +3 -0
- package/src/assets/icons/edit_icon.svg +5 -0
- package/src/assets/icons/expired_license_icon.svg +3 -0
- package/src/assets/icons/expiringSoon_license_icon.svg +3 -0
- package/src/assets/icons/export_collection_icon.svg +13 -0
- package/src/assets/icons/hide_icon.svg +9 -0
- package/src/assets/icons/impactList.svg +6 -0
- package/src/assets/icons/run_icon.svg +26 -0
- package/src/assets/icons/view_icon.svg +3 -0
- package/src/assets/utils/functionUtils.ts +5 -5
- package/src/components/Accordion/Accordion.scss +1 -2
- package/src/components/AddButton/AddButton.scss +38 -0
- package/src/components/AddButton/AddButton.stories.tsx +24 -0
- package/src/components/AddButton/AddButton.tsx +25 -0
- package/src/components/AddButton/index.ts +1 -0
- package/src/components/AddButton/types.ts +4 -0
- package/src/components/AddResourceButton/type.ts +42 -10
- package/src/components/Button/Button.scss +1 -1
- package/src/components/Button/index.ts +1 -1
- package/src/components/Charts/DonutChart/DonutChart.scss +1 -1
- package/src/components/Charts/RadialChart/RadialChart.scss +1 -1
- package/src/components/Drawer/Drawer.scss +9 -10
- package/src/components/ExpandableMenu/ExpandableMenu.scss +1 -1
- package/src/components/Icon/Icons.scss +5 -6
- package/src/components/Icon/iconList.ts +24 -2
- package/src/components/Input/Input.stories.tsx +1 -1
- package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +59 -2
- package/src/components/InputWithDropdown/InputWithDropdown.tsx +3 -1
- package/src/components/InputWithDropdown/types.ts +4 -0
- package/src/components/MenuOption/MenuOption.scss +1 -1
- package/src/components/MenuOption/types.ts +1 -1
- package/src/components/MultiSelect/MultiSelect.scss +1 -1
- package/src/components/RadioButton/RadioButton.scss +2 -3
- package/src/components/Search/Search.scss +71 -73
- package/src/components/Select/Select.tsx +29 -25
- package/src/components/Select/types.ts +5 -1
- package/src/components/StateDropdown/StateDropdown.stories.tsx +99 -0
- package/src/components/StateDropdown/StateDropdown.tsx +223 -0
- package/src/components/StateDropdown/StateDropdownTypes.tsx +21 -0
- package/src/components/StateDropdown/index.ts +1 -0
- package/src/components/StatusButton/StatusButton.scss +90 -0
- package/src/components/StatusButton/StatusButton.stories.tsx +91 -0
- package/src/components/StatusButton/StatusButton.tsx +40 -0
- package/src/components/StatusButton/index.ts +1 -0
- package/src/components/StatusButton/types.ts +45 -0
- package/src/components/Table/Table.scss +3 -3
- package/src/components/Tabs/Tabs.scss +3 -0
- package/src/components/Tabs/Tabs.stories.tsx +31 -0
- package/src/components/Tabs/Tabs.tsx +6 -1
- package/src/components/Tabs/types.ts +6 -2
- package/src/components/TextArea/Textarea.scss +1 -2
- package/src/components/Toggle/Toggle.scss +5 -4
- package/src/components/Tooltip/Tooltip.scss +1 -1
- package/src/index.ts +5 -0
- package/vite.config.js +1 -1
- package/lib/index.css +0 -404
- package/lib/index.esm.css +0 -404
package/lib/tsconfig.tsbuildinfo
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"root":["../src/index.ts","../src/styleguide/colorpalette/colorpalette.stories.tsx","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.stories.tsx","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.stories.tsx","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addresourcebutton/addbutton.stories.tsx","../src/components/addresourcebutton/addbutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/button/button.stories.tsx","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/charts/donutchart/donutchart.stories.tsx","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/radialchart/radialchart.stories.tsx","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/checkbox/checkbox.stories.tsx","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.stories.tsx","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/drawer/drawer.stories.tsx","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/expandablemenu/expandablemenu.stories.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.stories.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.stories.tsx","../src/components/form/form.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.stories.tsx","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.stories.tsx","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/icon/icon.stories.tsx","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/input/input.stories.tsx","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.stories.tsx","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/lazyload/lazyload.stories.tsx","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/menuoption/menuoption.stories.tsx","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/minimodal/minimodal.stories.tsx","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.stories.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/radiobutton/radiobutton.stories.tsx","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.stories.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/search/search.stories.tsx","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.stories.tsx","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown/dropdown.tsx","../src/components/select/components/dropdown/dropdowntypes.ts","../src/components/table/table.stories.tsx","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/tabletree/tabletree.stories.tsx","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabs/tabs.stories.tsx","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/textarea/textarea.stories.tsx","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.stories.tsx","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toggle/toggle.stories.tsx","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/tooltip/tooltip.stories.tsx","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/typography/typography.stories.tsx","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/checkempty/checkempty.stories.tsx","../src/utils/checkempty/checkempty.ts","../src/utils/comparearrays/comparearrays.stories.tsx","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.stories.tsx","../src/utils/compareobjects/compareobjects.ts","../src/utils/debounce/debounce.stories.tsx","../src/utils/debounce/debounce.ts","../src/utils/ffid/ffid.stories.tsx","../src/utils/ffid/ffid.ts","../src/utils/find/findandinsert.stories.tsx","../src/utils/find/findandinsert.ts","../src/utils/getextension/getextension.stories.tsx","../src/utils/getextension/getextension.ts","../src/utils/throttle/throttle.stories.tsx","../src/utils/throttle/throttle.ts","../src/utils/truncatetext/truncatetext.stories.tsx","../src/utils/truncatetext/truncatetext.ts"],"version":"5.6.3"}
|
1
|
+
{"root":["../src/index.ts","../src/styleguide/colorpalette/colorpalette.stories.tsx","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.stories.tsx","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.stories.tsx","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addbutton/addbutton.stories.tsx","../src/components/addbutton/addbutton.tsx","../src/components/addbutton/index.ts","../src/components/addbutton/types.ts","../src/components/addresourcebutton/addbutton.stories.tsx","../src/components/addresourcebutton/addbutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/button/button.stories.tsx","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/charts/donutchart/donutchart.stories.tsx","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/radialchart/radialchart.stories.tsx","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/checkbox/checkbox.stories.tsx","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.stories.tsx","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/drawer/drawer.stories.tsx","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/expandablemenu/expandablemenu.stories.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.stories.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.stories.tsx","../src/components/form/form.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.stories.tsx","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.stories.tsx","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/icon/icon.stories.tsx","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/input/input.stories.tsx","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.stories.tsx","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/lazyload/lazyload.stories.tsx","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/menuoption/menuoption.stories.tsx","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/minimodal/minimodal.stories.tsx","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.stories.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/radiobutton/radiobutton.stories.tsx","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.stories.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/search/search.stories.tsx","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.stories.tsx","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown/dropdown.tsx","../src/components/select/components/dropdown/dropdowntypes.ts","../src/components/statedropdown/statedropdown.stories.tsx","../src/components/statedropdown/statedropdown.tsx","../src/components/statedropdown/statedropdowntypes.tsx","../src/components/statedropdown/index.ts","../src/components/statusbutton/statusbutton.stories.tsx","../src/components/statusbutton/statusbutton.tsx","../src/components/statusbutton/index.ts","../src/components/statusbutton/types.ts","../src/components/table/table.stories.tsx","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/tabletree/tabletree.stories.tsx","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabs/tabs.stories.tsx","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/textarea/textarea.stories.tsx","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.stories.tsx","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toggle/toggle.stories.tsx","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/tooltip/tooltip.stories.tsx","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/typography/typography.stories.tsx","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/checkempty/checkempty.stories.tsx","../src/utils/checkempty/checkempty.ts","../src/utils/comparearrays/comparearrays.stories.tsx","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.stories.tsx","../src/utils/compareobjects/compareobjects.ts","../src/utils/debounce/debounce.stories.tsx","../src/utils/debounce/debounce.ts","../src/utils/ffid/ffid.stories.tsx","../src/utils/ffid/ffid.ts","../src/utils/find/findandinsert.stories.tsx","../src/utils/find/findandinsert.ts","../src/utils/getextension/getextension.stories.tsx","../src/utils/getextension/getextension.ts","../src/utils/throttle/throttle.stories.tsx","../src/utils/throttle/throttle.ts","../src/utils/truncatetext/truncatetext.stories.tsx","../src/utils/truncatetext/truncatetext.ts"],"version":"5.6.3"}
|
package/package.json
CHANGED
@@ -1,16 +1,15 @@
|
|
1
|
-
@
|
2
|
-
@import '../../assets/styles/fonts';
|
1
|
+
@use '../../assets/styles/fonts';
|
3
2
|
|
4
3
|
.ff-style-guide {
|
5
4
|
border-radius: 12px;
|
6
5
|
|
7
6
|
.style-guide-header {
|
8
|
-
background-color:
|
7
|
+
background-color: var(--brand-color);
|
9
8
|
height: 100px;
|
10
9
|
padding: 40px;
|
11
10
|
border-top-left-radius: 12px;
|
12
11
|
border-top-right-radius: 12px;
|
13
|
-
color:
|
12
|
+
color: var(--tooltip-text-color);
|
14
13
|
|
15
14
|
& div {
|
16
15
|
@extend .font-size-32;
|
@@ -51,7 +50,7 @@
|
|
51
50
|
.color-code {
|
52
51
|
@extend .fontSm;
|
53
52
|
font-weight: 400;
|
54
|
-
color:
|
53
|
+
color: var(--text-color);
|
55
54
|
}
|
56
55
|
}
|
57
56
|
}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
@
|
2
|
-
@import '../../assets/styles/fonts';
|
1
|
+
@use '../../assets/styles/fonts';
|
3
2
|
|
4
3
|
.typography-container {
|
5
4
|
.typography-header {
|
@@ -10,7 +9,7 @@
|
|
10
9
|
& span {
|
11
10
|
@extend .fontSm;
|
12
11
|
font-weight: 400;
|
13
|
-
color:
|
12
|
+
color: var(--tooltip-bg-color); // need to change color #7A7A7A
|
14
13
|
}
|
15
14
|
}
|
16
15
|
}
|
@@ -30,7 +29,7 @@
|
|
30
29
|
width: 60%;
|
31
30
|
display: flex;
|
32
31
|
flex-direction: column;
|
33
|
-
border-right: 1px solid
|
32
|
+
border-right: 1px solid var(--border-color);
|
34
33
|
padding: 10px;
|
35
34
|
gap: 10px;
|
36
35
|
|
@@ -93,7 +92,7 @@
|
|
93
92
|
.font-size {
|
94
93
|
@extend .fontLg;
|
95
94
|
font-weight: 400;
|
96
|
-
color:
|
95
|
+
color: var(--tooltip-bg-color);
|
97
96
|
}
|
98
97
|
}
|
99
98
|
}
|
@@ -2,11 +2,13 @@ $base-theme: (
|
|
2
2
|
brand-color: #71347b,
|
3
3
|
text-color: #1e161f,
|
4
4
|
description-text: #7a7a7a,
|
5
|
+
click-able-text-color: #71347b,
|
6
|
+
icons-default-color: #71347b,
|
5
7
|
border-color: #f0e7f4,
|
6
8
|
disable-color: #71347b80,
|
7
9
|
hover-color: #f7ebff,
|
8
|
-
pop-up-background-blur: #
|
9
|
-
slider-table-color: #
|
10
|
+
pop-up-background-blur: #14041c1a,
|
11
|
+
slider-table-color: #d4b0e426,
|
10
12
|
drawer-footer-bg: #ffffff,
|
11
13
|
drawer-footer-border: #f0e7f4,
|
12
14
|
text-bg-highlight: #f5fb00,
|
@@ -21,8 +23,16 @@ $base-theme: (
|
|
21
23
|
add-icon-hover-color: #431b4a,
|
22
24
|
arrow-button-bg-color: #ffffff,
|
23
25
|
arrows-button-border-color: #ded1e5,
|
26
|
+
overlay-bg: #1e161f1a,
|
24
27
|
chip-fill-color: #f9d5ff,
|
25
28
|
chip-text-color: #1e161f,
|
29
|
+
file-drop-zone-default-fill-color: #71347b1a,
|
30
|
+
file-drop-zone-default-text-color: #1e161f,
|
31
|
+
file-drop-zone-selected-fill-color: #71347b33,
|
32
|
+
file-drop-zone-selected-text-color: #1e161f,
|
33
|
+
icon-color: #71347b,
|
34
|
+
default-icon-color: #a3a3a3,
|
35
|
+
tree-connecting-lines-color: #d7b5e3,
|
26
36
|
primary-button-color:
|
27
37
|
linear-gradient(188.79deg, #71347b 2.94%, #46164d 93.09%),
|
28
38
|
primary-button-hover:
|
@@ -51,17 +61,7 @@ $base-theme: (
|
|
51
61
|
error_light: #e42525,
|
52
62
|
ff-success: #079455,
|
53
63
|
ff-warning: #f79009,
|
54
|
-
|
55
|
-
status-warning-text-color: #ff8b00,
|
56
|
-
status-rejected-text-color: #c60202,
|
57
|
-
status-skipped-text-color: #3c3838,
|
58
|
-
status-success-bg-color: #c6efcd,
|
59
|
-
status-warning-bg-color: #ffe380,
|
60
|
-
status-rejected-bg-color: #f7d9d9,
|
61
|
-
status-skipped-bg-color: #c4c3c3,
|
62
|
-
status-warning-hover-bg-color: #fcd8ac,
|
63
|
-
status-percentage-growth-bg-color: #ecedf8,
|
64
|
-
default-icon-color: #a3a3a3,
|
64
|
+
|
65
65
|
expandable-menu-default-bg: #fdfaff,
|
66
66
|
expandable-menu-option-bg: #610b861a,
|
67
67
|
file-dropzone-default-color: #71347b1a,
|
@@ -71,7 +71,6 @@ $base-theme: (
|
|
71
71
|
ff-mini-modal-border: #ffffff,
|
72
72
|
ff-mini-modal-box-shadow: #3713553d,
|
73
73
|
ff-mini-modal-footer-background: #aeb0c0,
|
74
|
-
|
75
74
|
input-default-border-color: #a3a3a3,
|
76
75
|
input-hover-border-color: #1e161f,
|
77
76
|
input-default-label-color: #747474,
|
@@ -83,7 +82,6 @@ $base-theme: (
|
|
83
82
|
tabs-border-color: #f1ebf2,
|
84
83
|
tabs-bg-color: #ede6f2,
|
85
84
|
tab-bg-color: #ffffff,
|
86
|
-
|
87
85
|
toast-close-icon-wrapper-bg: #fafafa,
|
88
86
|
toaster-boxshadow: #1e161f3d,
|
89
87
|
toaster-success-border: linear-gradient(#07945566, #00693a66),
|
@@ -104,7 +102,35 @@ $base-theme: (
|
|
104
102
|
menu-option-icon-color: #ffffff,
|
105
103
|
menu-option-icon-clicked: #71347b,
|
106
104
|
delete-text-color: #c50303,
|
107
|
-
|
105
|
+
|
106
|
+
status-success-bg-color: #c6efcd,
|
107
|
+
status-success-text-color: #016102,
|
108
|
+
status-warning-bg-color: #ffe380,
|
109
|
+
status-warning-text-color: #ff8b00,
|
110
|
+
status-rejected-bg-color: #f7d9d9,
|
111
|
+
status-rejected-text-color: #c60202,
|
112
|
+
status-skipped-bg-color: #c4c3c3,
|
113
|
+
status-warning-hover-bg-color: #fcd8ac,
|
114
|
+
status-percentage-growth-bg-color: #ecedf8,
|
115
|
+
|
116
|
+
status-button-bg-passed: #c6efcd,
|
117
|
+
status-button-bg-failed: #f7d9d9,
|
118
|
+
status-button-bg-running: #ecedf8,
|
119
|
+
status-button-bg-skipped: #c4c3c3,
|
120
|
+
status-button-bg-warning: #ffb803,
|
121
|
+
status-button-bg-terminated: #f7d9d9,
|
122
|
+
status-button-bg-partiallyExecuted: #dee7f1,
|
123
|
+
status-button-bg-aborted: #f7d9d9,
|
124
|
+
status-button-bg-notExecuted: #f7d9d9,
|
125
|
+
status-button-text-passed: #016102,
|
126
|
+
status-button-text-failed: #c50303,
|
127
|
+
status-button-text-running: #434db8,
|
128
|
+
status-button-text-skipped: #3c3838,
|
129
|
+
status-button-text-warning: #ffffff,
|
130
|
+
status-button-text-terminated: #c50303,
|
131
|
+
status-button-text-partiallyExecuted: #0d69d4,
|
132
|
+
status-button-text-aborted: #c50303,
|
133
|
+
status-button-text-notExecuted: #c50303,
|
108
134
|
|
109
135
|
// TODO:: Need to change the color code values of below 7 color (N/A in DS)
|
110
136
|
ff-select-option-border-color: #ded1e5,
|
@@ -122,6 +148,9 @@ $base-theme: (
|
|
122
148
|
ff-search-filed-clear-text: #71347b,
|
123
149
|
ff-search-filed-placeholder-text: #a3a3a3,
|
124
150
|
ff-search-filed-close-Icon: #14041c,
|
151
|
+
|
152
|
+
primary-icon-color: #ffffff,
|
153
|
+
secondary-icon-color: #71347b,
|
125
154
|
);
|
126
155
|
:root {
|
127
156
|
@each $key, $value in $base-theme {
|
@@ -2,26 +2,36 @@ $dark-theme: (
|
|
2
2
|
brand-color: #71347b,
|
3
3
|
text-color: #e8e0e9,
|
4
4
|
description-text: #d9d9d9,
|
5
|
+
click-able-text-color: #e8e0e9,
|
6
|
+
icons-default-color: #e8e0e9,
|
5
7
|
border-color: #333234,
|
6
8
|
disable-color: #71347b80,
|
7
9
|
hover-color: #f7ebff,
|
8
10
|
pop-up-background-blur: #12121299,
|
9
11
|
slider-table-color: #272428,
|
10
|
-
drawer-footer-bg: #
|
12
|
+
drawer-footer-bg: #1b181c99,
|
11
13
|
drawer-footer-border: #333234,
|
12
14
|
text-bg-highlight: #f5fb00,
|
13
15
|
tooltip-bg-color: #2a2a2a,
|
14
16
|
tooltip-text-color: #ffffff,
|
15
|
-
toggle-strip-color: #
|
16
|
-
toggle-strip-active: #71347b,
|
17
|
+
toggle-strip-color: #cfd1e2,
|
18
|
+
toggle-strip-active-color: #71347b,
|
17
19
|
toggle-strip-shadow: #00000040,
|
18
20
|
toggle-button-bg-color: #ffffff,
|
19
21
|
toggle-disable-icon-color: #767994,
|
22
|
+
text-area-default-color: #747474,
|
20
23
|
add-icon-hover-color: #431b4a,
|
21
24
|
arrow-button-bg-color: #ffffff,
|
22
25
|
arrows-button-border-color: #ded1e5,
|
26
|
+
overlay-bg: #12121299,
|
23
27
|
chip-fill-color: #f9d5ff,
|
24
28
|
chip-text-color: #1e161f,
|
29
|
+
file-drop-zone-default-fill-color: #71347b1a,
|
30
|
+
file-drop-zone-default-text-color: #1e161f,
|
31
|
+
file-drop-zone-selected-fill-color: #71347b33,
|
32
|
+
file-drop-zone-selected-text-color: #1e161f,
|
33
|
+
icon-color: #71347b,
|
34
|
+
tree-connecting-lines-color: #d7b5e3,
|
25
35
|
primary-button-color:
|
26
36
|
linear-gradient(188.79deg, #71347b 2.94%, #46164d 93.09%),
|
27
37
|
primary-button-hover:
|
@@ -53,6 +63,12 @@ $dark-theme: (
|
|
53
63
|
delete-button-hover: linear-gradient(179.06deg, #e95151 3.49%, #d43434 99.22%),
|
54
64
|
delete-button-disable:
|
55
65
|
linear-gradient(179.06deg, #e95151 3.49%, #d43434 99.22%),
|
66
|
+
drawer-title-color: #252c37,
|
67
|
+
toast-msg-icon-bg: linear-gradient(180deg, #079455 0%, #00693a 100%),
|
68
|
+
error_light: #e42525,
|
69
|
+
ff-success: #079455,
|
70
|
+
ff-warning: #f79009,
|
71
|
+
|
56
72
|
// TODO:: Need to change the color code values of below 7 color (N/A in DS)
|
57
73
|
default-icon-color: #a3a3a3,
|
58
74
|
expandable-menu-default-bg: #fdfaff,
|
@@ -64,7 +80,6 @@ $dark-theme: (
|
|
64
80
|
ff-mini-modal-border: #ffffff,
|
65
81
|
ff-mini-modal-box-shadow: #3713553d,
|
66
82
|
ff-mini-modal-footer-background: #aeb0c0,
|
67
|
-
|
68
83
|
input-default-border-color: #a3a3a3,
|
69
84
|
input-hover-border-color: #1e161f,
|
70
85
|
input-default-label-color: #747474,
|
@@ -89,24 +104,44 @@ $dark-theme: (
|
|
89
104
|
checkbox-partial-color: #ffffff,
|
90
105
|
checkbox-hover-color: #f7edff,
|
91
106
|
multi-select-border: #a3a3a380,
|
92
|
-
text-color-light: #1e161f80,
|
93
107
|
multi-select-label-bg: #ffffff,
|
108
|
+
text-color-light: #1e161f80,
|
94
109
|
radio-button-border: #b5b5b5,
|
95
110
|
radio-button-hover: #d3d3d3,
|
96
|
-
tree-connecting-lines-color: #d7b5e3,
|
97
111
|
menu-option-icon-color: #ffffff,
|
98
112
|
menu-option-icon-clicked: #71347b,
|
99
113
|
delete-text-color: #c50303,
|
100
|
-
|
101
|
-
status-warning-text-color: #ff8b00,
|
102
|
-
status-rejected-text-color: #c60202,
|
103
|
-
status-skipped-text-color: #3c3838,
|
114
|
+
|
104
115
|
status-success-bg-color: #c6efcd,
|
116
|
+
status-success-text-color: #016102,
|
105
117
|
status-warning-bg-color: #ffe380,
|
118
|
+
status-warning-text-color: #ff8b00,
|
106
119
|
status-rejected-bg-color: #f7d9d9,
|
120
|
+
status-rejected-text-color: #c60202,
|
107
121
|
status-skipped-bg-color: #c4c3c3,
|
122
|
+
status-warning-hover-bg-color: #fcd8ac,
|
108
123
|
status-percentage-growth-bg-color: #ecedf8,
|
109
124
|
|
125
|
+
status-button-bg-passed: #c6efcd,
|
126
|
+
status-button-bg-failed: #f7d9d9,
|
127
|
+
status-button-bg-running: #ecedf8,
|
128
|
+
status-button-bg-skipped: #c4c3c3,
|
129
|
+
status-button-bg-warning: #ffb803,
|
130
|
+
status-button-bg-terminated: #f7d9d9,
|
131
|
+
status-button-bg-partiallyExecuted: #dee7f1,
|
132
|
+
status-button-bg-aborted: #f7d9d9,
|
133
|
+
status-button-bg-notExecuted: #f7d9d9,
|
134
|
+
status-button-text-passed: #016102,
|
135
|
+
status-button-text-failed: #c50303,
|
136
|
+
status-button-text-running: #434db8,
|
137
|
+
status-button-text-skipped: #3c3838,
|
138
|
+
status-button-text-warning: #ffffff,
|
139
|
+
status-button-text-terminated: #c50303,
|
140
|
+
status-button-text-partiallyExecuted: #0d69d4,
|
141
|
+
status-button-text-aborted: #c50303,
|
142
|
+
status-button-text-notExecuted: #c50303,
|
143
|
+
|
144
|
+
|
110
145
|
// TODO:: Need to change the color code values of below 10 color (N/A in DS)
|
111
146
|
ff-select-option-border-color: #ded1e5,
|
112
147
|
ff-select-option-wrapper-box-shadow: #592f7c33,
|
@@ -123,6 +158,9 @@ $dark-theme: (
|
|
123
158
|
ff-search-filed-clear-text: #71347b,
|
124
159
|
ff-search-filed-placeholder-text: #a3a3a3,
|
125
160
|
ff-search-filed-close-Icon: #14041c,
|
161
|
+
|
162
|
+
primary-icon-color: #ffffff,
|
163
|
+
secondary-icon-color: #71347b,
|
126
164
|
);
|
127
165
|
:root {
|
128
166
|
@each $key, $value in $dark-theme {
|
@@ -1,200 +1,16 @@
|
|
1
|
-
@
|
2
|
-
@
|
1
|
+
@use './BaseTheme' as base;
|
2
|
+
@use './DarkTheme' as dark;
|
3
3
|
|
4
4
|
@mixin set-theme-variables($theme-map) {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
--border-color: #{map-get($theme-map, border-color)};
|
9
|
-
--disable-color: #{map-get($theme-map, disable-color)};
|
10
|
-
--hover-color: #{map-get($theme-map, hover-color)};
|
11
|
-
--pop-up-background-blur: #{map-get($theme-map, pop-up-background-blur)};
|
12
|
-
--slider-table-color: #{map-get($theme-map, slider-table-color)};
|
13
|
-
--drawer-footer-bg: #{map-get($theme-map, drawer-footer-bg)};
|
14
|
-
--drawer-footer-border: #{map-get($theme-map, drawer-footer-border)};
|
15
|
-
--text-bg-highlight: #{map-get($theme-map, text-bg-highlight)};
|
16
|
-
--tooltip-bg-color: #{map-get($theme-map, tooltip-bg-color)};
|
17
|
-
--tooltip-text-color: #{map-get($theme-map, tooltip-text-color)};
|
18
|
-
--toggle-strip-color: #{map-get($theme-map, toggle-strip-color)};
|
19
|
-
--toggle-strip-active: #{map-get($theme-map, toggle-strip-active)};
|
20
|
-
--toggle-strip-shadow: #{map-get($theme-map, toggle-strip-shadow)};
|
21
|
-
--toggle-button-bg-color: #{map-get($theme-map, toggle-button-bg-color)};
|
22
|
-
--toggle-disable-icon-color: #{map-get($theme-map, toggle-disable-icon-color)};
|
23
|
-
--chip-fill-color: #{map-get($theme-map, chip-fill-color)};
|
24
|
-
--chip-text-color: #{map-get($theme-map, chip-text-color)};
|
25
|
-
--primary-button-color: #{map-get($theme-map, primary-button-color)};
|
26
|
-
--primary-button-hover: #{map-get($theme-map, primary-button-hover)};
|
27
|
-
--primary-button-disable: #{map-get($theme-map, primary-button-disable)};
|
28
|
-
--primary-button-text-color: #{map-get($theme-map, primary-button-text-color)};
|
29
|
-
--primary-button-border: #{map-get($theme-map, primary-button-border)};
|
30
|
-
--secondary-button-color-text: #{map-get(
|
31
|
-
$theme-map,
|
32
|
-
secondary-button-color-text
|
33
|
-
)};
|
34
|
-
--secondary-button-border: #{map-get($theme-map, secondary-button-border)};
|
35
|
-
--secondary-button-text-color: #{map-get(
|
36
|
-
$theme-map,
|
37
|
-
secondary-button-text-color
|
38
|
-
)};
|
39
|
-
--secondary-button-hover: #{map-get($theme-map, secondary-button-hover)};
|
40
|
-
--tertiary-button-color: #{map-get($theme-map, tertiary-button-color)};
|
41
|
-
--tertiary-button-hover: #{map-get($theme-map, tertiary-button-hover)};
|
42
|
-
--delete-button-color: #{map-get($theme-map, delete-button-color)};
|
43
|
-
--delete-button-border: #{map-get($theme-map, delete-button-border)};
|
44
|
-
--delete-button-hover: #{map-get($theme-map, delete-button-hover)};
|
45
|
-
--delete-button-disable: #{map-get($theme-map, delete-button-disable)};
|
46
|
-
--add-icon-hover-color: #{map-get($theme-map, add-icon-hover-color)};
|
47
|
-
--arrow-button-bg-color: #{map-get($theme-map, arrow-button-bg-color)};
|
48
|
-
--arrows-button-border-color: #{map-get(
|
49
|
-
$theme-map,
|
50
|
-
arrows-button-border-color
|
51
|
-
)};
|
52
|
-
--add-icon-hover-color: #{map-get($theme-map, add-icon-hover-color)};
|
53
|
-
--arrow-button-bg-color: #{map-get($theme-map, arrow-button-bg-color)};
|
54
|
-
--arrows-button-border-color: #{map-get(
|
55
|
-
$theme-map,
|
56
|
-
arrows-button-border-color
|
57
|
-
)};
|
58
|
-
--default-icon-color: #{map-get($theme-map, default-icon-color)};
|
59
|
-
--error_light: #{map-get($theme-map, error_light)};
|
60
|
-
--text-area-default-color: #{map-get($theme-map, text-area-default-color)};
|
61
|
-
--expandable-menu-default-bg: #{map-get(
|
62
|
-
$theme-map,
|
63
|
-
expandable-menu-default-bg
|
64
|
-
)};
|
65
|
-
--expandable-menu-option-bg: #{map-get($theme-map, expandable-menu-option-bg)};
|
66
|
-
--file-dropzone-default-color: #{map-get(
|
67
|
-
$theme-map,
|
68
|
-
file-dropzone-default-color
|
69
|
-
)};
|
70
|
-
--file-dropzone-selected-color: #{map-get(
|
71
|
-
$theme-map,
|
72
|
-
file-dropzone-selected-color
|
73
|
-
)};
|
74
|
-
--file-details-container-shadow: #{map-get(
|
75
|
-
$theme-map,
|
76
|
-
file-details-container-shadow
|
77
|
-
)};
|
78
|
-
--file-details-bg: #{map-get($theme-map, file-details-bg)};
|
79
|
-
--ff-mini-modal-border: #{map-get($theme-map, ff-mini-modal-border)};
|
80
|
-
--ff-mini-modal-box-shadow: #{map-get($theme-map, ff-mini-modal-box-shadow)};
|
81
|
-
--ff-mini-modal-footer-background: #{map-get(
|
82
|
-
$theme-map,
|
83
|
-
ff-mini-modal-footer-background
|
84
|
-
)};
|
85
|
-
|
86
|
-
--input-default-border-color: #{map-get(
|
87
|
-
$theme-map,
|
88
|
-
input-default-border-color
|
89
|
-
)};
|
90
|
-
--input-hover-border-color: #{map-get($theme-map, input-hover-border-color)};
|
91
|
-
--input-default-label-color: #{map-get($theme-map, input-default-label-color)};
|
92
|
-
--input-label-bg-color: #{map-get($theme-map, input-label-bg-color)};
|
93
|
-
--input-active-text-color: #{map-get($theme-map, input-active-text-color)};
|
94
|
-
--input-error-text-color: #{map-get($theme-map, input-error-text-color)};
|
95
|
-
--tabs-label-default-color: #{map-get($theme-map, tabs-label-default-color)};
|
96
|
-
--tabs-label-active-color: #{map-get($theme-map, tabs-label-active-color)};
|
97
|
-
--tabs-border-color: #{map-get($theme-map, tabs-border-color)};
|
98
|
-
--tabs-bg-color: #{map-get($theme-map, tabs-bg-color)};
|
99
|
-
--tab-bg-color: #{map-get($theme-map, tab-bg-color)};
|
100
|
-
--option-card-border-color: #{map-get($theme-map, option-card-border-color)};
|
101
|
-
--option-card-bg-color: #{map-get($theme-map, option-card-bg-color)};
|
102
|
-
--checkbox-bg-color: #{map-get($theme-map, checkbox-bg-color)};
|
103
|
-
--checkbox-border-color: #{map-get($theme-map, checkbox-border-color)};
|
104
|
-
--checkbox-partial-color: #{map-get($theme-map, checkbox-partial-color)};
|
105
|
-
--checkbox-hover-color: #{map-get($theme-map, checkbox-hover-color)};
|
106
|
-
--multi-select-border: #{map-get($theme-map, multi-select-border)};
|
107
|
-
--text-color-light: #{map-get($theme-map, text-color-light)};
|
108
|
-
--multi-select-label-bg: #{map-get($theme-map, multi-select-label-bg)};
|
109
|
-
--radio-button-border: #{map-get($theme-map, radio-button-border)};
|
110
|
-
--radio-button-hover: #{map-get($theme-map, radio-button-hover)};
|
111
|
-
--tree-connecting-lines-color: #{map-get(
|
112
|
-
$theme-map,
|
113
|
-
tree-connecting-lines-color
|
114
|
-
)};
|
115
|
-
--menu-option-icon-color: #{map-get($theme-map, menu-option-icon-color)};
|
116
|
-
--menu-option-icon-clicked: #{map-get($theme-map, menu-option-icon-clicked)};
|
117
|
-
--delete-text-color: #{map-get($theme-map, delete-text-color)};
|
118
|
-
--status-success-text-color: #{map-get($theme-map, status-success-text-color)};
|
119
|
-
--status-warning-text-color: #{map-get($theme-map, status-warning-text-color)};
|
120
|
-
--status-rejected-text-color: #{map-get(
|
121
|
-
$theme-map,
|
122
|
-
status-rejected-text-color
|
123
|
-
)};
|
124
|
-
--status-skipped-text-color: #{map-get($theme-map, status-skipped-text-color)};
|
125
|
-
--status-success-bg-color: #{map-get($theme-map, status-success-bg-color)};
|
126
|
-
--status-warning-bg-color: #{map-get($theme-map, status-warning-bg-color)};
|
127
|
-
--status-rejected-bg-color: #{map-get($theme-map, status-rejected-bg-color)};
|
128
|
-
--status-skipped-bg-color: #{map-get($theme-map, status-skipped-bg-color)};
|
129
|
-
--status-percentage-growth-bg-color: #{map-get(
|
130
|
-
$theme-map,
|
131
|
-
status-percentage-growth-bg-color
|
132
|
-
)};
|
133
|
-
|
134
|
-
// Select Dropdown Color
|
135
|
-
--ff-select-option-border-color: #{map-get(
|
136
|
-
$theme-map,
|
137
|
-
ff-select-option-border-color
|
138
|
-
)};
|
139
|
-
--ff-select-option-wrapper-box-shadow: #{map-get(
|
140
|
-
$theme-map,
|
141
|
-
ff-select-option-wrapper-box-shadow
|
142
|
-
)};
|
143
|
-
--ff-select-background-color: #{map-get(
|
144
|
-
$theme-map,
|
145
|
-
ff-select-background-color
|
146
|
-
)};
|
147
|
-
--ff-select-scroll-thumb-color: #{map-get(
|
148
|
-
$theme-map,
|
149
|
-
ff-select-scroll-thumb-color
|
150
|
-
)};
|
151
|
-
--ff-select-scroll-track-bg: #{map-get($theme-map, ff-select-scroll-track-bg)};
|
152
|
-
--ff-select-scroll-thumb-hover: #{map-get(
|
153
|
-
$theme-map,
|
154
|
-
ff-select-scroll-thumb-hover
|
155
|
-
)};
|
156
|
-
--ff-select-text-color: #{map-get($theme-map, ff-select-text-color)};
|
157
|
-
--ff-select-option-hover-color: #{map-get(
|
158
|
-
$theme-map,
|
159
|
-
ff-select-option-hover-color
|
160
|
-
)};
|
161
|
-
--ff-select-default-color: #{map-get($theme-map, ff-select-default-color)};
|
162
|
-
--ff-select-border-color: #{map-get($theme-map, ff-select-border-color)};
|
163
|
-
--ff-select-brand-color: #{map-get($theme-map, ff-select-brand-color)};
|
164
|
-
--ff-select-text-hover-color: #{map-get(
|
165
|
-
$theme-map,
|
166
|
-
ff-select-text-hover-color
|
167
|
-
)};
|
168
|
-
--toaster-boxshadow: #{map-get($theme-map, toaster-boxshadow)};
|
169
|
-
--toast-close-icon-wrapper-bg: #{map-get(
|
170
|
-
$theme-map,
|
171
|
-
toast-close-icon-wrapper-bg
|
172
|
-
)};
|
173
|
-
--toaster-success-border: #{map-get($theme-map, toaster-success-border)};
|
174
|
-
--toaster-warning-border: #{map-get($theme-map, toaster-warning-border)};
|
175
|
-
--toaster-info-border: #{map-get($theme-map, toaster-info-border)};
|
176
|
-
--toaster-danger_confirm-border: #{map-get(
|
177
|
-
$theme-map,
|
178
|
-
toaster-danger_confirm-border
|
179
|
-
)};
|
180
|
-
--ff-search-filed-clear-text: #{map-get(
|
181
|
-
$theme-map,
|
182
|
-
ff-search-filed-clear-text
|
183
|
-
)};
|
184
|
-
--ff-search-filed-placeholder-text: #{map-get(
|
185
|
-
$theme-map,
|
186
|
-
ff-search-filed-placeholder-text
|
187
|
-
)};
|
188
|
-
--ff-search-filed-close-Icon: #{map-get(
|
189
|
-
$theme-map,
|
190
|
-
ff-search-filed-close-Icon
|
191
|
-
)};
|
5
|
+
@each $key, $value in $theme-map {
|
6
|
+
--#{$key}: #{$value};
|
7
|
+
}
|
192
8
|
}
|
193
9
|
|
194
10
|
.ff-light-theme {
|
195
|
-
@include set-theme-variables(
|
11
|
+
@include set-theme-variables(base.$base-theme);
|
196
12
|
}
|
197
13
|
|
198
14
|
.ff-dark-theme {
|
199
|
-
@include set-theme-variables(
|
15
|
+
@include set-theme-variables(dark.$dark-theme);
|
200
16
|
}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M15.867 6.20329C15.873 6.44806 15.6805 6.65267 15.4358 6.65874C15.191 6.6648 14.9864 6.47232 14.9803 6.22754C14.9614 5.5887 14.7704 4.99913 14.4362 4.50352C14.1035 4.01018 13.6268 3.6093 13.0373 3.34938L9.25273 1.6784C8.81623 1.48592 8.37519 1.38891 7.93489 1.38891C7.49459 1.38891 7.05355 1.48516 6.61705 1.6784L2.8325 3.34938C2.22626 3.61688 1.73974 4.03216 1.4063 4.54368C1.07285 5.0552 0.890218 5.66903 0.890218 6.33212V10.8867C0.890218 12.5144 1.66622 13.9633 2.70367 15.1729C3.76613 16.4127 5.10752 17.4047 6.18965 18.0912C6.73527 18.4368 7.33242 18.6111 7.92579 18.6126C8.52294 18.6141 9.12087 18.4436 9.66801 18.1018C9.87489 17.9722 10.1485 18.0351 10.2788 18.2428C10.4084 18.4497 10.3455 18.7232 10.1378 18.8536C9.44672 19.2863 8.68663 19.5023 7.92663 19.5C7.16276 19.4977 6.40191 19.2787 5.71387 18.843C4.57715 18.1223 3.16452 17.075 2.02943 15.751C0.868459 14.3975 0 12.7591 0 10.8874V6.33289C0 5.49627 0.234914 4.71724 0.663091 4.06096C1.09049 3.4047 1.70887 2.87423 2.47579 2.53624L6.26033 0.865263C6.81203 0.62125 7.37356 0.5 7.93661 0.5C8.49965 0.5 9.06045 0.622008 9.61288 0.865263L13.3974 2.53624C14.1439 2.86588 14.7494 3.37589 15.1753 4.0079C15.6004 4.63916 15.8452 5.39166 15.8687 6.20553L15.867 6.20329ZM10.8191 12.7675C10.6448 12.5932 10.6448 12.312 10.8191 12.1377C10.9934 11.9634 11.2745 11.9634 11.4488 12.1377L12.5408 13.229L14.8242 10.9456C14.9985 10.7713 15.2797 10.7713 15.454 10.9456C15.6282 11.1199 15.6282 11.401 15.454 11.5753L12.8561 14.1732C12.6818 14.3475 12.4006 14.3475 12.2264 14.1732L10.8199 12.7667L10.8191 12.7675ZM13.1356 7.7159C14.4732 7.7159 15.6842 8.25775 16.5609 9.13453C17.4377 10.0113 17.9795 11.2224 17.9795 12.5598C17.9795 13.8972 17.4369 15.1084 16.5609 15.985C15.6841 16.8618 14.4731 17.4037 13.1356 17.4037C11.7981 17.4037 10.5871 16.8618 9.71038 15.985C8.83359 15.1083 8.29175 13.8972 8.29175 12.5598C8.29175 11.2224 8.83435 10.0112 9.71038 9.13453C10.5872 8.25775 11.7982 7.7159 13.1356 7.7159ZM15.9312 9.76435C15.2158 9.04897 14.2276 8.6064 13.1356 8.6064C12.0436 8.6064 11.0554 9.04895 10.3401 9.76435C9.62482 10.4797 9.18215 11.4679 9.18215 12.5599C9.18215 13.6519 9.62471 14.6401 10.3401 15.3554C11.0555 16.0707 12.0436 16.5134 13.1356 16.5134C14.2276 16.5134 15.2159 16.0708 15.9312 15.3554C16.6464 14.64 17.0891 13.6519 17.0891 12.5599C17.0891 11.4679 16.6466 10.4796 15.9312 9.76435Z" fill="currentColor"/>
|
3
|
+
</svg>
|