@daikin-oss/dds-tokens 0.2.1 → 0.3.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 +9 -0
- package/build/css/aaf/Dark/variables.css +17 -88
- package/build/css/aaf/Light/variables.css +17 -88
- package/build/css/daikin/Dark/variables.css +21 -111
- package/build/css/daikin/Light/variables.css +17 -107
- package/build/js/aaf/Dark/variables.cjs +16 -87
- package/build/js/aaf/Dark/variables.d.cts +16 -107
- package/build/js/aaf/Dark/variables.d.ts +16 -107
- package/build/js/aaf/Dark/variables.js +17 -88
- package/build/js/aaf/Light/variables.cjs +16 -87
- package/build/js/aaf/Light/variables.d.cts +16 -107
- package/build/js/aaf/Light/variables.d.ts +16 -107
- package/build/js/aaf/Light/variables.js +17 -88
- package/build/js/daikin/Dark/variables.cjs +20 -110
- package/build/js/daikin/Dark/variables.d.cts +16 -127
- package/build/js/daikin/Dark/variables.d.ts +16 -127
- package/build/js/daikin/Dark/variables.js +21 -111
- package/build/js/daikin/Light/variables.cjs +16 -106
- package/build/js/daikin/Light/variables.d.cts +16 -127
- package/build/js/daikin/Light/variables.d.ts +16 -127
- package/build/js/daikin/Light/variables.js +17 -107
- package/build/json/aaf/Dark/tokens.json +36 -320
- package/build/json/aaf/Light/tokens.json +36 -320
- package/build/json/daikin/Dark/tokens.json +40 -400
- package/build/json/daikin/Light/tokens.json +36 -396
- package/build/scss/aaf/Dark/_mixins.scss +17 -88
- package/build/scss/aaf/Light/_mixins.scss +17 -88
- package/build/scss/daikin/Dark/_mixins.scss +21 -111
- package/build/scss/daikin/Light/_mixins.scss +17 -107
- package/package.json +1 -1
- package/themes/aaf/dark/component.json +1 -113
- package/themes/aaf/dark/system.json +1 -49
- package/themes/aaf/light/component.json +1 -113
- package/themes/aaf/light/system.json +1 -49
- package/themes/component.json +1 -184
- package/themes/dkn/dark/component.json +0 -237
- package/themes/dkn/dark/system.json +4 -77
- package/themes/dkn/light/component.json +0 -237
- package/themes/dkn/light/system.json +0 -73
- package/themes/reference.json +131 -200
- package/themes/system.json +1 -31
- package/build/css/aaf/Dark/buttons.css +0 -22
- package/build/css/aaf/Light/buttons.css +0 -22
- package/build/css/daikin/Dark/buttons.css +0 -22
- package/build/css/daikin/Light/buttons.css +0 -22
package/themes/system.json
CHANGED
|
@@ -1,31 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"color": {
|
|
3
|
-
"feedback": {
|
|
4
|
-
"positive": {
|
|
5
|
-
"value": "{color.green.60}",
|
|
6
|
-
"type": "color",
|
|
7
|
-
"description": "System status is positive"
|
|
8
|
-
},
|
|
9
|
-
"warning": {
|
|
10
|
-
"value": "{color.yellow.50}",
|
|
11
|
-
"type": "color",
|
|
12
|
-
"description": "System status is warning"
|
|
13
|
-
},
|
|
14
|
-
"negative": {
|
|
15
|
-
"value": "{color.red.60}",
|
|
16
|
-
"type": "color",
|
|
17
|
-
"description": "System status is warning"
|
|
18
|
-
},
|
|
19
|
-
"alarm": {
|
|
20
|
-
"value": "{color.orange.60}",
|
|
21
|
-
"type": "color",
|
|
22
|
-
"description": "System status is warning"
|
|
23
|
-
},
|
|
24
|
-
"information": {
|
|
25
|
-
"value": "{color.blue.60}",
|
|
26
|
-
"type": "color",
|
|
27
|
-
"description": "System status is warning"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
1
|
+
{}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
:root {
|
|
6
|
-
--dds-button-color-background-primary-active: #db4f66; /* Color used for the default state of a secondary button */
|
|
7
|
-
--dds-button-color-background-primary-hover: #c8102e;
|
|
8
|
-
--dds-button-color-background-primary-press: #f8aeba;
|
|
9
|
-
--dds-button-color-background-primary-focus: #f5c0b8;
|
|
10
|
-
--dds-button-color-background-primary-disabled: #616161;
|
|
11
|
-
--dds-button-color-border-secondary-active: #db4f66;
|
|
12
|
-
--dds-button-color-border-secondary-hover: #c8102e;
|
|
13
|
-
--dds-button-color-border-secondary-press: #f8aeba;
|
|
14
|
-
--dds-button-color-border-secondary-focus: #f5c0b8;
|
|
15
|
-
--dds-button-color-border-secondary-disabled: #616161;
|
|
16
|
-
--dds-button-color-text-secondary-active: #db4f66;
|
|
17
|
-
--dds-button-color-text-secondary-hover: #c8102e;
|
|
18
|
-
--dds-button-color-text-secondary-press: #f8aeba;
|
|
19
|
-
--dds-button-color-text-secondary-focus: #f5c0b8;
|
|
20
|
-
--dds-button-color-text-secondary-disabled: #616161;
|
|
21
|
-
--dds-button-color-text-primary: #515151;
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
:root {
|
|
6
|
-
--dds-button-color-background-primary-active: #c8102e; /* Color used for the default state of a secondary button */
|
|
7
|
-
--dds-button-color-background-primary-hover: #db4f66;
|
|
8
|
-
--dds-button-color-background-primary-press: #d2324c;
|
|
9
|
-
--dds-button-color-background-primary-focus: #f8aeba;
|
|
10
|
-
--dds-button-color-background-primary-disabled: #dcdcdc;
|
|
11
|
-
--dds-button-color-border-secondary-active: #c8102e;
|
|
12
|
-
--dds-button-color-border-secondary-hover: #db4f66;
|
|
13
|
-
--dds-button-color-border-secondary-press: #d2324c;
|
|
14
|
-
--dds-button-color-border-secondary-focus: #f8aeba;
|
|
15
|
-
--dds-button-color-border-secondary-disabled: #dcdcdc;
|
|
16
|
-
--dds-button-color-text-secondary-active: #c8102e;
|
|
17
|
-
--dds-button-color-text-secondary-hover: #db4f66;
|
|
18
|
-
--dds-button-color-text-secondary-press: #d2324c;
|
|
19
|
-
--dds-button-color-text-secondary-focus: #f8aeba;
|
|
20
|
-
--dds-button-color-text-secondary-disabled: #dcdcdc;
|
|
21
|
-
--dds-button-color-text-primary: #ffffff;
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
:root {
|
|
6
|
-
--dds-button-color-background-primary-active: #30ade9; /* Color used for the default state of a secondary button */
|
|
7
|
-
--dds-button-color-background-primary-hover: #76cff4;
|
|
8
|
-
--dds-button-color-background-primary-press: #0097e0;
|
|
9
|
-
--dds-button-color-background-primary-focus: #0081c0;
|
|
10
|
-
--dds-button-color-background-primary-disabled: #dcdcdc;
|
|
11
|
-
--dds-button-color-border-secondary-active: #30ade9;
|
|
12
|
-
--dds-button-color-border-secondary-hover: #76cff4;
|
|
13
|
-
--dds-button-color-border-secondary-press: #0097e0;
|
|
14
|
-
--dds-button-color-border-secondary-focus: #0081c0;
|
|
15
|
-
--dds-button-color-border-secondary-disabled: #dcdcdc;
|
|
16
|
-
--dds-button-color-text-secondary-active: #30ade9;
|
|
17
|
-
--dds-button-color-text-secondary-hover: #76cff4;
|
|
18
|
-
--dds-button-color-text-secondary-press: #0097e0;
|
|
19
|
-
--dds-button-color-text-secondary-focus: #0081c0;
|
|
20
|
-
--dds-button-color-text-secondary-disabled: #dcdcdc;
|
|
21
|
-
--dds-button-color-text-primary: #ffffff;
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
:root {
|
|
6
|
-
--dds-button-color-background-primary-active: #30ade9; /* Color used for the default state of a secondary button */
|
|
7
|
-
--dds-button-color-background-primary-hover: #76cff4;
|
|
8
|
-
--dds-button-color-background-primary-press: #0097e0;
|
|
9
|
-
--dds-button-color-background-primary-focus: #0081c0;
|
|
10
|
-
--dds-button-color-background-primary-disabled: #dcdcdc;
|
|
11
|
-
--dds-button-color-border-secondary-active: #30ade9;
|
|
12
|
-
--dds-button-color-border-secondary-hover: #76cff4;
|
|
13
|
-
--dds-button-color-border-secondary-press: #0097e0;
|
|
14
|
-
--dds-button-color-border-secondary-focus: #0081c0;
|
|
15
|
-
--dds-button-color-border-secondary-disabled: #dcdcdc;
|
|
16
|
-
--dds-button-color-text-secondary-active: #30ade9;
|
|
17
|
-
--dds-button-color-text-secondary-hover: #76cff4;
|
|
18
|
-
--dds-button-color-text-secondary-press: #0097e0;
|
|
19
|
-
--dds-button-color-text-secondary-focus: #0081c0;
|
|
20
|
-
--dds-button-color-text-secondary-disabled: #dcdcdc;
|
|
21
|
-
--dds-button-color-text-primary: #ffffff;
|
|
22
|
-
}
|