@rijkshuisstijl-community/design-tokens 1.0.1 → 1.2.0
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 +17 -0
- package/dist/_variables.scss +747 -624
- package/dist/index.css +747 -624
- package/dist/index.d.ts +624 -501
- package/dist/index.js +650 -527
- package/dist/index.json +649 -526
- package/dist/index.tokens.json +1684 -1515
- package/dist/root.css +747 -624
- package/dist/tokens.d.ts +1595 -1426
- package/dist/tokens.js +23437 -20600
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +644 -522
- package/dist/uitvoerend-mintgroen-focus/index.css +644 -522
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +736 -614
- package/dist/uitvoerend-mintgroen-focus/index.js +738 -616
- package/dist/uitvoerend-mintgroen-focus/index.json +737 -615
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +1680 -1516
- package/dist/uitvoerend-mintgroen-focus/root.css +644 -522
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +1587 -1423
- package/dist/uitvoerend-mintgroen-focus/tokens.js +22945 -20135
- package/dist/uitvoerend-violet/_variables.scss +153 -30
- package/dist/uitvoerend-violet/index.css +153 -30
- package/dist/uitvoerend-violet/index.d.ts +125 -2
- package/dist/uitvoerend-violet/index.js +153 -30
- package/dist/uitvoerend-violet/index.json +152 -29
- package/dist/uitvoerend-violet/index.tokens.json +202 -33
- package/dist/uitvoerend-violet/root.css +153 -30
- package/dist/uitvoerend-violet/tokens.d.ts +175 -6
- package/dist/uitvoerend-violet/tokens.js +5872 -3035
- package/dist/uitvoerend-violet-oud/_variables.scss +153 -30
- package/dist/uitvoerend-violet-oud/index.css +153 -30
- package/dist/uitvoerend-violet-oud/index.d.ts +125 -2
- package/dist/uitvoerend-violet-oud/index.js +153 -30
- package/dist/uitvoerend-violet-oud/index.json +152 -29
- package/dist/uitvoerend-violet-oud/index.tokens.json +202 -33
- package/dist/uitvoerend-violet-oud/root.css +153 -30
- package/dist/uitvoerend-violet-oud/tokens.d.ts +175 -6
- package/dist/uitvoerend-violet-oud/tokens.js +5872 -3035
- package/dist/wetgevend/_variables.scss +153 -30
- package/dist/wetgevend/index.css +153 -30
- package/dist/wetgevend/index.d.ts +125 -2
- package/dist/wetgevend/index.js +153 -30
- package/dist/wetgevend/index.json +152 -29
- package/dist/wetgevend/index.tokens.json +202 -33
- package/dist/wetgevend/root.css +153 -30
- package/dist/wetgevend/tokens.d.ts +175 -6
- package/dist/wetgevend/tokens.js +5872 -3035
- package/figma/figma.tokens.json +2083 -236
- package/package.json +1 -1
- package/src/generated/base.tokens.json +4588 -4007
- package/src/generated/themes.json +6707 -4391
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +4663 -4090
- package/src/generated/uitvoerend-violet/tokens.json +625 -44
- package/src/generated/uitvoerend-violet-oud/tokens.json +625 -44
- package/src/generated/wetgevend/tokens.json +625 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @rijkshuisstijl-community/design-tokens
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 86c37f5: - Overwrites toegevoegd om thema’s te kunnen variëren. Toegevoegd is: responsiveness, extra primaire kleuren en de optie om niet af te wijken van de Rijkshuisstijl voorbeelden.
|
|
8
|
+
- Default button stijling aangepast.
|
|
9
|
+
|
|
10
|
+
## 1.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- e533251: Split up NL and Utrecht components into separate component properties for easier toggling in Token Studio
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 5925dd1: Added fallback so that the design tokens are usable with Utrecht based components
|
|
19
|
+
|
|
3
20
|
## 1.0.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|