solid-ui 2.6.1-45faa7b → 2.6.1-57fa175

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
@@ -119,14 +119,6 @@ When you want to test the component within a solid-pane, you can use the [develo
119
119
 
120
120
  ## Adding Tests
121
121
 
122
- One can run extisting tests with:
123
- ```
124
- npm run test
125
- ```
126
- or with coverage
127
- ```
128
- npm run test-coverage
129
- ```
130
122
  The following document gives guidance on how to add and perform testing in solid-ui.
131
123
  [Testing in solid-ui](https://github.com/SolidOS/solid-ui/blob/18070a02fa8159a2b83d9503ee400f8e046bf1f6/test/unit/README.md)
132
124
 
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.default = {
4
- buildTime: '2025-10-24T07:38:04Z',
5
- commit: '45faa7bcd08cfed594c1220c327f43f3aec6576e',
4
+ buildTime: '2025-10-24T07:29:35Z',
5
+ commit: '57fa17562cc0905208c605fa5c638c32beecf847',
6
6
  npmInfo: {
7
7
  '\'solid-ui\'': '\'2.6.1\',',
8
8
  npm: '\'10.8.2\',',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-ui",
3
- "version": "2.6.1-45faa7b",
3
+ "version": "2.6.1-57fa175",
4
4
  "description": "UI library for Solid applications",
5
5
  "main": "dist/solid-ui.js",
6
6
  "types": "dist/index.d.ts",