@gitlab/ui 126.1.0 → 126.1.1
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/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +7 -1
- package/dist/tokens/build/js/tokens.js +7 -1
- package/package.json +1 -1
- package/src/tokens/build/css/tokens.css +7 -1
- package/src/tokens/build/css/tokens.dark.css +7 -1
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +201 -1
- package/src/tokens/build/docs/tokens-tailwind-docs.json +201 -1
- package/src/tokens/build/figma/semantic.tokens.json +91 -4
- package/src/tokens/build/js/tokens.dark.js +6 -0
- package/src/tokens/build/js/tokens.js +6 -0
- package/src/tokens/build/json/tokens.dark.json +205 -1
- package/src/tokens/build/json/tokens.json +205 -1
- package/src/tokens/build/scss/_tokens.dark.scss +7 -1
- package/src/tokens/build/scss/_tokens.scss +7 -1
- package/src/tokens/build/scss/_tokens_custom_properties.scss +6 -0
- package/src/tokens/build/tailwind/tokens.cjs +9 -0
- package/src/tokens/semantic/control.tokens.json +1 -4
- package/src/tokens/semantic/feedback.tokens.json +90 -0
|
@@ -15774,6 +15774,206 @@
|
|
|
15774
15774
|
"cssWithValue": "var(--gl-border-color-section)"
|
|
15775
15775
|
}
|
|
15776
15776
|
},
|
|
15777
|
+
"feedback": {
|
|
15778
|
+
"strong": {
|
|
15779
|
+
"key": "{feedback.strong.border.color}",
|
|
15780
|
+
"$value": "#a4a3a8",
|
|
15781
|
+
"$type": "color",
|
|
15782
|
+
"$description": "Used for the border associated with strong feedback.",
|
|
15783
|
+
"$extensions": {
|
|
15784
|
+
"com.figma.scope": [
|
|
15785
|
+
"STROKE_COLOR"
|
|
15786
|
+
]
|
|
15787
|
+
},
|
|
15788
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15789
|
+
"isSource": true,
|
|
15790
|
+
"original": {
|
|
15791
|
+
"$value": "{color.neutral.300}",
|
|
15792
|
+
"$type": "color",
|
|
15793
|
+
"$description": "Used for the border associated with strong feedback.",
|
|
15794
|
+
"$extensions": {
|
|
15795
|
+
"com.figma.scope": [
|
|
15796
|
+
"STROKE_COLOR"
|
|
15797
|
+
]
|
|
15798
|
+
},
|
|
15799
|
+
"key": "{feedback.strong.border.color}"
|
|
15800
|
+
},
|
|
15801
|
+
"name": "FEEDBACK_STRONG_BORDER_COLOR",
|
|
15802
|
+
"attributes": {},
|
|
15803
|
+
"path": [
|
|
15804
|
+
"feedback",
|
|
15805
|
+
"strong",
|
|
15806
|
+
"border",
|
|
15807
|
+
"color"
|
|
15808
|
+
],
|
|
15809
|
+
"cssWithValue": "var(--gl-feedback-strong-border-color)"
|
|
15810
|
+
},
|
|
15811
|
+
"neutral": {
|
|
15812
|
+
"key": "{feedback.neutral.border.color}",
|
|
15813
|
+
"$value": "#626168",
|
|
15814
|
+
"$type": "color",
|
|
15815
|
+
"$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
15816
|
+
"$extensions": {
|
|
15817
|
+
"com.figma.scope": [
|
|
15818
|
+
"STROKE_COLOR"
|
|
15819
|
+
]
|
|
15820
|
+
},
|
|
15821
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15822
|
+
"isSource": true,
|
|
15823
|
+
"original": {
|
|
15824
|
+
"$value": "{color.neutral.600}",
|
|
15825
|
+
"$type": "color",
|
|
15826
|
+
"$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
15827
|
+
"$extensions": {
|
|
15828
|
+
"com.figma.scope": [
|
|
15829
|
+
"STROKE_COLOR"
|
|
15830
|
+
]
|
|
15831
|
+
},
|
|
15832
|
+
"key": "{feedback.neutral.border.color}"
|
|
15833
|
+
},
|
|
15834
|
+
"name": "FEEDBACK_NEUTRAL_BORDER_COLOR",
|
|
15835
|
+
"attributes": {},
|
|
15836
|
+
"path": [
|
|
15837
|
+
"feedback",
|
|
15838
|
+
"neutral",
|
|
15839
|
+
"border",
|
|
15840
|
+
"color"
|
|
15841
|
+
],
|
|
15842
|
+
"cssWithValue": "var(--gl-feedback-neutral-border-color)"
|
|
15843
|
+
},
|
|
15844
|
+
"info": {
|
|
15845
|
+
"key": "{feedback.info.border.color}",
|
|
15846
|
+
"$value": "#2f68b4",
|
|
15847
|
+
"$type": "color",
|
|
15848
|
+
"$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
|
|
15849
|
+
"$extensions": {
|
|
15850
|
+
"com.figma.scope": [
|
|
15851
|
+
"STROKE_COLOR"
|
|
15852
|
+
]
|
|
15853
|
+
},
|
|
15854
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15855
|
+
"isSource": true,
|
|
15856
|
+
"original": {
|
|
15857
|
+
"$value": "{color.blue.600}",
|
|
15858
|
+
"$type": "color",
|
|
15859
|
+
"$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
|
|
15860
|
+
"$extensions": {
|
|
15861
|
+
"com.figma.scope": [
|
|
15862
|
+
"STROKE_COLOR"
|
|
15863
|
+
]
|
|
15864
|
+
},
|
|
15865
|
+
"key": "{feedback.info.border.color}"
|
|
15866
|
+
},
|
|
15867
|
+
"name": "FEEDBACK_INFO_BORDER_COLOR",
|
|
15868
|
+
"attributes": {},
|
|
15869
|
+
"path": [
|
|
15870
|
+
"feedback",
|
|
15871
|
+
"info",
|
|
15872
|
+
"border",
|
|
15873
|
+
"color"
|
|
15874
|
+
],
|
|
15875
|
+
"cssWithValue": "var(--gl-feedback-info-border-color)"
|
|
15876
|
+
},
|
|
15877
|
+
"success": {
|
|
15878
|
+
"key": "{feedback.success.border.color}",
|
|
15879
|
+
"$value": "#2f7549",
|
|
15880
|
+
"$type": "color",
|
|
15881
|
+
"$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
|
|
15882
|
+
"$extensions": {
|
|
15883
|
+
"com.figma.scope": [
|
|
15884
|
+
"STROKE_COLOR"
|
|
15885
|
+
]
|
|
15886
|
+
},
|
|
15887
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15888
|
+
"isSource": true,
|
|
15889
|
+
"original": {
|
|
15890
|
+
"$value": "{color.green.600}",
|
|
15891
|
+
"$type": "color",
|
|
15892
|
+
"$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
|
|
15893
|
+
"$extensions": {
|
|
15894
|
+
"com.figma.scope": [
|
|
15895
|
+
"STROKE_COLOR"
|
|
15896
|
+
]
|
|
15897
|
+
},
|
|
15898
|
+
"key": "{feedback.success.border.color}"
|
|
15899
|
+
},
|
|
15900
|
+
"name": "FEEDBACK_SUCCESS_BORDER_COLOR",
|
|
15901
|
+
"attributes": {},
|
|
15902
|
+
"path": [
|
|
15903
|
+
"feedback",
|
|
15904
|
+
"success",
|
|
15905
|
+
"border",
|
|
15906
|
+
"color"
|
|
15907
|
+
],
|
|
15908
|
+
"cssWithValue": "var(--gl-feedback-success-border-color)"
|
|
15909
|
+
},
|
|
15910
|
+
"warning": {
|
|
15911
|
+
"key": "{feedback.warning.border.color}",
|
|
15912
|
+
"$value": "#995715",
|
|
15913
|
+
"$type": "color",
|
|
15914
|
+
"$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
|
|
15915
|
+
"$extensions": {
|
|
15916
|
+
"com.figma.scope": [
|
|
15917
|
+
"STROKE_COLOR"
|
|
15918
|
+
]
|
|
15919
|
+
},
|
|
15920
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15921
|
+
"isSource": true,
|
|
15922
|
+
"original": {
|
|
15923
|
+
"$value": "{color.orange.600}",
|
|
15924
|
+
"$type": "color",
|
|
15925
|
+
"$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
|
|
15926
|
+
"$extensions": {
|
|
15927
|
+
"com.figma.scope": [
|
|
15928
|
+
"STROKE_COLOR"
|
|
15929
|
+
]
|
|
15930
|
+
},
|
|
15931
|
+
"key": "{feedback.warning.border.color}"
|
|
15932
|
+
},
|
|
15933
|
+
"name": "FEEDBACK_WARNING_BORDER_COLOR",
|
|
15934
|
+
"attributes": {},
|
|
15935
|
+
"path": [
|
|
15936
|
+
"feedback",
|
|
15937
|
+
"warning",
|
|
15938
|
+
"border",
|
|
15939
|
+
"color"
|
|
15940
|
+
],
|
|
15941
|
+
"cssWithValue": "var(--gl-feedback-warning-border-color)"
|
|
15942
|
+
},
|
|
15943
|
+
"danger": {
|
|
15944
|
+
"key": "{feedback.danger.border.color}",
|
|
15945
|
+
"$value": "#f6806d",
|
|
15946
|
+
"$type": "color",
|
|
15947
|
+
"$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
15948
|
+
"$extensions": {
|
|
15949
|
+
"com.figma.scope": [
|
|
15950
|
+
"STROKE_COLOR"
|
|
15951
|
+
]
|
|
15952
|
+
},
|
|
15953
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15954
|
+
"isSource": true,
|
|
15955
|
+
"original": {
|
|
15956
|
+
"$value": "{color.red.300}",
|
|
15957
|
+
"$type": "color",
|
|
15958
|
+
"$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
15959
|
+
"$extensions": {
|
|
15960
|
+
"com.figma.scope": [
|
|
15961
|
+
"STROKE_COLOR"
|
|
15962
|
+
]
|
|
15963
|
+
},
|
|
15964
|
+
"key": "{feedback.danger.border.color}"
|
|
15965
|
+
},
|
|
15966
|
+
"name": "FEEDBACK_DANGER_BORDER_COLOR",
|
|
15967
|
+
"attributes": {},
|
|
15968
|
+
"path": [
|
|
15969
|
+
"feedback",
|
|
15970
|
+
"danger",
|
|
15971
|
+
"border",
|
|
15972
|
+
"color"
|
|
15973
|
+
],
|
|
15974
|
+
"cssWithValue": "var(--gl-feedback-danger-border-color)"
|
|
15975
|
+
}
|
|
15976
|
+
},
|
|
15777
15977
|
"dropdown": {
|
|
15778
15978
|
"key": "{dropdown.border.color}",
|
|
15779
15979
|
"$value": "#4c4b51",
|
|
@@ -15924,7 +16124,7 @@
|
|
|
15924
16124
|
"filePath": "src/tokens/semantic/control.tokens.json",
|
|
15925
16125
|
"isSource": true,
|
|
15926
16126
|
"original": {
|
|
15927
|
-
"$value": "{
|
|
16127
|
+
"$value": "{feedback.danger.border.color}",
|
|
15928
16128
|
"$type": "color",
|
|
15929
16129
|
"$description": "Used for invalid form control (input, textarea) border.",
|
|
15930
16130
|
"$extensions": {
|
|
@@ -15774,6 +15774,206 @@
|
|
|
15774
15774
|
"cssWithValue": "var(--gl-border-color-section)"
|
|
15775
15775
|
}
|
|
15776
15776
|
},
|
|
15777
|
+
"feedback": {
|
|
15778
|
+
"strong": {
|
|
15779
|
+
"key": "{feedback.strong.border.color}",
|
|
15780
|
+
"$value": "#050506",
|
|
15781
|
+
"$type": "color",
|
|
15782
|
+
"$description": "Used for the border associated with strong feedback.",
|
|
15783
|
+
"$extensions": {
|
|
15784
|
+
"com.figma.scope": [
|
|
15785
|
+
"STROKE_COLOR"
|
|
15786
|
+
]
|
|
15787
|
+
},
|
|
15788
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15789
|
+
"isSource": true,
|
|
15790
|
+
"original": {
|
|
15791
|
+
"$value": "{color.neutral.1000}",
|
|
15792
|
+
"$type": "color",
|
|
15793
|
+
"$description": "Used for the border associated with strong feedback.",
|
|
15794
|
+
"$extensions": {
|
|
15795
|
+
"com.figma.scope": [
|
|
15796
|
+
"STROKE_COLOR"
|
|
15797
|
+
]
|
|
15798
|
+
},
|
|
15799
|
+
"key": "{feedback.strong.border.color}"
|
|
15800
|
+
},
|
|
15801
|
+
"name": "FEEDBACK_STRONG_BORDER_COLOR",
|
|
15802
|
+
"attributes": {},
|
|
15803
|
+
"path": [
|
|
15804
|
+
"feedback",
|
|
15805
|
+
"strong",
|
|
15806
|
+
"border",
|
|
15807
|
+
"color"
|
|
15808
|
+
],
|
|
15809
|
+
"cssWithValue": "var(--gl-feedback-strong-border-color)"
|
|
15810
|
+
},
|
|
15811
|
+
"neutral": {
|
|
15812
|
+
"key": "{feedback.neutral.border.color}",
|
|
15813
|
+
"$value": "#bfbfc3",
|
|
15814
|
+
"$type": "color",
|
|
15815
|
+
"$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
15816
|
+
"$extensions": {
|
|
15817
|
+
"com.figma.scope": [
|
|
15818
|
+
"STROKE_COLOR"
|
|
15819
|
+
]
|
|
15820
|
+
},
|
|
15821
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15822
|
+
"isSource": true,
|
|
15823
|
+
"original": {
|
|
15824
|
+
"$value": "{color.neutral.200}",
|
|
15825
|
+
"$type": "color",
|
|
15826
|
+
"$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
15827
|
+
"$extensions": {
|
|
15828
|
+
"com.figma.scope": [
|
|
15829
|
+
"STROKE_COLOR"
|
|
15830
|
+
]
|
|
15831
|
+
},
|
|
15832
|
+
"key": "{feedback.neutral.border.color}"
|
|
15833
|
+
},
|
|
15834
|
+
"name": "FEEDBACK_NEUTRAL_BORDER_COLOR",
|
|
15835
|
+
"attributes": {},
|
|
15836
|
+
"path": [
|
|
15837
|
+
"feedback",
|
|
15838
|
+
"neutral",
|
|
15839
|
+
"border",
|
|
15840
|
+
"color"
|
|
15841
|
+
],
|
|
15842
|
+
"cssWithValue": "var(--gl-feedback-neutral-border-color)"
|
|
15843
|
+
},
|
|
15844
|
+
"info": {
|
|
15845
|
+
"key": "{feedback.info.border.color}",
|
|
15846
|
+
"$value": "#9dc7f1",
|
|
15847
|
+
"$type": "color",
|
|
15848
|
+
"$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
|
|
15849
|
+
"$extensions": {
|
|
15850
|
+
"com.figma.scope": [
|
|
15851
|
+
"STROKE_COLOR"
|
|
15852
|
+
]
|
|
15853
|
+
},
|
|
15854
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15855
|
+
"isSource": true,
|
|
15856
|
+
"original": {
|
|
15857
|
+
"$value": "{color.blue.200}",
|
|
15858
|
+
"$type": "color",
|
|
15859
|
+
"$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
|
|
15860
|
+
"$extensions": {
|
|
15861
|
+
"com.figma.scope": [
|
|
15862
|
+
"STROKE_COLOR"
|
|
15863
|
+
]
|
|
15864
|
+
},
|
|
15865
|
+
"key": "{feedback.info.border.color}"
|
|
15866
|
+
},
|
|
15867
|
+
"name": "FEEDBACK_INFO_BORDER_COLOR",
|
|
15868
|
+
"attributes": {},
|
|
15869
|
+
"path": [
|
|
15870
|
+
"feedback",
|
|
15871
|
+
"info",
|
|
15872
|
+
"border",
|
|
15873
|
+
"color"
|
|
15874
|
+
],
|
|
15875
|
+
"cssWithValue": "var(--gl-feedback-info-border-color)"
|
|
15876
|
+
},
|
|
15877
|
+
"success": {
|
|
15878
|
+
"key": "{feedback.success.border.color}",
|
|
15879
|
+
"$value": "#91d4a8",
|
|
15880
|
+
"$type": "color",
|
|
15881
|
+
"$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
|
|
15882
|
+
"$extensions": {
|
|
15883
|
+
"com.figma.scope": [
|
|
15884
|
+
"STROKE_COLOR"
|
|
15885
|
+
]
|
|
15886
|
+
},
|
|
15887
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15888
|
+
"isSource": true,
|
|
15889
|
+
"original": {
|
|
15890
|
+
"$value": "{color.green.200}",
|
|
15891
|
+
"$type": "color",
|
|
15892
|
+
"$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
|
|
15893
|
+
"$extensions": {
|
|
15894
|
+
"com.figma.scope": [
|
|
15895
|
+
"STROKE_COLOR"
|
|
15896
|
+
]
|
|
15897
|
+
},
|
|
15898
|
+
"key": "{feedback.success.border.color}"
|
|
15899
|
+
},
|
|
15900
|
+
"name": "FEEDBACK_SUCCESS_BORDER_COLOR",
|
|
15901
|
+
"attributes": {},
|
|
15902
|
+
"path": [
|
|
15903
|
+
"feedback",
|
|
15904
|
+
"success",
|
|
15905
|
+
"border",
|
|
15906
|
+
"color"
|
|
15907
|
+
],
|
|
15908
|
+
"cssWithValue": "var(--gl-feedback-success-border-color)"
|
|
15909
|
+
},
|
|
15910
|
+
"warning": {
|
|
15911
|
+
"key": "{feedback.warning.border.color}",
|
|
15912
|
+
"$value": "#e9be74",
|
|
15913
|
+
"$type": "color",
|
|
15914
|
+
"$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
|
|
15915
|
+
"$extensions": {
|
|
15916
|
+
"com.figma.scope": [
|
|
15917
|
+
"STROKE_COLOR"
|
|
15918
|
+
]
|
|
15919
|
+
},
|
|
15920
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15921
|
+
"isSource": true,
|
|
15922
|
+
"original": {
|
|
15923
|
+
"$value": "{color.orange.200}",
|
|
15924
|
+
"$type": "color",
|
|
15925
|
+
"$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
|
|
15926
|
+
"$extensions": {
|
|
15927
|
+
"com.figma.scope": [
|
|
15928
|
+
"STROKE_COLOR"
|
|
15929
|
+
]
|
|
15930
|
+
},
|
|
15931
|
+
"key": "{feedback.warning.border.color}"
|
|
15932
|
+
},
|
|
15933
|
+
"name": "FEEDBACK_WARNING_BORDER_COLOR",
|
|
15934
|
+
"attributes": {},
|
|
15935
|
+
"path": [
|
|
15936
|
+
"feedback",
|
|
15937
|
+
"warning",
|
|
15938
|
+
"border",
|
|
15939
|
+
"color"
|
|
15940
|
+
],
|
|
15941
|
+
"cssWithValue": "var(--gl-feedback-warning-border-color)"
|
|
15942
|
+
},
|
|
15943
|
+
"danger": {
|
|
15944
|
+
"key": "{feedback.danger.border.color}",
|
|
15945
|
+
"$value": "#dd2b0e",
|
|
15946
|
+
"$type": "color",
|
|
15947
|
+
"$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
15948
|
+
"$extensions": {
|
|
15949
|
+
"com.figma.scope": [
|
|
15950
|
+
"STROKE_COLOR"
|
|
15951
|
+
]
|
|
15952
|
+
},
|
|
15953
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
15954
|
+
"isSource": true,
|
|
15955
|
+
"original": {
|
|
15956
|
+
"$value": "{color.red.500}",
|
|
15957
|
+
"$type": "color",
|
|
15958
|
+
"$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
15959
|
+
"$extensions": {
|
|
15960
|
+
"com.figma.scope": [
|
|
15961
|
+
"STROKE_COLOR"
|
|
15962
|
+
]
|
|
15963
|
+
},
|
|
15964
|
+
"key": "{feedback.danger.border.color}"
|
|
15965
|
+
},
|
|
15966
|
+
"name": "FEEDBACK_DANGER_BORDER_COLOR",
|
|
15967
|
+
"attributes": {},
|
|
15968
|
+
"path": [
|
|
15969
|
+
"feedback",
|
|
15970
|
+
"danger",
|
|
15971
|
+
"border",
|
|
15972
|
+
"color"
|
|
15973
|
+
],
|
|
15974
|
+
"cssWithValue": "var(--gl-feedback-danger-border-color)"
|
|
15975
|
+
}
|
|
15976
|
+
},
|
|
15777
15977
|
"dropdown": {
|
|
15778
15978
|
"key": "{dropdown.border.color}",
|
|
15779
15979
|
"$value": "#bfbfc3",
|
|
@@ -15924,7 +16124,7 @@
|
|
|
15924
16124
|
"filePath": "src/tokens/semantic/control.tokens.json",
|
|
15925
16125
|
"isSource": true,
|
|
15926
16126
|
"original": {
|
|
15927
|
-
"$value": "{
|
|
16127
|
+
"$value": "{feedback.danger.border.color}",
|
|
15928
16128
|
"$type": "color",
|
|
15929
16129
|
"$description": "Used for invalid form control (input, textarea) border.",
|
|
15930
16130
|
"$extensions": {
|
|
@@ -1339,10 +1339,7 @@
|
|
|
1339
1339
|
}
|
|
1340
1340
|
},
|
|
1341
1341
|
"error": {
|
|
1342
|
-
"$value": {
|
|
1343
|
-
"default": "{color.red.500}",
|
|
1344
|
-
"dark": "{color.red.300}"
|
|
1345
|
-
},
|
|
1342
|
+
"$value": "{feedback.danger.border.color}",
|
|
1346
1343
|
"$type": "color",
|
|
1347
1344
|
"$description": "Used for invalid form control (input, textarea) border.",
|
|
1348
1345
|
"$extensions": {
|
|
@@ -1500,6 +1497,21 @@
|
|
|
1500
1497
|
}
|
|
1501
1498
|
}
|
|
1502
1499
|
},
|
|
1500
|
+
"border": {
|
|
1501
|
+
"color": {
|
|
1502
|
+
"$value": {
|
|
1503
|
+
"default": "{color.neutral.1000}",
|
|
1504
|
+
"dark": "{color.neutral.300}"
|
|
1505
|
+
},
|
|
1506
|
+
"$type": "color",
|
|
1507
|
+
"$description": "Used for the border associated with strong feedback.",
|
|
1508
|
+
"$extensions": {
|
|
1509
|
+
"com.figma.scope": [
|
|
1510
|
+
"STROKE_COLOR"
|
|
1511
|
+
]
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1503
1515
|
"text": {
|
|
1504
1516
|
"color": {
|
|
1505
1517
|
"$value": "{color.neutral.0}",
|
|
@@ -1555,6 +1567,21 @@
|
|
|
1555
1567
|
}
|
|
1556
1568
|
}
|
|
1557
1569
|
},
|
|
1570
|
+
"border": {
|
|
1571
|
+
"color": {
|
|
1572
|
+
"$value": {
|
|
1573
|
+
"default": "{color.neutral.200}",
|
|
1574
|
+
"dark": "{color.neutral.600}"
|
|
1575
|
+
},
|
|
1576
|
+
"$type": "color",
|
|
1577
|
+
"$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
1578
|
+
"$extensions": {
|
|
1579
|
+
"com.figma.scope": [
|
|
1580
|
+
"STROKE_COLOR"
|
|
1581
|
+
]
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1558
1585
|
"text": {
|
|
1559
1586
|
"color": {
|
|
1560
1587
|
"$value": {
|
|
@@ -1604,6 +1631,21 @@
|
|
|
1604
1631
|
}
|
|
1605
1632
|
}
|
|
1606
1633
|
},
|
|
1634
|
+
"border": {
|
|
1635
|
+
"color": {
|
|
1636
|
+
"$value": {
|
|
1637
|
+
"default": "{color.blue.200}",
|
|
1638
|
+
"dark": "{color.blue.600}"
|
|
1639
|
+
},
|
|
1640
|
+
"$type": "color",
|
|
1641
|
+
"$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
|
|
1642
|
+
"$extensions": {
|
|
1643
|
+
"com.figma.scope": [
|
|
1644
|
+
"STROKE_COLOR"
|
|
1645
|
+
]
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1607
1649
|
"text": {
|
|
1608
1650
|
"color": {
|
|
1609
1651
|
"$value": {
|
|
@@ -1653,6 +1695,21 @@
|
|
|
1653
1695
|
}
|
|
1654
1696
|
}
|
|
1655
1697
|
},
|
|
1698
|
+
"border": {
|
|
1699
|
+
"color": {
|
|
1700
|
+
"$value": {
|
|
1701
|
+
"default": "{color.green.200}",
|
|
1702
|
+
"dark": "{color.green.600}"
|
|
1703
|
+
},
|
|
1704
|
+
"$type": "color",
|
|
1705
|
+
"$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
|
|
1706
|
+
"$extensions": {
|
|
1707
|
+
"com.figma.scope": [
|
|
1708
|
+
"STROKE_COLOR"
|
|
1709
|
+
]
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1656
1713
|
"text": {
|
|
1657
1714
|
"color": {
|
|
1658
1715
|
"$value": {
|
|
@@ -1702,6 +1759,21 @@
|
|
|
1702
1759
|
}
|
|
1703
1760
|
}
|
|
1704
1761
|
},
|
|
1762
|
+
"border": {
|
|
1763
|
+
"color": {
|
|
1764
|
+
"$value": {
|
|
1765
|
+
"default": "{color.orange.200}",
|
|
1766
|
+
"dark": "{color.orange.600}"
|
|
1767
|
+
},
|
|
1768
|
+
"$type": "color",
|
|
1769
|
+
"$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
|
|
1770
|
+
"$extensions": {
|
|
1771
|
+
"com.figma.scope": [
|
|
1772
|
+
"STROKE_COLOR"
|
|
1773
|
+
]
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1705
1777
|
"text": {
|
|
1706
1778
|
"color": {
|
|
1707
1779
|
"$value": {
|
|
@@ -1751,6 +1823,21 @@
|
|
|
1751
1823
|
}
|
|
1752
1824
|
}
|
|
1753
1825
|
},
|
|
1826
|
+
"border": {
|
|
1827
|
+
"color": {
|
|
1828
|
+
"$value": {
|
|
1829
|
+
"default": "{color.red.500}",
|
|
1830
|
+
"dark": "{color.red.300}"
|
|
1831
|
+
},
|
|
1832
|
+
"$type": "color",
|
|
1833
|
+
"$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
1834
|
+
"$extensions": {
|
|
1835
|
+
"com.figma.scope": [
|
|
1836
|
+
"STROKE_COLOR"
|
|
1837
|
+
]
|
|
1838
|
+
}
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1754
1841
|
"text": {
|
|
1755
1842
|
"color": {
|
|
1756
1843
|
"$value": {
|
|
@@ -1180,22 +1180,28 @@ export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#18171d';
|
|
|
1180
1180
|
export const GL_CONTROL_INDICATOR_COLOR_DISABLED = '#89888d';
|
|
1181
1181
|
export const GL_FEEDBACK_BORDER_RADIUS = '0.5rem';
|
|
1182
1182
|
export const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f';
|
|
1183
|
+
export const GL_FEEDBACK_STRONG_BORDER_COLOR = '#a4a3a8';
|
|
1183
1184
|
export const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff';
|
|
1184
1185
|
export const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff';
|
|
1185
1186
|
export const GL_FEEDBACK_STRONG_LINK_COLOR = '#63a6e9';
|
|
1186
1187
|
export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#28272d';
|
|
1188
|
+
export const GL_FEEDBACK_NEUTRAL_BORDER_COLOR = '#626168';
|
|
1187
1189
|
export const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#bfbfc3';
|
|
1188
1190
|
export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#a4a3a8';
|
|
1189
1191
|
export const GL_FEEDBACK_INFO_BACKGROUND_COLOR = '#1d283e';
|
|
1192
|
+
export const GL_FEEDBACK_INFO_BORDER_COLOR = '#2f68b4';
|
|
1190
1193
|
export const GL_FEEDBACK_INFO_TEXT_COLOR = '#9dc7f1';
|
|
1191
1194
|
export const GL_FEEDBACK_INFO_ICON_COLOR = '#63a6e9';
|
|
1192
1195
|
export const GL_FEEDBACK_SUCCESS_BACKGROUND_COLOR = '#1e3e28';
|
|
1196
|
+
export const GL_FEEDBACK_SUCCESS_BORDER_COLOR = '#2f7549';
|
|
1193
1197
|
export const GL_FEEDBACK_SUCCESS_TEXT_COLOR = '#91d4a8';
|
|
1194
1198
|
export const GL_FEEDBACK_SUCCESS_ICON_COLOR = '#52b87a';
|
|
1195
1199
|
export const GL_FEEDBACK_WARNING_BACKGROUND_COLOR = '#532e16';
|
|
1200
|
+
export const GL_FEEDBACK_WARNING_BORDER_COLOR = '#995715';
|
|
1196
1201
|
export const GL_FEEDBACK_WARNING_TEXT_COLOR = '#e9be74';
|
|
1197
1202
|
export const GL_FEEDBACK_WARNING_ICON_COLOR = '#d99530';
|
|
1198
1203
|
export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#582014';
|
|
1204
|
+
export const GL_FEEDBACK_DANGER_BORDER_COLOR = '#f6806d';
|
|
1199
1205
|
export const GL_FEEDBACK_DANGER_TEXT_COLOR = '#fcb5aa';
|
|
1200
1206
|
export const GL_FEEDBACK_DANGER_ICON_COLOR = '#f6806d';
|
|
1201
1207
|
export const GL_FOCUS_RING_OUTER_COLOR = '#428fdc';
|
|
@@ -1180,22 +1180,28 @@ export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#fff';
|
|
|
1180
1180
|
export const GL_CONTROL_INDICATOR_COLOR_DISABLED = '#737278';
|
|
1181
1181
|
export const GL_FEEDBACK_BORDER_RADIUS = '0.5rem';
|
|
1182
1182
|
export const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f';
|
|
1183
|
+
export const GL_FEEDBACK_STRONG_BORDER_COLOR = '#050506';
|
|
1183
1184
|
export const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff';
|
|
1184
1185
|
export const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff';
|
|
1185
1186
|
export const GL_FEEDBACK_STRONG_LINK_COLOR = '#63a6e9';
|
|
1186
1187
|
export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#ececef';
|
|
1188
|
+
export const GL_FEEDBACK_NEUTRAL_BORDER_COLOR = '#bfbfc3';
|
|
1187
1189
|
export const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#4c4b51';
|
|
1188
1190
|
export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#626168';
|
|
1189
1191
|
export const GL_FEEDBACK_INFO_BACKGROUND_COLOR = '#e9f3fc';
|
|
1192
|
+
export const GL_FEEDBACK_INFO_BORDER_COLOR = '#9dc7f1';
|
|
1190
1193
|
export const GL_FEEDBACK_INFO_TEXT_COLOR = '#2f5ca0';
|
|
1191
1194
|
export const GL_FEEDBACK_INFO_ICON_COLOR = '#2f68b4';
|
|
1192
1195
|
export const GL_FEEDBACK_SUCCESS_BACKGROUND_COLOR = '#ecf4ee';
|
|
1196
|
+
export const GL_FEEDBACK_SUCCESS_BORDER_COLOR = '#91d4a8';
|
|
1193
1197
|
export const GL_FEEDBACK_SUCCESS_TEXT_COLOR = '#306440';
|
|
1194
1198
|
export const GL_FEEDBACK_SUCCESS_ICON_COLOR = '#2f7549';
|
|
1195
1199
|
export const GL_FEEDBACK_WARNING_BACKGROUND_COLOR = '#fdf1dd';
|
|
1200
|
+
export const GL_FEEDBACK_WARNING_BORDER_COLOR = '#e9be74';
|
|
1196
1201
|
export const GL_FEEDBACK_WARNING_TEXT_COLOR = '#894b16';
|
|
1197
1202
|
export const GL_FEEDBACK_WARNING_ICON_COLOR = '#995715';
|
|
1198
1203
|
export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#fcf1ef';
|
|
1204
|
+
export const GL_FEEDBACK_DANGER_BORDER_COLOR = '#dd2b0e';
|
|
1199
1205
|
export const GL_FEEDBACK_DANGER_TEXT_COLOR = '#a32c12';
|
|
1200
1206
|
export const GL_FEEDBACK_DANGER_ICON_COLOR = '#c02f12';
|
|
1201
1207
|
export const GL_FOCUS_RING_OUTER_COLOR = '#1f75cb';
|