@darajs/core 1.23.0-alpha.1 → 1.23.1
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.
|
Binary file
|
|
@@ -27789,8 +27789,10 @@
|
|
|
27789
27789
|
`;
|
|
27790
27790
|
styled.div`
|
|
27791
27791
|
display: flex;
|
|
27792
|
+
align-items: center;
|
|
27792
27793
|
gap: 0.5rem;
|
|
27793
27794
|
width: 100%;
|
|
27795
|
+
line-height: 1;
|
|
27794
27796
|
`;
|
|
27795
27797
|
styled.div`
|
|
27796
27798
|
color: ${(props) => props.theme.colors.grey3};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/core",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.1",
|
|
4
4
|
"description": "Dara Framework core",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@babel/preset-env": "^7.23.0",
|
|
40
40
|
"@babel/preset-react": "^7.22.15",
|
|
41
41
|
"@babel/preset-typescript": "^7.23.0",
|
|
42
|
-
"@darajs/eslint-config": "1.23.
|
|
43
|
-
"@darajs/prettier-config": "1.23.
|
|
44
|
-
"@darajs/stylelint-config": "1.23.
|
|
42
|
+
"@darajs/eslint-config": "1.23.1",
|
|
43
|
+
"@darajs/prettier-config": "1.23.1",
|
|
44
|
+
"@darajs/stylelint-config": "1.23.1",
|
|
45
45
|
"@rollup/plugin-inject": "^4.0.4",
|
|
46
46
|
"@testing-library/dom": "^9.3.0",
|
|
47
47
|
"@testing-library/jest-dom": "^6.0.0",
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
"whatwg-fetch": "^3.6.20"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@darajs/styled-components": "1.23.
|
|
79
|
-
"@darajs/ui-components": "1.23.
|
|
80
|
-
"@darajs/ui-notifications": "1.23.
|
|
81
|
-
"@darajs/ui-utils": "1.23.
|
|
78
|
+
"@darajs/styled-components": "1.23.1",
|
|
79
|
+
"@darajs/ui-components": "1.23.1",
|
|
80
|
+
"@darajs/ui-notifications": "1.23.1",
|
|
81
|
+
"@darajs/ui-utils": "1.23.1",
|
|
82
82
|
"@fortawesome/fontawesome-free": "~6.4.0",
|
|
83
83
|
"@recoiljs/refine": "^0.1.1",
|
|
84
84
|
"@tanstack/query-core": "^4.40.0",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"engines": {
|
|
118
118
|
"node": ">=20.19.0"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "30cf098914819fd493b4fc8e4f5475520ed3c4b1"
|
|
121
121
|
}
|