@djcali570/component-lib 0.1.99 → 0.1.100

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/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Svelte Component library
2
2
 
3
+ 0.1.100
4
+
5
+ - Removed padding from context menu content container.
6
+
3
7
  0.1.99
4
8
 
5
9
  - Updated Context Menu to use an on open change callback. (Useful for multiple menus using same open state)
@@ -235,8 +235,7 @@ top:{position.y}px;
235
235
 
236
236
  .context5__content {
237
237
  background-color: var(--context5__ContentBgColor);
238
- border-radius: 0.5rem;
239
- padding: 0.5rem;
238
+ border-radius: 0.5rem;
240
239
  border: 1px solid var(--context5__ContentBorderColor);
241
240
  }
242
241
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djcali570/component-lib",
3
- "version": "0.1.99",
3
+ "version": "0.1.100",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",