chrome-devtools-frontend 1.0.935332 → 1.0.936736

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.
Files changed (83) hide show
  1. package/config/gni/all_devtools_files.gni +0 -24
  2. package/config/gni/devtools_grd_files.gni +9 -13
  3. package/front_end/.eslintrc.js +1 -0
  4. package/front_end/Tests.js +13 -0
  5. package/front_end/core/host/UserMetrics.ts +2 -1
  6. package/front_end/core/i18n/locales/en-US.json +6 -6
  7. package/front_end/core/i18n/locales/en-XL.json +6 -6
  8. package/front_end/core/sdk/ConsoleModel.ts +0 -20
  9. package/front_end/entrypoints/devtools_app/devtools_app.json +0 -7
  10. package/front_end/entrypoints/inspector_main/module.json +1 -2
  11. package/front_end/entrypoints/main/MainImpl.ts +10 -3
  12. package/front_end/entrypoints/node_app/node_app.json +0 -1
  13. package/front_end/entrypoints/node_main/node_main-meta.ts +0 -3
  14. package/front_end/entrypoints/shell/shell.json +0 -7
  15. package/front_end/entrypoints/worker_app/worker_app.json +0 -5
  16. package/front_end/models/issues_manager/IssuesManager.ts +2 -2
  17. package/front_end/models/issues_manager/{DeprecationIssue.ts → NavigatorUserAgentIssue.ts} +4 -4
  18. package/front_end/models/issues_manager/issues_manager.ts +2 -2
  19. package/front_end/panels/application/BackForwardCacheView.ts +54 -6
  20. package/front_end/panels/application/module.json +0 -3
  21. package/front_end/panels/console/ConsoleFilter.ts +1 -1
  22. package/front_end/panels/console/ConsolePinPane.ts +1 -0
  23. package/front_end/panels/console/ConsoleViewMessage.ts +2 -19
  24. package/front_end/panels/console_counters/console_counters-meta.ts +0 -3
  25. package/front_end/panels/coverage/CoverageListView.ts +13 -4
  26. package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +1 -0
  27. package/front_end/panels/developer_resources/developer_resources-meta.ts +0 -2
  28. package/front_end/panels/elements/ElementsTreeElement.ts +2 -1
  29. package/front_end/panels/elements/StylesSidebarPane.ts +1 -1
  30. package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +1 -0
  31. package/front_end/panels/elements/components/QueryContainer.ts +1 -0
  32. package/front_end/panels/elements/module.json +0 -3
  33. package/front_end/panels/emulation/DeviceModeWrapper.ts +4 -0
  34. package/front_end/panels/emulation/components/DeviceSizeInputElement.ts +18 -2
  35. package/front_end/panels/emulation/module.json +1 -2
  36. package/front_end/panels/help/help-meta.ts +0 -3
  37. package/front_end/panels/input/input-meta.ts +0 -2
  38. package/front_end/panels/mobile_throttling/mobile_throttling-meta.ts +0 -3
  39. package/front_end/panels/network/module.json +0 -3
  40. package/front_end/panels/performance_monitor/performance_monitor-meta.ts +0 -3
  41. package/front_end/panels/profiler/profilesPanel.css +1 -1
  42. package/front_end/panels/settings/settings-meta.ts +0 -2
  43. package/front_end/panels/sources/BreakpointEditDialog.ts +1 -0
  44. package/front_end/panels/sources/module.json +0 -4
  45. package/front_end/panels/timeline/module.json +1 -2
  46. package/front_end/panels/web_audio/web_audio-meta.ts +0 -3
  47. package/front_end/panels/webauthn/webauthn-meta.ts +0 -2
  48. package/front_end/ui/components/buttons/button.css +1 -0
  49. package/front_end/ui/components/docs/create_breadcrumbs.ts +1 -0
  50. package/front_end/ui/components/helpers/get-stylesheet.ts +0 -1
  51. package/front_end/ui/components/linkifier/LinkifierImpl.ts +1 -0
  52. package/front_end/ui/components/text_editor/config.ts +3 -1
  53. package/front_end/ui/components/text_editor/theme.ts +5 -0
  54. package/front_end/ui/legacy/UIUtils.ts +1 -1
  55. package/front_end/ui/legacy/components/color_picker/Spectrum.ts +2 -1
  56. package/front_end/ui/legacy/components/cookie_table/CookiesTable.ts +6 -1
  57. package/front_end/ui/legacy/components/inline_editor/BezierEditor.ts +2 -1
  58. package/front_end/ui/legacy/components/inline_editor/CSSShadowEditor.ts +3 -2
  59. package/front_end/ui/legacy/components/inline_editor/FontEditor.ts +5 -1
  60. package/front_end/ui/legacy/components/inline_editor/SwatchPopoverHelper.ts +2 -1
  61. package/front_end/ui/legacy/components/inline_editor/Swatches.ts +4 -2
  62. package/front_end/ui/legacy/inspectorCommon.css +2 -12
  63. package/front_end/ui/legacy/softDropDownButton.css +0 -11
  64. package/front_end/ui/legacy/themeColors.css +2 -2
  65. package/package.json +1 -1
  66. package/scripts/build/rollup.config.js +3 -0
  67. package/scripts/eslint_rules/lib/ban_a_tags_in_lit_html.js +47 -0
  68. package/scripts/eslint_rules/tests/ban_a_tags_in_lit_html_test.js +60 -0
  69. package/front_end/entrypoints/node_main/module.json +0 -8
  70. package/front_end/panels/console_counters/module.json +0 -5
  71. package/front_end/panels/developer_resources/module.json +0 -5
  72. package/front_end/panels/event_listeners/module.json +0 -5
  73. package/front_end/panels/help/module.json +0 -5
  74. package/front_end/panels/input/module.json +0 -5
  75. package/front_end/panels/mobile_throttling/module.json +0 -5
  76. package/front_end/panels/performance_monitor/module.json +0 -5
  77. package/front_end/panels/search/module.json +0 -5
  78. package/front_end/panels/settings/module.json +0 -5
  79. package/front_end/panels/web_audio/module.json +0 -5
  80. package/front_end/panels/webauthn/module.json +0 -5
  81. package/front_end/ui/legacy/components/color_picker/module.json +0 -8
  82. package/front_end/ui/legacy/components/cookie_table/module.json +0 -8
  83. package/front_end/ui/legacy/components/inline_editor/module.json +0 -14
@@ -6,6 +6,7 @@ import * as Common from '../../../../core/common/common.js';
6
6
  import * as Platform from '../../../../core/platform/platform.js';
7
7
  import * as UI from '../../legacy.js';
8
8
 
9
+ import bezierEditorStyles from './bezierEditor.css.js';
9
10
  import {BezierUI} from './BezierUI.js';
10
11
 
11
12
  export class BezierEditor extends Common.ObjectWrapper.eventMixin<EventTypes, typeof UI.Widget.VBox>(UI.Widget.VBox) {
@@ -29,7 +30,6 @@ export class BezierEditor extends Common.ObjectWrapper.eventMixin<EventTypes, ty
29
30
  constructor(bezier: UI.Geometry.CubicBezier) {
30
31
  super(true);
31
32
  this.bezierInternal = bezier;
32
- this.registerRequiredCSS('ui/legacy/components/inline_editor/bezierEditor.css');
33
33
  this.contentElement.tabIndex = 0;
34
34
  this.setDefaultFocusedElement(this.contentElement);
35
35
 
@@ -79,6 +79,7 @@ export class BezierEditor extends Common.ObjectWrapper.eventMixin<EventTypes, ty
79
79
  }
80
80
 
81
81
  wasShown(): void {
82
+ this.registerCSSFiles([bezierEditorStyles]);
82
83
  this.unselectPresets();
83
84
  // Check if bezier matches a preset
84
85
  for (const category of this.presetCategories) {
@@ -9,6 +9,7 @@ import * as UI from '../../legacy.js';
9
9
 
10
10
  import type {CSSShadowModel} from './CSSShadowModel.js';
11
11
  import {CSSLength} from './CSSShadowModel.js';
12
+ import cssShadowEditorStyles from './cssShadowEditor.css.js';
12
13
 
13
14
  const UIStrings = {
14
15
  /**
@@ -61,7 +62,6 @@ export class CSSShadowEditor extends Common.ObjectWrapper.eventMixin<EventTypes,
61
62
  private changedElement?: HTMLInputElement|null;
62
63
  constructor() {
63
64
  super(true);
64
- this.registerRequiredCSS('ui/legacy/components/inline_editor/cssShadowEditor.css');
65
65
  this.contentElement.tabIndex = 0;
66
66
  this.setDefaultFocusedElement(this.contentElement);
67
67
 
@@ -106,7 +106,7 @@ export class CSSShadowEditor extends Common.ObjectWrapper.eventMixin<EventTypes,
106
106
  field.appendChild(textInput);
107
107
  textInput.id = propertyName;
108
108
  textInput.addEventListener('keydown', this.handleValueModification.bind(this), false);
109
- textInput.addEventListener('mousewheel', this.handleValueModification.bind(this), false);
109
+ textInput.addEventListener('wheel', this.handleValueModification.bind(this), false);
110
110
  textInput.addEventListener('input', this.onTextInput.bind(this), false);
111
111
  textInput.addEventListener('blur', this.onTextBlur.bind(this), false);
112
112
  return textInput;
@@ -120,6 +120,7 @@ export class CSSShadowEditor extends Common.ObjectWrapper.eventMixin<EventTypes,
120
120
  }
121
121
 
122
122
  wasShown(): void {
123
+ this.registerCSSFiles([cssShadowEditorStyles]);
123
124
  this.updateUI();
124
125
  }
125
126
 
@@ -8,6 +8,7 @@ import * as SDK from '../../../../core/sdk/sdk.js';
8
8
  import * as IconButton from '../../../components/icon_button/icon_button.js';
9
9
  import * as UI from '../../legacy.js';
10
10
 
11
+ import fontEditorStyles from './fontEditor.css.js';
11
12
  import * as FontEditorUnitConverter from './FontEditorUnitConverter.js';
12
13
  import * as FontEditorUtils from './FontEditorUtils.js';
13
14
 
@@ -123,7 +124,6 @@ export class FontEditor extends Common.ObjectWrapper.eventMixin<EventTypes, type
123
124
 
124
125
  constructor(propertyMap: Map<string, string>) {
125
126
  super(true);
126
- this.registerRequiredCSS('ui/legacy/components/inline_editor/fontEditor.css');
127
127
  this.selectedNode = UI.Context.Context.instance().flavor(SDK.DOMModel.DOMNode);
128
128
 
129
129
  this.propertyMap = propertyMap;
@@ -174,6 +174,10 @@ export class FontEditor extends Common.ObjectWrapper.eventMixin<EventTypes, type
174
174
  /** hasUnits= */ true);
175
175
  }
176
176
 
177
+ wasShown(): void {
178
+ this.registerCSSFiles([fontEditorStyles]);
179
+ }
180
+
177
181
  private async createFontSelectorSection(propertyValue?: string): Promise<void> {
178
182
  if (propertyValue) {
179
183
  // FIXME(crbug.com/1148434): propertyValue will not be split correctly for font family names that contain commas.
@@ -7,6 +7,7 @@ import * as Platform from '../../../../core/platform/platform.js';
7
7
  import * as UI from '../../legacy.js';
8
8
 
9
9
  import {ColorSwatch} from './ColorSwatch.js';
10
+ import swatchPopoverStyles from './swatchPopover.css.js';
10
11
 
11
12
  export class SwatchPopoverHelper extends Common.ObjectWrapper.ObjectWrapper<EventTypes> {
12
13
  private readonly popover: UI.GlassPane.GlassPane;
@@ -22,7 +23,6 @@ export class SwatchPopoverHelper extends Common.ObjectWrapper.ObjectWrapper<Even
22
23
  constructor() {
23
24
  super();
24
25
  this.popover = new UI.GlassPane.GlassPane();
25
- this.popover.registerRequiredCSS('ui/legacy/components/inline_editor/swatchPopover.css');
26
26
  this.popover.setSizeBehavior(UI.GlassPane.SizeBehavior.MeasureContent);
27
27
  this.popover.setMarginBehavior(UI.GlassPane.MarginBehavior.Arrow);
28
28
  this.popover.element.addEventListener('mousedown', e => e.consume(), false);
@@ -60,6 +60,7 @@ export class SwatchPopoverHelper extends Common.ObjectWrapper.ObjectWrapper<Even
60
60
  this.hide(true);
61
61
  }
62
62
 
63
+ this.popover.registerCSSFiles([swatchPopoverStyles]);
63
64
  this.dispatchEventToListeners(Events.WillShowPopover);
64
65
 
65
66
  this.isHidden = false;
@@ -8,6 +8,8 @@ import * as UI from '../../legacy.js';
8
8
 
9
9
  import {ColorSwatch, FormatChangedEvent} from './ColorSwatch.js';
10
10
  import type {CSSShadowModel} from './CSSShadowModel.js';
11
+ import bezierSwatchStyles from './bezierSwatch.css.js';
12
+ import cssShadowSwatchStyles from './cssShadowSwatch.css.js';
11
13
 
12
14
  export class BezierSwatch extends HTMLSpanElement {
13
15
  private readonly iconElementInternal: UI.Icon.Icon;
@@ -16,7 +18,7 @@ export class BezierSwatch extends HTMLSpanElement {
16
18
  constructor() {
17
19
  super();
18
20
  const root = UI.Utils.createShadowRootWithCoreStyles(this, {
19
- cssFile: 'ui/legacy/components/inline_editor/bezierSwatch.css',
21
+ cssFile: [bezierSwatchStyles],
20
22
  delegatesFocus: undefined,
21
23
  });
22
24
  this.iconElementInternal = UI.Icon.Icon.create('smallicon-bezier', 'bezier-swatch-icon');
@@ -63,7 +65,7 @@ export class CSSShadowSwatch extends HTMLSpanElement {
63
65
  constructor() {
64
66
  super();
65
67
  const root = UI.Utils.createShadowRootWithCoreStyles(this, {
66
- cssFile: 'ui/legacy/components/inline_editor/cssShadowSwatch.css',
68
+ cssFile: [cssShadowSwatchStyles],
67
69
  delegatesFocus: undefined,
68
70
  });
69
71
  this.iconElementInternal = UI.Icon.Icon.create('smallicon-shadow', 'shadow-swatch-icon');
@@ -390,7 +390,7 @@ input::placeholder {
390
390
  .chrome-select:enabled:active,
391
391
  .chrome-select:enabled:focus,
392
392
  .chrome-select:enabled:hover {
393
- --override-select-box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
393
+ --override-select-box-shadow: 0 0 0 2px var(--color-button-outline-focus);
394
394
 
395
395
  background-color: var(--color-background-elevation-1);
396
396
  box-shadow: var(--override-select-box-shadow);
@@ -401,10 +401,7 @@ input::placeholder {
401
401
  }
402
402
 
403
403
  .chrome-select:enabled:focus {
404
- --override-extra-box-shadow-focus: 0 0 0 2px rgb(66 133 244 / 40%);
405
-
406
404
  border-color: transparent;
407
- box-shadow: var(--override-select-box-shadow), var(--override-extra-box-shadow-focus);
408
405
  }
409
406
 
410
407
  .-theme-with-dark-background .chrome-select:enabled:active,
@@ -413,14 +410,7 @@ input::placeholder {
413
410
  :host-context(.-theme-with-dark-background) .chrome-select:enabled:active,
414
411
  :host-context(.-theme-with-dark-background) .chrome-select:enabled:focus,
415
412
  :host-context(.-theme-with-dark-background) .chrome-select:enabled:hover {
416
- --override-select-box-shadow: 0 1px 2px rgb(230 230 230 / 10%);
417
- }
418
-
419
- /* Disabled so we can keep all the selectors above in one block */
420
- /* stylelint-disable-next-line no-descending-specificity */
421
- .-theme-with-dark-background .chrome-select:enabled:focus,
422
- :host-context(.-theme-with-dark-background) .chrome-select:enabled:focus {
423
- --override-extra-box-shadow-focus: 0 0 0 2px rgb(11 78 189 / 40%);
413
+ --override-select-box-shadow: 0 0 0 2px var(--color-button-outline-focus);
424
414
  }
425
415
 
426
416
  .chrome-select-label {
@@ -23,17 +23,6 @@ button.soft-dropdown > .title {
23
23
  text-overflow: ellipsis;
24
24
  }
25
25
 
26
- button.soft-dropdown:focus-visible::before {
27
- content: "";
28
- position: absolute;
29
- top: 2px;
30
- left: 2px;
31
- right: 2px;
32
- bottom: 2px;
33
- border-radius: 2px;
34
- background: var(--divider-line);
35
- }
36
-
37
26
  @media (forced-colors: active) {
38
27
  button.soft-dropdown {
39
28
  border: 1px solid ButtonText;
@@ -240,7 +240,7 @@
240
240
  --color-input-outline-disabled: rgba(189 193 198 / 20%);
241
241
  --color-input-text-disabled: rgba(128 134 139 / 70%);
242
242
  /* Colors for styling buttons */
243
- --color-button-outline-focus: rgb(138 180 248 / 80%);
243
+ --color-button-outline-focus: rgb(138 180 248 / 75%);
244
244
  --color-button-primary-background-hovering: rgb(174 203 250 / 100%);
245
245
  --color-button-primary-background-pressed: rgb(210 227 252 / 100%);
246
246
  --color-button-primary-text: rgb(0 0 0);
@@ -265,10 +265,10 @@
265
265
  --color-token-builtin: rgb(159 180 214);
266
266
  --color-token-variable-special: rgb(0 85 170);
267
267
  --color-token-keyword: rgb(154 127 213);
268
- --color-token-number: var(--color-token-number);
269
268
  --color-token-string: rgb(242 139 84);
270
269
  --color-token-string-special: var(--color-token-string);
271
270
  --color-token-atom: rgb(161 247 181);
271
+ --color-token-number: var(--color-token-atom);
272
272
  --color-token-comment: rgb(137 137 137);
273
273
  --color-token-tag: rgb(93 176 215);
274
274
  --color-token-attribute: rgb(155 187 220);
package/package.json CHANGED
@@ -55,5 +55,5 @@
55
55
  "unittest": "scripts/test/run_unittests.py --no-text-coverage",
56
56
  "watch": "third_party/node/node.py --output scripts/watch_build.js"
57
57
  },
58
- "version": "1.0.935332"
58
+ "version": "1.0.936736"
59
59
  }
@@ -75,6 +75,9 @@ export default commandLineArgs => ({
75
75
  options: {
76
76
  strategy: minifyHTMLStrategy,
77
77
  minifyOptions: {
78
+ collapseInlineTagWhitespace: false,
79
+ collapseWhitespace: true,
80
+ conservativeCollapse: true,
78
81
  minifyCSS: false,
79
82
  removeOptionalTags: true,
80
83
  },
@@ -0,0 +1,47 @@
1
+ // Copyright 2021 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+ 'use strict';
5
+
6
+ function isLitHtmlTemplateCall(taggedTemplateExpression) {
7
+ if (taggedTemplateExpression.name) {
8
+ // Call to html`` and we assume that html = LitHtml's html function.
9
+ return taggedTemplateExpression.name === 'html';
10
+ }
11
+
12
+ // Match calls to LitHtml.html``
13
+ return taggedTemplateExpression.object && taggedTemplateExpression.object.name === 'LitHtml' &&
14
+ taggedTemplateExpression.property.name === 'html';
15
+ }
16
+
17
+ module.exports = {
18
+ meta: {
19
+ type: 'problem',
20
+ docs: {
21
+ description: 'Check for <a> and </a> in Lit templates instead of using x-link.',
22
+ category: 'Possible Errors',
23
+ },
24
+ fixable: 'code',
25
+ schema: [] // no options
26
+ },
27
+ create: function(context) {
28
+ return {
29
+ TaggedTemplateExpression(node) {
30
+ const isLitHtmlCall = isLitHtmlTemplateCall(node.tag);
31
+ if (!isLitHtmlCall) {
32
+ return;
33
+ }
34
+
35
+ // node.quasi.quasis are all the static parts of the template literal.
36
+ for (const templatePart of node.quasi.quasis) {
37
+ if (templatePart.value.raw.includes('<a') || templatePart.value.raw.includes('</a>')) {
38
+ context.report({
39
+ node,
40
+ message: 'Adding links to a component should be done using `front_end/ui/legacy/XLink.ts`',
41
+ });
42
+ }
43
+ }
44
+ },
45
+ };
46
+ }
47
+ };
@@ -0,0 +1,60 @@
1
+ // Copyright 2021 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+ 'use strict';
5
+
6
+ const rule = require('../lib/ban_a_tags_in_lit_html.js');
7
+ const ruleTester = new (require('eslint').RuleTester)({
8
+ parserOptions: {ecmaVersion: 9, sourceType: 'module'},
9
+ parser: require.resolve('@typescript-eslint/parser'),
10
+ });
11
+
12
+ const EXPECTED_ERROR_MESSAGE = 'Adding links to a component should be done using `front_end/ui/legacy/XLink.ts`';
13
+
14
+ ruleTester.run('ban_a_tags_in_lit_html', rule, {
15
+ valid: [
16
+ {
17
+ code: 'LitHtml.html`<p></p>`',
18
+ filename: 'front_end/components/test.ts',
19
+ },
20
+ {
21
+ code: 'LitHtml.html`<input />`',
22
+ filename: 'front_end/components/test.ts',
23
+ },
24
+ {
25
+ code: 'LitHtml.html`<${DataGrid.litTagName}></${DataGrid.litTagName}>`',
26
+ filename: 'front_end/components/test.ts',
27
+ },
28
+ {
29
+ code: 'LitHtml.html`<p><${DataGrid.litTagName}></${DataGrid.litTagName}></p>`',
30
+ filename: 'front_end/components/test.ts',
31
+ },
32
+ {
33
+ code:
34
+ 'LitHtml.html`<${DataGrid1.litTagName}><${DataGrid2.litTagName}></${DataGrid2.litTagName}></${DataGrid1.litTagName}>`',
35
+ filename: 'front_end/components/test.ts',
36
+ }
37
+ ],
38
+ invalid: [
39
+ {
40
+ code: 'LitHtml.html`<a />`',
41
+ filename: 'front_end/components/test.ts',
42
+ errors: [{message: EXPECTED_ERROR_MESSAGE}]
43
+ },
44
+ {
45
+ code: 'LitHtml.html`<a></a>`',
46
+ filename: 'front_end/components/test.ts',
47
+ errors: [{message: EXPECTED_ERROR_MESSAGE}]
48
+ },
49
+ {code: 'LitHtml.html`</a>`', filename: 'front_end/components/test.ts', errors: [{message: EXPECTED_ERROR_MESSAGE}]},
50
+ {code: 'LitHtml.html`<a >`', filename: 'front_end/components/test.ts', errors: [{message: EXPECTED_ERROR_MESSAGE}]},
51
+ {
52
+ code: 'LitHtml.html`<p><${DataGrid.litTagName}></${DataGrid.litTagName}><a></a></p>`',
53
+ errors: [{message: EXPECTED_ERROR_MESSAGE}]
54
+ },
55
+ {
56
+ code: 'LitHtml.html`<${DataGrid.litTagName}><a /></${DataGrid.litTagName}>`',
57
+ errors: [{message: EXPECTED_ERROR_MESSAGE}]
58
+ },
59
+ ]
60
+ });
@@ -1,8 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ],
5
- "resources": [
6
- "nodeConnectionsPanel.css"
7
- ]
8
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ]
5
- }
@@ -1,8 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ],
5
- "resources": [
6
- "spectrum.css"
7
- ]
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ],
5
- "resources": [
6
- "cookiesTable.css"
7
- ]
8
- }
@@ -1,14 +0,0 @@
1
- {
2
- "dependencies": [
3
- "ui/legacy"
4
- ],
5
- "resources": [
6
- "bezierEditor.css",
7
- "colorSwatch.css",
8
- "bezierSwatch.css",
9
- "cssShadowSwatch.css",
10
- "cssShadowEditor.css",
11
- "fontEditor.css",
12
- "swatchPopover.css"
13
- ]
14
- }