solid-ui 2.4.10-a8ba7504 → 2.4.11-ebc03e4e

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.
@@ -24,5 +24,5 @@ export declare function linkIcon(dom: HTMLDocument, subject: NamedNode, iconURI?
24
24
  * @returns The HTML widget created
25
25
  *
26
26
  */
27
- export declare const createLinkForURI: (dom: HTMLDocument, linkDiv: HTMLDivElement, obj: NamedNode) => void;
27
+ export declare const createLinkForURI: (dom: HTMLDocument, linkDiv: HTMLDivElement, obj: any) => void;
28
28
  //# sourceMappingURL=iconLinks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"iconLinks.d.ts","sourceRoot":"","sources":["../../../src/widgets/buttons/iconLinks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAGlC;;;;;;;;;;;GAWG;AAEH,wBAAgB,QAAQ,CAAE,GAAG,EAAE,YAAY,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,WAAW,CAc9F;AACD;;;;;;;;;;;GAWG;AAEH,eAAO,MAAM,gBAAgB,QAAS,YAAY,WAAW,cAAc,OAAO,SAAS,SAK1F,CAAA"}
1
+ {"version":3,"file":"iconLinks.d.ts","sourceRoot":"","sources":["../../../src/widgets/buttons/iconLinks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAGlC;;;;;;;;;;;GAWG;AAEH,wBAAgB,QAAQ,CAAE,GAAG,EAAE,YAAY,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,WAAW,CAc9F;AACD;;;;;;;;;;;GAWG;AAEH,eAAO,MAAM,gBAAgB,QAAS,YAAY,WAAW,cAAc,mBAK1E,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-ui",
3
- "version": "2.4.10-a8ba7504",
3
+ "version": "2.4.11-ebc03e4e",
4
4
  "description": "UI library for writing Solid read-write-web applications",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -53,57 +53,57 @@
53
53
  },
54
54
  "homepage": "https://github.com/solid/solid-ui",
55
55
  "dependencies": {
56
- "@babel/runtime": "^7.15.4",
56
+ "@babel/runtime": "^7.16.0",
57
57
  "@inrupt/solid-client-authn-browser": "^1.11.2",
58
58
  "crypto-browserify": "^3.12.0",
59
59
  "escape-html": "^1.0.3",
60
- "jss": "^10.8.0",
61
- "jss-preset-default": "^10.8.0",
60
+ "jss": "^10.8.2",
61
+ "jss-preset-default": "^10.8.2",
62
62
  "mime-types": "^2.1.33",
63
- "pane-registry": "^2.4.2",
63
+ "pane-registry": "^2.4.3",
64
64
  "path-browserify": "^1.0.1",
65
65
  "postcss-flexbugs-fixes": "^5.0.2",
66
- "rdflib": "^2.2.7",
67
- "solid-logic": "^1.3.7",
68
- "solid-namespace": "^0.5.1",
66
+ "rdflib": "^2.2.10",
67
+ "solid-logic": "^1.3.9",
68
+ "solid-namespace": "^0.5.2",
69
69
  "stream-browserify": "^3.0.0",
70
70
  "uuid": "^8.3.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@babel/cli": "^7.15.7",
74
- "@babel/core": "^7.15.8",
75
- "@babel/plugin-proposal-class-properties": "^7.14.5",
76
- "@babel/plugin-proposal-optional-chaining": "^7.14.5",
77
- "@babel/plugin-transform-async-to-generator": "^7.14.5",
78
- "@babel/plugin-transform-runtime": "^7.15.8",
79
- "@babel/preset-env": "^7.15.8",
80
- "@babel/preset-typescript": "^7.15.0",
73
+ "@babel/cli": "^7.16.0",
74
+ "@babel/core": "^7.16.0",
75
+ "@babel/plugin-proposal-class-properties": "^7.16.0",
76
+ "@babel/plugin-proposal-optional-chaining": "^7.16.0",
77
+ "@babel/plugin-transform-async-to-generator": "^7.16.0",
78
+ "@babel/plugin-transform-runtime": "^7.16.0",
79
+ "@babel/preset-env": "^7.16.0",
80
+ "@babel/preset-typescript": "^7.16.0",
81
81
  "@storybook/addon-actions": "^6.3.12",
82
82
  "@storybook/addon-essentials": "^6.3.12",
83
83
  "@storybook/addon-links": "^6.3.12",
84
84
  "@storybook/html": "^6.3.12",
85
- "@testing-library/dom": "^8.9.0",
86
- "@testing-library/user-event": "^13.3.0",
85
+ "@testing-library/dom": "^8.11.0",
86
+ "@testing-library/user-event": "^13.5.0",
87
87
  "@types/jest": "^27.0.2",
88
88
  "@types/jsdom": "^16.2.13",
89
- "@types/node": "^16.10.9",
90
- "@typescript-eslint/eslint-plugin": "^5.0.0",
91
- "@typescript-eslint/parser": "^5.0.0",
92
- "autoprefixer": "^10.3.7",
93
- "babel-loader": "^8.2.2",
89
+ "@types/node": "^16.11.6",
90
+ "@typescript-eslint/eslint-plugin": "^5.3.0",
91
+ "@typescript-eslint/parser": "^5.3.0",
92
+ "autoprefixer": "^10.4.0",
93
+ "babel-loader": "^8.2.3",
94
94
  "eslint": "^7.32.0",
95
- "eslint-plugin-jest": "^25.0.6",
96
- "husky": "^7.0.2",
97
- "jest": "^27.2.5",
98
- "jsdom": "^18.0.0",
99
- "lint-staged": "^11.2.3",
100
- "nock": "^13.1.3",
95
+ "eslint-plugin-jest": "^25.2.3",
96
+ "husky": "^7.0.4",
97
+ "jest": "^27.3.1",
98
+ "jsdom": "^18.0.1",
99
+ "lint-staged": "^11.2.6",
100
+ "nock": "^13.1.4",
101
101
  "postcss-flexbugs-fixes": "^5.0.2",
102
102
  "raw-loader": "^4.0.2",
103
103
  "react-is": "^17.0.2",
104
104
  "standard": "^16.0.4",
105
- "ts-jest": "^27.0.5",
106
- "typedoc": "^0.22.5",
105
+ "ts-jest": "^27.0.7",
106
+ "typedoc": "^0.22.7",
107
107
  "typescript": "^4.4.4",
108
108
  "webpack": "^4.46.0",
109
109
  "webpack-cli": "^3.3.12"