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
| 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 |