@spectrum-web-components/theme 1.9.0 → 1.9.1-nightly.20251028214328
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +655 -0
- package/package.json +319 -319
- package/src/express/scale-large-core-tokens.css.dev.js.map +2 -2
- package/src/express/scale-large-core-tokens.css.js.map +2 -2
- package/src/express/scale-large.css.dev.js.map +2 -2
- package/src/express/scale-large.css.js.map +2 -2
- package/src/express/scale-medium-core-tokens.css.dev.js.map +2 -2
- package/src/express/scale-medium-core-tokens.css.js.map +2 -2
- package/src/express/scale-medium.css.dev.js.map +2 -2
- package/src/express/scale-medium.css.js.map +2 -2
- package/src/express/theme-core-tokens.css.dev.js.map +2 -2
- package/src/express/theme-core-tokens.css.js.map +2 -2
- package/src/express/theme-dark-core-tokens.css.dev.js.map +2 -2
- package/src/express/theme-dark-core-tokens.css.js.map +2 -2
- package/src/express/theme-dark.css.dev.js.map +2 -2
- package/src/express/theme-dark.css.js.map +2 -2
- package/src/express/theme-light-core-tokens.css.dev.js.map +2 -2
- package/src/express/theme-light-core-tokens.css.js.map +2 -2
- package/src/express/theme-light.css.dev.js.map +2 -2
- package/src/express/theme-light.css.js.map +2 -2
- package/src/express/theme.css.dev.js.map +2 -2
- package/src/express/theme.css.js.map +2 -2
- package/src/scale-large-core-tokens.css.dev.js.map +2 -2
- package/src/scale-large-core-tokens.css.js.map +2 -2
- package/src/scale-large.css.dev.js.map +2 -2
- package/src/scale-large.css.js.map +2 -2
- package/src/scale-medium-core-tokens.css.dev.js.map +2 -2
- package/src/scale-medium-core-tokens.css.js.map +2 -2
- package/src/scale-medium.css.dev.js.map +2 -2
- package/src/scale-medium.css.js.map +2 -2
- package/src/spectrum-two/scale-large-core-tokens.css.dev.js.map +2 -2
- package/src/spectrum-two/scale-large-core-tokens.css.js.map +2 -2
- package/src/spectrum-two/scale-large.css.dev.js.map +2 -2
- package/src/spectrum-two/scale-large.css.js.map +2 -2
- package/src/spectrum-two/scale-medium-core-tokens.css.dev.js.map +2 -2
- package/src/spectrum-two/scale-medium-core-tokens.css.js.map +2 -2
- package/src/spectrum-two/scale-medium.css.dev.js.map +2 -2
- package/src/spectrum-two/scale-medium.css.js.map +2 -2
- package/src/spectrum-two/theme-core-tokens.css.dev.js.map +2 -2
- package/src/spectrum-two/theme-core-tokens.css.js.map +2 -2
- package/src/spectrum-two/theme-dark-core-tokens.css.dev.js.map +2 -2
- package/src/spectrum-two/theme-dark-core-tokens.css.js.map +2 -2
- package/src/spectrum-two/theme-dark.css.dev.js.map +2 -2
- package/src/spectrum-two/theme-dark.css.js.map +2 -2
- package/src/spectrum-two/theme-light-core-tokens.css.dev.js.map +2 -2
- package/src/spectrum-two/theme-light-core-tokens.css.js.map +2 -2
- package/src/spectrum-two/theme-light.css.dev.js.map +2 -2
- package/src/spectrum-two/theme-light.css.js.map +2 -2
- package/src/spectrum-two/theme.css.dev.js.map +2 -2
- package/src/spectrum-two/theme.css.js.map +2 -2
- package/src/theme-core-tokens.css.dev.js.map +2 -2
- package/src/theme-core-tokens.css.js.map +2 -2
- package/src/theme-dark-core-tokens.css.dev.js.map +2 -2
- package/src/theme-dark-core-tokens.css.js.map +2 -2
- package/src/theme-dark.css.dev.js.map +2 -2
- package/src/theme-dark.css.js.map +2 -2
- package/src/theme-darkest-core-tokens.css.dev.js.map +2 -2
- package/src/theme-darkest-core-tokens.css.js.map +2 -2
- package/src/theme-darkest.css.dev.js.map +2 -2
- package/src/theme-darkest.css.js.map +2 -2
- package/src/theme-light-core-tokens.css.dev.js.map +2 -2
- package/src/theme-light-core-tokens.css.js.map +2 -2
- package/src/theme-light.css.dev.js.map +2 -2
- package/src/theme-light.css.js.map +2 -2
- package/src/theme-lightest-core-tokens.css.dev.js.map +2 -2
- package/src/theme-lightest-core-tokens.css.js.map +2 -2
- package/src/theme-lightest.css.dev.js.map +2 -2
- package/src/theme-lightest.css.js.map +2 -2
- package/src/theme.css.dev.js.map +2 -2
- package/src/theme.css.js.map +2 -2
- package/src/typography.css.dev.js.map +2 -2
- package/src/typography.css.js.map +2 -2
- package/stories/theme.stories.js +258 -0
- package/stories/theme.stories.js.map +7 -0
- package/test/theme-devmode.test.js +46 -0
- package/test/theme-devmode.test.js.map +7 -0
- package/test/theme-lazy.test.js +114 -0
- package/test/theme-lazy.test.js.map +7 -0
- package/test/theme.test-vrt.js +5 -0
- package/{scale-large-core-tokens.dev.js.map → test/theme.test-vrt.js.map} +3 -3
- package/test/theme.test.js +13 -0
- package/test/theme.test.js.map +7 -0
- package/test/themes.test.js +169 -0
- package/test/themes.test.js.map +7 -0
- package/core-tokens.d.ts +0 -12
- package/core-tokens.dev.js +0 -5
- package/core-tokens.dev.js.map +0 -7
- package/core-tokens.js +0 -2
- package/core-tokens.js.map +0 -7
- package/core.d.ts +0 -12
- package/core.dev.js +0 -5
- package/core.dev.js.map +0 -7
- package/core.js +0 -2
- package/core.js.map +0 -7
- package/custom-elements.json +0 -469
- package/scale-large-core-tokens.d.ts +0 -12
- package/scale-large-core-tokens.dev.js +0 -6
- package/scale-large-core-tokens.js +0 -2
- package/scale-large-core-tokens.js.map +0 -7
- package/scale-large.d.ts +0 -12
- package/scale-large.dev.js +0 -6
- package/scale-large.dev.js.map +0 -7
- package/scale-large.js +0 -2
- package/scale-large.js.map +0 -7
- package/scale-medium-core-tokens.d.ts +0 -12
- package/scale-medium-core-tokens.dev.js +0 -6
- package/scale-medium-core-tokens.dev.js.map +0 -7
- package/scale-medium-core-tokens.js +0 -2
- package/scale-medium-core-tokens.js.map +0 -7
- package/scale-medium.d.ts +0 -12
- package/scale-medium.dev.js +0 -6
- package/scale-medium.dev.js.map +0 -7
- package/scale-medium.js +0 -2
- package/scale-medium.js.map +0 -7
- package/sp-theme.d.ts +0 -17
- package/sp-theme.dev.js +0 -4
- package/sp-theme.dev.js.map +0 -7
- package/sp-theme.js +0 -2
- package/sp-theme.js.map +0 -7
- package/theme-dark-core-tokens.d.ts +0 -12
- package/theme-dark-core-tokens.dev.js +0 -6
- package/theme-dark-core-tokens.dev.js.map +0 -7
- package/theme-dark-core-tokens.js +0 -2
- package/theme-dark-core-tokens.js.map +0 -7
- package/theme-dark.d.ts +0 -12
- package/theme-dark.dev.js +0 -6
- package/theme-dark.dev.js.map +0 -7
- package/theme-dark.js +0 -2
- package/theme-dark.js.map +0 -7
- package/theme-darkest-core-tokens.d.ts +0 -12
- package/theme-darkest-core-tokens.dev.js +0 -6
- package/theme-darkest-core-tokens.dev.js.map +0 -7
- package/theme-darkest-core-tokens.js +0 -2
- package/theme-darkest-core-tokens.js.map +0 -7
- package/theme-darkest.d.ts +0 -12
- package/theme-darkest.dev.js +0 -6
- package/theme-darkest.dev.js.map +0 -7
- package/theme-darkest.js +0 -2
- package/theme-darkest.js.map +0 -7
- package/theme-light-core-tokens.d.ts +0 -12
- package/theme-light-core-tokens.dev.js +0 -6
- package/theme-light-core-tokens.dev.js.map +0 -7
- package/theme-light-core-tokens.js +0 -2
- package/theme-light-core-tokens.js.map +0 -7
- package/theme-light.d.ts +0 -12
- package/theme-light.dev.js +0 -6
- package/theme-light.dev.js.map +0 -7
- package/theme-light.js +0 -2
- package/theme-light.js.map +0 -7
- package/theme-lightest-core-tokens.d.ts +0 -12
- package/theme-lightest-core-tokens.dev.js +0 -6
- package/theme-lightest-core-tokens.dev.js.map +0 -7
- package/theme-lightest-core-tokens.js +0 -2
- package/theme-lightest-core-tokens.js.map +0 -7
- package/theme-lightest.d.ts +0 -12
- package/theme-lightest.dev.js +0 -6
- package/theme-lightest.dev.js.map +0 -7
- package/theme-lightest.js +0 -2
- package/theme-lightest.js.map +0 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,655 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## 1.9.1-nightly.20251028214328
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @spectrum-web-components/base@1.9.1-nightly.20251028214328
|
|
9
|
+
- @spectrum-web-components/styles@1.9.1-nightly.20251028214328
|
|
10
|
+
|
|
11
|
+
## 1.9.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies []:
|
|
16
|
+
- @spectrum-web-components/base@1.9.0
|
|
17
|
+
- @spectrum-web-components/styles@1.9.0
|
|
18
|
+
|
|
19
|
+
## 1.8.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`77bdef6`](https://github.com/adobe/spectrum-web-components/commit/77bdef68a40e0f6cd5476271b01b4c0f00531f4f), [`15be17d`](https://github.com/adobe/spectrum-web-components/commit/15be17db91f1140ccf3cad52b1f2ed6c4b9e28ba)]:
|
|
24
|
+
- @spectrum-web-components/styles@1.8.0
|
|
25
|
+
- @spectrum-web-components/base@1.8.0
|
|
26
|
+
|
|
27
|
+
## 1.7.0
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [[`1126cf2`](https://github.com/adobe/spectrum-web-components/commit/1126cf22c0076c8728b86e9c0bf7f67fdd8fde07)]:
|
|
32
|
+
- @spectrum-web-components/styles@1.7.0
|
|
33
|
+
- @spectrum-web-components/base@1.7.0
|
|
34
|
+
|
|
35
|
+
## 1.6.0
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [[`9e15a66`](https://github.com/adobe/spectrum-web-components/commit/9e15a66a281745004add414ff977d4a71186aedd), [`a9727d2`](https://github.com/adobe/spectrum-web-components/commit/a9727d2975b01f440c09789c9e7e0122063b6f7e)]:
|
|
40
|
+
- @spectrum-web-components/styles@1.6.0
|
|
41
|
+
- @spectrum-web-components/base@1.6.0
|
|
42
|
+
|
|
43
|
+
## 1.5.0
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- Updated dependencies [[`165a904`](https://github.com/adobe/spectrum-web-components/commit/165a904bd01fddea922fe87b181bbf41281f81f0), [`4e06533`](https://github.com/adobe/spectrum-web-components/commit/4e065332e0236757fc3a050e53747ce82ac40ed5), [`fa4be70`](https://github.com/adobe/spectrum-web-components/commit/fa4be70e9ab9dbeff26867edd3bdeb3f41c423e3), [`daeb11f`](https://github.com/adobe/spectrum-web-components/commit/daeb11f18792cf650518099fd29857139b6380b4), [`6c58f50`](https://github.com/adobe/spectrum-web-components/commit/6c58f50f7b1f5489c11e0d3484e3f4a9d576f1c8), [`fa4be70`](https://github.com/adobe/spectrum-web-components/commit/fa4be70e9ab9dbeff26867edd3bdeb3f41c423e3)]:
|
|
48
|
+
- @spectrum-web-components/styles@1.5.0
|
|
49
|
+
- @spectrum-web-components/base@1.5.0
|
|
50
|
+
|
|
51
|
+
## 1.4.0
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [[`3cca7ea`](https://github.com/adobe/spectrum-web-components/commit/3cca7eacf127c3fd759953db38a2b5a561bfb8dc)]:
|
|
56
|
+
- @spectrum-web-components/styles@1.4.0
|
|
57
|
+
- @spectrum-web-components/base@1.4.0
|
|
58
|
+
|
|
59
|
+
## 1.3.0
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- Updated dependencies []:
|
|
64
|
+
- @spectrum-web-components/base@1.3.0
|
|
65
|
+
- @spectrum-web-components/styles@1.3.0
|
|
66
|
+
|
|
67
|
+
All notable changes to this project will be documented in this file.
|
|
68
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
69
|
+
|
|
70
|
+
# [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
73
|
+
|
|
74
|
+
## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
77
|
+
|
|
78
|
+
## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
81
|
+
|
|
82
|
+
# [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
|
|
83
|
+
|
|
84
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
85
|
+
|
|
86
|
+
## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
89
|
+
|
|
90
|
+
## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
|
|
91
|
+
|
|
92
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
93
|
+
|
|
94
|
+
# [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
|
|
95
|
+
|
|
96
|
+
### BREAKING CHANGES
|
|
97
|
+
|
|
98
|
+
- remove 'theme' attribute from sp-theme ([#4765](https://github.com/adobe/spectrum-web-components/issues/4765))
|
|
99
|
+
|
|
100
|
+
# [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
- add `static-color` to replace `static` ([#4808](https://github.com/adobe/spectrum-web-components/issues/4808)) ([43cf086](https://github.com/adobe/spectrum-web-components/commit/43cf0865d902346568c755650f53410c7788f2a1))
|
|
105
|
+
|
|
106
|
+
## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
|
|
107
|
+
|
|
108
|
+
### Bug Fixes
|
|
109
|
+
|
|
110
|
+
- add file extension to Theme imports and respective eslint rule ([#4771](https://github.com/adobe/spectrum-web-components/issues/4771)) ([a2b6bea](https://github.com/adobe/spectrum-web-components/commit/a2b6bea7142930d8143d9ca887e2c56ffa71a669))
|
|
111
|
+
|
|
112
|
+
# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
115
|
+
|
|
116
|
+
## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
119
|
+
|
|
120
|
+
## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
123
|
+
|
|
124
|
+
# [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
- **breadcrumbs:** add Breadcrumbs component ([#4578](https://github.com/adobe/spectrum-web-components/issues/4578)) ([acd4b5e](https://github.com/adobe/spectrum-web-components/commit/acd4b5e4401dad8cf26b50ee5dcda80a28b62999))
|
|
129
|
+
|
|
130
|
+
# [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
|
|
131
|
+
|
|
132
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
133
|
+
|
|
134
|
+
# [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
137
|
+
|
|
138
|
+
# [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
141
|
+
|
|
142
|
+
# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
145
|
+
|
|
146
|
+
## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
|
|
147
|
+
|
|
148
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
149
|
+
|
|
150
|
+
## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
- **styles,theme:** add S2 tokens and theme ([#4241](https://github.com/adobe/spectrum-web-components/issues/4241)) ([a29e4a2](https://github.com/adobe/spectrum-web-components/commit/a29e4a298090e39e009c434e48113fb8a7e90d14)), closes [#4232](https://github.com/adobe/spectrum-web-components/issues/4232) [#4228](https://github.com/adobe/spectrum-web-components/issues/4228)
|
|
155
|
+
- **theme:** deprecate `theme` property for `system` ([#4230](https://github.com/adobe/spectrum-web-components/issues/4230)) ([ac26168](https://github.com/adobe/spectrum-web-components/commit/ac2616878e90314e5ed307442ac026c9e4ac707a))
|
|
156
|
+
|
|
157
|
+
## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
|
|
158
|
+
|
|
159
|
+
### Bug Fixes
|
|
160
|
+
|
|
161
|
+
- **theme:** deprecate `theme` property for `system` ([#4230](https://github.com/adobe/spectrum-web-components/issues/4230)) ([ac26168](https://github.com/adobe/spectrum-web-components/commit/ac2616878e90314e5ed307442ac026c9e4ac707a))
|
|
162
|
+
|
|
163
|
+
## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
166
|
+
|
|
167
|
+
## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
170
|
+
|
|
171
|
+
# [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
- **styles, theme:** surface exports that omit Spectrum Vars proactively ([#4142](https://github.com/adobe/spectrum-web-components/issues/4142)) ([5b524c1](https://github.com/adobe/spectrum-web-components/commit/5b524c1d54a64225cb3b2f71b92f581695985519))
|
|
176
|
+
- **theme:** deprecate lightest and darkest color stops ([#4179](https://github.com/adobe/spectrum-web-components/issues/4179)) ([0c01a66](https://github.com/adobe/spectrum-web-components/commit/0c01a66627bbc46b459bda7680c6dcb9ea9c1b66))
|
|
177
|
+
|
|
178
|
+
## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
181
|
+
|
|
182
|
+
## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
185
|
+
|
|
186
|
+
# [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
189
|
+
|
|
190
|
+
## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
|
|
191
|
+
|
|
192
|
+
### Bug Fixes
|
|
193
|
+
|
|
194
|
+
- **theme:** expose version property ([#3978](https://github.com/adobe/spectrum-web-components/issues/3978)) ([d42bb71](https://github.com/adobe/spectrum-web-components/commit/d42bb710fab1857dabad80b982ad046a41251569))
|
|
195
|
+
- **theme:** include custom Spectrum color tokens in Express color tokens ([370a1f1](https://github.com/adobe/spectrum-web-components/commit/370a1f1df67dba51fd1110a5e850a8600f5a03dd))
|
|
196
|
+
|
|
197
|
+
## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
|
|
198
|
+
|
|
199
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
200
|
+
|
|
201
|
+
## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
|
|
202
|
+
|
|
203
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
204
|
+
|
|
205
|
+
## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
|
|
206
|
+
|
|
207
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
208
|
+
|
|
209
|
+
## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
|
|
210
|
+
|
|
211
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
212
|
+
|
|
213
|
+
# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
|
|
214
|
+
|
|
215
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
216
|
+
|
|
217
|
+
## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
|
|
218
|
+
|
|
219
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
220
|
+
|
|
221
|
+
## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
|
|
222
|
+
|
|
223
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
224
|
+
|
|
225
|
+
## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
|
|
226
|
+
|
|
227
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
228
|
+
|
|
229
|
+
## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
|
|
230
|
+
|
|
231
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
232
|
+
|
|
233
|
+
# [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
|
|
234
|
+
|
|
235
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
236
|
+
|
|
237
|
+
# [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
|
|
238
|
+
|
|
239
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
240
|
+
|
|
241
|
+
# [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
244
|
+
|
|
245
|
+
# [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
|
|
246
|
+
|
|
247
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
248
|
+
|
|
249
|
+
# [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
|
|
250
|
+
|
|
251
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
252
|
+
|
|
253
|
+
# [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
|
|
254
|
+
|
|
255
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
256
|
+
|
|
257
|
+
## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
|
|
258
|
+
|
|
259
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
260
|
+
|
|
261
|
+
# [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
|
|
262
|
+
|
|
263
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
264
|
+
|
|
265
|
+
# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
|
|
266
|
+
|
|
267
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
268
|
+
|
|
269
|
+
# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
|
|
270
|
+
|
|
271
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
272
|
+
|
|
273
|
+
# 0.30.0 (2023-05-03)
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
- **theme:** stop language resolution propagation and demo using local languages ([6b81391](https://github.com/adobe/spectrum-web-components/commit/6b81391c3e4416889daa5627526dc0194f2f5f56))
|
|
278
|
+
|
|
279
|
+
### Features
|
|
280
|
+
|
|
281
|
+
- **styles:** update typography to leverage Core Tokens ([2f86560](https://github.com/adobe/spectrum-web-components/commit/2f86560139b98e8e014b69d6b108918010637f3d))
|
|
282
|
+
|
|
283
|
+
# [0.15.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.14...@spectrum-web-components/theme@0.15.0) (2023-04-24)
|
|
284
|
+
|
|
285
|
+
### Features
|
|
286
|
+
|
|
287
|
+
- **styles:** update typography to leverage Core Tokens ([2f86560](https://github.com/adobe/spectrum-web-components/commit/2f86560139b98e8e014b69d6b108918010637f3d))
|
|
288
|
+
|
|
289
|
+
## [0.14.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.13...@spectrum-web-components/theme@0.14.14) (2023-04-05)
|
|
290
|
+
|
|
291
|
+
### Bug Fixes
|
|
292
|
+
|
|
293
|
+
- **theme:** stop language resolution propagation and demo using local languages ([6b81391](https://github.com/adobe/spectrum-web-components/commit/6b81391c3e4416889daa5627526dc0194f2f5f56))
|
|
294
|
+
|
|
295
|
+
## [0.14.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.12...@spectrum-web-components/theme@0.14.13) (2023-03-22)
|
|
296
|
+
|
|
297
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
298
|
+
|
|
299
|
+
## [0.14.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.11...@spectrum-web-components/theme@0.14.12) (2023-03-08)
|
|
300
|
+
|
|
301
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
302
|
+
|
|
303
|
+
## [0.14.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.10...@spectrum-web-components/theme@0.14.11) (2023-02-08)
|
|
304
|
+
|
|
305
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
306
|
+
|
|
307
|
+
## [0.14.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.9...@spectrum-web-components/theme@0.14.10) (2023-01-23)
|
|
308
|
+
|
|
309
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
310
|
+
|
|
311
|
+
## [0.14.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.8...@spectrum-web-components/theme@0.14.9) (2023-01-09)
|
|
312
|
+
|
|
313
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
314
|
+
|
|
315
|
+
## [0.14.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.7...@spectrum-web-components/theme@0.14.8) (2022-12-08)
|
|
316
|
+
|
|
317
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
318
|
+
|
|
319
|
+
## [0.14.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.6...@spectrum-web-components/theme@0.14.7) (2022-11-21)
|
|
320
|
+
|
|
321
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
322
|
+
|
|
323
|
+
## [0.14.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.5...@spectrum-web-components/theme@0.14.6) (2022-11-14)
|
|
324
|
+
|
|
325
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
326
|
+
|
|
327
|
+
## [0.14.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.4...@spectrum-web-components/theme@0.14.5) (2022-10-28)
|
|
328
|
+
|
|
329
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
330
|
+
|
|
331
|
+
## [0.14.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.3...@spectrum-web-components/theme@0.14.4) (2022-10-17)
|
|
332
|
+
|
|
333
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
334
|
+
|
|
335
|
+
## [0.14.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.2...@spectrum-web-components/theme@0.14.3) (2022-10-10)
|
|
336
|
+
|
|
337
|
+
### Bug Fixes
|
|
338
|
+
|
|
339
|
+
- convert the langage resolution workflow to a Reactive Controller ([b7781db](https://github.com/adobe/spectrum-web-components/commit/b7781db820620688f97a40225fb17a10e7881178))
|
|
340
|
+
- correct theme calculation for triggering warnings ([5576329](https://github.com/adobe/spectrum-web-components/commit/557632990faca6f96e6a019180586ae5e9a1624b))
|
|
341
|
+
|
|
342
|
+
## [0.14.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.1...@spectrum-web-components/theme@0.14.2) (2022-09-14)
|
|
343
|
+
|
|
344
|
+
### Bug Fixes
|
|
345
|
+
|
|
346
|
+
- add docs and address PR comments ([568062a](https://github.com/adobe/spectrum-web-components/commit/568062a7e5106f2a8f570f3650342bab09dd158e))
|
|
347
|
+
|
|
348
|
+
## [0.14.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.14.0...@spectrum-web-components/theme@0.14.1) (2022-08-24)
|
|
349
|
+
|
|
350
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
351
|
+
|
|
352
|
+
# [0.14.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.13.0...@spectrum-web-components/theme@0.14.0) (2022-08-09)
|
|
353
|
+
|
|
354
|
+
### Features
|
|
355
|
+
|
|
356
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
357
|
+
|
|
358
|
+
# [0.13.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.12.0...@spectrum-web-components/theme@0.13.0) (2022-08-04)
|
|
359
|
+
|
|
360
|
+
### Features
|
|
361
|
+
|
|
362
|
+
- delivery dev mode messages in various packages ([62370a1](https://github.com/adobe/spectrum-web-components/commit/62370a19c77ab00e5b5702833bb1e40fb81e7d48))
|
|
363
|
+
|
|
364
|
+
# [0.12.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.11.3...@spectrum-web-components/theme@0.12.0) (2022-07-18)
|
|
365
|
+
|
|
366
|
+
### Features
|
|
367
|
+
|
|
368
|
+
- support Spectrum Token consumption and update Action Button to use them ([743ab16](https://github.com/adobe/spectrum-web-components/commit/743ab16d8f05335d320440effbdcb8cd4bffc97d))
|
|
369
|
+
|
|
370
|
+
## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.11.2...@spectrum-web-components/theme@0.11.3) (2022-06-29)
|
|
371
|
+
|
|
372
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
373
|
+
|
|
374
|
+
## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.11.1...@spectrum-web-components/theme@0.11.2) (2022-06-07)
|
|
375
|
+
|
|
376
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
377
|
+
|
|
378
|
+
## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.11.0...@spectrum-web-components/theme@0.11.1) (2022-05-12)
|
|
379
|
+
|
|
380
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
381
|
+
|
|
382
|
+
# [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.10.2...@spectrum-web-components/theme@0.11.0) (2022-04-21)
|
|
383
|
+
|
|
384
|
+
### Bug Fixes
|
|
385
|
+
|
|
386
|
+
- ensure all theme data is exported and listed for side effects ([14efdc7](https://github.com/adobe/spectrum-web-components/commit/14efdc71a9c1c72030aadb44bdc614cd2610d394))
|
|
387
|
+
|
|
388
|
+
### Features
|
|
389
|
+
|
|
390
|
+
- add support for Spectrum Express ([12bfe99](https://github.com/adobe/spectrum-web-components/commit/12bfe99570122514fa88ce1a4e4a1591bcc5aa70))
|
|
391
|
+
|
|
392
|
+
## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.10.1...@spectrum-web-components/theme@0.10.2) (2022-03-30)
|
|
393
|
+
|
|
394
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
395
|
+
|
|
396
|
+
## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.10.0...@spectrum-web-components/theme@0.10.1) (2022-03-08)
|
|
397
|
+
|
|
398
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
399
|
+
|
|
400
|
+
# [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.9.4...@spectrum-web-components/theme@0.10.0) (2022-03-04)
|
|
401
|
+
|
|
402
|
+
### Features
|
|
403
|
+
|
|
404
|
+
- leverage latest Spectrum button API ([9caf2f6](https://github.com/adobe/spectrum-web-components/commit/9caf2f6313424450c91c039fafea89bf8aa72624))
|
|
405
|
+
|
|
406
|
+
## [0.9.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.9.3...@spectrum-web-components/theme@0.9.4) (2022-02-22)
|
|
407
|
+
|
|
408
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
409
|
+
|
|
410
|
+
## [0.9.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.9.2...@spectrum-web-components/theme@0.9.3) (2022-01-26)
|
|
411
|
+
|
|
412
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
413
|
+
|
|
414
|
+
## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.9.1...@spectrum-web-components/theme@0.9.2) (2022-01-07)
|
|
415
|
+
|
|
416
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
417
|
+
|
|
418
|
+
## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.9.0...@spectrum-web-components/theme@0.9.1) (2021-12-13)
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
- use local declaration of ShadowRoot.adoptedStyleSheets ([43f1c63](https://github.com/adobe/spectrum-web-components/commit/43f1c63fb920d0f750226f2e567e03e4dcba7a79))
|
|
423
|
+
|
|
424
|
+
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.16...@spectrum-web-components/theme@0.9.0) (2021-11-08)
|
|
425
|
+
|
|
426
|
+
### Features
|
|
427
|
+
|
|
428
|
+
- update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
|
|
429
|
+
|
|
430
|
+
## [0.8.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.15...@spectrum-web-components/theme@0.8.16) (2021-11-08)
|
|
431
|
+
|
|
432
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
433
|
+
|
|
434
|
+
## [0.8.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.14...@spectrum-web-components/theme@0.8.15) (2021-11-02)
|
|
435
|
+
|
|
436
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
437
|
+
|
|
438
|
+
## [0.8.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.13...@spectrum-web-components/theme@0.8.14) (2021-09-20)
|
|
439
|
+
|
|
440
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
441
|
+
|
|
442
|
+
## [0.8.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.12...@spectrum-web-components/theme@0.8.13) (2021-08-24)
|
|
443
|
+
|
|
444
|
+
### Bug Fixes
|
|
445
|
+
|
|
446
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
447
|
+
|
|
448
|
+
## [0.8.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.11...@spectrum-web-components/theme@0.8.12) (2021-08-03)
|
|
449
|
+
|
|
450
|
+
### Bug Fixes
|
|
451
|
+
|
|
452
|
+
- resolve "updateComplete" with a boolean like LitElement ([2ebcd44](https://github.com/adobe/spectrum-web-components/commit/2ebcd449185a2a26b8ca60441793048a76bb3ed7))
|
|
453
|
+
|
|
454
|
+
## [0.8.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.10...@spectrum-web-components/theme@0.8.11) (2021-07-22)
|
|
455
|
+
|
|
456
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
457
|
+
|
|
458
|
+
## [0.8.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.9...@spectrum-web-components/theme@0.8.10) (2021-07-01)
|
|
459
|
+
|
|
460
|
+
### Bug Fixes
|
|
461
|
+
|
|
462
|
+
- manage "lang" via context provided by "sp-theme" ([b1e3457](https://github.com/adobe/spectrum-web-components/commit/b1e3457ae447427c54f8645c478866340329750c))
|
|
463
|
+
|
|
464
|
+
## [0.8.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.8...@spectrum-web-components/theme@0.8.9) (2021-06-16)
|
|
465
|
+
|
|
466
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
467
|
+
|
|
468
|
+
## [0.8.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.7...@spectrum-web-components/theme@0.8.8) (2021-06-07)
|
|
469
|
+
|
|
470
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
471
|
+
|
|
472
|
+
## [0.8.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.6...@spectrum-web-components/theme@0.8.7) (2021-05-12)
|
|
473
|
+
|
|
474
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
475
|
+
|
|
476
|
+
## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.5...@spectrum-web-components/theme@0.8.6) (2021-04-15)
|
|
477
|
+
|
|
478
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
479
|
+
|
|
480
|
+
## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.4...@spectrum-web-components/theme@0.8.5) (2021-04-09)
|
|
481
|
+
|
|
482
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
483
|
+
|
|
484
|
+
## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.3...@spectrum-web-components/theme@0.8.4) (2021-03-29)
|
|
485
|
+
|
|
486
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
487
|
+
|
|
488
|
+
## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.2...@spectrum-web-components/theme@0.8.3) (2021-03-22)
|
|
489
|
+
|
|
490
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
491
|
+
|
|
492
|
+
## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.1...@spectrum-web-components/theme@0.8.2) (2021-03-22)
|
|
493
|
+
|
|
494
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
495
|
+
|
|
496
|
+
## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.8.0...@spectrum-web-components/theme@0.8.1) (2021-03-05)
|
|
497
|
+
|
|
498
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
499
|
+
|
|
500
|
+
# [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.7.4...@spectrum-web-components/theme@0.8.0) (2021-03-04)
|
|
501
|
+
|
|
502
|
+
### Features
|
|
503
|
+
|
|
504
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
505
|
+
|
|
506
|
+
## [0.7.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.7.3...@spectrum-web-components/theme@0.7.4) (2021-02-11)
|
|
507
|
+
|
|
508
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
509
|
+
|
|
510
|
+
## [0.7.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.7.2...@spectrum-web-components/theme@0.7.3) (2021-02-02)
|
|
511
|
+
|
|
512
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
513
|
+
|
|
514
|
+
## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.7.1...@spectrum-web-components/theme@0.7.2) (2021-01-28)
|
|
515
|
+
|
|
516
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
517
|
+
|
|
518
|
+
## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.6.3...@spectrum-web-components/theme@0.7.1) (2021-01-21)
|
|
519
|
+
|
|
520
|
+
### Bug Fixes
|
|
521
|
+
|
|
522
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
523
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
524
|
+
|
|
525
|
+
# [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.6.3...@spectrum-web-components/theme@0.7.0) (2021-01-13)
|
|
526
|
+
|
|
527
|
+
### Bug Fixes
|
|
528
|
+
|
|
529
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
530
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
531
|
+
|
|
532
|
+
## [0.6.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.6.2...@spectrum-web-components/theme@0.6.3) (2020-10-12)
|
|
533
|
+
|
|
534
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
535
|
+
|
|
536
|
+
## [0.6.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.6.1...@spectrum-web-components/theme@0.6.2) (2020-10-12)
|
|
537
|
+
|
|
538
|
+
### Bug Fixes
|
|
539
|
+
|
|
540
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
541
|
+
|
|
542
|
+
## [0.6.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.6.0...@spectrum-web-components/theme@0.6.1) (2020-09-25)
|
|
543
|
+
|
|
544
|
+
### Bug Fixes
|
|
545
|
+
|
|
546
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
547
|
+
|
|
548
|
+
# [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.5.2...@spectrum-web-components/theme@0.6.0) (2020-08-31)
|
|
549
|
+
|
|
550
|
+
### Features
|
|
551
|
+
|
|
552
|
+
- allow dir management by sp-theme elements ([2d10158](https://github.com/adobe/spectrum-web-components/commit/2d1015883bc0c3a03862c0de8b4d996cd954291f))
|
|
553
|
+
|
|
554
|
+
## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.5.1...@spectrum-web-components/theme@0.5.2) (2020-07-24)
|
|
555
|
+
|
|
556
|
+
### Bug Fixes
|
|
557
|
+
|
|
558
|
+
- ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
|
|
559
|
+
|
|
560
|
+
## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.5.0...@spectrum-web-components/theme@0.5.1) (2020-07-22)
|
|
561
|
+
|
|
562
|
+
### Bug Fixes
|
|
563
|
+
|
|
564
|
+
- **theme:** Use correct filename in exports field ([d5da506](https://github.com/adobe/spectrum-web-components/commit/d5da506e5d4125a39492df2b1682d7129b89ca07))
|
|
565
|
+
|
|
566
|
+
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.4.1...@spectrum-web-components/theme@0.5.0) (2020-07-17)
|
|
567
|
+
|
|
568
|
+
### Features
|
|
569
|
+
|
|
570
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
571
|
+
|
|
572
|
+
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.4.0...@spectrum-web-components/theme@0.4.1) (2020-06-08)
|
|
573
|
+
|
|
574
|
+
### Bug Fixes
|
|
575
|
+
|
|
576
|
+
- **theme:** prevent property sets attribute set property stack overflow ([28d8a07](https://github.com/adobe/spectrum-web-components/commit/28d8a07a9f614cfd59787bb248cf99bd45042806))
|
|
577
|
+
- **theme:** support lazily loading theme fragments ([3c3b634](https://github.com/adobe/spectrum-web-components/commit/3c3b634a21d2cdce43b841c301932a505c140a58))
|
|
578
|
+
|
|
579
|
+
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.3.2...@spectrum-web-components/theme@0.4.0) (2020-04-16)
|
|
580
|
+
|
|
581
|
+
### Bug Fixes
|
|
582
|
+
|
|
583
|
+
- ensure themes are registered before adopting ([a7ffb84](https://github.com/adobe/spectrum-web-components/commit/a7ffb8420c7fdb045b837ea733694e1f48192578))
|
|
584
|
+
|
|
585
|
+
### Features
|
|
586
|
+
|
|
587
|
+
- **rule:** add Spectrum rule pattern and apply to docs ([f4c52ae](https://github.com/adobe/spectrum-web-components/commit/f4c52ae34eeae80f8edb57828ad93f32f33f713e))
|
|
588
|
+
|
|
589
|
+
### Performance Improvements
|
|
590
|
+
|
|
591
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
592
|
+
|
|
593
|
+
## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.3.1...@spectrum-web-components/theme@0.3.2) (2020-04-07)
|
|
594
|
+
|
|
595
|
+
**Note:** Version bump only for package @spectrum-web-components/theme
|
|
596
|
+
|
|
597
|
+
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.3.0...@spectrum-web-components/theme@0.3.1) (2020-03-16)
|
|
598
|
+
|
|
599
|
+
### Bug Fixes
|
|
600
|
+
|
|
601
|
+
- **theme:** make typescript happy ([a9aa377](https://github.com/adobe/spectrum-web-components/commit/a9aa377))
|
|
602
|
+
- **theme:** track default theme values dynamically ([a0c306c](https://github.com/adobe/spectrum-web-components/commit/a0c306c))
|
|
603
|
+
|
|
604
|
+
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.2.0...@spectrum-web-components/theme@0.3.0) (2020-03-11)
|
|
605
|
+
|
|
606
|
+
### Features
|
|
607
|
+
|
|
608
|
+
- add "darkest" theme styles ([fe38025](https://github.com/adobe/spectrum-web-components/commit/fe38025))
|
|
609
|
+
|
|
610
|
+
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/theme@0.1.1...@spectrum-web-components/theme@0.2.0) (2020-01-30)
|
|
611
|
+
|
|
612
|
+
### Bug Fixes
|
|
613
|
+
|
|
614
|
+
- **theme:** include "large" scale ([67577e7](https://github.com/adobe/spectrum-web-components/commit/67577e7))
|
|
615
|
+
|
|
616
|
+
### Features
|
|
617
|
+
|
|
618
|
+
- rework overlays to use popper ([e17d1bb](https://github.com/adobe/spectrum-web-components/commit/e17d1bb))
|
|
619
|
+
|
|
620
|
+
## 0.1.1 (2020-01-06)
|
|
621
|
+
|
|
622
|
+
### Bug Fixes
|
|
623
|
+
|
|
624
|
+
- factor theme to use a single DOM node ([7641228](https://github.com/adobe/spectrum-web-components/commit/7641228)), closes [#154](https://github.com/adobe/spectrum-web-components/issues/154)
|
|
625
|
+
- get theme element working in storybook ([4c5e478](https://github.com/adobe/spectrum-web-components/commit/4c5e478))
|
|
626
|
+
|
|
627
|
+
## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/themes@0.2.2...@spectrum-web-components/themes@0.2.3) (2019-12-02)
|
|
628
|
+
|
|
629
|
+
**Note:** Version bump only for package @spectrum-web-components/themes
|
|
630
|
+
|
|
631
|
+
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/themes@0.2.1...@spectrum-web-components/themes@0.2.2) (2019-11-27)
|
|
632
|
+
|
|
633
|
+
### Bug Fixes
|
|
634
|
+
|
|
635
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
|
|
636
|
+
|
|
637
|
+
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/themes@0.2.0...@spectrum-web-components/themes@0.2.1) (2019-11-19)
|
|
638
|
+
|
|
639
|
+
**Note:** Version bump only for package @spectrum-web-components/themes
|
|
640
|
+
|
|
641
|
+
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/themes@0.1.4...@spectrum-web-components/themes@0.2.0) (2019-11-19)
|
|
642
|
+
|
|
643
|
+
### Features
|
|
644
|
+
|
|
645
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
|
|
646
|
+
|
|
647
|
+
## [0.1.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/themes@0.1.3...@spectrum-web-components/themes@0.1.4) (2019-10-14)
|
|
648
|
+
|
|
649
|
+
### Performance Improvements
|
|
650
|
+
|
|
651
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
|
|
652
|
+
|
|
653
|
+
## 0.1.3 (2019-10-03)
|
|
654
|
+
|
|
655
|
+
**Note:** Version bump only for package @spectrum-web-components/themes
|