@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.
Files changed (26) hide show
  1. package/README.md +1 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +1 -1
  3. package/conduction-design-tokens/dist/index.js +1 -1
  4. package/conduction-design-tokens/dist/index.less +1 -1
  5. package/conduction-design-tokens/dist/index.scss +1 -1
  6. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +10 -0
  7. package/municipalities/dinkelland-design-tokens/dist/font.css +1 -0
  8. package/municipalities/dinkelland-design-tokens/dist/index.css +7 -0
  9. package/municipalities/dinkelland-design-tokens/dist/index.js +8 -0
  10. package/municipalities/dinkelland-design-tokens/dist/index.json +65 -0
  11. package/municipalities/dinkelland-design-tokens/dist/index.less +7 -0
  12. package/municipalities/dinkelland-design-tokens/dist/index.scss +7 -0
  13. package/municipalities/dinkelland-design-tokens/dist/tokens.json +80 -0
  14. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  15. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  16. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  17. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  18. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  19. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  20. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  21. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  22. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  23. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  24. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  25. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  26. package/package.json +10 -1
package/README.md CHANGED
@@ -4,6 +4,7 @@ Conduction's design tokens theme
4
4
  ## Changelog
5
5
 
6
6
  - **Version 1**
7
+ - 1.0.19: added build all command.
7
8
  - 1.0.18:
8
9
  - added gitingore.
9
10
  - added Tubbergen theme.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Aug 2023 14:24:45 GMT
3
+ * Generated on Tue, 15 Aug 2023 08:23:02 GMT
4
4
  */
5
5
 
6
6
  .conduction-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Aug 2023 14:24:45 GMT
3
+ * Generated on Tue, 15 Aug 2023 08:23:02 GMT
4
4
  */
5
5
 
6
6
  export const conductionColorPrimary = "#4376fc";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 09 Aug 2023 14:24:45 GMT
3
+ // Generated on Tue, 15 Aug 2023 08:23:02 GMT
4
4
 
5
5
  @utrecht-textbox-font-size: 15px;
6
6
  @utrecht-textbox-border-radius: 3px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 09 Aug 2023 14:24:45 GMT
3
+ // Generated on Tue, 15 Aug 2023 08:23:02 GMT
4
4
 
5
5
  $utrecht-textbox-font-size: 15px;
6
6
  $utrecht-textbox-border-radius: 3px;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 15 Aug 2023 08:03:55 GMT
4
+ */
5
+
6
+ .dinkelland-theme {
7
+ --utrecht-action-submit-cursor: pointer;
8
+ --utrecht-action-disabled-cursor: not-allowed;
9
+ --utrecht-action-busy-cursor: wait;
10
+ }
@@ -0,0 +1 @@
1
+ /* Place any @font-face definitions here */
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @license SEE LICENSE.md
3
+ * Copyright (c) 2021 NL Design System Community
4
+ * All rights reserved
5
+ */
6
+ @import "./design-tokens.css";
7
+ /* stylelint-disable block-no-empty */
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 15 Aug 2023 08:03:55 GMT
4
+ */
5
+
6
+ export const utrechtActionBusyCursor = "wait";
7
+ export const utrechtActionDisabledCursor = "not-allowed";
8
+ export const utrechtActionSubmitCursor = "pointer";
@@ -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,7 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Tue, 15 Aug 2023 08:03:55 GMT
4
+
5
+ @utrecht-action-submit-cursor: pointer;
6
+ @utrecht-action-disabled-cursor: not-allowed;
7
+ @utrecht-action-busy-cursor: wait;
@@ -0,0 +1,7 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Tue, 15 Aug 2023 08:03:55 GMT
4
+
5
+ $utrecht-action-submit-cursor: pointer;
6
+ $utrecht-action-disabled-cursor: not-allowed;
7
+ $utrecht-action-busy-cursor: wait;
@@ -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
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Aug 2023 14:48:39 GMT
3
+ * Generated on Tue, 15 Aug 2023 08:23:09 GMT
4
4
  */
5
5
 
6
6
  .leiden-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 09 Aug 2023 14:48:39 GMT
3
+ * Generated on Tue, 15 Aug 2023 08:23:09 GMT
4
4
  */
5
5
 
6
6
  export const leidenColorPrimary = "#d62410";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 09 Aug 2023 14:48:39 GMT
3
+ // Generated on Tue, 15 Aug 2023 08:23:09 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 09 Aug 2023 14:48:39 GMT
3
+ // Generated on Tue, 15 Aug 2023 08:23:09 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 14 Aug 2023 13:42:16 GMT
3
+ * Generated on Tue, 15 Aug 2023 08:23:22 GMT
4
4
  */
5
5
 
6
6
  .tubbergen-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 14 Aug 2023 13:42:16 GMT
3
+ * Generated on Tue, 15 Aug 2023 08:23:22 GMT
4
4
  */
5
5
 
6
6
  export const tubbergenColorPrimary = "#0b612d";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 14 Aug 2023 13:42:16 GMT
3
+ // Generated on Tue, 15 Aug 2023 08:23:22 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 14 Aug 2023 13:42:16 GMT
3
+ // Generated on Tue, 15 Aug 2023 08:23:22 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Aug 2023 09:52:10 GMT
3
+ * Generated on Tue, 15 Aug 2023 08:23:16 GMT
4
4
  */
5
5
 
6
6
  .xxllnc-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Aug 2023 09:52:10 GMT
3
+ * Generated on Tue, 15 Aug 2023 08:23:15 GMT
4
4
  */
5
5
 
6
6
  export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Aug 2023 09:52:10 GMT
3
+ // Generated on Tue, 15 Aug 2023 08:23:16 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Aug 2023 09:52:10 GMT
3
+ // Generated on Tue, 15 Aug 2023 08:23:16 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
package/package.json CHANGED
@@ -1,12 +1,21 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.18",
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": {