@bikdotai/bik-component-library 0.0.639--beta--0.1 → 0.0.639--beta--0.2

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.
@@ -1,16 +1,16 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../TypographyStyle.js"),t=require("../../../constants/Theme.js");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=i(require("styled-components"));const r=n.default.div`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("styled-components"),t=require("../../TypographyStyle.js"),i=require("../../../constants/Theme.js");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=n(e);const a=r.default.div`
2
2
  display: flex;
3
3
  padding: 16px 0px;
4
- `,a=n.default.div`
4
+ `,o=r.default.div`
5
5
  max-width: 450px;
6
6
  height: 456px;
7
7
  min-width: 358px;
8
8
  overflow-y: auto;
9
- border-left: ${t.COLORS.stroke.primary} 1px solid;
9
+ border-left: ${i.COLORS.stroke.primary} 1px solid;
10
10
  padding: 0px 23px 32px 23px;
11
11
  gap: 16px;
12
12
  .each--analytics--container {
13
- border: 1px solid ${t.COLORS.background.inactive};
13
+ border: 1px solid ${i.COLORS.background.inactive};
14
14
  border-radius: 8px;
15
15
  display: flex;
16
16
  align-items: center;
@@ -20,7 +20,7 @@
20
20
  margin-bottom: 16px;
21
21
  }
22
22
  .each--icon--container {
23
- background-color: ${t.COLORS.background.brandLight};
23
+ background-color: ${i.COLORS.background.brandLight};
24
24
  width: 24px;
25
25
  height: 24px;
26
26
  display: flex;
@@ -31,7 +31,7 @@
31
31
  .align--center {
32
32
  align-items: center;
33
33
  }
34
- `,o=n.default.div`
34
+ `,p=r.default.div`
35
35
  padding: 0px 23px 32px 23px;
36
36
  flex: 1;
37
37
  height: 456px;
@@ -47,17 +47,17 @@
47
47
  gap: 16px;
48
48
  }
49
49
  .icon--container {
50
- background: ${t.COLORS.background.warning.light};
51
- width: 24px;
52
- height: 24px;
53
- border-radius: 40px;
50
+ background: ${i.COLORS.background.warning.light};
51
+ width: 64px;
52
+ height: 64px;
53
+ border-radius: 50%;
54
54
  display: flex;
55
55
  align-items: center;
56
56
  justify-content: center;
57
57
  }
58
- `,p=n.default(e.TitleMedium)`
58
+ `,d=r.default(t.TitleMedium)`
59
59
  white-space: nowrap;
60
60
  max-width: 161px;
61
61
  overflow: hidden;
62
62
  text-overflow: ellipsis;
63
- `;exports.CustomTitleMedium=p,exports.LeftPanelContainer=o,exports.RightPanelContainer=a,exports.TemplateContainer=r;
63
+ `;exports.CustomTitleMedium=d,exports.LeftPanelContainer=p,exports.RightPanelContainer=o,exports.TemplateContainer=a;
@@ -1,16 +1,16 @@
1
- import{TitleMedium as e}from"../../TypographyStyle.js";import{COLORS as i}from"../../../constants/Theme.js";import t from"styled-components";const n=t.div`
1
+ import e from"styled-components";import{TitleMedium as i}from"../../TypographyStyle.js";import{COLORS as t}from"../../../constants/Theme.js";const n=e.div`
2
2
  display: flex;
3
3
  padding: 16px 0px;
4
- `,r=t.div`
4
+ `,r=e.div`
5
5
  max-width: 450px;
6
6
  height: 456px;
7
7
  min-width: 358px;
8
8
  overflow-y: auto;
9
- border-left: ${i.stroke.primary} 1px solid;
9
+ border-left: ${t.stroke.primary} 1px solid;
10
10
  padding: 0px 23px 32px 23px;
11
11
  gap: 16px;
12
12
  .each--analytics--container {
13
- border: 1px solid ${i.background.inactive};
13
+ border: 1px solid ${t.background.inactive};
14
14
  border-radius: 8px;
15
15
  display: flex;
16
16
  align-items: center;
@@ -20,7 +20,7 @@ import{TitleMedium as e}from"../../TypographyStyle.js";import{COLORS as i}from".
20
20
  margin-bottom: 16px;
21
21
  }
22
22
  .each--icon--container {
23
- background-color: ${i.background.brandLight};
23
+ background-color: ${t.background.brandLight};
24
24
  width: 24px;
25
25
  height: 24px;
26
26
  display: flex;
@@ -31,7 +31,7 @@ import{TitleMedium as e}from"../../TypographyStyle.js";import{COLORS as i}from".
31
31
  .align--center {
32
32
  align-items: center;
33
33
  }
34
- `,o=t.div`
34
+ `,o=e.div`
35
35
  padding: 0px 23px 32px 23px;
36
36
  flex: 1;
37
37
  height: 456px;
@@ -47,15 +47,15 @@ import{TitleMedium as e}from"../../TypographyStyle.js";import{COLORS as i}from".
47
47
  gap: 16px;
48
48
  }
49
49
  .icon--container {
50
- background: ${i.background.warning.light};
51
- width: 24px;
52
- height: 24px;
53
- border-radius: 40px;
50
+ background: ${t.background.warning.light};
51
+ width: 64px;
52
+ height: 64px;
53
+ border-radius: 50%;
54
54
  display: flex;
55
55
  align-items: center;
56
56
  justify-content: center;
57
57
  }
58
- `,p=t(e)`
58
+ `,p=e(i)`
59
59
  white-space: nowrap;
60
60
  max-width: 161px;
61
61
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.639--beta--0.1",
3
+ "version": "0.0.639--beta--0.2",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",