@bikdotai/bik-component-library 0.0.548-beta.dropdown.3 → 0.0.548-beta.dropdown.4

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.
@@ -30,6 +30,7 @@
30
30
  border-bottom: 1px solid ${t.COLORS.stroke.primary};
31
31
  svg:hover {
32
32
  cursor: pointer;
33
+ background: ${t.COLORS.background.base};
33
34
  }
34
35
  ${t=>{let{headerStyle:o}=t;return e.css`
35
36
  ${Object.keys(o).map((e=>`${e}: ${o[e]};`)).join("\n")}
@@ -1,8 +1,8 @@
1
- import e,{css as t}from"styled-components";import{COLORS as i}from"../../constants/Theme.js";import{ComponentZindex as o}from"../../constants/zindex.js";const r=e.div`
1
+ import e,{css as t}from"styled-components";import{COLORS as o}from"../../constants/Theme.js";import{ComponentZindex as i}from"../../constants/zindex.js";const r=e.div`
2
2
  position: fixed;
3
3
  top: 0;
4
4
  left: 0;
5
- z-index: ${e=>e.zIndex||o.SIDE_MODAL};
5
+ z-index: ${e=>e.zIndex||i.SIDE_MODAL};
6
6
  height: 100%;
7
7
  width: 100%;
8
8
  background-color: rgba(0, 0, 0, 0.4);
@@ -12,7 +12,7 @@ import e,{css as t}from"styled-components";import{COLORS as i}from"../../constan
12
12
  `,n=e.div`
13
13
  height: 100%;
14
14
  width: ${e=>e.width||"566px"};
15
- background: ${i.surface.standard};
15
+ background: ${o.surface.standard};
16
16
  position: relative;
17
17
  display: flex;
18
18
  flex-direction: column;
@@ -25,23 +25,24 @@ import e,{css as t}from"styled-components";import{COLORS as i}from"../../constan
25
25
  flex-direction: row;
26
26
  align-items: center;
27
27
  justify-content: space-between;
28
- background: ${i.surface.standard};
28
+ background: ${o.surface.standard};
29
29
  padding: 0px 24px;
30
- border-bottom: 1px solid ${i.stroke.primary};
30
+ border-bottom: 1px solid ${o.stroke.primary};
31
31
  svg:hover {
32
32
  cursor: pointer;
33
+ background: ${o.background.base};
33
34
  }
34
- ${e=>{let{headerStyle:i}=e;return t`
35
- ${Object.keys(i).map((e=>`${e}: ${i[e]};`)).join("\n")}
35
+ ${e=>{let{headerStyle:o}=e;return t`
36
+ ${Object.keys(o).map((e=>`${e}: ${o[e]};`)).join("\n")}
36
37
  `}}
37
38
  `,s=e.div`
38
39
  overflow-y: auto;
39
40
  padding: 24px;
40
41
  height: ${e=>e.hideFooter?"calc(100% - 60px)":"calc(100% - 120px)"};
41
- ${e=>{let{bodyStyle:i}=e;return t`
42
- ${Object.keys(i).map((e=>`${e}: ${i[e]};`)).join("\n")}
42
+ ${e=>{let{bodyStyle:o}=e;return t`
43
+ ${Object.keys(o).map((e=>`${e}: ${o[e]};`)).join("\n")}
43
44
  `}}
44
- `,p=e.div`
45
+ `,a=e.div`
45
46
  height: 60px;
46
47
  width: 100%;
47
48
  position: sticky;
@@ -50,14 +51,14 @@ import e,{css as t}from"styled-components";import{COLORS as i}from"../../constan
50
51
  flex-direction: ${e=>e.footerDirection||"row"};
51
52
  justify-content: space-between;
52
53
  align-items: center;
53
- background: ${i.surface.standard};
54
- border-top: 1px solid ${i.stroke.primary};
54
+ background: ${o.surface.standard};
55
+ border-top: 1px solid ${o.stroke.primary};
55
56
  padding: 0px 24px;
56
- ${e=>{let{footerStyle:i}=e;return t`
57
- ${Object.keys(i).map((e=>`${e}: ${i[e]};`)).join("\n")}
57
+ ${e=>{let{footerStyle:o}=e;return t`
58
+ ${Object.keys(o).map((e=>`${e}: ${o[e]};`)).join("\n")}
58
59
  `}}
59
- `,a=e.div`
60
+ `,p=e.div`
60
61
  display: flex;
61
62
  flex-direction: ${e=>e.footerDirection||"row"};
62
63
  gap: 8px;
63
- `;export{a as FooterButtonWrapper,s as SideModalBody,n as SideModalContainer,p as SideModalFooter,d as SideModalHeader,r as SideModalStyle};
64
+ `;export{p as FooterButtonWrapper,s as SideModalBody,n as SideModalContainer,a as SideModalFooter,d as SideModalHeader,r as SideModalStyle};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.548-beta.dropdown.3",
3
+ "version": "0.0.548-beta.dropdown.4",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",