@meduza/ui-kit-2 0.1.66 → 0.1.68

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.66",
2
+ "version": "0.1.68",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -11,7 +11,7 @@ export interface PopoverData {
11
11
  }
12
12
 
13
13
  export interface SingleDot {
14
- title: string
14
+ title?: string
15
15
  body: string
16
16
  id: string
17
17
  position: {
@@ -233,7 +233,8 @@
233
233
  }
234
234
  }
235
235
 
236
- .isInAnswer .figure {
236
+ .isInAnswer .figure,
237
+ .isInAnswer .object {
237
238
  margin-right: 0;
238
239
  margin-left: 0;
239
240
  }
@@ -87,3 +87,12 @@
87
87
  .desktop .caption {
88
88
  max-width: 650px;
89
89
  }
90
+
91
+ /* Dark theme */
92
+ .isDark .caption {
93
+ color: #d9d9d9;
94
+ }
95
+
96
+ .isDark .credit {
97
+ color: #757575;
98
+ }