goodteditor-ui 1.0.31 → 1.0.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goodteditor-ui",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "main": "index.js",
5
5
  "homepage": "https://goodt-ui.netlify.app/",
6
6
  "scripts": {
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div :data-popover="popoverTargetId" :title="title">
3
3
  <button
4
- class="btn btn-small btn-outline btn-icon"
4
+ class="btn btn-small btn-outline btn-primary btn-icon"
5
5
  @click="togglePopover">
6
6
  <div class="icon">
7
7
  <i class="mdi" :class="icon"></i>
@@ -1,7 +1,10 @@
1
1
  <template>
2
2
  <with-popover :show.sync="isPopoverShown" auto-width>
3
3
  <template #button="{ togglePopover }">
4
- <button :title="title" class="btn btn-small btn-outline btn-icon" @click="togglePopover">
4
+ <button
5
+ :title="title"
6
+ class="btn btn-small btn-primary btn-outline btn-icon"
7
+ @click="togglePopover">
5
8
  <div class="icon">
6
9
  <i class="mdi" :class="icon"></i>
7
10
  </div>
@@ -1,7 +1,10 @@
1
1
  <template>
2
2
  <with-popover :show.sync="isPopoverShown">
3
3
  <template #button="{ togglePopover }">
4
- <button :title="title" class="btn btn-small btn-outline btn-icon" @click="togglePopover">
4
+ <button
5
+ :title="title"
6
+ class="btn btn-small btn-primary btn-outline btn-icon"
7
+ @click="togglePopover">
5
8
  <div class="icon">
6
9
  <i class="mdi" :class="icon"></i>
7
10
  </div>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div :data-popover="popoverTargetId" :title="title">
3
3
  <button
4
- class="btn btn-small btn-outline btn-icon"
4
+ class="btn btn-small btn-outline btn-primary btn-icon"
5
5
  @click="togglePopover">
6
6
  <div class="icon">
7
7
  <i class="mdi" :class="icon"></i>