@mrts/soltw 0.2.16 → 0.3.0

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/dist/cjs/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  var web = require('solid-js/web');
4
4
 
5
- var _tmpl$ = /*#__PURE__*/web.template(`<div>S O L T W`);
5
+ var _tmpl$ = /*#__PURE__*/web.template(`<div class=bg-red-600>- - S O L T W - -`);
6
6
  const SolTw = props => {
7
7
  return _tmpl$();
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/soltw.tsx"],"sourcesContent":["import type { Component } from \"solid-js\";\n\ntype TProps = {}\n\nexport const SolTw : Component<TProps> = (props) =>{\n return <div>S O L T W</div>\n}\n\n\n"],"names":["SolTw","props","_tmpl$"],"mappings":";;;;;AAIO,MAAMA,KAAyB,GAAIC,KAAK,IAAI;AACjD,EAAA,OAAAC,MAAA,EAAA;AACF;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/soltw.tsx"],"sourcesContent":["import type { Component } from \"solid-js\";\n\ntype TProps = {}\n\nexport const SolTw : Component<TProps> = (props) =>{\n return <div class=\"bg-red-600\">- - S O L T W - -</div>\n}\n\n\n"],"names":["SolTw","props","_tmpl$"],"mappings":";;;;;AAIO,MAAMA,KAAyB,GAAIC,KAAK,IAAI;AACjD,EAAA,OAAAC,MAAA,EAAA;AACF;;;;"}
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { template } from 'solid-js/web';
2
2
 
3
- var _tmpl$ = /*#__PURE__*/template(`<div>S O L T W`);
3
+ var _tmpl$ = /*#__PURE__*/template(`<div class=bg-red-600>- - S O L T W - -`);
4
4
  const SolTw = props => {
5
5
  return _tmpl$();
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/soltw.tsx"],"sourcesContent":["import type { Component } from \"solid-js\";\n\ntype TProps = {}\n\nexport const SolTw : Component<TProps> = (props) =>{\n return <div>S O L T W</div>\n}\n\n\n"],"names":["SolTw","props","_tmpl$"],"mappings":";;;AAIO,MAAMA,KAAyB,GAAIC,KAAK,IAAI;AACjD,EAAA,OAAAC,MAAA,EAAA;AACF;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/soltw.tsx"],"sourcesContent":["import type { Component } from \"solid-js\";\n\ntype TProps = {}\n\nexport const SolTw : Component<TProps> = (props) =>{\n return <div class=\"bg-red-600\">- - S O L T W - -</div>\n}\n\n\n"],"names":["SolTw","props","_tmpl$"],"mappings":";;;AAIO,MAAMA,KAAyB,GAAIC,KAAK,IAAI;AACjD,EAAA,OAAAC,MAAA,EAAA;AACF;;;;"}
@@ -1,3 +1,3 @@
1
1
  export const SolTw = (props) => {
2
- return <div>S O L T W</div>;
2
+ return <div class="bg-red-600">- - S O L T W - -</div>;
3
3
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mrts/soltw",
3
3
  "description": "S O L T W : SolidJS + tailwindcss ui components",
4
- "version": "0.2.16",
4
+ "version": "0.3.0",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "feb3141d830630d5c3fb4f29e2bf98bbffeca9ec"
37
+ "gitHead": "f8f48163f85c0871e835e7c0aef88b123a42a5e3"
38
38
  }