🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@spark-web/text-link

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-web/text-link - npm Package Compare versions

Comparing version
5.0.0-rc.31
to
5.0.0
+45
-0
CHANGELOG.md
# @spark-web/text-link
## 5.0.0
### Major Changes
- This release of spark-web standardises the version across all packages to be
**`v5`**, primarily signifying the switch from `@emotion/css` to
`@emotion/react` as one of the key dependencies of the entire library, in
order to support server-side rendering / SSR.
This release also introduces support for theming, to allow for more co-branded
experiences across our web applications. It also supports component-level
theming for `<Button />`, `<ButtonLink />`, and `<Checkbox />`, which provides
the capability to override the global theme available inside an application.
To use this in an application, you can wrap the affected areas with a
`ThemeProvider`:
```
<ThemeProvider theme="pantheon">
<Input type="text" />
<Button type="submit" />
</ThemeProvider>
```
Part of the theming capabilities includes a new theme for `spark-web` called
"pantheon", which should map with our co-branding efforts in the Pantheon
project. It currently includes a small set of colors and its corresponding
font family.
### Patch Changes
- [#532](https://github.com/brighte-labs/spark-web/pull/532)
[`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)
Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Fix
type-related issues
- Updated dependencies
[[`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)]:
- @spark-web/theme@5.0.0
- @spark-web/utils@5.0.0
- @spark-web/a11y@5.0.0
- @spark-web/link@5.0.0
- @spark-web/text@5.0.0
- @spark-web/box@5.0.0
## 5.0.0-rc.31

@@ -4,0 +49,0 @@

+7
-7
{
"name": "@spark-web/text-link",
"version": "5.0.0-rc.31",
"version": "5.0.0",
"homepage": "https://github.com/brighte-labs/spark-web#readme",

@@ -20,8 +20,8 @@ "repository": {

"@emotion/react": "^11.14.0",
"@spark-web/a11y": "^5.0.0-rc.31",
"@spark-web/box": "^5.0.0-rc.31",
"@spark-web/link": "^5.0.0-rc.31",
"@spark-web/text": "^5.0.0-rc.31",
"@spark-web/theme": "^5.0.0-rc.31",
"@spark-web/utils": "^5.0.0-rc.31"
"@spark-web/a11y": "^5.0.0",
"@spark-web/box": "^5.0.0",
"@spark-web/link": "^5.0.0",
"@spark-web/text": "^5.0.0",
"@spark-web/theme": "^5.0.0",
"@spark-web/utils": "^5.0.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {