@kingsimba/nc-ui 0.1.2 → 0.1.3

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/styles.css CHANGED
@@ -121,6 +121,9 @@ code, .code {
121
121
  background: var(--nc-bg-tertiary);
122
122
  color: var(--nc-text);
123
123
  border: 1px solid var(--nc-border);
124
+ white-space: normal;
125
+ word-wrap: break-word;
126
+ overflow-wrap: break-word;
124
127
  }
125
128
 
126
129
  .tag.red { background: rgba(239, 68, 68, 0.15); color: #f87171; border-color: rgba(239, 68, 68, 0.3); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kingsimba/nc-ui",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -59,6 +59,7 @@
59
59
  "dependencies": {
60
60
  "clsx": "^2.1.0",
61
61
  "i18next": "^23.7.0",
62
+ "i18next-browser-languagedetector": "^8.2.0",
62
63
  "js-yaml": "^4.1.0",
63
64
  "prism-react-renderer": "^2.3.1",
64
65
  "react-i18next": "^14.0.0",