toggle-components-library 1.36.1-beta.13 → 1.36.1-beta.15

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": "toggle-components-library",
3
- "version": "1.36.1-beta.13",
3
+ "version": "1.36.1-beta.15",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -11,7 +11,11 @@
11
11
  }
12
12
 
13
13
  .toggle-status-bar-small {
14
- height: 35px;
14
+ font-size: 0.7rem !important;
15
+ height: 28px;
16
+ .toggle-status-bar-dot {
17
+ font-size: 14px;
18
+ }
15
19
  }
16
20
 
17
21
  // Tooltip
@@ -131,7 +131,6 @@ table.toggle-table {
131
131
  td.toggle-tablee-td:last-child {
132
132
  border-top-right-radius: 10px;
133
133
  border-bottom-right-radius: 10px;
134
- padding-right: 1rem;
135
134
  }
136
135
 
137
136
  td.toggle-tablee-td {