@hopper-ui/tokens 3.1.3 → 3.1.5
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 +14 -0
- package/README.md +0 -22
- package/dist/tokens.css +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @hopper-ui/tokens
|
|
2
2
|
|
|
3
|
+
## 3.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2f18e75: - Upsell disabled surface value has been set to treasure-25
|
|
8
|
+
- Upsell surface value has been set to treasure-75
|
|
9
|
+
|
|
10
|
+
## 3.1.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 2639596: Updated some dependencies + move some to peer dependency.
|
|
15
|
+
Fixed a warning that was being thrown in the console regarding SSR.
|
|
16
|
+
|
|
3
17
|
## 3.1.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -5,28 +5,6 @@ Hopper tokens are all the values needed to construct and maintain a design syste
|
|
|
5
5
|
[](../../LICENSE)
|
|
6
6
|
[](https://www.npmjs.com/package/@hopper-ui/tokens)
|
|
7
7
|
|
|
8
|
-
## Installation
|
|
9
|
-
|
|
10
|
-
Install the following packages:
|
|
11
|
-
|
|
12
|
-
**With pnpm**
|
|
13
|
-
|
|
14
|
-
```shell
|
|
15
|
-
pnpm add @hopper-ui/tokens
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
**With yarn**
|
|
19
|
-
|
|
20
|
-
```shell
|
|
21
|
-
yarn add -D @hopper-ui/tokens
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
**With npm**
|
|
25
|
-
|
|
26
|
-
```shell
|
|
27
|
-
npm install -D @hopper-ui/tokens
|
|
28
|
-
```
|
|
29
|
-
|
|
30
8
|
## Usage
|
|
31
9
|
|
|
32
10
|
View the [user's documentation](https://hopper.workleap.design/).
|
package/dist/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 22 Feb 2024 16:33:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -863,13 +863,13 @@
|
|
|
863
863
|
--hop-danger-text-active: var(--hop-amanita-400);
|
|
864
864
|
--hop-danger-icon-active: var(--hop-amanita-400);
|
|
865
865
|
--hop-danger-border-active: var(--hop-amanita-300);
|
|
866
|
-
--hop-upsell-surface: var(--hop-sunken-treasure-
|
|
866
|
+
--hop-upsell-surface: var(--hop-sunken-treasure-75);
|
|
867
867
|
--hop-upsell-surface-active: var(--hop-sunken-treasure-50);
|
|
868
868
|
--hop-upsell-text-disabled: var(--hop-sunken-treasure-400);
|
|
869
869
|
--hop-upsell-text-hover: var(--hop-sunken-treasure-900);
|
|
870
870
|
--hop-upsell-icon: var(--hop-sunken-treasure-800);
|
|
871
871
|
--hop-upsell-text: var(--hop-sunken-treasure-800);
|
|
872
|
-
--hop-upsell-surface-disabled: var(--hop-sunken-treasure-
|
|
872
|
+
--hop-upsell-surface-disabled: var(--hop-sunken-treasure-25);
|
|
873
873
|
--hop-upsell-surface-weak: var(--hop-sunken-treasure-25);
|
|
874
874
|
--hop-upsell-icon-active: var(--hop-sunken-treasure-400);
|
|
875
875
|
--hop-upsell-border-disabled: var(--hop-sunken-treasure-75);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hopper-ui/tokens",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.5",
|
|
5
5
|
"description": "The tokens package.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"README.md"
|
|
31
31
|
],
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@types/node": "20.
|
|
33
|
+
"@types/node": "20.11.7",
|
|
34
34
|
"@workleap/eslint-plugin": "3.0.0",
|
|
35
35
|
"@workleap/tsup-configs": "3.0.1",
|
|
36
36
|
"@workleap/typescript-configs": "3.0.2",
|
|
37
|
-
"style-dictionary": "3.9.
|
|
38
|
-
"tsx": "4.
|
|
39
|
-
"typescript": "5.
|
|
37
|
+
"style-dictionary": "3.9.2",
|
|
38
|
+
"tsx": "4.7.0",
|
|
39
|
+
"typescript": "5.3.3"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"engines": {
|