evelearn-theme 2.0.5 → 2.0.6
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20,7 +20,7 @@ declare const exerciseEditButton = "w-6 h-6 flex justify-center text-gray-700 da
|
|
|
20
20
|
declare const tippyClassname = "p-2 bg-slate-600 dark:bg-slate-900 opacity-90 text-white font-medium font-header rounded-lg";
|
|
21
21
|
declare const headerTippyClass = "rounded-lg p-2 bg-slate-950 opacity-95 text-white font-medium";
|
|
22
22
|
declare const headerButtonClass = "w-10 h-10 rounded-full dark:hover:bg-slate-600 hover:bg-slate-200 bg-transparent flex justify-center items-center flex justify-center items-center text-slate-600 dark:text-slate-100 hover:text-primary dark:hover:text-primary transition-colors duration-50";
|
|
23
|
-
declare const toolbarExerciseButton = "flex bg-gray-
|
|
23
|
+
declare const toolbarExerciseButton = "flex bg-gray-100/80 dark:bg-slate-300/20 items-center sm:justify-between p-4 shadow-sm w-full rounded-xl border-4 border-transparent hover:border-white text-gray-700 hover:text-white hover:bg-indigo-500 transition-colors duration-75";
|
|
24
24
|
|
|
25
25
|
interface SpinnerProps {
|
|
26
26
|
size?: 'base' | 'small';
|
package/dist/index.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ declare const exerciseEditButton = "w-6 h-6 flex justify-center text-gray-700 da
|
|
|
20
20
|
declare const tippyClassname = "p-2 bg-slate-600 dark:bg-slate-900 opacity-90 text-white font-medium font-header rounded-lg";
|
|
21
21
|
declare const headerTippyClass = "rounded-lg p-2 bg-slate-950 opacity-95 text-white font-medium";
|
|
22
22
|
declare const headerButtonClass = "w-10 h-10 rounded-full dark:hover:bg-slate-600 hover:bg-slate-200 bg-transparent flex justify-center items-center flex justify-center items-center text-slate-600 dark:text-slate-100 hover:text-primary dark:hover:text-primary transition-colors duration-50";
|
|
23
|
-
declare const toolbarExerciseButton = "flex bg-gray-
|
|
23
|
+
declare const toolbarExerciseButton = "flex bg-gray-100/80 dark:bg-slate-300/20 items-center sm:justify-between p-4 shadow-sm w-full rounded-xl border-4 border-transparent hover:border-white text-gray-700 hover:text-white hover:bg-indigo-500 transition-colors duration-75";
|
|
24
24
|
|
|
25
25
|
interface SpinnerProps {
|
|
26
26
|
size?: 'base' | 'small';
|
package/dist/index.js
CHANGED
|
@@ -340,7 +340,7 @@ var exerciseEditButton = "w-6 h-6 flex justify-center text-gray-700 dark:text-gr
|
|
|
340
340
|
var tippyClassname = "p-2 bg-slate-600 dark:bg-slate-900 opacity-90 text-white font-medium font-header rounded-lg";
|
|
341
341
|
var headerTippyClass = "rounded-lg p-2 bg-slate-950 opacity-95 text-white font-medium";
|
|
342
342
|
var headerButtonClass = "w-10 h-10 rounded-full dark:hover:bg-slate-600 hover:bg-slate-200 bg-transparent flex justify-center items-center flex justify-center items-center text-slate-600 dark:text-slate-100 hover:text-primary dark:hover:text-primary transition-colors duration-50";
|
|
343
|
-
var toolbarExerciseButton = "flex bg-gray-
|
|
343
|
+
var toolbarExerciseButton = "flex bg-gray-100/80 dark:bg-slate-300/20 items-center sm:justify-between p-4 shadow-sm w-full rounded-xl border-4 border-transparent hover:border-white text-gray-700 hover:text-white hover:bg-indigo-500 transition-colors duration-75";
|
|
344
344
|
// src/Spinners/Spinner.tsx
|
|
345
345
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
346
346
|
var Spinner = function(param) {
|
package/dist/index.mjs
CHANGED
|
@@ -149,7 +149,7 @@ var exerciseEditButton = "w-6 h-6 flex justify-center text-gray-700 dark:text-gr
|
|
|
149
149
|
var tippyClassname = "p-2 bg-slate-600 dark:bg-slate-900 opacity-90 text-white font-medium font-header rounded-lg";
|
|
150
150
|
var headerTippyClass = "rounded-lg p-2 bg-slate-950 opacity-95 text-white font-medium";
|
|
151
151
|
var headerButtonClass = "w-10 h-10 rounded-full dark:hover:bg-slate-600 hover:bg-slate-200 bg-transparent flex justify-center items-center flex justify-center items-center text-slate-600 dark:text-slate-100 hover:text-primary dark:hover:text-primary transition-colors duration-50";
|
|
152
|
-
var toolbarExerciseButton = "flex bg-gray-
|
|
152
|
+
var toolbarExerciseButton = "flex bg-gray-100/80 dark:bg-slate-300/20 items-center sm:justify-between p-4 shadow-sm w-full rounded-xl border-4 border-transparent hover:border-white text-gray-700 hover:text-white hover:bg-indigo-500 transition-colors duration-75";
|
|
153
153
|
// src/Spinners/Spinner.tsx
|
|
154
154
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
155
155
|
var Spinner = function(param) {
|