@factorearth/component-library 3.0.3-alpha.0 → 3.0.4-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ const MoreHorizonIcon = styled.div `
18
18
  `;
19
19
  const MoreHorizonContainer = styled.div `
20
20
  display: flex;
21
- height: 14px;
21
+ height: 18px;
22
22
  width: 16px;
23
23
  padding: 12px 8px;
24
24
  align-items: center;
@@ -31,7 +31,7 @@ const DecrementButton = styled.div `
31
31
  cursor: pointer;
32
32
  display: flex;
33
33
  width: 16px;
34
- height: 22px;
34
+ height: 26px;
35
35
  padding: 8px 16px;
36
36
  justify-content: center;
37
37
  align-items: center;
@@ -46,7 +46,7 @@ const IncrementButton = styled.div `
46
46
  cursor: pointer;
47
47
  display: flex;
48
48
  width: 16px;
49
- height: 22px;
49
+ height: 26px;
50
50
  padding: 8px 16px;
51
51
  justify-content: center;
52
52
  align-items: center;
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from "./Atoms/MoreHorizonButton/MoreHorizonButton";
2
2
  export * from "./Atoms/NumberField/NumberField";
3
+ export * from "./Atoms/Pagination/Pagination";
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from "./Atoms/MoreHorizonButton/MoreHorizonButton";
2
2
  export * from "./Atoms/NumberField/NumberField";
3
3
  // export * from "./Atoms/PhoneNumberField/PhoneNumberField";
4
- // export * from "./Atoms/Pagination/Pagination";
4
+ export * from "./Atoms/Pagination/Pagination";
5
5
  // export * from "./Atoms/SortDropdown/SortDropdown";
6
6
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iCAAiC,CAAC;AAChD,6DAA6D;AAC7D,iDAAiD;AACjD,qDAAqD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iCAAiC,CAAC;AAChD,6DAA6D;AAC7D,cAAc,+BAA+B,CAAC;AAC9C,qDAAqD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorearth/component-library",
3
- "version": "3.0.3-alpha.0",
3
+ "version": "3.0.4-alpha.0",
4
4
  "description": " A storybook component library for FactorEarth",
5
5
  "author": "madtrx <marlin.makori@gmail.com>",
6
6
  "homepage": "https://github.com/FactorEarth/RecordMiddleware#readme",
@@ -45,7 +45,7 @@
45
45
  "access": "public",
46
46
  "registry": "https://registry.npmjs.org/"
47
47
  },
48
- "gitHead": "76c2127f12fefe4a2739fa4d661f4f6c5e828ca1",
48
+ "gitHead": "ce9ae39c4700c606d15d57bb298e8a2796b1d06f",
49
49
  "dependencies": {
50
50
  "@emotion/react": "^11.13.0",
51
51
  "@emotion/styled": "^11.13.0",