File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed
Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff line change 11/*!
2- Copyright 2023 Adobe. All rights reserved.
2+ Copyright 2024 Adobe. All rights reserved.
33This file is licensed to you under the Apache License, Version 2.0 (the "License");
44you may not use this file except in compliance with the License. You may obtain a copy
55of the License at http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change 1- import { Template as Link } from "@spectrum-css/link/stories/template.js" ;
21import { Variants } from "@spectrum-css/preview/decorators" ;
3- import { html } from "lit" ;
42import { Template } from "./template.js" ;
53
64export 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
You can’t perform that action at this time.
0 commit comments