@rimori/react-client 0.4.10 → 0.4.11-next.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.
package/dist/style.css CHANGED
@@ -47,7 +47,7 @@ dialog::backdrop {
47
47
  @apply mb-1;
48
48
  }
49
49
  .tiptap ul {
50
- @apply list-disc list-inside dark:text-white pl-3 [&_p]:inline m-0;
50
+ @apply list-disc list-outside dark:text-white pl-6 m-0 [&_p]:inline;
51
51
  }
52
52
  .tiptap ul p {
53
53
  @apply m-0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimori/react-client",
3
- "version": "0.4.10",
3
+ "version": "0.4.11-next.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "format": "prettier --write ."
25
25
  },
26
26
  "peerDependencies": {
27
- "@rimori/client": "^2.5.18",
27
+ "@rimori/client": "^2.5.19",
28
28
  "react": "^18.1.0",
29
29
  "react-dom": "^18.1.0"
30
30
  },
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@eslint/js": "^9.37.0",
49
- "@rimori/client": "^2.5.18",
49
+ "@rimori/client": "^2.5.19",
50
50
  "@types/react": "^18.3.21",
51
51
  "eslint-config-prettier": "^10.1.8",
52
52
  "eslint-plugin-prettier": "^5.5.4",
package/src/style.scss CHANGED
@@ -57,7 +57,7 @@ dialog::backdrop {
57
57
  }
58
58
 
59
59
  ul {
60
- @apply list-disc list-inside dark:text-white pl-3 [&_p]:inline m-0;
60
+ @apply list-disc list-outside dark:text-white pl-6 m-0 [&_p]:inline;
61
61
 
62
62
  p {
63
63
  @apply m-0;