Skip to content

Commit 85ab196

Browse files
committed
fix(illustratedmessage): resolving changes
1 parent 37ad0f1 commit 85ab196

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

components/dropzone/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@
143143
z-index: 10;
144144
}
145145

146-
.spectrum-DropZone-actions {
147-
margin-block-start: var(--spectrum-drop-zone-body-to-action);
148-
}
149-
150146
.spectrum-DropZone-button {
151147
box-sizing: border-box;
152148
border: none;

components/illustratedmessage/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Copyright 2023 Adobe. All rights reserved.
2+
Copyright 2024 Adobe. All rights reserved.
33
This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License. You may obtain a copy
55
of the License at http://www.apache.org/licenses/LICENSE-2.0

components/illustratedmessage/stories/illustratedmessage.test.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { Template as Link } from "@spectrum-css/link/stories/template.js";
21
import { Variants } from "@spectrum-css/preview/decorators";
3-
import { html } from "lit";
42
import { Template } from "./template.js";
53

64
export const IllustratedMessageGroup = Variants({
@@ -11,16 +9,6 @@ export const IllustratedMessageGroup = Variants({
119
testHeading: "Horizontal layout",
1210
isHorizontal: true
1311
},
14-
{
15-
testHeading: "With link",
16-
title: "Drag and drop your file",
17-
description: [
18-
() => {
19-
return html`${Link({ url: "#", text: "Select a file" })} from your computer.`;
20-
},
21-
],
22-
hasButtons: false
23-
},
2412
{
2513
testHeading: "W/o button group",
2614
hasButtons: false

0 commit comments

Comments
 (0)