react-intlayer 8.1.8 → 8.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/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  <h1 align="center">
8
8
  <strong>Per-component i18n</strong>
9
9
  </h1>
10
+
10
11
  <h2 align="center">
11
12
  <strong>AI-powered translation. Visual Editor. Multilingual CMS.</strong>
12
13
  </h2>
@@ -9,9 +9,6 @@ declare const defaultHTMLComponents: {} & {
9
9
  th?: FC<react.DetailedHTMLProps<react.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>>;
10
10
  tr?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>;
11
11
  slot?: FC<react.DetailedHTMLProps<react.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>>;
12
- small?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>>;
13
- sub?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>>;
14
- sup?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>>;
15
12
  html?: FC<react.DetailedHTMLProps<react.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>>;
16
13
  head?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>>;
17
14
  body?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>>;
@@ -41,6 +38,9 @@ declare const defaultHTMLComponents: {} & {
41
38
  del?: FC<react.DetailedHTMLProps<react.DelHTMLAttributes<HTMLModElement>, HTMLModElement>>;
42
39
  ins?: FC<react.DetailedHTMLProps<react.InsHTMLAttributes<HTMLModElement>, HTMLModElement>>;
43
40
  mark?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>>;
41
+ small?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>>;
42
+ sub?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>>;
43
+ sup?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>>;
44
44
  code?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>>;
45
45
  pre?: FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLPreElement>, HTMLPreElement>>;
46
46
  blockquote?: FC<react.DetailedHTMLProps<react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intlayer",
3
- "version": "8.1.8",
3
+ "version": "8.1.9",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -115,14 +115,14 @@
115
115
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
116
116
  },
117
117
  "dependencies": {
118
- "@intlayer/api": "8.1.8",
119
- "@intlayer/config": "8.1.8",
120
- "@intlayer/core": "8.1.8",
121
- "@intlayer/dictionaries-entry": "8.1.8",
122
- "@intlayer/editor-react": "8.1.8",
123
- "@intlayer/types": "8.1.8",
124
- "@intlayer/unmerged-dictionaries-entry": "8.1.8",
125
- "intlayer": "8.1.8"
118
+ "@intlayer/api": "8.1.9",
119
+ "@intlayer/config": "8.1.9",
120
+ "@intlayer/core": "8.1.9",
121
+ "@intlayer/dictionaries-entry": "8.1.9",
122
+ "@intlayer/editor-react": "8.1.9",
123
+ "@intlayer/types": "8.1.9",
124
+ "@intlayer/unmerged-dictionaries-entry": "8.1.9",
125
+ "intlayer": "8.1.9"
126
126
  },
127
127
  "devDependencies": {
128
128
  "@craco/types": "7.1.0",