@kodaris/krubble-app-components 1.0.45 → 1.0.47

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/scaffold.js CHANGED
@@ -1209,7 +1209,7 @@ KRScaffold.styles = css `
1209
1209
  }
1210
1210
 
1211
1211
  .nav-title {
1212
- font-size: 18px;
1212
+ font-size: 20px;
1213
1213
  font-weight: 600;
1214
1214
  color: var(--kr-scaffold-nav-text-active);
1215
1215
  letter-spacing: .2px;
@@ -173,7 +173,7 @@ KRScreenNav.styles = css `
173
173
  }
174
174
 
175
175
  .nav-header__title {
176
- font-size: 18px;
176
+ font-size: 20px;
177
177
  font-weight: 600;
178
178
  color: #111827;
179
179
  white-space: nowrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kodaris/krubble-app-components",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
4
4
  "description": "Krubble Application Components - Smart components with business logic",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",