@pantheon-systems/pds-design-tokens 1.0.0-dev.28 → 1.0.0-dev.29

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.
@@ -86,6 +86,7 @@
86
86
  --pds-color-input-foreground-default: #ffffff;
87
87
  --pds-color-input-foreground-success: #3cb683;
88
88
  --pds-color-input-placeholder-text: #a6a3b4;
89
+ --pds-color-input-toggle-switch-icon: #ffffff;
89
90
  --pds-color-input-toggle-switch-off: #504e62;
90
91
  --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
91
92
  --pds-color-interactive-focus: #36a3ff;
@@ -86,6 +86,7 @@
86
86
  --pds-color-input-foreground-default: #23232d;
87
87
  --pds-color-input-foreground-success: #1f845a;
88
88
  --pds-color-input-placeholder-text: #71717c;
89
+ --pds-color-input-toggle-switch-icon: #ffffff;
89
90
  --pds-color-input-toggle-switch-off: #94949e;
90
91
  --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
91
92
  --pds-color-interactive-focus: #0f62fe;
@@ -3812,6 +3812,33 @@
3812
3812
  "toggle-switch",
3813
3813
  "on"
3814
3814
  ]
3815
+ },
3816
+ "icon": {
3817
+ "value": "#ffffff",
3818
+ "public": true,
3819
+ "isReferenceToInternal": true,
3820
+ "filePath": "tokens/color/alias/input.dark.json",
3821
+ "isSource": true,
3822
+ "original": {
3823
+ "value": "{color.dark-mode.neutral.000.value}",
3824
+ "public": true,
3825
+ "isReferenceToInternal": true
3826
+ },
3827
+ "name": "color-dark-mode-input-toggle-switch-icon",
3828
+ "attributes": {
3829
+ "category": "color",
3830
+ "type": "dark-mode",
3831
+ "item": "input",
3832
+ "subitem": "toggle-switch",
3833
+ "state": "icon"
3834
+ },
3835
+ "path": [
3836
+ "color",
3837
+ "dark-mode",
3838
+ "input",
3839
+ "toggle-switch",
3840
+ "icon"
3841
+ ]
3815
3842
  }
3816
3843
  },
3817
3844
  "action": {
@@ -8047,6 +8074,33 @@
8047
8074
  "toggle-switch",
8048
8075
  "on"
8049
8076
  ]
8077
+ },
8078
+ "icon": {
8079
+ "value": "#ffffff",
8080
+ "public": true,
8081
+ "isReferenceToInternal": true,
8082
+ "filePath": "tokens/color/alias/input.light.json",
8083
+ "isSource": true,
8084
+ "original": {
8085
+ "value": "{color.light-mode.neutral.000.value}",
8086
+ "public": true,
8087
+ "isReferenceToInternal": true
8088
+ },
8089
+ "name": "color-light-mode-input-toggle-switch-icon",
8090
+ "attributes": {
8091
+ "category": "color",
8092
+ "type": "light-mode",
8093
+ "item": "input",
8094
+ "subitem": "toggle-switch",
8095
+ "state": "icon"
8096
+ },
8097
+ "path": [
8098
+ "color",
8099
+ "light-mode",
8100
+ "input",
8101
+ "toggle-switch",
8102
+ "icon"
8103
+ ]
8050
8104
  }
8051
8105
  },
8052
8106
  "action": {
@@ -1988,6 +1988,33 @@
1988
1988
  "toggle-switch",
1989
1989
  "on"
1990
1990
  ]
1991
+ },
1992
+ "icon": {
1993
+ "value": "#ffffff",
1994
+ "public": true,
1995
+ "isReferenceToInternal": true,
1996
+ "filePath": "tokens/color/alias/input.dark.json",
1997
+ "isSource": true,
1998
+ "original": {
1999
+ "value": "{color.dark-mode.neutral.000.value}",
2000
+ "public": true,
2001
+ "isReferenceToInternal": true
2002
+ },
2003
+ "name": "color-dark-mode-input-toggle-switch-icon",
2004
+ "attributes": {
2005
+ "category": "color",
2006
+ "type": "dark-mode",
2007
+ "item": "input",
2008
+ "subitem": "toggle-switch",
2009
+ "state": "icon"
2010
+ },
2011
+ "path": [
2012
+ "color",
2013
+ "dark-mode",
2014
+ "input",
2015
+ "toggle-switch",
2016
+ "icon"
2017
+ ]
1991
2018
  }
1992
2019
  },
1993
2020
  "action": {
@@ -1988,6 +1988,33 @@
1988
1988
  "toggle-switch",
1989
1989
  "on"
1990
1990
  ]
1991
+ },
1992
+ "icon": {
1993
+ "value": "#ffffff",
1994
+ "public": true,
1995
+ "isReferenceToInternal": true,
1996
+ "filePath": "tokens/color/alias/input.light.json",
1997
+ "isSource": true,
1998
+ "original": {
1999
+ "value": "{color.light-mode.neutral.000.value}",
2000
+ "public": true,
2001
+ "isReferenceToInternal": true
2002
+ },
2003
+ "name": "color-light-mode-input-toggle-switch-icon",
2004
+ "attributes": {
2005
+ "category": "color",
2006
+ "type": "light-mode",
2007
+ "item": "input",
2008
+ "subitem": "toggle-switch",
2009
+ "state": "icon"
2010
+ },
2011
+ "path": [
2012
+ "color",
2013
+ "light-mode",
2014
+ "input",
2015
+ "toggle-switch",
2016
+ "icon"
2017
+ ]
1991
2018
  }
1992
2019
  },
1993
2020
  "action": {
@@ -84,6 +84,7 @@ $pds-color-input-foreground-critical: #e05757;
84
84
  $pds-color-input-foreground-default: #ffffff;
85
85
  $pds-color-input-foreground-success: #3cb683;
86
86
  $pds-color-input-placeholder-text: #a6a3b4;
87
+ $pds-color-input-toggle-switch-icon: #ffffff;
87
88
  $pds-color-input-toggle-switch-off: #504e62;
88
89
  $pds-color-input-toggle-switch-on: $pds-color-interactive-focus;
89
90
  $pds-color-interactive-focus: #36a3ff;
@@ -84,6 +84,7 @@ $pds-color-input-foreground-critical: #d61f1f;
84
84
  $pds-color-input-foreground-default: #23232d;
85
85
  $pds-color-input-foreground-success: #1f845a;
86
86
  $pds-color-input-placeholder-text: #71717c;
87
+ $pds-color-input-toggle-switch-icon: #ffffff;
87
88
  $pds-color-input-toggle-switch-off: #94949e;
88
89
  $pds-color-input-toggle-switch-on: $pds-color-interactive-focus;
89
90
  $pds-color-interactive-focus: #0f62fe;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.28",
3
+ "version": "1.0.0-dev.29",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [