Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 8e0bafa

Browse files
Merge pull request #459 from forumone/5.x-RC
5.3.0 release PR
2 parents d607c63 + d374890 commit 8e0bafa

File tree

101 files changed

+2698
-2399
lines changed

Some content is hidden

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

101 files changed

+2698
-2399
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ build/js
1010
build/fonts/*
1111
## To unignore fonts placed in the build/fonts directory, uncomment and update
1212
## !build/fonts/[DIRECTORY_NAME]/
13-
build/design-tokens.js
1413
build/theme-json.js
1514
build/images/backgrounds
1615
build/images/sprite.artifact.svg
17-
source/00-config/_design-tokens.artifact.scss
1816
source/00-config/_GESSO.es6.js
19-
theme.json
2017

2118
dependencyGraph.json
2219
vendor

.gitkeep

Whitespace-only changes.

README.md

Lines changed: 119 additions & 159 deletions
Large diffs are not rendered by default.

functions.php

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,7 @@ function gesso_theme_scripts() {
7575
* @return void
7676
*/
7777
function gesso_block_assets() {
78-
wp_enqueue_block_style(
79-
'core/button',
80-
array(
81-
'handle' => 'gesso-button',
82-
'src' => get_theme_file_uri( 'build/css/button.css' ),
83-
'ver' => filemtime( get_theme_file_path( 'build/css/button.css' ) ),
84-
)
85-
);
8678
if ( function_exists( 'f1_block_library_register_blocks' ) ) {
87-
wp_enqueue_block_style(
88-
'f1-block-library/accordion',
89-
array(
90-
'handle' => 'gesso-accordion',
91-
'src' => get_theme_file_uri( 'build/css/accordion.css' ),
92-
'ver' => filemtime( get_theme_file_path( 'build/css/accordion.css' ) ),
93-
)
94-
);
9579
wp_enqueue_block_style(
9680
'f1-block-library/back-to-top',
9781
array(
@@ -226,6 +210,12 @@ function gesso_block_patterns() {
226210
'gesso',
227211
array(
228212
'label' => __( 'Gesso' ),
213+
),
214+
);
215+
register_block_pattern_category(
216+
'templates_only',
217+
array(
218+
'label' => __( 'For Templates Only' ),
229219
)
230220
);
231221
}

lib/CodeMap.js

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

lib/SassValue.js

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

lib/cleanValue.js

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

lib/configLoader.js

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

lib/keysort.js

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

lib/readSource.js

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

0 commit comments

Comments
 (0)