@dodona/papyros 0.3.0 → 0.3.1

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.
@@ -1,10 +1,10 @@
1
1
  /**
2
- * Draw a circle using an HTML svg element
2
+ * Draw a spinning circle to represent a loading animation
3
3
  * @param {string} id HTML id for this element
4
- * @param {string} color The color of the circle
4
+ * @param {string} borderColors The tailwind color classes for the borders of the circle
5
5
  * @return {string} A string representation of the circle
6
6
  */
7
- export declare const svgCircle: (id: string, color: string) => string;
7
+ export declare const spinningCircle: (id: string, borderColors: string) => string;
8
8
  /**
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 !
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodona/papyros",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "homepage": ".",
6
6
  "devDependencies": {