@sakura-ui/sakura-ui 0.1.8 → 0.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sakura-ui/sakura-ui",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "keywords": [],
5
5
  "author": "glassonion1",
6
6
  "homepage": "https://github.com/glassonion1/sakura-ui",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@sakura-ui/config": "0.1.1",
17
- "@sakura-ui/core": "0.1.1",
17
+ "@sakura-ui/core": "0.1.2",
18
18
  "@sakura-ui/forms": "0.1.1"
19
19
  },
20
20
  "peerDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sakura-ui/core",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,9 +10,10 @@ export const Card = (props: CardProps) => {
10
10
  bg-sumi-50
11
11
  border
12
12
  border-solid
13
- border-sumi-900
13
+ border-sumi-300
14
14
  rounded-[12px]
15
15
  p-4
16
+ text-sumi-900
16
17
  `
17
18
  return (
18
19
  <section className={cx(style, props.className)} {...restProps}>
@@ -10,16 +10,19 @@ export const InfoCard = (props: InfoCardProps) => {
10
10
 
11
11
  const style = `
12
12
  bg-sumi-50
13
- border-sumi-900
13
+ border-sumi-300
14
14
  border
15
15
  border-solid
16
16
  rounded-[12px]
17
+ text-sumi-900
17
18
  `
18
19
 
19
20
  const topStyle = `
20
- p-4
21
- text-h5
22
- font-bold
21
+ px-4
22
+ pt-4
23
+ mb-1
24
+ text-lgm
25
+ sm:text-lg
23
26
  `
24
27
 
25
28
  const bottmStyle = `
@@ -41,7 +41,7 @@ export const Link = React.forwardRef<HTMLAnchorElement, LinkProps>(
41
41
  cursor-pointer
42
42
  text-sea-600
43
43
  underline
44
- underline-offset-[0.1em]
44
+ underline-offset-[0.125em]
45
45
  hover:text-sea-800
46
46
  active:text-sea-800
47
47
  visited:text-sea-900