@dodona/papyros 0.1.953-darkmode → 0.1.954-darkmode

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.
@@ -9,7 +9,7 @@ export declare const svgCircle: (id: string, color: string) => string;
9
9
  * Wrap text (best a single character) in a circle to provide information to the user
10
10
  * @param {string} content The symbol in the circle, e.g. ? of !
11
11
  * @param {string} title The information to display when hovering over the element
12
- * @param {string} color The color of the circle and the symbol
12
+ * @param {string} colorClasses The classes to color the content
13
13
  * @return {string} A string representation of the circle with content
14
14
  */
15
- export declare const inCircle: (content: string, title: string, color: string) => string;
15
+ export declare const inCircle: (content: string, title: string, colorClasses: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodona/papyros",
3
- "version": "0.1.953-darkmode",
3
+ "version": "0.1.954-darkmode",
4
4
  "private": false,
5
5
  "homepage": ".",
6
6
  "devDependencies": {