@darajs/core 1.1.9 → 1.1.11

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.
@@ -42973,7 +42973,6 @@ var __publicField = (obj, key, value) => {
42973
42973
  overflow: hidden;
42974
42974
  flex: 1 1 auto;
42975
42975
 
42976
- height: 100%;
42977
42976
  margin-right: 0.5rem;
42978
42977
  padding: 0rem;
42979
42978
 
@@ -43000,6 +42999,7 @@ var __publicField = (obj, key, value) => {
43000
42999
  align-items: center;
43001
43000
 
43002
43001
  width: 100%;
43002
+ height: 100%;
43003
43003
  max-height: ${(props) => props.maxRows * (tagHeight + tagTopMargin) - 0.25}rem;
43004
43004
  `;
43005
43005
  styled__default.default.span`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darajs/core",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Dara Framework core",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -35,9 +35,9 @@
35
35
  "@babel/preset-env": "^7.16.11",
36
36
  "@babel/preset-react": "^7.16.7",
37
37
  "@babel/preset-typescript": "^7.16.7",
38
- "@darajs/eslint-config": "~1.1.0",
39
- "@darajs/prettier-config": "~1.1.0",
40
- "@darajs/stylelint-config": "~1.1.0",
38
+ "@darajs/eslint-config": "~1.2.0",
39
+ "@darajs/prettier-config": "~1.2.0",
40
+ "@darajs/stylelint-config": "~1.2.0",
41
41
  "@rollup/plugin-inject": "^4.0.4",
42
42
  "@testing-library/dom": "^9.3.0",
43
43
  "@testing-library/jest-dom": "^5.16.5",
@@ -64,7 +64,7 @@
64
64
  "jest-css-modules": "^2.1.0",
65
65
  "jest-environment-jsdom": "^29.5.0",
66
66
  "msw": "1.0.1",
67
- "postcss": "8.4.17",
67
+ "postcss": "^8.4.30",
68
68
  "react-test-renderer": "^17.0.2",
69
69
  "rimraf": "^3.0.2",
70
70
  "start-server-and-test": "^1.14.0",
@@ -74,10 +74,10 @@
74
74
  "whatwg-fetch": "^3.6.2"
75
75
  },
76
76
  "dependencies": {
77
- "@darajs/styled-components": "~1.1.0",
78
- "@darajs/ui-components": "~1.1.0",
79
- "@darajs/ui-notifications": "~1.1.0",
80
- "@darajs/ui-utils": "~1.1.0",
77
+ "@darajs/styled-components": "~1.2.0",
78
+ "@darajs/ui-components": "~1.2.0",
79
+ "@darajs/ui-notifications": "~1.2.0",
80
+ "@darajs/ui-utils": "~1.2.0",
81
81
  "@fortawesome/fontawesome-free": "^6.3.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": "acabc17ea2586f8a1b97280a57a5e75c5211460c"
116
+ "gitHead": "089797f96a95a3b38f1875d2111c023bd798a25e"
117
117
  }