@darajs/core 1.7.5 → 1.7.6

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.
@@ -23846,6 +23846,7 @@ var __privateSet = (obj, member, value, setter) => {
23846
23846
  display: flex;
23847
23847
  width: 100%;
23848
23848
  color: ${(props) => props.theme.colors.text};
23849
+ overflow-wrap: break-word;
23849
23850
  `;
23850
23851
  styled__default.default(Trash)`
23851
23852
  height: 0.8rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darajs/core",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "Dara Framework core",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -74,10 +74,10 @@
74
74
  "whatwg-fetch": "^3.6.2"
75
75
  },
76
76
  "dependencies": {
77
- "@darajs/styled-components": "~1.7.1",
78
- "@darajs/ui-components": "~1.7.1",
79
- "@darajs/ui-notifications": "~1.7.1",
80
- "@darajs/ui-utils": "~1.7.1",
77
+ "@darajs/styled-components": "~1.7.2",
78
+ "@darajs/ui-components": "~1.7.2",
79
+ "@darajs/ui-notifications": "~1.7.2",
80
+ "@darajs/ui-utils": "~1.7.2",
81
81
  "@fortawesome/fontawesome-free": "~6.4.0",
82
82
  "@recoiljs/refine": "^0.1.1",
83
83
  "@tanstack/query-core": "^4.0.0",
@@ -113,5 +113,5 @@
113
113
  "publishConfig": {
114
114
  "access": "public"
115
115
  },
116
- "gitHead": "f74ae52f47c0fcf6777364d1e624ac519dc25f41"
116
+ "gitHead": "973101cc894e93e07055338daa189e798c80eee0"
117
117
  }