@symbo.ls/link 1.0.3 → 1.1.1

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/index.js CHANGED
@@ -3,7 +3,6 @@
3
3
  import { Shape } from '@symbo.ls/shape'
4
4
 
5
5
  export const Link = {
6
- extends: [Shape],
7
6
  tag: 'a',
8
7
  props: {
9
8
  href: '',
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/link",
3
- "version": "1.0.3",
3
+ "version": "1.1.1",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "4709d385d2b0e14024a32edcce538f512a242555",
6
+ "gitHead": "12925f3ed5a651a53282e32d28f21c015d3875e0",
7
7
  "dependencies": {
8
- "@symbo.ls/shape": "^1.0.3"
8
+ "@symbo.ls/shape": "latest"
9
9
  },
10
10
  "source": "src/index.js"
11
11
  }
@@ -1,8 +0,0 @@
1
- 'use strict'
2
-
3
- import { DOMQLReact } from '@symbo.ls/transform-react'
4
- import { Link as component } from '@symbo.ls/link'
5
-
6
- export const Link = (props, state) => {
7
- return DOMQLReact(component, props, state)
8
- }
@@ -1,12 +0,0 @@
1
- {
2
- "name": "@symbo.ls/react-link",
3
- "version": "1.0.3",
4
- "main": "dist/index.js",
5
- "license": "MIT",
6
- "gitHead": "4709d385d2b0e14024a32edcce538f512a242555",
7
- "dependencies": {
8
- "@symbo.ls/link": "^1.0.3",
9
- "@symbo.ls/transform-react": "latest"
10
- },
11
- "source": "src/index.js"
12
- }