@blueprintui/grid 2.1.5 → 2.1.6

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/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+ # [@blueprintui/grid-v2.1.6](https://github.com/blueprintui/blueprintui/compare/@blueprintui/grid-v2.1.5...@blueprintui/grid-v2.1.6) (2024-11-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * package metadata ([4d84b3a](https://github.com/blueprintui/blueprintui/commit/4d84b3a717074c70f0d7816efee57f4381e90d4a))
@@ -1 +1 @@
1
- const o=new CSSStyleSheet;o.replaceSync("[hidden]{display:none!important}:host{--background:var(--bp-layer-background-200);--body-height:auto;--body-min-height:auto;--scrollbar-background:var(--background);--scrollbar-thumb-background:var(--border-color);--column-height:var(--bp-size-900);--row-height:var(--bp-size-900);--scroll-padding-top:var(--column-height);--row-content-visibility:auto;--border:0;--border-width:var(--bp-object-border-width-100);--border-color:var(--bp-object-border-color-100);width:100%;display:block;position:relative}:host([range-selection]){user-select:none}:host([column-style*=border]) ::slotted(bp-grid-row){--cell-border-width:var(--border-width);--border-top:0;--border-bottom:0}:host([row-style*=border]) ::slotted(bp-grid-row){--border-top:var(--border-width)solid var(--border-color)}:host([row-style*=border]) ::slotted(bp-grid-row:last-of-type){--border-bottom:var(--border-width)solid var(--border-color)}:host([row-style*=border]) ::slotted(bp-grid-row:first-of-type){--border-top:0}:host([row-style*=stripe]) ::slotted(bp-grid-row){--border-top:0;--border-bottom:0}:host([row-style*=stripe]) ::slotted(bp-grid-row:nth-child(2n)),:host([row-style*=hover]) ::slotted(bp-grid-row:hover){--bp-interaction-offset:var(--bp-interaction-hover-offset)}:host([layer=flat]){--border-color:var(--bp-object-border-color-200);--background:inherit!important}[part=internal]{border:var(--border);border-radius:var(--bp-object-border-radius-100);background:var(--background);position:relative}.scroll-container{box-shadow:var(--box-shadow);border:var(--border);height:var(--body-height,100%);min-height:var(--body-min-height,auto);scroll-padding-top:var(--scroll-padding-top);scrollbar-color:var(--scrollbar-thumb-background)var(--scrollbar-background);scrollbar-width:thin;flex-direction:column;width:100%;display:flex;overflow:auto}:host([scroll-lock]) .scroll-container{overflow:hidden}.body-row-group{margin-top:var(--bp-size-200);flex-direction:column;flex:1;min-width:fit-content;display:flex}slot[name=header]{z-index:99;flex-direction:column;min-width:fit-content;display:flex;position:sticky;top:0}::slotted(bp-grid-row:not([bp-draggable=target]):first-of-type){--box-shadow:var(--border-width)solid transparent}@keyframes fadein{0%{opacity:0}to{opacity:1}}");export{o as default};
1
+ const o=new CSSStyleSheet;o.replaceSync("[hidden]{display:none!important}:host{--background:var(--bp-layer-background-200);--body-height:auto;--body-min-height:auto;--scrollbar-background:var(--background);--scrollbar-thumb-background:var(--border-color);--column-height:var(--bp-size-900);--row-height:var(--bp-size-900);--scroll-padding-top:var(--column-height);--row-content-visibility:auto;--border:0;--border-width:var(--bp-object-border-width-100);--border-color:var(--bp-object-border-color-100);width:100%;display:block;position:relative}:host([range-selection]){user-select:none}:host([column-style*=border]) ::slotted(bp-grid-row){--cell-border-width:var(--border-width);--border-top:0;--border-bottom:0}:host([row-style*=border]) ::slotted(bp-grid-row){--border-top:var(--border-width)solid var(--border-color)}:host([row-style*=border]) ::slotted(bp-grid-row:last-of-type){--border-bottom:var(--border-width)solid var(--border-color)}:host([row-style*=border]) ::slotted(bp-grid-row:first-of-type){--border-top:0}:host([row-style*=stripe]) ::slotted(bp-grid-row){--border-top:0;--border-bottom:0}:host([row-style*=stripe]) ::slotted(bp-grid-row:nth-child(2n)),:host([row-style*=hover]) ::slotted(bp-grid-row:hover){--bp-interaction-offset:var(--bp-interaction-hover-offset)}:host([layer=flat]){--border-color:var(--bp-object-border-color-200);--background:inherit!important}[part=internal]{border:var(--border);border-radius:var(--bp-object-border-radius-100);background:var(--background);position:relative}.scroll-container{box-shadow:var(--box-shadow);border:var(--border);height:var(--body-height,100%);min-height:var(--body-min-height,auto);scroll-padding-top:var(--scroll-padding-top);scrollbar-color:var(--scrollbar-thumb-background)var(--scrollbar-background);scrollbar-width:thin;flex-direction:column;width:100%;display:flex;overflow:auto}:host([scroll-lock]) .scroll-container{overflow:hidden}.body-row-group{min-width:fit-content;margin-top:var(--bp-size-200);flex-direction:column;flex:1;display:flex}slot[name=header]{z-index:99;flex-direction:column;min-width:fit-content;display:flex;position:sticky;top:0}::slotted(bp-grid-row:not([bp-draggable=target]):first-of-type){--box-shadow:var(--border-width)solid transparent}@keyframes fadein{0%{opacity:0}to{opacity:1}}");export{o as default};
@@ -1 +1 @@
1
- const a=new CSSStyleSheet;a.replaceSync(":host{--box-shadow:none;--color:var(--bp-text-color-500);--padding:var(--bp-size-400);--gap:var(--bp-space-md);content-visibility:var(--row-content-visibility,auto);flex:1}[part=internal]{box-shadow:var(--box-shadow);padding:var(--padding);min-height:var(--bp-size-800);background:var(--background);justify-content:center;align-items:center;gap:var(--gap);color:var(--color);text-align:center;flex-direction:column;grid-column:1/-1;width:100%;height:100%;display:flex;position:relative}:host([draggable=false]) [part=internal]{min-height:var(--bp-size-1000)}:host([bp-draggable*=target]){--box-shadow:inset 0 var(--bp-object-border-width-300)0 calc(var(--bp-size-100)*-1)var(--bp-interaction-accent-background)}");export{a as default};
1
+ const a=new CSSStyleSheet;a.replaceSync(":host{--box-shadow:none;--color:var(--bp-text-color-500);--padding:var(--bp-size-400);--gap:var(--bp-space-md);content-visibility:var(--row-content-visibility,auto);flex:1}[part=internal]{box-shadow:var(--box-shadow);padding:var(--padding);min-height:var(--bp-size-800);background:var(--background);justify-content:center;align-items:center;gap:var(--gap);width:100%;height:100%;color:var(--color);text-align:center;flex-direction:column;grid-column:1/-1;display:flex;position:relative}:host([draggable=false]) [part=internal]{min-height:var(--bp-size-1000)}:host([bp-draggable*=target]){--box-shadow:inset 0 var(--bp-object-border-width-300)0 calc(var(--bp-size-100)*-1)var(--bp-interaction-accent-background)}");export{a as default};
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@blueprintui/grid",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "package.json",
7
+ "CHANGELOG.md",
7
8
  "README.md",
8
9
  "LICENSE.md",
9
10
  "dist/**/*"
@@ -55,47 +56,28 @@
55
56
  }
56
57
  },
57
58
  "dependencies": {
58
- "@blueprintui/components": "workspace:^",
59
- "@blueprintui/crane": "workspace:^",
60
- "@blueprintui/icons": "workspace:^",
61
- "@blueprintui/themes": "workspace:^",
62
- "@blueprintui/typewriter": "workspace:^",
63
- "lit": "catalog:",
64
- "tslib": "catalog:"
59
+ "lit": "^3.2.1",
60
+ "tslib": "^2.8.1",
61
+ "@blueprintui/components": "^2.1.6",
62
+ "@blueprintui/crane": "^2.1.8",
63
+ "@blueprintui/icons": "^2.1.6",
64
+ "@blueprintui/themes": "^2.1.10",
65
+ "@blueprintui/typewriter": "^2.1.11"
65
66
  },
66
67
  "devDependencies": {
67
- "@blueprintui/layout": "workspace:^",
68
- "@blueprintui/test": "workspace:^",
69
- "@blueprintui/typography": "workspace:^",
70
- "@web/dev-server": "catalog:",
71
- "@web/dev-server-esbuild": "catalog:",
72
- "@web/dev-server-rollup": "catalog:",
73
- "@web/test-runner": "catalog:",
74
- "@web/test-runner-core": "catalog:",
75
- "@web/test-runner-playwright": "catalog:",
76
- "@web/test-runner-visual-regression": "catalog:",
77
- "del-cli": "catalog:",
78
- "playwright": "catalog:",
79
- "publint": "0.2.10"
80
- },
81
- "scripts": {
82
- "ci": "wireit",
83
- "start": "wireit",
84
- "build": "wireit",
85
- "build:watch": "wireit",
86
- "drafter": "wireit",
87
- "drafter:watch": "wireit",
88
- "test": "wireit",
89
- "test:watch": "node ../test/dist/wtr.js --watch",
90
- "test:unit": "wireit",
91
- "test:coverage": "wireit",
92
- "test:a11y": "wireit",
93
- "test:performance": "wireit",
94
- "test:visual": "wireit",
95
- "test:visual:update": "wireit",
96
- "test:api": "wireit",
97
- "test:api:update": "wireit",
98
- "sourcemap": "wireit"
68
+ "@web/dev-server": "0.4.6",
69
+ "@web/dev-server-esbuild": "1.0.3",
70
+ "@web/dev-server-rollup": "0.6.4",
71
+ "@web/test-runner": "0.19.0",
72
+ "@web/test-runner-core": "0.13.4",
73
+ "@web/test-runner-playwright": "0.11.0",
74
+ "@web/test-runner-visual-regression": "0.10.0",
75
+ "del-cli": "6.0.0",
76
+ "playwright": "1.48.2",
77
+ "publint": "0.2.10",
78
+ "@blueprintui/test": "^0.0.0",
79
+ "@blueprintui/typography": "^2.1.6",
80
+ "@blueprintui/layout": "^2.1.6"
99
81
  },
100
82
  "wireit": {
101
83
  "ci": {
@@ -306,5 +288,24 @@
306
288
  "build"
307
289
  ]
308
290
  }
291
+ },
292
+ "scripts": {
293
+ "ci": "wireit",
294
+ "start": "wireit",
295
+ "build": "wireit",
296
+ "build:watch": "wireit",
297
+ "drafter": "wireit",
298
+ "drafter:watch": "wireit",
299
+ "test": "wireit",
300
+ "test:watch": "node ../test/dist/wtr.js --watch",
301
+ "test:unit": "wireit",
302
+ "test:coverage": "wireit",
303
+ "test:a11y": "wireit",
304
+ "test:performance": "wireit",
305
+ "test:visual": "wireit",
306
+ "test:visual:update": "wireit",
307
+ "test:api": "wireit",
308
+ "test:api:update": "wireit",
309
+ "sourcemap": "wireit"
309
310
  }
310
- }
311
+ }