@multiplatform.one/components 1.0.2 → 1.0.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.
@@ -11,8 +11,9 @@ var __copyProps = (to, from, except, desc) => {
11
11
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
12
12
  var organize_exports = {};
13
13
  module.exports = __toCommonJS(organize_exports);
14
- __reExport(organize_exports, require("./SimpleCarousel"), module.exports);
15
14
  __reExport(organize_exports, require("./SimpleAccordion"), module.exports);
15
+ __reExport(organize_exports, require("./SimpleCarousel"), module.exports);
16
16
  __reExport(organize_exports, require("./SimpleInput"), module.exports);
17
+ __reExport(organize_exports, require("./SimpleListItem"), module.exports);
17
18
  __reExport(organize_exports, require("./SimpleTabs"), module.exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/organize/index.ts"],
4
- "mappings": ";;;;;;;;;;;AAAA;AAAA;AAoBA,6BAAc,6BApBd;AAqBA,6BAAc,8BArBd;AAsBA,6BAAc,0BAtBd;AAuBA,6BAAc,yBAvBd;",
4
+ "mappings": ";;;;;;;;;;;AAAA;AAAA;AAqBA,6BAAc,8BArBd;AAsBA,6BAAc,6BAtBd;AAuBA,6BAAc,0BAvBd;AAwBA,6BAAc,6BAxBd;AAyBA,6BAAc,yBAzBd;",
5
5
  "names": []
6
6
  }
@@ -11,15 +11,17 @@ var __copyProps = (to, from, except, desc) => {
11
11
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
12
12
  var organize_exports = {};
13
13
  module.exports = __toCommonJS(organize_exports);
14
- __reExport(organize_exports, require("./SimpleCarousel"), module.exports);
15
14
  __reExport(organize_exports, require("./SimpleAccordion"), module.exports);
15
+ __reExport(organize_exports, require("./SimpleCarousel"), module.exports);
16
16
  __reExport(organize_exports, require("./SimpleInput"), module.exports);
17
+ __reExport(organize_exports, require("./SimpleListItem"), module.exports);
17
18
  __reExport(organize_exports, require("./SimpleTabs"), module.exports);
18
19
  // Annotate the CommonJS export names for ESM import in node:
19
20
  0 && (module.exports = {
20
- ...require("./SimpleCarousel"),
21
21
  ...require("./SimpleAccordion"),
22
+ ...require("./SimpleCarousel"),
22
23
  ...require("./SimpleInput"),
24
+ ...require("./SimpleListItem"),
23
25
  ...require("./SimpleTabs")
24
26
  });
25
27
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/organize/Users/clayrisser/Projects/.bitspur/multiplatform.one/packages/components/src/organize/index.ts"],
4
- "mappings": ";;;;;;;;;;;AAAA;;AAoBA,6BAAc,6BApBd;AAqBA,6BAAc,8BArBd;AAsBA,6BAAc,0BAtBd;AAuBA,6BAAc,yBAvBd;",
4
+ "mappings": ";;;;;;;;;;;AAAA;;AAqBA,6BAAc,8BArBd;AAsBA,6BAAc,6BAtBd;AAuBA,6BAAc,0BAvBd;AAwBA,6BAAc,6BAxBd;AAyBA,6BAAc,yBAzBd;",
5
5
  "names": []
6
6
  }
@@ -1,5 +1,6 @@
1
- export * from "./SimpleCarousel";
2
1
  export * from "./SimpleAccordion";
2
+ export * from "./SimpleCarousel";
3
3
  export * from "./SimpleInput";
4
+ export * from "./SimpleListItem";
4
5
  export * from "./SimpleTabs";
5
6
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/organize/index.ts"],
4
- "mappings": "AAoBA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "mappings": "AAqBA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
5
5
  "names": []
6
6
  }
@@ -1,4 +1,5 @@
1
- export * from "./SimpleCarousel/index.mjs";
2
1
  export * from "./SimpleAccordion/index.mjs";
2
+ export * from "./SimpleCarousel/index.mjs";
3
3
  export * from "./SimpleInput/index.mjs";
4
+ export * from "./SimpleListItem/index.mjs";
4
5
  export * from "./SimpleTabs/index.mjs";
@@ -1,5 +1,6 @@
1
- export * from "./SimpleCarousel";
2
1
  export * from "./SimpleAccordion";
2
+ export * from "./SimpleCarousel";
3
3
  export * from "./SimpleInput";
4
+ export * from "./SimpleListItem";
4
5
  export * from "./SimpleTabs";
5
6
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/organize/Users/clayrisser/Projects/.bitspur/multiplatform.one/packages/components/src/organize/index.ts"],
4
- "mappings": "AAoBA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "mappings": "AAqBA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
5
5
  "names": []
6
6
  }
@@ -1,5 +1,6 @@
1
- export * from "./SimpleCarousel";
2
1
  export * from "./SimpleAccordion";
2
+ export * from "./SimpleCarousel";
3
3
  export * from "./SimpleInput";
4
+ export * from "./SimpleListItem";
4
5
  export * from "./SimpleTabs";
5
6
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/organize/index.ts"],
4
- "mappings": "AAoBA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "mappings": "AAqBA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
5
5
  "names": []
6
6
  }
@@ -1,4 +1,5 @@
1
- export * from "./SimpleCarousel/index.mjs";
2
1
  export * from "./SimpleAccordion/index.mjs";
2
+ export * from "./SimpleCarousel/index.mjs";
3
3
  export * from "./SimpleInput/index.mjs";
4
+ export * from "./SimpleListItem/index.mjs";
4
5
  export * from "./SimpleTabs/index.mjs";
@@ -1,5 +1,6 @@
1
- export * from "./SimpleCarousel";
2
1
  export * from "./SimpleAccordion";
2
+ export * from "./SimpleCarousel";
3
3
  export * from "./SimpleInput";
4
+ export * from "./SimpleListItem";
4
5
  export * from "./SimpleTabs";
5
6
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/organize/Users/clayrisser/Projects/.bitspur/multiplatform.one/packages/components/src/organize/index.ts"],
4
- "mappings": "AAoBA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "mappings": "AAqBA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
5
5
  "names": []
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiplatform.one/components",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@mdx-js/mdx": "^3.0.1",
38
38
  "@mdx-js/react": "^3.0.1",
39
- "@multiplatform.one/locales": "1.0.3",
39
+ "@multiplatform.one/locales": "1.0.5",
40
40
  "@tamagui/font-inter": "^1.95.1",
41
41
  "@tamagui/logo": "^1.95.1",
42
42
  "@tamagui/react-native-media-driver": "^1.95.1",
@@ -75,7 +75,7 @@
75
75
  "react-native-reanimated": "3.8.1",
76
76
  "solito": "^4.2.2",
77
77
  "tsup": "^8.0.2",
78
- "ui": "1.0.2"
78
+ "ui": "1.0.4"
79
79
  },
80
80
  "eslintIgnore": [
81
81
  "dist",
@@ -18,7 +18,9 @@
18
18
  * See the License for the specific language governing permissions and
19
19
  * limitations under the License.
20
20
  */
21
- export * from './SimpleCarousel';
21
+
22
22
  export * from './SimpleAccordion';
23
+ export * from './SimpleCarousel';
23
24
  export * from './SimpleInput';
25
+ export * from './SimpleListItem';
24
26
  export * from './SimpleTabs';
@@ -1,5 +1,6 @@
1
- export * from './SimpleCarousel';
2
1
  export * from './SimpleAccordion';
2
+ export * from './SimpleCarousel';
3
3
  export * from './SimpleInput';
4
+ export * from './SimpleListItem';
4
5
  export * from './SimpleTabs';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/organize/index.ts"],"names":[],"mappings":"AAoBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/organize/index.ts"],"names":[],"mappings":"AAqBA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC"}