@kodaris/krubble-components 1.0.59 → 1.0.61

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.
@@ -2009,7 +2009,7 @@ KRTable.styles = [krBaseCSS, css `
2009
2009
  display: flex;
2010
2010
  align-items: center;
2011
2011
  background: #fff;
2012
- border-bottom: 1px solid #e5e7ebba;
2012
+ border-bottom: 1px solid #d1d5db;
2013
2013
  border-right: 1px solid #e5e7ebba;
2014
2014
  box-sizing: border-box;
2015
2015
  box-shadow: inset 0 0 0 0 #163052;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kodaris/krubble-components",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "description": "Krubble Lit Web Components Library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -38,6 +38,10 @@
38
38
  "types": "./dist/context-menu/context-menu.d.ts",
39
39
  "import": "./dist/context-menu/context-menu.js"
40
40
  },
41
+ "./date-range-picker": {
42
+ "types": "./dist/date-range-picker/date-range-picker.d.ts",
43
+ "import": "./dist/date-range-picker/date-range-picker.js"
44
+ },
41
45
  "./dialog": {
42
46
  "types": "./dist/dialog/dialog.d.ts",
43
47
  "import": "./dist/dialog/dialog.js"