PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / build / styles / registry.php
build/styles
base-styles 7 months ago block-directory 4 months ago block-editor 3 months ago block-library 4 months ago commands 4 months ago components 3 months ago customize-widgets 7 months ago edit-post 3 months ago edit-site 3 months ago edit-widgets 4 months ago editor 3 months ago format-library 7 months ago list-reusable-blocks 7 months ago media-utils 5 months ago nux 7 months ago patterns 7 months ago preferences 7 months ago reusable-blocks 7 months ago widgets 4 months ago registry.php 3.0 KB 4 months ago

registry.php in Gutenberg 23.2.0, at build/styles/registry.php

101 lines 3.0 KB Raw Download Zip
1 <?php
2 /**
3 * Style registry - Auto-generated by build process.
4 * Do not edit this file manually.
5 *
6 * @package gutenberg
7 */
8
9 return array(
10 array(
11 'handle' => 'wp-block-directory',
12 'path' => 'block-directory/style',
13 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-editor'),
14 ),
15 array(
16 'handle' => 'wp-block-editor',
17 'path' => 'block-editor/style',
18 'dependencies' => array('wp-commands', 'wp-components', 'wp-preferences'),
19 ),
20 array(
21 'handle' => 'wp-block-library',
22 'path' => 'block-library/style',
23 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-patterns'),
24 ),
25 array(
26 'handle' => 'wp-commands',
27 'path' => 'commands/style',
28 'dependencies' => array('wp-components', 'wp-preferences'),
29 ),
30 array(
31 'handle' => 'wp-components',
32 'path' => 'components/style',
33 'dependencies' => array(),
34 ),
35 array(
36 'handle' => 'wp-customize-widgets',
37 'path' => 'customize-widgets/style',
38 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-preferences', 'wp-widgets'),
39 ),
40 array(
41 'handle' => 'wp-edit-post',
42 'path' => 'edit-post/style',
43 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-preferences', 'wp-widgets'),
44 ),
45 array(
46 'handle' => 'wp-edit-site',
47 'path' => 'edit-site/style',
48 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'),
49 ),
50 array(
51 'handle' => 'wp-edit-widgets',
52 'path' => 'edit-widgets/style',
53 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'),
54 ),
55 array(
56 'handle' => 'wp-editor',
57 'path' => 'editor/style',
58 'dependencies' => array('wp-block-editor', 'wp-commands', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences'),
59 ),
60 array(
61 'handle' => 'wp-format-library',
62 'path' => 'format-library/style',
63 'dependencies' => array('wp-block-editor', 'wp-components'),
64 ),
65 array(
66 'handle' => 'wp-list-reusable-blocks',
67 'path' => 'list-reusable-blocks/style',
68 'dependencies' => array('wp-components'),
69 ),
70 array(
71 'handle' => 'wp-media-utils',
72 'path' => 'media-utils/style',
73 'dependencies' => array('wp-components', 'wp-preferences'),
74 ),
75 array(
76 'handle' => 'wp-nux',
77 'path' => 'nux/style',
78 'dependencies' => array('wp-components'),
79 ),
80 array(
81 'handle' => 'wp-patterns',
82 'path' => 'patterns/style',
83 'dependencies' => array('wp-block-editor', 'wp-components'),
84 ),
85 array(
86 'handle' => 'wp-preferences',
87 'path' => 'preferences/style',
88 'dependencies' => array('wp-components'),
89 ),
90 array(
91 'handle' => 'wp-reusable-blocks',
92 'path' => 'reusable-blocks/style',
93 'dependencies' => array('wp-block-editor', 'wp-components'),
94 ),
95 array(
96 'handle' => 'wp-widgets',
97 'path' => 'widgets/style',
98 'dependencies' => array('wp-block-editor', 'wp-components'),
99 ),
100 );
101