@conduction/theme 1.0.18 → 1.0.19
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/README.md +1 -0
- package/conduction-design-tokens/dist/design-tokens.css +1 -1
- package/conduction-design-tokens/dist/index.js +1 -1
- package/conduction-design-tokens/dist/index.less +1 -1
- package/conduction-design-tokens/dist/index.scss +1 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +10 -0
- package/municipalities/dinkelland-design-tokens/dist/font.css +1 -0
- package/municipalities/dinkelland-design-tokens/dist/index.css +7 -0
- package/municipalities/dinkelland-design-tokens/dist/index.js +8 -0
- package/municipalities/dinkelland-design-tokens/dist/index.json +65 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +7 -0
- package/municipalities/dinkelland-design-tokens/dist/index.scss +7 -0
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +80 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/leiden-design-tokens/dist/index.js +1 -1
- package/municipalities/leiden-design-tokens/dist/index.less +1 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* Place any @font-face definitions here */
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"value": "wait",
|
|
4
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
5
|
+
"isSource": true,
|
|
6
|
+
"original": {
|
|
7
|
+
"value": "wait"
|
|
8
|
+
},
|
|
9
|
+
"name": "utrechtActionBusyCursor",
|
|
10
|
+
"attributes": {
|
|
11
|
+
"category": "utrecht",
|
|
12
|
+
"type": "action",
|
|
13
|
+
"item": "busy",
|
|
14
|
+
"subitem": "cursor"
|
|
15
|
+
},
|
|
16
|
+
"path": [
|
|
17
|
+
"utrecht",
|
|
18
|
+
"action",
|
|
19
|
+
"busy",
|
|
20
|
+
"cursor"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"value": "not-allowed",
|
|
25
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
26
|
+
"isSource": true,
|
|
27
|
+
"original": {
|
|
28
|
+
"value": "not-allowed"
|
|
29
|
+
},
|
|
30
|
+
"name": "utrechtActionDisabledCursor",
|
|
31
|
+
"attributes": {
|
|
32
|
+
"category": "utrecht",
|
|
33
|
+
"type": "action",
|
|
34
|
+
"item": "disabled",
|
|
35
|
+
"subitem": "cursor"
|
|
36
|
+
},
|
|
37
|
+
"path": [
|
|
38
|
+
"utrecht",
|
|
39
|
+
"action",
|
|
40
|
+
"disabled",
|
|
41
|
+
"cursor"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"value": "pointer",
|
|
46
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
47
|
+
"isSource": true,
|
|
48
|
+
"original": {
|
|
49
|
+
"value": "pointer"
|
|
50
|
+
},
|
|
51
|
+
"name": "utrechtActionSubmitCursor",
|
|
52
|
+
"attributes": {
|
|
53
|
+
"category": "utrecht",
|
|
54
|
+
"type": "action",
|
|
55
|
+
"item": "submit",
|
|
56
|
+
"subitem": "cursor"
|
|
57
|
+
},
|
|
58
|
+
"path": [
|
|
59
|
+
"utrecht",
|
|
60
|
+
"action",
|
|
61
|
+
"submit",
|
|
62
|
+
"cursor"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
]
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dinkelland": {
|
|
3
|
+
"color": {},
|
|
4
|
+
"typography": {}
|
|
5
|
+
},
|
|
6
|
+
"utrecht": {
|
|
7
|
+
"action": {
|
|
8
|
+
"busy": {
|
|
9
|
+
"cursor": {
|
|
10
|
+
"value": "wait",
|
|
11
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
12
|
+
"isSource": true,
|
|
13
|
+
"original": {
|
|
14
|
+
"value": "wait"
|
|
15
|
+
},
|
|
16
|
+
"name": "utrechtActionBusyCursor",
|
|
17
|
+
"attributes": {
|
|
18
|
+
"category": "utrecht",
|
|
19
|
+
"type": "action",
|
|
20
|
+
"item": "busy",
|
|
21
|
+
"subitem": "cursor"
|
|
22
|
+
},
|
|
23
|
+
"path": [
|
|
24
|
+
"utrecht",
|
|
25
|
+
"action",
|
|
26
|
+
"busy",
|
|
27
|
+
"cursor"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"cursor": {
|
|
33
|
+
"value": "not-allowed",
|
|
34
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
35
|
+
"isSource": true,
|
|
36
|
+
"original": {
|
|
37
|
+
"value": "not-allowed"
|
|
38
|
+
},
|
|
39
|
+
"name": "utrechtActionDisabledCursor",
|
|
40
|
+
"attributes": {
|
|
41
|
+
"category": "utrecht",
|
|
42
|
+
"type": "action",
|
|
43
|
+
"item": "disabled",
|
|
44
|
+
"subitem": "cursor"
|
|
45
|
+
},
|
|
46
|
+
"path": [
|
|
47
|
+
"utrecht",
|
|
48
|
+
"action",
|
|
49
|
+
"disabled",
|
|
50
|
+
"cursor"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"submit": {
|
|
55
|
+
"cursor": {
|
|
56
|
+
"value": "pointer",
|
|
57
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
58
|
+
"isSource": true,
|
|
59
|
+
"original": {
|
|
60
|
+
"value": "pointer"
|
|
61
|
+
},
|
|
62
|
+
"name": "utrechtActionSubmitCursor",
|
|
63
|
+
"attributes": {
|
|
64
|
+
"category": "utrecht",
|
|
65
|
+
"type": "action",
|
|
66
|
+
"item": "submit",
|
|
67
|
+
"subitem": "cursor"
|
|
68
|
+
},
|
|
69
|
+
"path": [
|
|
70
|
+
"utrecht",
|
|
71
|
+
"action",
|
|
72
|
+
"submit",
|
|
73
|
+
"cursor"
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"link": {}
|
|
79
|
+
}
|
|
80
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "Conduction's design tokens theme",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/ConductionNL/conduction-theme.git"
|
|
9
9
|
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
|
|
12
|
+
"build": "npm-run-all build:**",
|
|
13
|
+
"build:conduction": "cd ./conduction-design-tokens && npm run build",
|
|
14
|
+
"build:leiden": "cd ./municipalities/leiden-design-tokens && npm run build",
|
|
15
|
+
"build:xxllnc": "cd ./municipalities/xxllnc-design-tokens && npm run build",
|
|
16
|
+
"build:tubbergen": "cd ./municipalities/tubbergen-design-tokens && npm run build"
|
|
17
|
+
|
|
18
|
+
},
|
|
10
19
|
"author": "",
|
|
11
20
|
"license": "ISC",
|
|
12
21
|
"bugs": {
|