@epignosis_llc/gnosis 6.7.3 → 6.7.5

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.
@@ -6828,7 +6828,7 @@ var palletGenerator = function palletGenerator(base) {
6828
6828
  darkest: Color$1(base).darken(0.6).hex()
6829
6829
  };
6830
6830
  };
6831
- var colors$2 = {
6831
+ var colors$1 = {
6832
6832
  primary: palletGenerator(THEME_COLOURS.primary),
6833
6833
  secondary: palletGenerator(THEME_COLOURS.secondary),
6834
6834
  green: palletGenerator(THEME_COLOURS.green),
@@ -6846,555 +6846,555 @@ var hexToRGBA = function hexToRGBA(hex, alpha) {
6846
6846
  };
6847
6847
 
6848
6848
  var alert = {
6849
- closeBtnColor: colors$2.white,
6849
+ closeBtnColor: colors$1.white,
6850
6850
  info: {
6851
- background: colors$2.primary.lighter,
6852
- borderColor: colors$2.primary.lighter,
6853
- color: colors$2.white
6851
+ background: colors$1.primary.lighter,
6852
+ borderColor: colors$1.primary.lighter,
6853
+ color: colors$1.white
6854
6854
  },
6855
6855
  danger: {
6856
- background: colors$2.red.base,
6857
- borderColor: colors$2.red.base,
6858
- color: colors$2.white
6856
+ background: colors$1.red.base,
6857
+ borderColor: colors$1.red.base,
6858
+ color: colors$1.white
6859
6859
  },
6860
6860
  success: {
6861
- background: colors$2.green.base,
6862
- borderColor: colors$2.green.base,
6863
- color: colors$2.white
6861
+ background: colors$1.green.base,
6862
+ borderColor: colors$1.green.base,
6863
+ color: colors$1.white
6864
6864
  },
6865
6865
  warning: {
6866
- background: colors$2.orange.base,
6867
- borderColor: colors$2.orange.base,
6868
- color: colors$2.white
6866
+ background: colors$1.orange.base,
6867
+ borderColor: colors$1.orange.base,
6868
+ color: colors$1.white
6869
6869
  }
6870
6870
  };
6871
6871
 
6872
6872
  var badge = {
6873
- background: colors$2.red.base,
6874
- color: colors$2.white,
6875
- border: colors$2.white
6873
+ background: colors$1.red.base,
6874
+ color: colors$1.white,
6875
+ border: colors$1.white
6876
6876
  };
6877
6877
 
6878
6878
  var button = {
6879
6879
  disabled: {
6880
- background: colors$2.secondary.lighter,
6881
- color: colors$2.secondary.base,
6882
- borderColor: colors$2.secondary.base
6880
+ background: colors$1.secondary.lighter,
6881
+ color: colors$1.secondary.base,
6882
+ borderColor: colors$1.secondary.base
6883
6883
  },
6884
6884
  primary: {
6885
6885
  "default": {
6886
- background: colors$2.primary.base,
6887
- borderColor: colors$2.primary.base,
6888
- color: colors$2.white,
6886
+ background: colors$1.primary.base,
6887
+ borderColor: colors$1.primary.base,
6888
+ color: colors$1.white,
6889
6889
  borderRadius: "5px"
6890
6890
  },
6891
6891
  hover: {
6892
- background: colors$2.primary.light,
6893
- borderColor: colors$2.primary.light,
6894
- color: colors$2.white
6892
+ background: colors$1.primary.light,
6893
+ borderColor: colors$1.primary.light,
6894
+ color: colors$1.white
6895
6895
  },
6896
6896
  active: {
6897
- background: colors$2.primary.base,
6898
- borderColor: colors$2.primary.base,
6899
- color: colors$2.white
6897
+ background: colors$1.primary.base,
6898
+ borderColor: colors$1.primary.base,
6899
+ color: colors$1.white
6900
6900
  },
6901
6901
  ghost: {
6902
- color: colors$2.primary.base,
6903
- background: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
6904
- hoverColor: colors$2.primary.base
6902
+ color: colors$1.primary.base,
6903
+ background: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
6904
+ hoverColor: colors$1.primary.base
6905
6905
  },
6906
6906
  outline: {
6907
- color: colors$2.primary.base,
6908
- borderColor: colors$2.primary.base
6907
+ color: colors$1.primary.base,
6908
+ borderColor: colors$1.primary.base
6909
6909
  },
6910
6910
  link: {
6911
- color: colors$2.primary.base,
6912
- hoverColor: colors$2.primary.light
6911
+ color: colors$1.primary.base,
6912
+ hoverColor: colors$1.primary.light
6913
6913
  }
6914
6914
  },
6915
6915
  secondary: {
6916
6916
  "default": {
6917
- background: colors$2.secondary.lighter,
6918
- borderColor: colors$2.secondary.lighter,
6919
- color: colors$2.black
6917
+ background: colors$1.secondary.lighter,
6918
+ borderColor: colors$1.secondary.lighter,
6919
+ color: colors$1.black
6920
6920
  },
6921
6921
  hover: {
6922
- background: colors$2.secondary.base,
6923
- borderColor: colors$2.secondary.base,
6924
- color: colors$2.black
6922
+ background: colors$1.secondary.base,
6923
+ borderColor: colors$1.secondary.base,
6924
+ color: colors$1.black
6925
6925
  },
6926
6926
  active: {
6927
- background: colors$2.secondary.lighter,
6928
- borderColor: colors$2.secondary.lighter,
6929
- color: colors$2.black
6927
+ background: colors$1.secondary.lighter,
6928
+ borderColor: colors$1.secondary.lighter,
6929
+ color: colors$1.black
6930
6930
  },
6931
6931
  ghost: {
6932
- color: colors$2.black,
6933
- background: colors$2.secondary.light,
6934
- hoverColor: colors$2.black
6932
+ color: colors$1.black,
6933
+ background: colors$1.secondary.light,
6934
+ hoverColor: colors$1.black
6935
6935
  },
6936
6936
  outline: {
6937
- color: colors$2.secondary.darker,
6938
- borderColor: colors$2.secondary.dark
6937
+ color: colors$1.secondary.darker,
6938
+ borderColor: colors$1.secondary.dark
6939
6939
  },
6940
6940
  link: {
6941
- color: colors$2.black,
6942
- hoverColor: colors$2.secondary.base
6941
+ color: colors$1.black,
6942
+ hoverColor: colors$1.secondary.base
6943
6943
  }
6944
6944
  },
6945
6945
  danger: {
6946
6946
  "default": {
6947
- background: colors$2.red.base,
6948
- borderColor: colors$2.red.base,
6949
- color: colors$2.white
6947
+ background: colors$1.red.base,
6948
+ borderColor: colors$1.red.base,
6949
+ color: colors$1.white
6950
6950
  },
6951
6951
  hover: {
6952
- background: colors$2.red.light,
6953
- borderColor: colors$2.red.light,
6954
- color: colors$2.white
6952
+ background: colors$1.red.light,
6953
+ borderColor: colors$1.red.light,
6954
+ color: colors$1.white
6955
6955
  },
6956
6956
  active: {
6957
- background: colors$2.red.base,
6958
- borderColor: colors$2.red.base,
6959
- color: colors$2.white
6957
+ background: colors$1.red.base,
6958
+ borderColor: colors$1.red.base,
6959
+ color: colors$1.white
6960
6960
  },
6961
6961
  ghost: {
6962
- color: colors$2.red.base,
6963
- background: colors$2.red.light,
6964
- hoverColor: colors$2.white
6962
+ color: colors$1.red.base,
6963
+ background: colors$1.red.light,
6964
+ hoverColor: colors$1.white
6965
6965
  },
6966
6966
  outline: {
6967
- color: colors$2.red.base,
6968
- borderColor: colors$2.red.base
6967
+ color: colors$1.red.base,
6968
+ borderColor: colors$1.red.base
6969
6969
  },
6970
6970
  link: {
6971
- color: colors$2.red.base,
6972
- hoverColor: colors$2.red.lightest
6971
+ color: colors$1.red.base,
6972
+ hoverColor: colors$1.red.lightest
6973
6973
  }
6974
6974
  },
6975
6975
  success: {
6976
6976
  "default": {
6977
- background: colors$2.green.base,
6978
- borderColor: colors$2.green.base,
6979
- color: colors$2.white
6977
+ background: colors$1.green.base,
6978
+ borderColor: colors$1.green.base,
6979
+ color: colors$1.white
6980
6980
  },
6981
6981
  hover: {
6982
- background: colors$2.green.light,
6983
- borderColor: colors$2.green.light,
6984
- color: colors$2.white
6982
+ background: colors$1.green.light,
6983
+ borderColor: colors$1.green.light,
6984
+ color: colors$1.white
6985
6985
  },
6986
6986
  active: {
6987
- background: colors$2.green.base,
6988
- borderColor: colors$2.green.base,
6989
- color: colors$2.white
6987
+ background: colors$1.green.base,
6988
+ borderColor: colors$1.green.base,
6989
+ color: colors$1.white
6990
6990
  },
6991
6991
  ghost: {
6992
- color: colors$2.green.base,
6993
- background: colors$2.green.light,
6994
- hoverColor: colors$2.white
6992
+ color: colors$1.green.base,
6993
+ background: colors$1.green.light,
6994
+ hoverColor: colors$1.white
6995
6995
  },
6996
6996
  outline: {
6997
- color: colors$2.green.base,
6998
- borderColor: colors$2.green.base
6997
+ color: colors$1.green.base,
6998
+ borderColor: colors$1.green.base
6999
6999
  },
7000
7000
  link: {
7001
- color: colors$2.green.base,
7002
- hoverColor: colors$2.green.lightest
7001
+ color: colors$1.green.base,
7002
+ hoverColor: colors$1.green.lightest
7003
7003
  }
7004
7004
  },
7005
7005
  primaryLight: {
7006
7006
  "default": {
7007
- background: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7007
+ background: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7008
7008
  borderColor: "transparent",
7009
- color: colors$2.white
7009
+ color: colors$1.white
7010
7010
  },
7011
7011
  hover: {
7012
- background: Color$1(colors$2.primary.lightest).alpha(0.5).string(),
7012
+ background: Color$1(colors$1.primary.lightest).alpha(0.5).string(),
7013
7013
  borderColor: "transparent",
7014
- color: colors$2.white
7014
+ color: colors$1.white
7015
7015
  },
7016
7016
  active: {
7017
- background: Color$1(colors$2.primary.lightest).alpha(0.5).string(),
7018
- borderColor: Color$1(colors$2.primary.lightest).alpha(0.5).string(),
7019
- color: colors$2.white
7017
+ background: Color$1(colors$1.primary.lightest).alpha(0.5).string(),
7018
+ borderColor: Color$1(colors$1.primary.lightest).alpha(0.5).string(),
7019
+ color: colors$1.white
7020
7020
  },
7021
7021
  ghost: {
7022
- color: colors$2.white,
7023
- background: Color$1(colors$2.primary.lightest).alpha(0.5).string(),
7024
- hoverColor: colors$2.white
7022
+ color: colors$1.white,
7023
+ background: Color$1(colors$1.primary.lightest).alpha(0.5).string(),
7024
+ hoverColor: colors$1.white
7025
7025
  },
7026
7026
  outline: {
7027
- color: colors$2.white,
7028
- borderColor: Color$1(colors$2.primary.lightest).alpha(0.25).string()
7027
+ color: colors$1.white,
7028
+ borderColor: Color$1(colors$1.primary.lightest).alpha(0.25).string()
7029
7029
  },
7030
7030
  link: {
7031
- color: colors$2.white,
7032
- hoverColor: Color$1(colors$2.white).alpha(0.7).string()
7031
+ color: colors$1.white,
7032
+ hoverColor: Color$1(colors$1.white).alpha(0.7).string()
7033
7033
  }
7034
7034
  },
7035
7035
  primaryDarker: {
7036
7036
  "default": {
7037
- background: colors$2.primary.darker,
7038
- borderColor: colors$2.primary.darker,
7039
- color: colors$2.white
7037
+ background: colors$1.primary.darker,
7038
+ borderColor: colors$1.primary.darker,
7039
+ color: colors$1.white
7040
7040
  },
7041
7041
  hover: {
7042
- background: Color$1(colors$2.primary.darker).alpha(0.9).string(),
7043
- borderColor: Color$1(colors$2.primary.darker).alpha(0.9).string(),
7044
- color: colors$2.white
7042
+ background: Color$1(colors$1.primary.darker).alpha(0.9).string(),
7043
+ borderColor: Color$1(colors$1.primary.darker).alpha(0.9).string(),
7044
+ color: colors$1.white
7045
7045
  },
7046
7046
  active: {
7047
- background: colors$2.primary.darker,
7048
- borderColor: colors$2.primary.darker,
7049
- color: colors$2.white
7047
+ background: colors$1.primary.darker,
7048
+ borderColor: colors$1.primary.darker,
7049
+ color: colors$1.white
7050
7050
  },
7051
7051
  ghost: {
7052
- color: colors$2.primary.darker,
7053
- background: Color$1(colors$2.primary.darker).alpha(0.15).string(),
7054
- hoverColor: colors$2.primary.darker
7052
+ color: colors$1.primary.darker,
7053
+ background: Color$1(colors$1.primary.darker).alpha(0.15).string(),
7054
+ hoverColor: colors$1.primary.darker
7055
7055
  },
7056
7056
  outline: {
7057
- color: colors$2.primary.darker,
7058
- borderColor: colors$2.primary.darker
7057
+ color: colors$1.primary.darker,
7058
+ borderColor: colors$1.primary.darker
7059
7059
  },
7060
7060
  link: {
7061
- color: colors$2.primary.darker,
7062
- hoverColor: colors$2.primary.base
7061
+ color: colors$1.primary.darker,
7062
+ hoverColor: colors$1.primary.base
7063
7063
  }
7064
7064
  },
7065
7065
  white: {
7066
7066
  "default": {
7067
- background: colors$2.white,
7068
- borderColor: colors$2.white,
7069
- color: colors$2.primary.darker
7067
+ background: colors$1.white,
7068
+ borderColor: colors$1.white,
7069
+ color: colors$1.primary.darker
7070
7070
  },
7071
7071
  hover: {
7072
- background: colors$2.white,
7073
- borderColor: colors$2.white,
7074
- color: colors$2.primary.base
7072
+ background: colors$1.white,
7073
+ borderColor: colors$1.white,
7074
+ color: colors$1.primary.base
7075
7075
  },
7076
7076
  active: {
7077
- background: colors$2.white,
7078
- borderColor: colors$2.white,
7079
- color: colors$2.primary.base
7077
+ background: colors$1.white,
7078
+ borderColor: colors$1.white,
7079
+ color: colors$1.primary.base
7080
7080
  },
7081
7081
  ghost: {
7082
- color: colors$2.primary.darker,
7083
- background: colors$2.white,
7084
- hoverColor: colors$2.primary.base
7082
+ color: colors$1.primary.darker,
7083
+ background: colors$1.white,
7084
+ hoverColor: colors$1.primary.base
7085
7085
  },
7086
7086
  outline: {
7087
- color: colors$2.primary.darker,
7088
- borderColor: colors$2.white
7087
+ color: colors$1.primary.darker,
7088
+ borderColor: colors$1.white
7089
7089
  },
7090
7090
  link: {
7091
- color: colors$2.primary.darker,
7092
- hoverColor: colors$2.primary.base
7091
+ color: colors$1.primary.darker,
7092
+ hoverColor: colors$1.primary.base
7093
7093
  }
7094
7094
  },
7095
7095
  orange: {
7096
7096
  "default": {
7097
- background: colors$2.orange.base,
7098
- borderColor: colors$2.orange.base,
7099
- color: colors$2.black
7097
+ background: colors$1.orange.base,
7098
+ borderColor: colors$1.orange.base,
7099
+ color: colors$1.black
7100
7100
  },
7101
7101
  hover: {
7102
- background: colors$2.orange.light,
7103
- borderColor: colors$2.orange.light,
7104
- color: colors$2.black
7102
+ background: colors$1.orange.light,
7103
+ borderColor: colors$1.orange.light,
7104
+ color: colors$1.black
7105
7105
  },
7106
7106
  active: {
7107
- background: colors$2.orange.base,
7108
- borderColor: colors$2.orange.base,
7109
- color: colors$2.black
7107
+ background: colors$1.orange.base,
7108
+ borderColor: colors$1.orange.base,
7109
+ color: colors$1.black
7110
7110
  },
7111
7111
  ghost: {
7112
- color: colors$2.orange.base,
7113
- background: colors$2.orange.light,
7114
- hoverColor: colors$2.black
7112
+ color: colors$1.orange.base,
7113
+ background: colors$1.orange.light,
7114
+ hoverColor: colors$1.black
7115
7115
  },
7116
7116
  outline: {
7117
- color: colors$2.black,
7118
- borderColor: colors$2.orange.light
7117
+ color: colors$1.black,
7118
+ borderColor: colors$1.orange.light
7119
7119
  },
7120
7120
  link: {
7121
- color: colors$2.orange.base,
7122
- hoverColor: colors$2.primary.base
7121
+ color: colors$1.orange.base,
7122
+ hoverColor: colors$1.primary.base
7123
7123
  }
7124
7124
  }
7125
7125
  };
7126
7126
 
7127
7127
  var breadcrumbs = {
7128
- link: colors$2.primary.base,
7129
- black: colors$2.black,
7130
- separator: colors$2.secondary.darker
7128
+ link: colors$1.primary.base,
7129
+ black: colors$1.black,
7130
+ separator: colors$1.secondary.darker
7131
7131
  };
7132
7132
 
7133
7133
  var card = {
7134
- background: colors$2.white,
7135
- shadow: colors$2.secondary.light,
7136
- border: colors$2.secondary.light,
7134
+ background: colors$1.white,
7135
+ shadow: colors$1.secondary.light,
7136
+ border: colors$1.secondary.light,
7137
7137
  hover: {
7138
- background: Color$1(colors$2.primary.darker).alpha(0.9).string()
7138
+ background: Color$1(colors$1.primary.darker).alpha(0.9).string()
7139
7139
  },
7140
7140
  overlay: {
7141
- background: Color$1(colors$2.primary.darker).alpha(0.5).string()
7141
+ background: Color$1(colors$1.primary.darker).alpha(0.5).string()
7142
7142
  }
7143
7143
  };
7144
7144
 
7145
7145
  var chip$1 = {
7146
- backgroundColor: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7147
- color: colors$2.black
7146
+ backgroundColor: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7147
+ color: colors$1.black
7148
7148
  };
7149
7149
 
7150
7150
  var drawer = {
7151
- dialog: colors$2.white
7151
+ dialog: colors$1.white
7152
7152
  };
7153
7153
 
7154
7154
  var dropdown = {
7155
- boxShadowColor: colors$2.secondary.light,
7156
- backgroundColor: colors$2.white,
7157
- emptyStateColor: colors$2.secondary.base,
7158
- hoverBackgroundColor: colors$2.secondary.lighter,
7159
- borderBottomColor: colors$2.secondary.lighter,
7160
- textColor: colors$2.black,
7161
- disabledColor: colors$2.secondary.light
7155
+ boxShadowColor: colors$1.secondary.light,
7156
+ backgroundColor: colors$1.white,
7157
+ emptyStateColor: colors$1.secondary.base,
7158
+ hoverBackgroundColor: colors$1.secondary.lighter,
7159
+ borderBottomColor: colors$1.secondary.lighter,
7160
+ textColor: colors$1.black,
7161
+ disabledColor: colors$1.secondary.light
7162
7162
  };
7163
7163
 
7164
7164
  var formElements = {
7165
7165
  generic: {
7166
- required: colors$2.red.base,
7167
- black: colors$2.black
7166
+ required: colors$1.red.base,
7167
+ black: colors$1.black
7168
7168
  },
7169
7169
  errors: {
7170
- errorBorderColor: colors$2.red.base
7170
+ errorBorderColor: colors$1.red.base
7171
7171
  },
7172
7172
  input: {
7173
- placeholderColor: colors$2.black,
7174
- borderHoverColor: colors$2.primary.light,
7175
- borderFocusColor: colors$2.primary.base,
7176
- inputBorderColor: colors$2.secondary.lighter,
7177
- background: colors$2.secondary.lighter,
7178
- backgroundFocus: colors$2.white,
7179
- iconColor: colors$2.black,
7180
- iconHoverColor: colors$2.secondary.base,
7181
- hoverColor: colors$2.secondary.lighter,
7182
- disabledColor: colors$2.secondary.base,
7183
- disabledBackground: colors$2.secondary.lighter,
7184
- disabledBorder: colors$2.secondary.base,
7185
- disabledIcon: colors$2.secondary.base,
7186
- borderFocus: colors$2.primary.base,
7187
- infoTooltipColor: colors$2.blue,
7188
- verticalLineColor: colors$2.secondary.base,
7189
- textColor: colors$2.black,
7190
- textColorFocused: colors$2.white
7173
+ placeholderColor: colors$1.black,
7174
+ borderHoverColor: colors$1.primary.light,
7175
+ borderFocusColor: colors$1.primary.base,
7176
+ inputBorderColor: colors$1.secondary.lighter,
7177
+ background: colors$1.secondary.lighter,
7178
+ backgroundFocus: colors$1.white,
7179
+ iconColor: colors$1.black,
7180
+ iconHoverColor: colors$1.secondary.base,
7181
+ hoverColor: colors$1.secondary.lighter,
7182
+ disabledColor: colors$1.secondary.base,
7183
+ disabledBackground: colors$1.secondary.lighter,
7184
+ disabledBorder: colors$1.secondary.base,
7185
+ disabledIcon: colors$1.secondary.base,
7186
+ borderFocus: colors$1.primary.base,
7187
+ infoTooltipColor: colors$1.blue,
7188
+ verticalLineColor: colors$1.secondary.base,
7189
+ textColor: colors$1.black,
7190
+ textColorFocused: colors$1.white
7191
7191
  },
7192
7192
  radioButtonGroup: {
7193
- normalBackground: colors$2.secondary.lighter,
7194
- normalFontColor: colors$2.black,
7195
- selectedBackground: colors$2.primary.base,
7196
- selectedFontColor: colors$2.white,
7197
- borderColor: Color$1(colors$2.secondary.light).alpha(0.5).string()
7193
+ normalBackground: colors$1.secondary.lighter,
7194
+ normalFontColor: colors$1.black,
7195
+ selectedBackground: colors$1.primary.base,
7196
+ selectedFontColor: colors$1.white,
7197
+ borderColor: Color$1(colors$1.secondary.light).alpha(0.5).string()
7198
7198
  },
7199
7199
  multiSelect: {
7200
- background: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7201
- hoverClose: Color$1(colors$2.primary.lighter).alpha(0.5).string(),
7202
- hover: colors$2.secondary.lighter
7200
+ background: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7201
+ hoverClose: Color$1(colors$1.primary.lighter).alpha(0.5).string(),
7202
+ hover: colors$1.secondary.lighter
7203
7203
  },
7204
7204
  checkbox: {
7205
- partiallySelected: colors$2.white,
7205
+ partiallySelected: colors$1.white,
7206
7206
  input: {
7207
- background: colors$2.primary.base,
7208
- borderColor: colors$2.black,
7209
- shadowColor: Color$1(colors$2.primary.lightest).alpha(0.25).string()
7207
+ background: colors$1.primary.base,
7208
+ borderColor: colors$1.black,
7209
+ shadowColor: Color$1(colors$1.primary.lightest).alpha(0.25).string()
7210
7210
  },
7211
7211
  disabled: {
7212
- borderColor: colors$2.secondary.base
7212
+ borderColor: colors$1.secondary.base
7213
7213
  }
7214
7214
  },
7215
7215
  generalError: {
7216
- borderColor: colors$2.red.base,
7217
- background: Color$1(colors$2.red.light).alpha(0.15).string()
7216
+ borderColor: colors$1.red.base,
7217
+ background: Color$1(colors$1.red.light).alpha(0.15).string()
7218
7218
  },
7219
7219
  toggleSwitch: {
7220
- hoverDisabledColor: Color$1(colors$2.primary.lightest).alpha(0.5).string(),
7221
- backgroundEnabled: colors$2.primary.base,
7222
- backgroundInlineEnabled: colors$2.green.base,
7223
- backgroundDisabled: colors$2.secondary.base,
7224
- backgroundInlineDisabled: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7225
- disabledBackground: colors$2.secondary.light,
7226
- textColor: colors$2.white,
7227
- requiredAsteriskColor: colors$2.red.base,
7228
- subtitleDescription: colors$2.secondary.darker
7220
+ hoverDisabledColor: Color$1(colors$1.primary.lightest).alpha(0.5).string(),
7221
+ backgroundEnabled: colors$1.primary.base,
7222
+ backgroundInlineEnabled: colors$1.green.base,
7223
+ backgroundDisabled: colors$1.secondary.base,
7224
+ backgroundInlineDisabled: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7225
+ disabledBackground: colors$1.secondary.light,
7226
+ textColor: colors$1.white,
7227
+ requiredAsteriskColor: colors$1.red.base,
7228
+ subtitleDescription: colors$1.secondary.darker
7229
7229
  }
7230
7230
  };
7231
7231
 
7232
7232
  var loader = {
7233
- color: colors$2.primary.base
7233
+ color: colors$1.primary.base
7234
7234
  };
7235
7235
 
7236
7236
  var modal = {
7237
- iconHover: colors$2.secondary.base,
7238
- color: colors$2.black,
7239
- border: colors$2.secondary.lighter,
7240
- content: colors$2.white
7237
+ iconHover: colors$1.secondary.base,
7238
+ color: colors$1.black,
7239
+ border: colors$1.secondary.lighter,
7240
+ content: colors$1.white
7241
7241
  };
7242
7242
 
7243
7243
  var progressBar = {
7244
7244
  primary: {
7245
- background: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7246
- progressBackground: colors$2.primary.base,
7247
- percentColor: colors$2.white,
7248
- textColor: colors$2.primary.base
7245
+ background: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7246
+ progressBackground: colors$1.primary.base,
7247
+ percentColor: colors$1.white,
7248
+ textColor: colors$1.primary.base
7249
7249
  },
7250
7250
  success: {
7251
- background: colors$2.secondary.lighter,
7252
- progressBackground: colors$2.green.base,
7253
- percentColor: colors$2.white,
7254
- textColor: colors$2.black
7251
+ background: colors$1.secondary.lighter,
7252
+ progressBackground: colors$1.green.base,
7253
+ percentColor: colors$1.white,
7254
+ textColor: colors$1.black
7255
7255
  },
7256
7256
  white: {
7257
- background: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7258
- progressBackground: colors$2.white,
7259
- percentColor: colors$2.black,
7260
- textColor: colors$2.white
7257
+ background: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7258
+ progressBackground: colors$1.white,
7259
+ percentColor: colors$1.black,
7260
+ textColor: colors$1.white
7261
7261
  },
7262
7262
  darkgreen: {
7263
- background: colors$2.secondary.lighter,
7264
- progressBackground: colors$2.green.darker,
7265
- percentColor: colors$2.white,
7266
- textColor: colors$2.black
7263
+ background: colors$1.secondary.lighter,
7264
+ progressBackground: colors$1.green.darker,
7265
+ percentColor: colors$1.white,
7266
+ textColor: colors$1.black
7267
7267
  }
7268
7268
  };
7269
7269
 
7270
7270
  var result = {
7271
- titleColor: colors$2.black,
7272
- infoColor: colors$2.secondary.darker,
7273
- shadowColor: colors$2.secondary.light
7271
+ titleColor: colors$1.black,
7272
+ infoColor: colors$1.secondary.darker,
7273
+ shadowColor: colors$1.secondary.light
7274
7274
  };
7275
7275
 
7276
7276
  var sidebar = {
7277
- background: colors$2.primary.base,
7278
- backgroundHover: colors$2.primary.darker,
7279
- backgroundHoverShadow: colors$2.primary.darker,
7280
- color: colors$2.white,
7281
- colorHover: colors$2.white,
7282
- hamburgerBackground: colors$2.white,
7283
- border: colors$2.primary.base
7277
+ background: colors$1.primary.base,
7278
+ backgroundHover: colors$1.primary.darker,
7279
+ backgroundHoverShadow: colors$1.primary.darker,
7280
+ color: colors$1.white,
7281
+ colorHover: colors$1.white,
7282
+ hamburgerBackground: colors$1.white,
7283
+ border: colors$1.primary.base
7284
7284
  };
7285
7285
 
7286
7286
  var tabs = {
7287
- headerBackground: colors$2.white,
7288
- headerBorder: colors$2.secondary.base,
7289
- linkBorder: colors$2.primary.base,
7290
- linkHover: colors$2.primary.base
7287
+ headerBackground: colors$1.white,
7288
+ headerBorder: colors$1.secondary.base,
7289
+ linkBorder: colors$1.primary.base,
7290
+ linkHover: colors$1.primary.base
7291
7291
  };
7292
7292
 
7293
7293
  var table = {
7294
- borderBottomColor: colors$2.secondary.base,
7295
- rowBackgroundColor: colors$2.secondary.lighter,
7296
- rowHoverColor: hexToRGBA(colors$2.primary.lightest, 0.25)
7294
+ borderBottomColor: colors$1.secondary.base,
7295
+ rowBackgroundColor: colors$1.secondary.lighter,
7296
+ rowHoverColor: hexToRGBA(colors$1.primary.lightest, 0.25)
7297
7297
  };
7298
7298
 
7299
7299
  var tag$1 = {
7300
- backgroundColor: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7301
- color: colors$2.primary.base
7300
+ backgroundColor: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7301
+ color: colors$1.primary.base
7302
7302
  };
7303
7303
 
7304
7304
  var tooltip = {
7305
- background: colors$2.white,
7306
- color: colors$2.black,
7307
- border: colors$2.black
7305
+ background: colors$1.white,
7306
+ color: colors$1.black,
7307
+ border: colors$1.black
7308
7308
  };
7309
7309
 
7310
7310
  var pagination = {
7311
- color: colors$2.primary.base,
7312
- background: colors$2.primary.lightest,
7313
- boxShadowColor: colors$2.secondary.light,
7314
- hoverBackground: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7315
- dropdownBackground: colors$2.secondary.lighter,
7316
- emptyState: colors$2.white,
7317
- textColor: colors$2.black,
7318
- iconColor: colors$2.black,
7319
- white: colors$2.white,
7320
- scrollBar: colors$2.secondary.light
7311
+ color: colors$1.primary.base,
7312
+ background: colors$1.primary.lightest,
7313
+ boxShadowColor: colors$1.secondary.light,
7314
+ hoverBackground: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7315
+ dropdownBackground: colors$1.secondary.lighter,
7316
+ emptyState: colors$1.white,
7317
+ textColor: colors$1.black,
7318
+ iconColor: colors$1.black,
7319
+ white: colors$1.white,
7320
+ scrollBar: colors$1.secondary.light
7321
7321
  };
7322
7322
 
7323
7323
  var scrollbar = {
7324
- color: colors$2.secondary.dark,
7325
- background: colors$2.secondary.lighter
7324
+ color: colors$1.secondary.dark,
7325
+ background: colors$1.secondary.lighter
7326
7326
  };
7327
7327
 
7328
7328
  var segmentedButtons = {
7329
7329
  "default": {
7330
- background: colors$2.white,
7331
- borderColor: colors$2.secondary.light,
7332
- color: colors$2.black
7330
+ background: colors$1.white,
7331
+ borderColor: colors$1.secondary.light,
7332
+ color: colors$1.black
7333
7333
  },
7334
7334
  hover: {
7335
- background: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7336
- borderColor: colors$2.primary.base,
7337
- color: colors$2.primary.base
7335
+ background: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7336
+ borderColor: colors$1.primary.base,
7337
+ color: colors$1.primary.base
7338
7338
  },
7339
7339
  active: {
7340
- background: colors$2.primary.base,
7341
- borderColor: colors$2.primary.base,
7342
- color: colors$2.white
7340
+ background: colors$1.primary.base,
7341
+ borderColor: colors$1.primary.base,
7342
+ color: colors$1.white
7343
7343
  },
7344
7344
  disabled: {
7345
- background: colors$2.secondary.lighter,
7346
- borderColor: colors$2.secondary.light,
7347
- color: colors$2.secondary.base
7345
+ background: colors$1.secondary.lighter,
7346
+ borderColor: colors$1.secondary.light,
7347
+ color: colors$1.secondary.base
7348
7348
  }
7349
7349
  };
7350
7350
 
7351
7351
  var statusTag = {
7352
- neutral: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7353
- positive: Color$1(colors$2.green.light).alpha(0.15).string(),
7354
- negative: Color$1(colors$2.red.light).alpha(0.15).string(),
7355
- inactive: colors$2.secondary.light,
7356
- warning: Color$1(colors$2.orange.base).alpha(0.15).string(),
7357
- promo: colors$2.primary.base,
7358
- pale: Color$1(colors$2.primary.lightest).alpha(0.25).string(),
7359
- grey: colors$2.secondary.lighter,
7360
- red: colors$2.red.dark
7352
+ neutral: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7353
+ positive: Color$1(colors$1.green.light).alpha(0.15).string(),
7354
+ negative: Color$1(colors$1.red.light).alpha(0.15).string(),
7355
+ inactive: colors$1.secondary.light,
7356
+ warning: Color$1(colors$1.orange.base).alpha(0.15).string(),
7357
+ promo: colors$1.primary.base,
7358
+ pale: Color$1(colors$1.primary.lightest).alpha(0.25).string(),
7359
+ grey: colors$1.secondary.lighter,
7360
+ red: colors$1.red.dark
7361
7361
  };
7362
7362
 
7363
7363
  var toastNotifications = {
7364
7364
  info: {
7365
- background: colors$2.primary.lighter,
7366
- borderColor: colors$2.primary.lighter,
7367
- color: colors$2.white
7365
+ background: colors$1.primary.lighter,
7366
+ borderColor: colors$1.primary.lighter,
7367
+ color: colors$1.white
7368
7368
  },
7369
7369
  error: {
7370
- background: colors$2.red.base,
7371
- borderColor: colors$2.red.base,
7372
- color: colors$2.white
7370
+ background: colors$1.red.base,
7371
+ borderColor: colors$1.red.base,
7372
+ color: colors$1.white
7373
7373
  },
7374
7374
  success: {
7375
- background: colors$2.green.base,
7376
- borderColor: colors$2.green.base,
7377
- color: colors$2.white
7375
+ background: colors$1.green.base,
7376
+ borderColor: colors$1.green.base,
7377
+ color: colors$1.white
7378
7378
  },
7379
7379
  warning: {
7380
- background: colors$2.orange.base,
7381
- borderColor: colors$2.orange.base,
7382
- color: colors$2.black
7380
+ background: colors$1.orange.base,
7381
+ borderColor: colors$1.orange.base,
7382
+ color: colors$1.black
7383
7383
  }
7384
7384
  };
7385
7385
 
7386
7386
  var typeScaleSizes = generateTypeScaleSizes(DEFAULT_TYPESCALE_CONFIG);
7387
7387
  var defaultTheme$1 = {
7388
7388
  body: {
7389
- color: colors$2.black,
7390
- background: colors$2.white,
7389
+ color: colors$1.black,
7390
+ background: colors$1.white,
7391
7391
  fontSize: "100%",
7392
7392
  lineHeight: 1.5715,
7393
7393
  fontFamily: "\"Mulish\", Arial, sans-serif"
7394
7394
  },
7395
7395
  link: {
7396
- color: colors$2.primary.base,
7397
- hoverColor: colors$2.primary.lighter
7396
+ color: colors$1.primary.base,
7397
+ hoverColor: colors$1.primary.lighter
7398
7398
  },
7399
7399
  typeScaleSizes: typeScaleSizes,
7400
7400
  alert: alert,
@@ -18010,7 +18010,7 @@ var Avatar = function Avatar(_ref) {
18010
18010
  _ref$size = _ref.size,
18011
18011
  size = _ref$size === void 0 ? "sm" : _ref$size,
18012
18012
  _ref$bgColor = _ref.bgColor,
18013
- bgColor = _ref$bgColor === void 0 ? colors$2.orange.base : _ref$bgColor,
18013
+ bgColor = _ref$bgColor === void 0 ? colors$1.orange.base : _ref$bgColor,
18014
18014
  alt = _ref.alt,
18015
18015
  children = _ref.children,
18016
18016
  rest = _objectWithoutProperties$1(_ref, _excluded$E);
@@ -19063,7 +19063,7 @@ function useResponsive() {
19063
19063
  return state;
19064
19064
  }
19065
19065
 
19066
- var breakpoints$1 = {
19066
+ var breakpoints = {
19067
19067
  xs: 320,
19068
19068
  sm: 576,
19069
19069
  md: 768,
@@ -19072,12 +19072,12 @@ var breakpoints$1 = {
19072
19072
  xxl: 1600,
19073
19073
  "3xl": 1920
19074
19074
  };
19075
- var mq = Object.keys(breakpoints$1).reduce(function (acc, breakpointName) {
19076
- return _objectSpread2$1(_objectSpread2$1({}, acc), {}, _defineProperty$1({}, breakpointName, "@media screen and (min-width: ".concat(breakpoints$1[breakpointName], "px)")));
19075
+ var mq = Object.keys(breakpoints).reduce(function (acc, breakpointName) {
19076
+ return _objectSpread2$1(_objectSpread2$1({}, acc), {}, _defineProperty$1({}, breakpointName, "@media screen and (min-width: ".concat(breakpoints[breakpointName], "px)")));
19077
19077
  }, {});
19078
19078
 
19079
19079
  // Configures useResponsive hook
19080
- configResponsive(breakpoints$1);
19080
+ configResponsive(breakpoints);
19081
19081
 
19082
19082
  var container$5 = function container(_ref, _ref2) {
19083
19083
  var alert = _ref.alert;
@@ -26117,7 +26117,7 @@ Card.Body = Body$1;
26117
26117
  Card.Overlay = Overlay;
26118
26118
  Card.Drawer = Drawer;
26119
26119
 
26120
- var breakpointsKeys = Object.keys(breakpoints$1);
26120
+ var breakpointsKeys = Object.keys(breakpoints);
26121
26121
  var getCSSProp = function getCSSProp(prop, attr) {
26122
26122
  return "".concat(prop, ": ").concat(attr);
26123
26123
  };
@@ -28845,7 +28845,7 @@ var statusTagStyles = function statusTagStyles(_ref, _ref2) {
28845
28845
  typeScaleSizes = _ref.typeScaleSizes;
28846
28846
  var size = _ref2.size,
28847
28847
  fontWeight = _ref2.fontWeight;
28848
- return /*#__PURE__*/ /*#__PURE__*/css$2("display:inline-flex;height:", size === "md" ? "2rem" : "1.25rem", ";padding:", size === "md" ? "0.5rem" : "0.125rem 0.25rem", ";align-items:center;gap:", size === "md" ? "0.625rem" : "0.25rem", ";font-size:", size === "md" ? typeScaleSizes.sm : typeScaleSizes.xs, ";font-weight:", fontWeight, ";border-radius:5px;line-height:1;&.statusTag--neutral{color:", colors$2.black, ";background-color:", statusTag.neutral, ";}&.statusTag--positive{color:", colors$2.black, ";background-color:", statusTag.positive, ";}&.statusTag--negative{color:", colors$2.black, ";background-color:", statusTag.negative, ";}&.statusTag--inactive{color:", colors$2.black, ";background-color:", statusTag.inactive, ";}&.statusTag--warning{color:", colors$2.black, ";background-color:", statusTag.warning, ";}&.statusTag--promo{color:", colors$2.white, ";background-color:", statusTag.promo, ";}&.statusTag--pale{color:", colors$2.white, ";background-color:", statusTag.pale, ";}&.statusTag--grey{color:", colors$2.black, ";background-color:", statusTag.grey, ";}&.statusTag--red{color:", colors$2.white, ";background-color:", statusTag.red, ";}&.statusTag--transparent{color:", colors$2.black, ";background-color:transparent;}.statusTag__icon{display:inline-flex;svg{color:inherit;fill:inherit;}}" + (process.env.NODE_ENV === "production" ? "" : ";label:statusTagStyles;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQlkiLCJmaWxlIjoic3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBUaGVtZSB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgU3RhdHVzVGFnU2l6ZXMgfSBmcm9tIFwiLi9TdGF0dXNUYWdcIjtcbmltcG9ydCB7IGNvbG9ycyB9IGZyb20gXCJAdGhlbWUvZGVmYXVsdC9jb2xvcnNcIjtcblxuZXhwb3J0IGNvbnN0IHN0YXR1c1RhZ1N0eWxlcyA9IChcbiAge1xuICAgIHN0YXR1c1RhZyxcbiAgICB0eXBlU2NhbGVTaXplcyxcbiAgfTogeyBzdGF0dXNUYWc6IFRoZW1lW1wic3RhdHVzVGFnXCJdOyB0eXBlU2NhbGVTaXplczogVGhlbWVbXCJ0eXBlU2NhbGVTaXplc1wiXSB9LFxuICB7XG4gICAgc2l6ZSxcbiAgICBmb250V2VpZ2h0LFxuICB9OiB7XG4gICAgc2l6ZTogU3RhdHVzVGFnU2l6ZXM7XG4gICAgZm9udFdlaWdodDogXCI0MDBcIiB8IFwiNzAwXCI7XG4gIH0sXG4pID0+IHtcbiAgcmV0dXJuIGNzc2BcbiAgICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgICBoZWlnaHQ6ICR7c2l6ZSA9PT0gXCJtZFwiID8gXCIycmVtXCIgOiBcIjEuMjVyZW1cIn07XG4gICAgcGFkZGluZzogJHtzaXplID09PSBcIm1kXCIgPyBcIjAuNXJlbVwiIDogXCIwLjEyNXJlbSAwLjI1cmVtXCJ9O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgZ2FwOiAke3NpemUgPT09IFwibWRcIiA/IFwiMC42MjVyZW1cIiA6IFwiMC4yNXJlbVwifTtcbiAgICBmb250LXNpemU6ICR7c2l6ZSA9PT0gXCJtZFwiID8gdHlwZVNjYWxlU2l6ZXMuc20gOiB0eXBlU2NhbGVTaXplcy54c307XG4gICAgZm9udC13ZWlnaHQ6ICR7Zm9udFdlaWdodH07XG4gICAgYm9yZGVyLXJhZGl1czogNXB4O1xuICAgIGxpbmUtaGVpZ2h0OiAxO1xuXG4gICAgLyogRGVmaW5lIENvbG9ycyBTY2hlbWVzKi9cbiAgICAmLnN0YXR1c1RhZy0tbmV1dHJhbCB7XG4gICAgICBjb2xvcjogJHtjb2xvcnMuYmxhY2t9O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJHtzdGF0dXNUYWcubmV1dHJhbH07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLXBvc2l0aXZlIHtcbiAgICAgIGNvbG9yOiAke2NvbG9ycy5ibGFja307XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3N0YXR1c1RhZy5wb3NpdGl2ZX07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLW5lZ2F0aXZlIHtcbiAgICAgIGNvbG9yOiAke2NvbG9ycy5ibGFja307XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3N0YXR1c1RhZy5uZWdhdGl2ZX07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLWluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiAke2NvbG9ycy5ibGFja307XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3N0YXR1c1RhZy5pbmFjdGl2ZX07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLXdhcm5pbmcge1xuICAgICAgY29sb3I6ICR7Y29sb3JzLmJsYWNrfTtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICR7c3RhdHVzVGFnLndhcm5pbmd9O1xuICAgIH1cblxuICAgICYuc3RhdHVzVGFnLS1wcm9tbyB7XG4gICAgICBjb2xvcjogJHtjb2xvcnMud2hpdGV9O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJHtzdGF0dXNUYWcucHJvbW99O1xuICAgIH1cblxuICAgICYuc3RhdHVzVGFnLS1wYWxlIHtcbiAgICAgIGNvbG9yOiAke2NvbG9ycy53aGl0ZX07XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3N0YXR1c1RhZy5wYWxlfTtcbiAgICB9XG5cbiAgICAmLnN0YXR1c1RhZy0tZ3JleSB7XG4gICAgICBjb2xvcjogJHtjb2xvcnMuYmxhY2t9O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJHtzdGF0dXNUYWcuZ3JleX07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLXJlZCB7XG4gICAgICBjb2xvcjogJHtjb2xvcnMud2hpdGV9O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJHtzdGF0dXNUYWcucmVkfTtcbiAgICB9XG5cbiAgICAmLnN0YXR1c1RhZy0tdHJhbnNwYXJlbnQge1xuICAgICAgY29sb3I6ICR7Y29sb3JzLmJsYWNrfTtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIH1cblxuICAgIC5zdGF0dXNUYWdfX2ljb24ge1xuICAgICAgZGlzcGxheTogaW5saW5lLWZsZXg7XG5cbiAgICAgIHN2ZyB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgICAgICBmaWxsOiBpbmhlcml0O1xuICAgICAgfVxuICAgIH1cbiAgYDtcbn07XG4iXX0= */", process.env.NODE_ENV === "production" ? "" : ";label:statusTagStyles;");
28848
+ return /*#__PURE__*/ /*#__PURE__*/css$2("display:inline-flex;height:", size === "md" ? "2rem" : "1.25rem", ";padding:", size === "md" ? "0.5rem" : "0.125rem 0.25rem", ";align-items:center;gap:", size === "md" ? "0.625rem" : "0.25rem", ";font-size:", size === "md" ? typeScaleSizes.sm : typeScaleSizes.xs, ";font-weight:", fontWeight, ";border-radius:5px;line-height:1;&.statusTag--neutral{color:", colors$1.black, ";background-color:", statusTag.neutral, ";}&.statusTag--positive{color:", colors$1.black, ";background-color:", statusTag.positive, ";}&.statusTag--negative{color:", colors$1.black, ";background-color:", statusTag.negative, ";}&.statusTag--inactive{color:", colors$1.black, ";background-color:", statusTag.inactive, ";}&.statusTag--warning{color:", colors$1.black, ";background-color:", statusTag.warning, ";}&.statusTag--promo{color:", colors$1.white, ";background-color:", statusTag.promo, ";}&.statusTag--pale{color:", colors$1.white, ";background-color:", statusTag.pale, ";}&.statusTag--grey{color:", colors$1.black, ";background-color:", statusTag.grey, ";}&.statusTag--red{color:", colors$1.white, ";background-color:", statusTag.red, ";}&.statusTag--transparent{color:", colors$1.black, ";background-color:transparent;}.statusTag__icon{display:inline-flex;svg{color:inherit;fill:inherit;}}" + (process.env.NODE_ENV === "production" ? "" : ";label:statusTagStyles;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQlkiLCJmaWxlIjoic3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBUaGVtZSB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgU3RhdHVzVGFnU2l6ZXMgfSBmcm9tIFwiLi9TdGF0dXNUYWdcIjtcbmltcG9ydCB7IGNvbG9ycyB9IGZyb20gXCJAdGhlbWUvZGVmYXVsdC9jb2xvcnNcIjtcblxuZXhwb3J0IGNvbnN0IHN0YXR1c1RhZ1N0eWxlcyA9IChcbiAge1xuICAgIHN0YXR1c1RhZyxcbiAgICB0eXBlU2NhbGVTaXplcyxcbiAgfTogeyBzdGF0dXNUYWc6IFRoZW1lW1wic3RhdHVzVGFnXCJdOyB0eXBlU2NhbGVTaXplczogVGhlbWVbXCJ0eXBlU2NhbGVTaXplc1wiXSB9LFxuICB7XG4gICAgc2l6ZSxcbiAgICBmb250V2VpZ2h0LFxuICB9OiB7XG4gICAgc2l6ZTogU3RhdHVzVGFnU2l6ZXM7XG4gICAgZm9udFdlaWdodDogXCI0MDBcIiB8IFwiNzAwXCI7XG4gIH0sXG4pID0+IHtcbiAgcmV0dXJuIGNzc2BcbiAgICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgICBoZWlnaHQ6ICR7c2l6ZSA9PT0gXCJtZFwiID8gXCIycmVtXCIgOiBcIjEuMjVyZW1cIn07XG4gICAgcGFkZGluZzogJHtzaXplID09PSBcIm1kXCIgPyBcIjAuNXJlbVwiIDogXCIwLjEyNXJlbSAwLjI1cmVtXCJ9O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgZ2FwOiAke3NpemUgPT09IFwibWRcIiA/IFwiMC42MjVyZW1cIiA6IFwiMC4yNXJlbVwifTtcbiAgICBmb250LXNpemU6ICR7c2l6ZSA9PT0gXCJtZFwiID8gdHlwZVNjYWxlU2l6ZXMuc20gOiB0eXBlU2NhbGVTaXplcy54c307XG4gICAgZm9udC13ZWlnaHQ6ICR7Zm9udFdlaWdodH07XG4gICAgYm9yZGVyLXJhZGl1czogNXB4O1xuICAgIGxpbmUtaGVpZ2h0OiAxO1xuXG4gICAgLyogRGVmaW5lIENvbG9ycyBTY2hlbWVzKi9cbiAgICAmLnN0YXR1c1RhZy0tbmV1dHJhbCB7XG4gICAgICBjb2xvcjogJHtjb2xvcnMuYmxhY2t9O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJHtzdGF0dXNUYWcubmV1dHJhbH07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLXBvc2l0aXZlIHtcbiAgICAgIGNvbG9yOiAke2NvbG9ycy5ibGFja307XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3N0YXR1c1RhZy5wb3NpdGl2ZX07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLW5lZ2F0aXZlIHtcbiAgICAgIGNvbG9yOiAke2NvbG9ycy5ibGFja307XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3N0YXR1c1RhZy5uZWdhdGl2ZX07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLWluYWN0aXZlIHtcbiAgICAgIGNvbG9yOiAke2NvbG9ycy5ibGFja307XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3N0YXR1c1RhZy5pbmFjdGl2ZX07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLXdhcm5pbmcge1xuICAgICAgY29sb3I6ICR7Y29sb3JzLmJsYWNrfTtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICR7c3RhdHVzVGFnLndhcm5pbmd9O1xuICAgIH1cblxuICAgICYuc3RhdHVzVGFnLS1wcm9tbyB7XG4gICAgICBjb2xvcjogJHtjb2xvcnMud2hpdGV9O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJHtzdGF0dXNUYWcucHJvbW99O1xuICAgIH1cblxuICAgICYuc3RhdHVzVGFnLS1wYWxlIHtcbiAgICAgIGNvbG9yOiAke2NvbG9ycy53aGl0ZX07XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAke3N0YXR1c1RhZy5wYWxlfTtcbiAgICB9XG5cbiAgICAmLnN0YXR1c1RhZy0tZ3JleSB7XG4gICAgICBjb2xvcjogJHtjb2xvcnMuYmxhY2t9O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJHtzdGF0dXNUYWcuZ3JleX07XG4gICAgfVxuXG4gICAgJi5zdGF0dXNUYWctLXJlZCB7XG4gICAgICBjb2xvcjogJHtjb2xvcnMud2hpdGV9O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogJHtzdGF0dXNUYWcucmVkfTtcbiAgICB9XG5cbiAgICAmLnN0YXR1c1RhZy0tdHJhbnNwYXJlbnQge1xuICAgICAgY29sb3I6ICR7Y29sb3JzLmJsYWNrfTtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIH1cblxuICAgIC5zdGF0dXNUYWdfX2ljb24ge1xuICAgICAgZGlzcGxheTogaW5saW5lLWZsZXg7XG5cbiAgICAgIHN2ZyB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgICAgICBmaWxsOiBpbmhlcml0O1xuICAgICAgfVxuICAgIH1cbiAgYDtcbn07XG4iXX0= */", process.env.NODE_ENV === "production" ? "" : ";label:statusTagStyles;");
28849
28849
  };
28850
28850
 
28851
28851
  var _excluded$i = ["testId", "text", "icon", "size", "color", "iconSize", "ariaLabel", "fontWeight"];
@@ -29080,218 +29080,6 @@ var ToastNotification = function ToastNotification(_ref) {
29080
29080
  })));
29081
29081
  };
29082
29082
 
29083
- /**
29084
- * Gnosis Design Tokens
29085
- *
29086
- * This file is a single source of truth for all design tokens in the Gnosis design system.
29087
- * Tokens are aligned with Figma design tokens.
29088
- */
29089
-
29090
- // ---------------------------------------------------------------------------
29091
- // COLORS
29092
- // ---------------------------------------------------------------------------
29093
- // Base hex values
29094
- var colorBase = {
29095
- primary: "#0046AB",
29096
- secondary: "#9EA5A9",
29097
- green: "#1B7855",
29098
- orange: "#FF9C28",
29099
- red: "#D12525",
29100
- black: "#000000",
29101
- white: "#FFFFFF",
29102
- blue: "#0046AB"
29103
- };
29104
-
29105
- // Full palette — each color generated with palletGenerator (color lib lighten/darken)
29106
- var colors$1 = {
29107
- primary: {
29108
- lightest25: "rgba(36, 125, 255, 0.25)",
29109
- lightest50: "rgba(36, 125, 255, 0.5)",
29110
- lightest: "#247DFF",
29111
- lighter: "#0169FF",
29112
- light: "#0054CD",
29113
- base: "#0046AB",
29114
- dark: "#003889",
29115
- darker50: "rgba(0, 42, 103, 0.5)",
29116
- darker: "#002A67",
29117
- darkest: "#001C44"
29118
- },
29119
- secondary: {
29120
- lightest: "#FFFFFF",
29121
- lighter: "#F5F5F6",
29122
- light: "#C1C5C8",
29123
- base: "#9EA5A9",
29124
- dark: "#7B858A",
29125
- darker: "#5C6468",
29126
- darkest: "#3D4245"
29127
- },
29128
- green: {
29129
- lightest: "#2ECC90",
29130
- lighter: "#29B47F",
29131
- light50: "rgba(32, 144, 102, 0.5)",
29132
- light: "#209066",
29133
- base: "#1B7855",
29134
- dark: "#166044",
29135
- darker: "#104833",
29136
- darkest: "#0B3022"
29137
- },
29138
- orange: {
29139
- lightest: "#FFFBF6",
29140
- lighter: "#FFE0BB",
29141
- light: "#FFB763",
29142
- base50: "rgba(255, 156, 40, 0.5)",
29143
- base: "#FF9C28",
29144
- dark: "#EC7F00",
29145
- darker: "#B15F00",
29146
- darkest: "#764000"
29147
- },
29148
- red: {
29149
- lightest: "#F1B1B1",
29150
- lighter: "#EA8787",
29151
- light50: "rgba(223, 73, 73, 0.5)",
29152
- light: "#DF4949",
29153
- base: "#D12525",
29154
- dark: "#A71E1E",
29155
- darker: "#7D1616",
29156
- darkest: "#540F0F"
29157
- },
29158
- black: "#000000",
29159
- white: "#FFFFFF",
29160
- blue: "#0046AB"
29161
- };
29162
-
29163
- // ---------------------------------------------------------------------------
29164
- // TYPOGRAPHY
29165
- // ---------------------------------------------------------------------------
29166
- var typography = {
29167
- // Font families
29168
- fontFamily: {
29169
- body: '"Mulish", Arial, sans-serif'
29170
- },
29171
- // Type scale (aligned with Figma design tokens)
29172
- fontSize: {
29173
- xxs: "0.5rem",
29174
- // 8px
29175
- xs: "0.75rem",
29176
- // 12px
29177
- sm: "0.875rem",
29178
- // 14px
29179
- md: "1rem",
29180
- // 16px ← base
29181
- lg: "1.125rem",
29182
- // 18px
29183
- xl: "1.375rem",
29184
- // 22px
29185
- "2xl": "1.75rem",
29186
- // 28px
29187
- "3xl": "2.125rem" // 34px
29188
- },
29189
- // Global line height
29190
- lineHeight: {
29191
- base: 1.5715
29192
- },
29193
- // Font weights (browser defaults relied upon; explicit values used in components)
29194
- fontWeight: {
29195
- regular: 400,
29196
- semibold: 600,
29197
- bold: 700,
29198
- extrabold: 800
29199
- }
29200
- };
29201
-
29202
- // ---------------------------------------------------------------------------
29203
- // SPACING
29204
- // ---------------------------------------------------------------------------
29205
- // Aligned with Figma design tokens
29206
- var spacing$1 = {
29207
- none: "0",
29208
- // 0px
29209
- xxs: "0.25rem",
29210
- // 4px
29211
- xs: "0.5rem",
29212
- // 8px
29213
- sm: "0.75rem",
29214
- // 12px
29215
- md: "1rem",
29216
- // 16px
29217
- lg: "1.5rem",
29218
- // 24px
29219
- xl: "2rem" // 32px
29220
- };
29221
-
29222
- // ---------------------------------------------------------------------------
29223
- // BORDER RADIUS
29224
- // ---------------------------------------------------------------------------
29225
- // Aligned with Figma design tokens
29226
- var borderRadius$1 = {
29227
- none: "0",
29228
- // 0px
29229
- sm: "5px",
29230
- // 5px - buttons, cards, alerts, chips, dropdowns, tooltips, pagination
29231
- xl: "30px",
29232
- // 30px - rounded elements
29233
- full: "50%" // circular elements
29234
- };
29235
-
29236
- // ---------------------------------------------------------------------------
29237
- // SHADOWS
29238
- // ---------------------------------------------------------------------------
29239
- // Shadow color = colors.secondary.light (#C1C5C8)
29240
- var shadows = {
29241
- sm: "0 3px 6px #C1C5C8",
29242
- // dropdown, pagination, result card
29243
- checkbox: "0px 0px 0px 9px rgba(36, 125, 255, 0.25)" // focus ring on checkboxes
29244
- };
29245
-
29246
- // ---------------------------------------------------------------------------
29247
- // BREAKPOINTS
29248
- // ---------------------------------------------------------------------------
29249
- // From src/theme/utils/breakpoints.ts
29250
- var breakpoints = {
29251
- xs: 320,
29252
- sm: 576,
29253
- md: 768,
29254
- lg: 992,
29255
- xl: 1200,
29256
- xxl: 1600,
29257
- "3xl": 1920
29258
- };
29259
-
29260
- // Corresponding media queries (min-width)
29261
- var mediaQueries = {
29262
- xs: "@media screen and (min-width: 320px)",
29263
- sm: "@media screen and (min-width: 576px)",
29264
- md: "@media screen and (min-width: 768px)",
29265
- lg: "@media screen and (min-width: 992px)",
29266
- xl: "@media screen and (min-width: 1200px)",
29267
- xxl: "@media screen and (min-width: 1600px)",
29268
- "3xl": "@media screen and (min-width: 1920px)"
29269
- };
29270
-
29271
- // ---------------------------------------------------------------------------
29272
- // Z-INDEX
29273
- // ---------------------------------------------------------------------------
29274
- var zIndex = {
29275
- base: 0,
29276
- raised: 1,
29277
- overlay: 2,
29278
- drawer: 3,
29279
- dropdown: 100,
29280
- sidebar: 1001,
29281
- modal: 1001
29282
- };
29283
-
29284
- // ---------------------------------------------------------------------------
29285
- // TRANSITIONS
29286
- // ---------------------------------------------------------------------------
29287
- var transitions = {
29288
- fast: "0.2s",
29289
- base: "0.3s",
29290
- easeIn: "0.2s ease-in",
29291
- easeInOut: "0.3s ease-in-out",
29292
- easeOut: "0.2s ease"
29293
- };
29294
-
29295
29083
  var errorContainer = function errorContainer(_ref) {
29296
29084
  var typeScaleSizes = _ref.typeScaleSizes,
29297
29085
  formElements = _ref.formElements;
@@ -36997,15 +36785,5 @@ exports.ThemeProvider = ThemeProvider;
36997
36785
  exports.ToastNotification = ToastNotification;
36998
36786
  exports.ToggleSwitch = ToggleSwitch$1;
36999
36787
  exports.Tooltip = Tooltip;
37000
- exports.borderRadius = borderRadius$1;
37001
- exports.breakpoints = breakpoints;
37002
- exports.colorBase = colorBase;
37003
- exports.colors = colors$1;
37004
- exports.mediaQueries = mediaQueries;
37005
- exports.shadows = shadows;
37006
- exports.spacing = spacing$1;
37007
- exports.transitions = transitions;
37008
36788
  exports.typeScale = typeScale;
37009
- exports.typography = typography;
37010
- exports.zIndex = zIndex;
37011
36789
  //# sourceMappingURL=index.cjs.map