Skip to content

Commit 5f86580

Browse files
author
pipeline
committed
v22.1.34 is released
1 parent e83b62b commit 5f86580

File tree

968 files changed

+46084
-27934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

968 files changed

+46084
-27934
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@
129129
"checkbox",
130130
"dropdown",
131131
"dropdown-button",
132-
null
132+
"virtualize"
133133
]
134134
}

index.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@
2727
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"></link>
2828
<link rel="shortcut icon" href="favicon.ico" />
2929
<style id="themelink"></style>
30+
<link rel="stylesheet" href="./src/common/codemirror/lib/codemirror.css">
31+
<link rel="stylesheet" href="./src/common/codemirror/theme/mbo.css">
3032
<link rel="stylesheet" type="text/css" href="./styles/index.css" />
31-
<link rel="stylesheet" type="text/css" href="./src/common/lib/highlightjs/styles/default.css" />
32-
<link href="src/common/lib/content/codemirror.css" rel="stylesheet"></link>
33+
<script src="./src/common/codemirror/lib/codemirror.js"></script>
34+
<script src="./src/common/codemirror/mode/javascript/javascript.js"></script>
35+
<script src="./src/common/codemirror/mode/jsx/jsx.js"></script>
36+
<script src="./src/common/codemirror/mode/xml/xml.js"></script>
37+
<script src="./src/common/codemirror/mode/css/css.js"></script>
3338
<script>
3439
var orgin = location.origin;
3540
var baseref = location.href.split('#')[0].replace(orgin, '');
@@ -199,14 +204,22 @@
199204
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
200205
<span class="switch-text">Tailwind CSS Dark</span>
201206
</li>
202-
<li class='active' id="material">
207+
<li class='e-list' id="material">
203208
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
204209
<span class="switch-text">Material</span>
205210
</li>
206211
<li class="e-list" id="material-dark">
207212
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
208213
<span class="switch-text">Material Dark</span>
209214
</li>
215+
<li class='active' id="material3">
216+
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
217+
<span class="switch-text">Material 3</span>
218+
</li>
219+
<li class="e-list" id="material3-dark">
220+
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
221+
<span class="switch-text">Material 3 Dark</span>
222+
</li>
210223
<li id="fabric">
211224
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
212225
<span class="switch-text">Fabric</span>
@@ -255,6 +268,8 @@
255268
<option value="tailwind-dark">Tailwind CSS Dark</option>
256269
<option value="material">Material</option>
257270
<option value="material-dark">Material Dark</option>
271+
<option value="material3">Material 3</option>
272+
<option value="material3-dark">Material 3 Dark</option>
258273
<option value="fabric">Fabric</option>
259274
<option value="fabric-dark">Fabric Dark</option>
260275
<option value="bootstrap4">Bootstrap v4</option>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-samples",
3-
"version": "21.1.35",
3+
"version": "22.1.34",
44
"description": "Examples of React UI Components",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -60,7 +60,7 @@
6060
"@types/marked": "^0.3.0",
6161
"@types/codemirror": "0.0.56",
6262
"marked": "^0.3.19",
63-
"codemirror": "^5.37.0",
63+
"codemirror": "^5.65.12",
6464
"tributejs": "^3.7.3"
6565
},
6666
"devDependencies": {

src/accordion/ajax-content.html

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/accordion/ajax-functional.tsx

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)