@atlaskit/tile 0.1.2 → 0.1.3
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/CHANGELOG.md +7 -0
- package/dist/cjs/tile.compiled.css +1 -1
- package/dist/cjs/tile.js +1 -1
- package/dist/es2019/tile.compiled.css +1 -1
- package/dist/es2019/tile.js +1 -1
- package/dist/esm/tile.compiled.css +1 -1
- package/dist/esm/tile.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/tile
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`965e35f10a8f1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/965e35f10a8f1) -
|
|
8
|
+
Implemented new design token `radius.tile` for tile border radius.
|
|
9
|
+
|
|
3
10
|
## 0.1.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/cjs/tile.js
CHANGED
|
@@ -11,7 +11,7 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
11
11
|
var _runtime = require("@compiled/react/runtime");
|
|
12
12
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
13
13
|
var styles = {
|
|
14
|
-
root: "
|
|
14
|
+
root: "_2rkol0p1 _1reo15vq _18m915vq _kqswh2mm _1e0c116y _vchhusvi _4cvr1h6o _1bah1h6o _1o9zidpf _16jlidpf _1ul9idpf _1tkeidpf",
|
|
15
15
|
border: "_189ee4h9 _1dqonqa1 _1h6dmuej",
|
|
16
16
|
inset: "_1iia1wug _bna71wug _1xjx1wug _17521wug",
|
|
17
17
|
nonInset: "_1qwg1osq _mezj1osq _e2oo1osq _w8l51osq _1iia1osq _bna71osq _1xjx1osq _17521osq"
|
package/dist/es2019/tile.js
CHANGED
|
@@ -3,7 +3,7 @@ import "./tile.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
const styles = {
|
|
6
|
-
root: "
|
|
6
|
+
root: "_2rkol0p1 _1reo15vq _18m915vq _kqswh2mm _1e0c116y _vchhusvi _4cvr1h6o _1bah1h6o _1o9zidpf _16jlidpf _1ul9idpf _1tkeidpf",
|
|
7
7
|
border: "_189ee4h9 _1dqonqa1 _1h6dmuej",
|
|
8
8
|
inset: "_1iia1wug _bna71wug _1xjx1wug _17521wug",
|
|
9
9
|
nonInset: "_1qwg1osq _mezj1osq _e2oo1osq _w8l51osq _1iia1osq _bna71osq _1xjx1osq _17521osq"
|
package/dist/esm/tile.js
CHANGED
|
@@ -3,7 +3,7 @@ import "./tile.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
var styles = {
|
|
6
|
-
root: "
|
|
6
|
+
root: "_2rkol0p1 _1reo15vq _18m915vq _kqswh2mm _1e0c116y _vchhusvi _4cvr1h6o _1bah1h6o _1o9zidpf _16jlidpf _1ul9idpf _1tkeidpf",
|
|
7
7
|
border: "_189ee4h9 _1dqonqa1 _1h6dmuej",
|
|
8
8
|
inset: "_1iia1wug _bna71wug _1xjx1wug _17521wug",
|
|
9
9
|
nonInset: "_1qwg1osq _mezj1osq _e2oo1osq _w8l51osq _1iia1osq _bna71osq _1xjx1osq _17521osq"
|
package/package.json
CHANGED