@plaidev/karte-action-sdk 1.1.252-28790147.522ad991 → 1.1.252-28790151.8438473e
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/hydrate/index.es.js +6 -6
- package/dist/index.es.js +6 -6
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -17303,22 +17303,22 @@ const TEXT_LINK_SIZE_STYLES = {
|
|
17303
17303
|
};
|
17304
17304
|
const TEXT_LINK_THEME_STYLES = {
|
17305
17305
|
default: {
|
17306
|
-
color:
|
17306
|
+
color: BRAND_KIT.colors.text_primary.main,
|
17307
17307
|
},
|
17308
17308
|
link: {
|
17309
|
-
color:
|
17309
|
+
color: BRAND_KIT.colors.link.main,
|
17310
17310
|
},
|
17311
17311
|
brand: {
|
17312
|
-
color:
|
17312
|
+
color: BRAND_KIT.colors.brand.main,
|
17313
17313
|
},
|
17314
17314
|
alert: {
|
17315
|
-
color:
|
17315
|
+
color: BRAND_KIT.colors.danger.main,
|
17316
17316
|
},
|
17317
17317
|
gray: {
|
17318
|
-
color:
|
17318
|
+
color: BRAND_KIT.colors.text_secondary.main,
|
17319
17319
|
},
|
17320
17320
|
white: {
|
17321
|
-
color:
|
17321
|
+
color: BRAND_KIT.colors.white.main,
|
17322
17322
|
},
|
17323
17323
|
};
|
17324
17324
|
|
package/dist/index.es.js
CHANGED
@@ -16011,22 +16011,22 @@ const TEXT_LINK_SIZE_STYLES = {
|
|
16011
16011
|
};
|
16012
16012
|
const TEXT_LINK_THEME_STYLES = {
|
16013
16013
|
default: {
|
16014
|
-
color:
|
16014
|
+
color: BRAND_KIT.colors.text_primary.main,
|
16015
16015
|
},
|
16016
16016
|
link: {
|
16017
|
-
color:
|
16017
|
+
color: BRAND_KIT.colors.link.main,
|
16018
16018
|
},
|
16019
16019
|
brand: {
|
16020
|
-
color:
|
16020
|
+
color: BRAND_KIT.colors.brand.main,
|
16021
16021
|
},
|
16022
16022
|
alert: {
|
16023
|
-
color:
|
16023
|
+
color: BRAND_KIT.colors.danger.main,
|
16024
16024
|
},
|
16025
16025
|
gray: {
|
16026
|
-
color:
|
16026
|
+
color: BRAND_KIT.colors.text_secondary.main,
|
16027
16027
|
},
|
16028
16028
|
white: {
|
16029
|
-
color:
|
16029
|
+
color: BRAND_KIT.colors.white.main,
|
16030
16030
|
},
|
16031
16031
|
};
|
16032
16032
|
|