@yoobic/yobi 8.1.1 → 8.1.4-0

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.
@@ -8529,6 +8529,12 @@ yoo-button.fr-fullscreen-wrapper {
8529
8529
  z-index: initial !important;
8530
8530
  }
8531
8531
 
8532
+ .royal-theme .fr-wrapper .fr-placeholder {
8533
+ color: var(--text-color, #807f83) !important;
8534
+ font-size: var(--font-size-14, 0.875rem) !important;
8535
+ font-family: var(--font-family, "Lato") !important;
8536
+ }
8537
+
8532
8538
  .fr-view h1, .fr-view h2, .fr-view h3, .fr-view h4, .fr-view h5, .fr-view h6 {
8533
8539
  margin: 0;
8534
8540
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.1.1",
3
+ "version": "8.1.4-0",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",