@darajs/core 1.21.7 → 1.21.8
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
|
|
@@ -22898,6 +22898,10 @@
|
|
|
22898
22898
|
line-height: 1.1;
|
|
22899
22899
|
}
|
|
22900
22900
|
|
|
22901
|
+
h1 code {
|
|
22902
|
+
font-size: 2.5rem;
|
|
22903
|
+
}
|
|
22904
|
+
|
|
22901
22905
|
h2 {
|
|
22902
22906
|
margin-top: 2rem;
|
|
22903
22907
|
margin-bottom: 1rem;
|
|
@@ -22907,6 +22911,10 @@
|
|
|
22907
22911
|
line-height: 1.3;
|
|
22908
22912
|
}
|
|
22909
22913
|
|
|
22914
|
+
h2 code {
|
|
22915
|
+
font-size: 2rem;
|
|
22916
|
+
}
|
|
22917
|
+
|
|
22910
22918
|
h3 {
|
|
22911
22919
|
margin-top: 1.6rem;
|
|
22912
22920
|
margin-bottom: 0.6rem;
|
|
@@ -22916,6 +22924,10 @@
|
|
|
22916
22924
|
line-height: 1.25;
|
|
22917
22925
|
}
|
|
22918
22926
|
|
|
22927
|
+
h3 code {
|
|
22928
|
+
font-size: 1.25rem;
|
|
22929
|
+
}
|
|
22930
|
+
|
|
22919
22931
|
h4 {
|
|
22920
22932
|
margin-top: 1.5rem;
|
|
22921
22933
|
margin-bottom: 0.5rem;
|
|
@@ -22941,14 +22953,6 @@
|
|
|
22941
22953
|
color: ${(props) => props.theme.colors.grey5};
|
|
22942
22954
|
}
|
|
22943
22955
|
|
|
22944
|
-
h2 code {
|
|
22945
|
-
font-size: 0.875rem;
|
|
22946
|
-
}
|
|
22947
|
-
|
|
22948
|
-
h3 code {
|
|
22949
|
-
font-size: 0.9rem;
|
|
22950
|
-
}
|
|
22951
|
-
|
|
22952
22956
|
pre:first-child {
|
|
22953
22957
|
margin-top: 0;
|
|
22954
22958
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/core",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.8",
|
|
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.21.
|
|
43
|
-
"@darajs/prettier-config": "1.21.
|
|
44
|
-
"@darajs/stylelint-config": "1.21.
|
|
42
|
+
"@darajs/eslint-config": "1.21.8",
|
|
43
|
+
"@darajs/prettier-config": "1.21.8",
|
|
44
|
+
"@darajs/stylelint-config": "1.21.8",
|
|
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.21.
|
|
79
|
-
"@darajs/ui-components": "1.21.
|
|
80
|
-
"@darajs/ui-notifications": "1.21.
|
|
81
|
-
"@darajs/ui-utils": "1.21.
|
|
78
|
+
"@darajs/styled-components": "1.21.8",
|
|
79
|
+
"@darajs/ui-components": "1.21.8",
|
|
80
|
+
"@darajs/ui-notifications": "1.21.8",
|
|
81
|
+
"@darajs/ui-utils": "1.21.8",
|
|
82
82
|
"@fortawesome/fontawesome-free": "~6.4.0",
|
|
83
83
|
"@recoiljs/refine": "^0.1.1",
|
|
84
84
|
"@tanstack/query-core": "^4.40.0",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"engines": {
|
|
117
117
|
"node": ">=20.19.0"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "0c391e787638d61763d85225c07f37fe86ca26ba"
|
|
120
120
|
}
|