Skip to content

Commit d83200c

Browse files
authored
chore: internal workspace links (#2677)
1 parent 8815df5 commit d83200c

File tree

86 files changed

+829
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+829
-69
lines changed

.changeset/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"access": "public",
1313
"baseBranch": "main",
1414
"updateInternalDependencies": "patch",
15+
"bumpVersionsWithWorkspaceProtocolOnly": true,
1516
"ignore": []
1617
}

.changeset/quick-bottles-travel.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
"@spectrum-css/floatingactionbutton": patch
3+
"@spectrum-css/opacitycheckerboard": patch
4+
"@spectrum-css/illustratedmessage": patch
5+
"@spectrum-css/coachindicator": patch
6+
"@spectrum-css/contextualhelp": patch
7+
"@spectrum-css/progresscircle": patch
8+
"@spectrum-css/dropindicator": patch
9+
"@spectrum-css/infieldbutton": patch
10+
"@spectrum-css/actionbutton": patch
11+
"@spectrum-css/pickerbutton": patch
12+
"@spectrum-css/alertbanner": patch
13+
"@spectrum-css/alertdialog": patch
14+
"@spectrum-css/buttongroup": patch
15+
"@spectrum-css/clearbutton": patch
16+
"@spectrum-css/closebutton": patch
17+
"@spectrum-css/colorhandle": patch
18+
"@spectrum-css/colorslider": patch
19+
"@spectrum-css/inlinealert": patch
20+
"@spectrum-css/logicbutton": patch
21+
"@spectrum-css/progressbar": patch
22+
"@spectrum-css/statuslight": patch
23+
"@spectrum-css/swatchgroup": patch
24+
"@spectrum-css/actionmenu": patch
25+
"@spectrum-css/breadcrumb": patch
26+
"@spectrum-css/colorloupe": patch
27+
"@spectrum-css/colorwheel": patch
28+
"@spectrum-css/datepicker": patch
29+
"@spectrum-css/fieldgroup": patch
30+
"@spectrum-css/fieldlabel": patch
31+
"@spectrum-css/pagination": patch
32+
"@spectrum-css/typography": patch
33+
"@spectrum-css/accordion": patch
34+
"@spectrum-css/actionbar": patch
35+
"@spectrum-css/assetcard": patch
36+
"@spectrum-css/assetlist": patch
37+
"@spectrum-css/coachmark": patch
38+
"@spectrum-css/colorarea": patch
39+
"@spectrum-css/splitview": patch
40+
"@spectrum-css/textfield": patch
41+
"@spectrum-css/thumbnail": patch
42+
"@spectrum-css/calendar": patch
43+
"@spectrum-css/checkbox": patch
44+
"@spectrum-css/combobox": patch
45+
"@spectrum-css/dropzone": patch
46+
"@spectrum-css/helptext": patch
47+
"@spectrum-css/steplist": patch
48+
"@spectrum-css/taggroup": patch
49+
"@spectrum-css/treeview": patch
50+
"@spectrum-css/underlay": patch
51+
"@spectrum-css/commons": patch
52+
"@spectrum-css/divider": patch
53+
"@spectrum-css/popover": patch
54+
"@spectrum-css/sidenav": patch
55+
"@spectrum-css/stepper": patch
56+
"@spectrum-css/tooltip": patch
57+
"@spectrum-css/avatar": patch
58+
"@spectrum-css/button": patch
59+
"@spectrum-css/dialog": patch
60+
"@spectrum-css/miller": patch
61+
"@spectrum-css/picker": patch
62+
"@spectrum-css/rating": patch
63+
"@spectrum-css/search": patch
64+
"@spectrum-css/slider": patch
65+
"@spectrum-css/swatch": patch
66+
"@spectrum-css/switch": patch
67+
"@spectrum-css/asset": patch
68+
"@spectrum-css/badge": patch
69+
"@spectrum-css/modal": patch
70+
"@spectrum-css/radio": patch
71+
"@spectrum-css/table": patch
72+
"@spectrum-css/toast": patch
73+
"@spectrum-css/card": patch
74+
"@spectrum-css/dial": patch
75+
"@spectrum-css/icon": patch
76+
"@spectrum-css/link": patch
77+
"@spectrum-css/menu": patch
78+
"@spectrum-css/page": patch
79+
"@spectrum-css/site": patch
80+
"@spectrum-css/tabs": patch
81+
"@spectrum-css/tray": patch
82+
"@spectrum-css/well": patch
83+
"@spectrum-css/tag": patch
84+
"@spectrum-css/preview": patch
85+
"@spectrum-tools/documentation": patch
86+
---
87+
88+
Leveral local workspace versioning to prevent misalignment

components/accordion/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@spectrum-css/icon": ">=7",
2626
"@spectrum-css/tokens": ">=14"
2727
},
28+
"devDependencies": {
29+
"@spectrum-css/icon": "workspace:^",
30+
"@spectrum-css/tokens": "workspace:^"
31+
},
2832
"keywords": [
2933
"spectrum",
3034
"css",

components/actionbar/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
"@spectrum-css/popover": ">=7",
2929
"@spectrum-css/tokens": ">=14"
3030
},
31+
"devDependencies": {
32+
"@spectrum-css/actiongroup": "workspace:^",
33+
"@spectrum-css/closebutton": "workspace:^",
34+
"@spectrum-css/fieldlabel": "workspace:^",
35+
"@spectrum-css/popover": "workspace:^",
36+
"@spectrum-css/tokens": "workspace:^"
37+
},
3138
"keywords": [
3239
"spectrum",
3340
"css",

components/actionbutton/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
}
3232
},
3333
"devDependencies": {
34-
"@spectrum-css/commons": "^10.0.0"
34+
"@spectrum-css/commons": "workspace:^",
35+
"@spectrum-css/icon": "workspace:^",
36+
"@spectrum-css/tokens": "workspace:^"
3537
},
3638
"keywords": [
3739
"spectrum",

components/actionmenu/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
"@spectrum-css/popover": ">=7",
3535
"@spectrum-css/tokens": ">=14"
3636
},
37+
"devDependencies": {
38+
"@spectrum-css/actionbutton": "workspace:^",
39+
"@spectrum-css/icon": "workspace:^",
40+
"@spectrum-css/menu": "workspace:^",
41+
"@spectrum-css/popover": "workspace:^",
42+
"@spectrum-css/tokens": "workspace:^"
43+
},
3744
"publishConfig": {
3845
"access": "public"
3946
}

components/alertbanner/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
"@spectrum-css/icon": ">=7",
2929
"@spectrum-css/tokens": ">=14"
3030
},
31+
"devDependencies": {
32+
"@spectrum-css/button": "workspace:^",
33+
"@spectrum-css/closebutton": "workspace:^",
34+
"@spectrum-css/divider": "workspace:^",
35+
"@spectrum-css/icon": "workspace:^",
36+
"@spectrum-css/tokens": "workspace:^"
37+
},
3138
"peerDependenciesMeta": {
3239
"@spectrum-css/icon": {
3340
"optional": true

components/alertdialog/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
"@spectrum-css/tokens": ">=14",
3030
"@spectrum-css/underlay": ">=4"
3131
},
32+
"devDependencies": {
33+
"@spectrum-css/buttongroup": "workspace:^",
34+
"@spectrum-css/divider": "workspace:^",
35+
"@spectrum-css/icon": "workspace:^",
36+
"@spectrum-css/modal": "workspace:^",
37+
"@spectrum-css/tokens": "workspace:^",
38+
"@spectrum-css/underlay": "workspace:^"
39+
},
3240
"peerDependenciesMeta": {
3341
"@spectrum-css/buttongroup": {
3442
"optional": true

components/asset/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"peerDependencies": {
2525
"@spectrum-css/tokens": ">=14"
2626
},
27+
"devDependencies": {
28+
"@spectrum-css/tokens": "workspace:^"
29+
},
2730
"keywords": [
2831
"spectrum",
2932
"css",

components/assetcard/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@spectrum-css/checkbox": ">=9",
2626
"@spectrum-css/tokens": ">=14"
2727
},
28+
"devDependencies": {
29+
"@spectrum-css/checkbox": "workspace:^",
30+
"@spectrum-css/tokens": "workspace:^"
31+
},
2832
"peerDependenciesMeta": {
2933
"@spectrum-css/checkbox": {
3034
"optional": true

components/assetlist/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"@spectrum-css/icon": ">=7",
2727
"@spectrum-css/tokens": ">=14"
2828
},
29+
"devDependencies": {
30+
"@spectrum-css/checkbox": "workspace:^",
31+
"@spectrum-css/icon": "workspace:^",
32+
"@spectrum-css/tokens": "workspace:^"
33+
},
2934
"peerDependenciesMeta": {
3035
"@spectrum-css/checkbox": {
3136
"optional": true

components/avatar/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"peerDependencies": {
2525
"@spectrum-css/tokens": ">=14"
2626
},
27+
"devDependencies": {
28+
"@spectrum-css/tokens": "workspace:^"
29+
},
2730
"keywords": [
2831
"spectrum",
2932
"css",

components/badge/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@spectrum-css/icon": ">=7",
2626
"@spectrum-css/tokens": ">=14"
2727
},
28+
"devDependencies": {
29+
"@spectrum-css/icon": "workspace:^",
30+
"@spectrum-css/tokens": "workspace:^"
31+
},
2832
"peerDependenciesMeta": {
2933
"@spectrum-css/icon": {
3034
"optional": true

components/breadcrumb/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"@spectrum-css/icon": ">=7",
2727
"@spectrum-css/tokens": ">=14"
2828
},
29+
"devDependencies": {
30+
"@spectrum-css/actionbutton": "workspace:^",
31+
"@spectrum-css/icon": "workspace:^",
32+
"@spectrum-css/tokens": "workspace:^"
33+
},
2934
"peerDependenciesMeta": {
3035
"@spectrum-css/actionbutton": {
3136
"optional": true

components/button/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
}
3636
},
3737
"devDependencies": {
38-
"@spectrum-css/commons": "^10.0.0"
38+
"@spectrum-css/commons": "workspace:^",
39+
"@spectrum-css/icon": "workspace:^",
40+
"@spectrum-css/progresscircle": "workspace:^",
41+
"@spectrum-css/tokens": "workspace:^"
3942
},
4043
"keywords": [
4144
"spectrum",

components/buttongroup/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@spectrum-css/button": ">=13",
2626
"@spectrum-css/tokens": ">=14"
2727
},
28+
"devDependencies": {
29+
"@spectrum-css/button": "workspace:^",
30+
"@spectrum-css/tokens": "workspace:^"
31+
},
2832
"keywords": [
2933
"spectrum",
3034
"css",

components/calendar/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@spectrum-css/actionbutton": ">=6",
2626
"@spectrum-css/tokens": ">=14"
2727
},
28+
"devDependencies": {
29+
"@spectrum-css/actionbutton": "workspace:^",
30+
"@spectrum-css/tokens": "workspace:^"
31+
},
2832
"keywords": [
2933
"spectrum",
3034
"css",

components/card/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
"@spectrum-css/tokens": ">=14",
3131
"@spectrum-css/typography": ">=6"
3232
},
33+
"devDependencies": {
34+
"@spectrum-css/actionbutton": "workspace:^",
35+
"@spectrum-css/asset": "workspace:^",
36+
"@spectrum-css/checkbox": "workspace:^",
37+
"@spectrum-css/icon": "workspace:^",
38+
"@spectrum-css/quickaction": "^3.1.1",
39+
"@spectrum-css/tokens": "workspace:^",
40+
"@spectrum-css/typography": "workspace:^"
41+
},
3342
"peerDependenciesMeta": {
3443
"@spectrum-css/actionbutton": {
3544
"optional": true

components/checkbox/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@spectrum-css/icon": ">=7",
2626
"@spectrum-css/tokens": ">=14"
2727
},
28+
"devDependencies": {
29+
"@spectrum-css/icon": "workspace:^",
30+
"@spectrum-css/tokens": "workspace:^"
31+
},
2832
"keywords": [
2933
"spectrum",
3034
"css",

components/clearbutton/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@spectrum-css/icon": ">=7",
2626
"@spectrum-css/tokens": ">=14"
2727
},
28+
"devDependencies": {
29+
"@spectrum-css/icon": "workspace:^",
30+
"@spectrum-css/tokens": "workspace:^"
31+
},
2832
"keywords": [
2933
"spectrum",
3034
"css",

components/closebutton/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"@spectrum-css/tokens": ">=14"
2727
},
2828
"devDependencies": {
29-
"@spectrum-css/commons": "^10.0.0"
29+
"@spectrum-css/commons": "workspace:^",
30+
"@spectrum-css/icon": "workspace:^",
31+
"@spectrum-css/tokens": "workspace:^"
3032
},
3133
"keywords": [
3234
"spectrum",

components/coachindicator/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"peerDependencies": {
2525
"@spectrum-css/tokens": ">=14"
2626
},
27+
"devDependencies": {
28+
"@spectrum-css/tokens": "workspace:^"
29+
},
2730
"keywords": [
2831
"spectrum",
2932
"css",

components/coachmark/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
"@spectrum-css/popover": ">=7",
3131
"@spectrum-css/tokens": ">=14"
3232
},
33+
"devDependencies": {
34+
"@spectrum-css/actionbutton": "workspace:^",
35+
"@spectrum-css/actionmenu": "workspace:^",
36+
"@spectrum-css/button": "workspace:^",
37+
"@spectrum-css/buttongroup": "workspace:^",
38+
"@spectrum-css/menu": "workspace:^",
39+
"@spectrum-css/popover": "workspace:^",
40+
"@spectrum-css/tokens": "workspace:^"
41+
},
3342
"peerDependenciesMeta": {
3443
"@spectrum-css/button": {
3544
"optional": true

components/colorarea/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"@spectrum-css/colorhandle": ">=8",
2626
"@spectrum-css/tokens": ">=14"
2727
},
28+
"devDependencies": {
29+
"@spectrum-css/colorhandle": "workspace:^",
30+
"@spectrum-css/tokens": "workspace:^"
31+
},
2832
"keywords": [
2933
"spectrum",
3034
"css",

components/colorhandle/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"@spectrum-css/opacitycheckerboard": ">=2",
2727
"@spectrum-css/tokens": ">=14"
2828
},
29+
"devDependencies": {
30+
"@spectrum-css/colorloupe": "workspace:^",
31+
"@spectrum-css/opacitycheckerboard": "workspace:^",
32+
"@spectrum-css/tokens": "workspace:^"
33+
},
2934
"peerDependenciesMeta": {
3035
"@spectrum-css/colorloupe": {
3136
"optional": true

components/colorloupe/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"peerDependencies": {
2525
"@spectrum-css/tokens": ">=14"
2626
},
27+
"devDependencies": {
28+
"@spectrum-css/tokens": "workspace:^"
29+
},
2730
"keywords": [
2831
"spectrum",
2932
"css",

components/colorslider/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"@spectrum-css/opacitycheckerboard": ">=2",
2727
"@spectrum-css/tokens": ">=14"
2828
},
29+
"devDependencies": {
30+
"@spectrum-css/colorhandle": "workspace:^",
31+
"@spectrum-css/opacitycheckerboard": "workspace:^",
32+
"@spectrum-css/tokens": "workspace:^"
33+
},
2934
"keywords": [
3035
"spectrum",
3136
"css",

0 commit comments

Comments
 (0)