@sakura-ui/markdown 0.2.0 → 0.2.1

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/dist/index.cjs.js CHANGED
@@ -65,7 +65,6 @@ React keys must be passed directly to JSX without using spread:
65
65
  rounded-full
66
66
  bg-yellow-50
67
67
  `;const t=`
68
- focus-visible:outline
69
68
  focus-visible:outline-4
70
69
  focus-visible:outline-black
71
70
  focus-visible:ring-yellow-300
@@ -83,7 +82,7 @@ React keys must be passed directly to JSX without using spread:
83
82
  focus-visible:ring-[calc(2/16*1rem)]
84
83
  `,e.focusRounded=`
85
84
  ${e.focusRect}
86
- focus-visible:rounded
85
+ focus-visible:rounded-sm
87
86
  `,e.focusCard=`
88
87
  ${e.focusRect}
89
88
  focus-visible:rounded-2xl
@@ -93,7 +92,7 @@ React keys must be passed directly to JSX without using spread:
93
92
  focus-visible:bg-yellow-300
94
93
  `,e.focusRoundedWithBg=`
95
94
  ${e.focusRectWithBg}
96
- focus-visible:rounded
95
+ focus-visible:rounded-sm
97
96
  `,e.hoverUnderline=`
98
97
  hover:underline
99
98
  hover:underline-offset-[calc(3/16*1rem)]
@@ -123,7 +122,6 @@ React keys must be passed directly to JSX without using spread:
123
122
  top-11
124
123
  left-0
125
124
  `,(n=>{n.focus=`
126
- peer-focus-visible:outline
127
125
  peer-focus-visible:outline-4
128
126
  peer-focus-visible:outline-black
129
127
  peer-focus-visible:ring-yellow-300
package/dist/index.es.js CHANGED
@@ -16621,7 +16621,6 @@ var Ei;
16621
16621
  bg-yellow-50
16622
16622
  `;
16623
16623
  const t = `
16624
- focus-visible:outline
16625
16624
  focus-visible:outline-4
16626
16625
  focus-visible:outline-black
16627
16626
  focus-visible:ring-yellow-300
@@ -16640,7 +16639,7 @@ var Ei;
16640
16639
  focus-visible:ring-[calc(2/16*1rem)]
16641
16640
  `, e.focusRounded = `
16642
16641
  ${e.focusRect}
16643
- focus-visible:rounded
16642
+ focus-visible:rounded-sm
16644
16643
  `, e.focusCard = `
16645
16644
  ${e.focusRect}
16646
16645
  focus-visible:rounded-2xl
@@ -16650,7 +16649,7 @@ var Ei;
16650
16649
  focus-visible:bg-yellow-300
16651
16650
  `, e.focusRoundedWithBg = `
16652
16651
  ${e.focusRectWithBg}
16653
- focus-visible:rounded
16652
+ focus-visible:rounded-sm
16654
16653
  `, e.hoverUnderline = `
16655
16654
  hover:underline
16656
16655
  hover:underline-offset-[calc(3/16*1rem)]
@@ -16681,7 +16680,6 @@ var Ei;
16681
16680
  left-0
16682
16681
  `, ((n) => {
16683
16682
  n.focus = `
16684
- peer-focus-visible:outline
16685
16683
  peer-focus-visible:outline-4
16686
16684
  peer-focus-visible:outline-black
16687
16685
  peer-focus-visible:ring-yellow-300
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sakura-ui/markdown",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "markdown"
@@ -47,7 +47,7 @@
47
47
  "@sakura-ui/core": "^0.4.0-beta.0"
48
48
  },
49
49
  "dependencies": {
50
- "@sakura-ui/helper": "0.0.6",
50
+ "@sakura-ui/helper": "0.0.8",
51
51
  "github-slugger": "^2.0.0",
52
52
  "hastscript": "^9.0.0",
53
53
  "mdast-util-directive": "^3.0.0",