@bluepic/embed 0.1.64 → 0.1.66
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/lib/bluepic-embed.es.js
CHANGED
|
@@ -97825,7 +97825,7 @@ const BxEmbedThemeDarkmode = `:root {
|
|
|
97825
97825
|
color: #fff;
|
|
97826
97826
|
}
|
|
97827
97827
|
`, BxEmbedThemeLightmode = `:root {
|
|
97828
|
-
--primary-color-base:
|
|
97828
|
+
--primary-color-base: 18, 75, 186; /* #124BBA */
|
|
97829
97829
|
--primary-color-light: 80, 133, 209;
|
|
97830
97830
|
|
|
97831
97831
|
--primary-color-dark: 4, 84, 195; /* #0454c3 */
|
|
@@ -97955,9 +97955,9 @@ const BxEmbedThemeDarkmode = `:root {
|
|
|
97955
97955
|
--button-secondary-border: 1px solid transparent;
|
|
97956
97956
|
--button-secondary-border-hover: 1px solid transparent;
|
|
97957
97957
|
--button-secondary-border-focus: 1px solid transparent;
|
|
97958
|
-
--button-secondary-background-color:
|
|
97959
|
-
--button-secondary-background-color-hover:
|
|
97960
|
-
--button-secondary-background-color-focus:
|
|
97958
|
+
--button-secondary-background-color: rgb(18, 75, 186);
|
|
97959
|
+
--button-secondary-background-color-hover: rgb(18, 75, 186);
|
|
97960
|
+
--button-secondary-background-color-focus: rgb(18, 75, 186);
|
|
97961
97961
|
--button-secondary-text-color: rgba(var(--text-color-alt), 1);
|
|
97962
97962
|
--button-secondary-text-color-hover: rgba(var(--text-color-alt), 1);
|
|
97963
97963
|
--button-secondary-text-color-focus: rgba(var(--text-color-alt), 1);
|
package/lib/bluepic-embed.umd.js
CHANGED
|
@@ -2767,7 +2767,7 @@ Use Save As... to download, then click back to return to this page.`)&&(location
|
|
|
2767
2767
|
color: #fff;
|
|
2768
2768
|
}
|
|
2769
2769
|
`,BxEmbedThemeLightmode=`:root {
|
|
2770
|
-
--primary-color-base:
|
|
2770
|
+
--primary-color-base: 18, 75, 186; /* #124BBA */
|
|
2771
2771
|
--primary-color-light: 80, 133, 209;
|
|
2772
2772
|
|
|
2773
2773
|
--primary-color-dark: 4, 84, 195; /* #0454c3 */
|
|
@@ -2897,9 +2897,9 @@ Use Save As... to download, then click back to return to this page.`)&&(location
|
|
|
2897
2897
|
--button-secondary-border: 1px solid transparent;
|
|
2898
2898
|
--button-secondary-border-hover: 1px solid transparent;
|
|
2899
2899
|
--button-secondary-border-focus: 1px solid transparent;
|
|
2900
|
-
--button-secondary-background-color:
|
|
2901
|
-
--button-secondary-background-color-hover:
|
|
2902
|
-
--button-secondary-background-color-focus:
|
|
2900
|
+
--button-secondary-background-color: rgb(18, 75, 186);
|
|
2901
|
+
--button-secondary-background-color-hover: rgb(18, 75, 186);
|
|
2902
|
+
--button-secondary-background-color-focus: rgb(18, 75, 186);
|
|
2903
2903
|
--button-secondary-text-color: rgba(var(--text-color-alt), 1);
|
|
2904
2904
|
--button-secondary-text-color-hover: rgba(var(--text-color-alt), 1);
|
|
2905
2905
|
--button-secondary-text-color-focus: rgba(var(--text-color-alt), 1);
|