@dodona/papyros 2.1.0-beta.8 → 2.1.0-beta.9

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/Papyros.css CHANGED
@@ -446,22 +446,31 @@ Removes the default spacing and border for appropriate elements.
446
446
 
447
447
  /* Also override CodeMirror buttons to use this style */
448
448
 
449
- .papyros-button, .cm-button {
450
- margin: 0.25rem !important;
451
- cursor: pointer !important;
452
- border-radius: 0.5rem !important;
453
- padding-left: 0.75rem !important;
454
- padding-right: 0.75rem !important;
455
- padding-top: 0.25rem !important;
456
- padding-bottom: 0.25rem !important;
449
+ .papyros-button,
450
+ .cm-button,
451
+ .tailwind .papyros-button,
452
+ .tailwind .cm-button {
453
+ margin: 0.25rem;
454
+ cursor: pointer;
455
+ border-radius: 0.5rem;
456
+ padding-left: 0.75rem;
457
+ padding-right: 0.75rem;
458
+ padding-top: 0.25rem;
459
+ padding-bottom: 0.25rem;
457
460
  }
458
461
 
459
- .papyros-button:disabled, .cm-button:disabled {
460
- cursor: not-allowed !important;
461
- opacity: 0.5 !important;
462
+ .papyros-button:disabled,
463
+ .cm-button:disabled,
464
+ .tailwind .papyros-button:disabled,
465
+ .tailwind .cm-button:disabled {
466
+ cursor: not-allowed;
467
+ opacity: 0.5;
462
468
  }
463
469
 
464
- .papyros-button, .cm-button {
470
+ .papyros-button,
471
+ .cm-button,
472
+ .tailwind .papyros-button,
473
+ .tailwind .cm-button{
465
474
  min-width: 60px;
466
475
  }
467
476
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodona/papyros",
3
- "version": "2.1.0-beta.8",
3
+ "version": "2.1.0-beta.9",
4
4
  "private": false,
5
5
  "homepage": ".",
6
6
  "devDependencies": {