@functionalcms/svelte-components 2.10.0 → 2.10.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.
@@ -311,7 +311,6 @@ $:
311
311
  $:
312
312
  klasses = [
313
313
  "btn",
314
- "btn-link",
315
314
  isPrimary ? "btn-primary" : "",
316
315
  isDisabled ? "disabled" : "",
317
316
  isBordered ? "btn-bordered" : "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [