@blueprintui/grid 1.6.2 → 1.6.4

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.
@@ -970,55 +970,13 @@
970
970
  "kind": "javascript-module",
971
971
  "path": "/include/core.js",
972
972
  "declarations": [],
973
- "exports": [
974
- {
975
- "kind": "custom-element-definition",
976
- "name": "bp-grid",
977
- "declaration": {
978
- "name": "BpGrid",
979
- "module": "/grid/element.js"
980
- }
981
- },
982
- {
983
- "kind": "custom-element-definition",
984
- "name": "bp-grid-row",
985
- "declaration": {
986
- "name": "BpGridRow",
987
- "module": "/row/element.js"
988
- }
989
- },
990
- {
991
- "kind": "custom-element-definition",
992
- "name": "bp-grid-cell",
993
- "declaration": {
994
- "name": "BpGridCell",
995
- "module": "/cell/element.js"
996
- }
997
- },
998
- {
999
- "kind": "custom-element-definition",
1000
- "name": "bp-grid-column",
1001
- "declaration": {
1002
- "name": "BpGridColumn",
1003
- "module": "/column/element.js"
1004
- }
1005
- }
1006
- ]
973
+ "exports": []
1007
974
  },
1008
975
  {
1009
976
  "kind": "javascript-module",
1010
977
  "path": "/include/footer.js",
1011
978
  "declarations": [],
1012
- "exports": [
1013
- {
1014
- "kind": "custom-element-definition",
1015
- "name": "bp-grid-footer",
1016
- "declaration": {
1017
- "name": "BpGridFooter",
1018
- "module": "/footer/element.js"
1019
- }
1020
- }
1021
- ]
979
+ "exports": []
1022
980
  },
1023
981
  {
1024
982
  "kind": "javascript-module",
@@ -1030,31 +988,13 @@
1030
988
  "kind": "javascript-module",
1031
989
  "path": "/include/pagination.js",
1032
990
  "declarations": [],
1033
- "exports": [
1034
- {
1035
- "kind": "custom-element-definition",
1036
- "name": "bp-grid-pagination",
1037
- "declaration": {
1038
- "name": "BpGridPagination",
1039
- "module": "/pagination/element.js"
1040
- }
1041
- }
1042
- ]
991
+ "exports": []
1043
992
  },
1044
993
  {
1045
994
  "kind": "javascript-module",
1046
995
  "path": "/include/placeholder.js",
1047
996
  "declarations": [],
1048
- "exports": [
1049
- {
1050
- "kind": "custom-element-definition",
1051
- "name": "bp-grid-placeholder",
1052
- "declaration": {
1053
- "name": "BpGridPlaceholder",
1054
- "module": "/placeholder/element.js"
1055
- }
1056
- }
1057
- ]
997
+ "exports": []
1058
998
  },
1059
999
  {
1060
1000
  "kind": "javascript-module",
package/include/core.js CHANGED
@@ -1 +1 @@
1
- import"@blueprintui/components/include/button-icon.js";import{BpGrid as e}from"../grid/element.js";import{BpGridRow as m}from"../row/element.js";import{BpGridCell as t}from"../cell/element.js";import{BpGridColumn as o}from"../column/element.js";customElements.get("bp-grid")||customElements.define("bp-grid",e),customElements.get("bp-grid-row")||customElements.define("bp-grid-row",m),customElements.get("bp-grid-cell")||customElements.define("bp-grid-cell",t),customElements.get("bp-grid-column")||customElements.define("bp-grid-column",o);
1
+ import{defineElement as o}from"@blueprintui/components/internals";import"@blueprintui/components/include/button-icon.js";import{BpGrid as r}from"../grid/element.js";import{BpGridRow as e}from"../row/element.js";import{BpGridCell as m}from"../cell/element.js";import{BpGridColumn as i}from"../column/element.js";o("bp-grid",r),o("bp-grid-row",e),o("bp-grid-cell",m),o("bp-grid-column",i);
package/include/footer.js CHANGED
@@ -1 +1 @@
1
- import{BpGridFooter as e}from"../footer/element.js";customElements.get("bp-grid-footer")||customElements.define("bp-grid-footer",e);
1
+ import{defineElement as o}from"@blueprintui/components/internals";import{BpGridFooter as r}from"../footer/element.js";o("bp-grid-footer",r);
@@ -1,8 +1,8 @@
1
- import { BpGridPagination } from '../pagination/element.js';
2
1
  import '@blueprintui/components/include/button-icon.js';
3
2
  import '@blueprintui/components/include/pagination.js';
4
3
  import '@blueprintui/components/include/select.js';
5
4
  import '@blueprintui/components/include/input.js';
5
+ import { BpGridPagination } from '../pagination/element.js';
6
6
  declare global {
7
7
  interface HTMLElementTagNameMap {
8
8
  'bp-grid-pagination': BpGridPagination;
@@ -1 +1 @@
1
- import{BpGridPagination as n}from"../pagination/element.js";import"@blueprintui/components/include/button-icon.js";import"@blueprintui/components/include/pagination.js";import"@blueprintui/components/include/select.js";import"@blueprintui/components/include/input.js";customElements.get("bp-grid-pagination")||customElements.define("bp-grid-pagination",n);
1
+ import{defineElement as n}from"@blueprintui/components/internals";import"@blueprintui/components/include/button-icon.js";import"@blueprintui/components/include/pagination.js";import"@blueprintui/components/include/select.js";import"@blueprintui/components/include/input.js";import{BpGridPagination as i}from"../pagination/element.js";n("bp-grid-pagination",i);
@@ -1 +1 @@
1
- import{BpGridPlaceholder as e}from"../placeholder/element.js";customElements.get("bp-grid-placeholder")||customElements.define("bp-grid-placeholder",e);
1
+ import{defineElement as e}from"@blueprintui/components/internals";import{BpGridPlaceholder as r}from"../placeholder/element.js";e("bp-grid-placeholder",r);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueprintui/grid",
3
- "version": "1.6.2",
3
+ "version": "1.6.4",
4
4
  "main": "./index.js",
5
5
  "module": "./index.js",
6
6
  "typings": "./index.d.ts",