@darajs/components 1.24.2 → 1.25.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.
@@ -40016,9 +40016,11 @@
40016
40016
  `;
40017
40017
  const ItemLabel = G.div`
40018
40018
  display: flex;
40019
- align-items: center;
40020
40019
  gap: 0.5rem;
40020
+ align-items: center;
40021
+
40021
40022
  width: 100%;
40023
+
40022
40024
  line-height: 1;
40023
40025
  `;
40024
40026
  G.div`
@@ -119957,9 +119959,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
119957
119959
  `;
119958
119960
  G.div`
119959
119961
  display: flex;
119960
- align-items: center;
119961
119962
  gap: 0.5rem;
119963
+ align-items: center;
119964
+
119962
119965
  width: 100%;
119966
+
119963
119967
  line-height: 1;
119964
119968
  `;
119965
119969
  G.div`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darajs/components",
3
- "version": "1.24.2",
3
+ "version": "1.25.0",
4
4
  "description": "Components for the Dara framework",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -30,9 +30,9 @@
30
30
  "prettier": "@darajs/prettier-config",
31
31
  "devDependencies": {
32
32
  "@babel/core": "^7.23.5",
33
- "@darajs/eslint-config": "1.24.2",
34
- "@darajs/prettier-config": "1.24.2",
35
- "@darajs/stylelint-config": "1.24.2",
33
+ "@darajs/eslint-config": "1.25.0",
34
+ "@darajs/prettier-config": "1.25.0",
35
+ "@darajs/stylelint-config": "1.25.0",
36
36
  "@testing-library/react-hooks": "^3.4.2",
37
37
  "@types/lodash": "^4.14.155",
38
38
  "@types/prop-types": "^15.7.15",
@@ -68,13 +68,13 @@
68
68
  "@codemirror/state": "^6.0.0",
69
69
  "@codemirror/theme-one-dark": "^6.1.2",
70
70
  "@codemirror/view": "^6.0.0",
71
- "@darajs/core": "1.24.2",
72
- "@darajs/styled-components": "1.24.2",
73
- "@darajs/ui-causal-graph-editor": "1.24.2",
74
- "@darajs/ui-components": "1.24.2",
75
- "@darajs/ui-hierarchy-viewer": "1.24.2",
76
- "@darajs/ui-icons": "1.24.2",
77
- "@darajs/ui-utils": "1.24.2",
71
+ "@darajs/core": "1.25.0",
72
+ "@darajs/styled-components": "1.25.0",
73
+ "@darajs/ui-causal-graph-editor": "1.25.0",
74
+ "@darajs/ui-components": "1.25.0",
75
+ "@darajs/ui-hierarchy-viewer": "1.25.0",
76
+ "@darajs/ui-icons": "1.25.0",
77
+ "@darajs/ui-utils": "1.25.0",
78
78
  "@lezer/highlight": "^1.2.1",
79
79
  "@lezer/json": "^1.0.3",
80
80
  "@lezer/lr": "^1.4.2",
@@ -101,5 +101,5 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "f81ec04bedaaa6752f13e33604a219a73b2a8106"
104
+ "gitHead": "38bee2910192eea6daf29bd84c62facd3116331c"
105
105
  }