polaris_tokens 2.4.0.pre.beta.1 → 2.4.0.pre.beta.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dist/index.d.ts +5 -5
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a1cad6438410f6f12c05c1e7b3d25a5261d37d492f2766ff98078522fe7562c
|
4
|
+
data.tar.gz: 0edbb0a824c85312ebcf6df3ff9f07715623a6cd48c5db964ff2e9d68183726a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92b123e06b9008f72a4c184f63a889e8691f24959e6117c4831ac05c41833e36cbbede8eaed7201ad7fd61e8ba5721d1dde46cd6611962940ca3f442f05362c1
|
7
|
+
data.tar.gz: 95b7d0a7ac86057f5234695615f595d8154633c68880a0652e8e3925ca6782f89b1c70ffd27a6f2381427a09856124a1d0a361fa3e54268ba4589c5123dfb9b3
|
data/dist/index.d.ts
CHANGED
@@ -57,12 +57,12 @@ declare interface Tokens {
|
|
57
57
|
colorYellowLight: "rgb(255, 234, 138)";
|
58
58
|
colorYellowLighter: "rgb(252, 241, 205)";
|
59
59
|
colorYellowText: "rgb(89, 81, 48)";
|
60
|
-
durationBase:
|
61
|
-
durationFast:
|
60
|
+
durationBase: 200;
|
61
|
+
durationFast: 100;
|
62
62
|
durationNone: 0;
|
63
|
-
durationSlow:
|
64
|
-
durationSlower:
|
65
|
-
durationSlowest:
|
63
|
+
durationSlow: 300;
|
64
|
+
durationSlower: 400;
|
65
|
+
durationSlowest: 500;
|
66
66
|
fontStackBase: "-apple-system, 'BlinkMacSystemFont', 'San Francisco', 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif";
|
67
67
|
fontStackMonospace: "Monaco, Consolas, 'Lucida Console', monospace";
|
68
68
|
spacingBase: "16px";
|
data/package.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polaris_tokens
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.0.pre.beta.
|
4
|
+
version: 2.4.0.pre.beta.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Design Tokens for the Polaris Design System
|
14
14
|
email:
|