File tree 2 files changed +8
-2
lines changed
components/dialog/stories
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @spectrum-css/helptext " : major
3
+ ---
4
+
5
+ ### Helptext S2 Migration
6
+
7
+ The helptext S2 component has some updated spacing and typography tokens.
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import { Template as ButtonGroup } from "@spectrum-css/buttongroup/stories/templ
2
2
import { Template as Checkbox } from "@spectrum-css/checkbox/stories/template.js" ;
3
3
import { Template as CloseButton } from "@spectrum-css/closebutton/stories/template.js" ;
4
4
import { Template as Modal } from "@spectrum-css/modal/stories/template.js" ;
5
- import { getRandomId } from "@spectrum-css/preview/decorators" ;
6
- import { Template as Typography } from "@spectrum-css/typography/stories/template.js" ;
5
+ import { getRandomId , renderContent } from "@spectrum-css/preview/decorators" ;
7
6
import { html } from "lit" ;
8
7
import { classMap } from "lit/directives/class-map.js" ;
9
8
import { ifDefined } from "lit/directives/if-defined.js" ;
You can’t perform that action at this time.
0 commit comments