Skip to content

Commit 701ca81

Browse files
authored
Merge branch 'spectrum-two' into aramos-adobe/css1027-action-bar-s2-migration
2 parents cc69e63 + e587031 commit 701ca81

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
"slow-eyes-lay",
131131
"small-impalas-search",
132132
"spotty-onions-study",
133+
"stale-pans-carry",
133134
"strange-glasses-allow",
134135
"tame-bobcats-beam",
135136
"tame-knives-train",

components/steplist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@spectrum-css/icon": "10.0.0-next.1",
4545
"@spectrum-css/tokens": "16.1.0-next.0",
46-
"@spectrum-css/tooltip": "8.0.0-next.1"
46+
"@spectrum-css/tooltip": "8.0.0-next.2"
4747
},
4848
"keywords": [
4949
"design-system",

components/tooltip/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change log
22

3+
## 8.0.0-next.2
4+
5+
### Minor Changes
6+
7+
📝 [#3641](https://github.com/adobe/spectrum-css/pull/3641) [`0b730ea`](https://github.com/adobe/spectrum-css/commit/0b730ea73e16b98c4e01c7cc5e67beda8ef77e38) Thanks [@cdransf](https://github.com/cdransf)!
8+
9+
#### S2: restore negative and informative semantic variants
10+
11+
This restores the negative and informative tooltip semantic variant styles, story controls and test cases. Icons have been removed for all variants as they are not present in the specifications provided by design.
12+
13+
##### Restored mods
14+
15+
`--mod-tooltip-background-color-informative`
16+
`--mod-tooltip-background-color-negative"`
17+
318
## 8.0.0-next.1
419

520
### Patch Changes

components/tooltip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/tooltip",
3-
"version": "8.0.0-next.1",
3+
"version": "8.0.0-next.2",
44
"description": "The Spectrum CSS tooltip component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"@spectrum-css/thumbnail": "9.0.0-next.0",
110110
"@spectrum-css/toast": "12.0.0-next.1",
111111
"@spectrum-css/tokens": "16.1.0-next.0",
112-
"@spectrum-css/tooltip": "8.0.0-next.1",
112+
"@spectrum-css/tooltip": "8.0.0-next.2",
113113
"@spectrum-css/tray": "6.0.0-next.3",
114114
"@spectrum-css/treeview": "13.0.0-next.1",
115115
"@spectrum-css/typography": "9.0.0-next.0",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4135,7 +4135,7 @@ __metadata:
41354135
"@spectrum-css/thumbnail": "npm:9.0.0-next.0"
41364136
"@spectrum-css/toast": "npm:12.0.0-next.1"
41374137
"@spectrum-css/tokens": "npm:16.1.0-next.0"
4138-
"@spectrum-css/tooltip": "npm:8.0.0-next.1"
4138+
"@spectrum-css/tooltip": "npm:8.0.0-next.2"
41394139
"@spectrum-css/tray": "npm:6.0.0-next.3"
41404140
"@spectrum-css/treeview": "npm:13.0.0-next.1"
41414141
"@spectrum-css/typography": "npm:9.0.0-next.0"
@@ -5275,7 +5275,7 @@ __metadata:
52755275
dependencies:
52765276
"@spectrum-css/icon": "npm:10.0.0-next.1"
52775277
"@spectrum-css/tokens": "npm:16.1.0-next.0"
5278-
"@spectrum-css/tooltip": "npm:8.0.0-next.1"
5278+
"@spectrum-css/tooltip": "npm:8.0.0-next.2"
52795279
peerDependencies:
52805280
"@spectrum-css/icon": ">=10.0.0-next.0"
52815281
"@spectrum-css/tokens": ">=16.1.0-next.0"
@@ -5536,7 +5536,7 @@ __metadata:
55365536
languageName: unknown
55375537
linkType: soft
55385538

5539-
"@spectrum-css/tooltip@npm:8.0.0-next.1, @spectrum-css/tooltip@workspace:components/tooltip":
5539+
"@spectrum-css/tooltip@npm:8.0.0-next.2, @spectrum-css/tooltip@workspace:components/tooltip":
55405540
version: 0.0.0-use.local
55415541
resolution: "@spectrum-css/tooltip@workspace:components/tooltip"
55425542
dependencies:

0 commit comments

Comments
 (0)