@haiilo/catalyst-tokens 0.1.2 → 0.1.5

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -49,7 +49,6 @@
49
49
  --cat-asset-font-lato-woff2-thin-italic: "Lato-ThinItalic.woff2";
50
50
  --cat-asset-font-azeret-mono-name: "Azeret Mono";
51
51
  --cat-asset-font-azeret-mono-woff2-regular: "AzeretMono-Regular.woff2";
52
- --cat-asset-font-azeret-mono-woff2-semi-bold: "AzeretMono-SemiBold.woff2";
53
52
  --cat-color-base-neutral-0: 255, 255, 255;
54
53
  --cat-color-base-neutral-100: 248, 248, 251;
55
54
  --cat-color-base-neutral-200: 235, 236, 240;
@@ -93,12 +92,12 @@
93
92
  --cat-color-theme-primary-text: 32, 127, 138;
94
93
  --cat-color-theme-primary-text-hover: 28, 112, 122;
95
94
  --cat-color-theme-primary-text-active: 25, 101, 110;
96
- --cat-color-theme-secondary-bg: 248, 248, 251;
97
- --cat-color-theme-secondary-bg-hover: 235, 236, 240;
98
- --cat-color-theme-secondary-bg-active: 235, 236, 240;
99
- --cat-color-theme-secondary-fill: 0, 0, 0;
100
- --cat-color-theme-secondary-fill-hover: 0, 0, 0;
101
- --cat-color-theme-secondary-fill-active: 0, 0, 0;
95
+ --cat-color-theme-secondary-bg: 105, 118, 135;
96
+ --cat-color-theme-secondary-bg-hover: 105, 118, 135;
97
+ --cat-color-theme-secondary-bg-active: 105, 118, 135;
98
+ --cat-color-theme-secondary-fill: 255, 255, 255;
99
+ --cat-color-theme-secondary-fill-hover: 255, 255, 255;
100
+ --cat-color-theme-secondary-fill-active: 255, 255, 255;
102
101
  --cat-color-theme-secondary-text: 0, 0, 0;
103
102
  --cat-color-theme-secondary-text-hover: 0, 0, 0;
104
103
  --cat-color-theme-secondary-text-active: 0, 0, 0;
@@ -132,7 +131,11 @@
132
131
  --cat-color-ui-background-canvas: 248, 248, 251;
133
132
  --cat-color-ui-background-body: 255, 255, 255;
134
133
  --cat-color-ui-background-interaction: 32, 127, 138;
134
+ --cat-color-ui-background-input: 255, 255, 255;
135
+ --cat-color-ui-background-input-prefix: 235, 236, 240;
135
136
  --cat-color-ui-background-notification: 217, 52, 13;
137
+ --cat-color-ui-background-skeleton: 235, 236, 240;
138
+ --cat-color-ui-background-skeleton-highlight: 215, 219, 224;
136
139
  --cat-color-ui-border-default: 235, 236, 240;
137
140
  --cat-color-ui-border-dark: 215, 219, 224;
138
141
  --cat-color-ui-border-focus: 0, 113, 255;
@@ -48,7 +48,6 @@ export const AssetFontLatoWoffThinItalic : string;
48
48
  export const AssetFontLatoWoff2ThinItalic : string;
49
49
  export const AssetFontAzeretMonoName : string;
50
50
  export const AssetFontAzeretMonoWoff2Regular : string;
51
- export const AssetFontAzeretMonoWoff2SemiBold : string;
52
51
  export const ColorBaseNeutral0 : string;
53
52
  export const ColorBaseNeutral100 : string;
54
53
  export const ColorBaseNeutral200 : string;
@@ -131,7 +130,11 @@ export const ColorThemeDangerTextActive : string;
131
130
  export const ColorUiBackgroundCanvas : string;
132
131
  export const ColorUiBackgroundBody : string;
133
132
  export const ColorUiBackgroundInteraction : string;
133
+ export const ColorUiBackgroundInput : string;
134
+ export const ColorUiBackgroundInputPrefix : string;
134
135
  export const ColorUiBackgroundNotification : string;
136
+ export const ColorUiBackgroundSkeleton : string;
137
+ export const ColorUiBackgroundSkeletonHighlight : string;
135
138
  export const ColorUiBorderDefault : string;
136
139
  export const ColorUiBorderDark : string;
137
140
  export const ColorUiBorderFocus : string;
@@ -48,7 +48,6 @@ export const AssetFontLatoWoffThinItalic = "Lato-ThinItalic.woff";
48
48
  export const AssetFontLatoWoff2ThinItalic = "Lato-ThinItalic.woff2";
49
49
  export const AssetFontAzeretMonoName = "Azeret Mono";
50
50
  export const AssetFontAzeretMonoWoff2Regular = "AzeretMono-Regular.woff2";
51
- export const AssetFontAzeretMonoWoff2SemiBold = "AzeretMono-SemiBold.woff2";
52
51
  export const ColorBaseNeutral0 = "#ffffff";
53
52
  export const ColorBaseNeutral100 = "#f8f8fb";
54
53
  export const ColorBaseNeutral200 = "#ebecf0";
@@ -92,12 +91,12 @@ export const ColorThemePrimaryFillActive = "#ffffff";
92
91
  export const ColorThemePrimaryText = "#207f8a";
93
92
  export const ColorThemePrimaryTextHover = "#1c707a";
94
93
  export const ColorThemePrimaryTextActive = "#19656e";
95
- export const ColorThemeSecondaryBg = "#f8f8fb";
96
- export const ColorThemeSecondaryBgHover = "#ebecf0";
97
- export const ColorThemeSecondaryBgActive = "#ebecf0";
98
- export const ColorThemeSecondaryFill = "#000000";
99
- export const ColorThemeSecondaryFillHover = "#000000";
100
- export const ColorThemeSecondaryFillActive = "#000000";
94
+ export const ColorThemeSecondaryBg = "#697687";
95
+ export const ColorThemeSecondaryBgHover = "#697687";
96
+ export const ColorThemeSecondaryBgActive = "#697687";
97
+ export const ColorThemeSecondaryFill = "#ffffff";
98
+ export const ColorThemeSecondaryFillHover = "#ffffff";
99
+ export const ColorThemeSecondaryFillActive = "#ffffff";
101
100
  export const ColorThemeSecondaryText = "#000000";
102
101
  export const ColorThemeSecondaryTextHover = "#000000";
103
102
  export const ColorThemeSecondaryTextActive = "#000000";
@@ -131,7 +130,11 @@ export const ColorThemeDangerTextActive = "#ae2a0a";
131
130
  export const ColorUiBackgroundCanvas = "#f8f8fb";
132
131
  export const ColorUiBackgroundBody = "#ffffff";
133
132
  export const ColorUiBackgroundInteraction = "#207f8a";
133
+ export const ColorUiBackgroundInput = "#ffffff";
134
+ export const ColorUiBackgroundInputPrefix = "#ebecf0";
134
135
  export const ColorUiBackgroundNotification = "#d9340d";
136
+ export const ColorUiBackgroundSkeleton = "#ebecf0";
137
+ export const ColorUiBackgroundSkeletonHighlight = "#d7dbe0";
135
138
  export const ColorUiBorderDefault = "#ebecf0";
136
139
  export const ColorUiBorderDark = "#d7dbe0";
137
140
  export const ColorUiBorderFocus = "#0071ff";
@@ -92,7 +92,6 @@ $cat-color-base-neutral-300: 215, 219, 224 !default;
92
92
  $cat-color-base-neutral-200: 235, 236, 240 !default;
93
93
  $cat-color-base-neutral-100: 248, 248, 251 !default;
94
94
  $cat-color-base-neutral-0: 255, 255, 255 !default;
95
- $cat-asset-font-azeret-mono-woff2-semi-bold: "AzeretMono-SemiBold.woff2" !default;
96
95
  $cat-asset-font-azeret-mono-woff2-regular: "AzeretMono-Regular.woff2" !default;
97
96
  $cat-asset-font-azeret-mono-name: "Azeret Mono" !default;
98
97
  $cat-asset-font-lato-woff2-thin-italic: "Lato-ThinItalic.woff2" !default;
@@ -158,7 +157,11 @@ $cat-color-ui-font-body: var(--cat-font-color-body, $cat-color-base-neutral-900)
158
157
  $cat-color-ui-font-head: var(--cat-font-color-head, $cat-color-base-neutral-900) !default;
159
158
  $cat-color-ui-border-dark: $cat-color-base-neutral-300 !default;
160
159
  $cat-color-ui-border-default: $cat-color-base-neutral-200 !default;
160
+ $cat-color-ui-background-skeleton-highlight: $cat-color-base-neutral-300 !default;
161
+ $cat-color-ui-background-skeleton: $cat-color-base-neutral-200 !default;
161
162
  $cat-color-ui-background-notification: $cat-color-base-red-400 !default;
163
+ $cat-color-ui-background-input-prefix: $cat-color-base-neutral-200 !default;
164
+ $cat-color-ui-background-input: $cat-color-base-neutral-0 !default;
162
165
  $cat-color-ui-background-interaction: $cat-color-base-brand-400 !default;
163
166
  $cat-color-ui-background-body: $cat-color-base-neutral-0 !default;
164
167
  $cat-color-ui-background-canvas: var(--cat-bg, $cat-color-base-neutral-100) !default;
@@ -192,12 +195,12 @@ $cat-color-theme-success-bg: $cat-color-base-green-400 !default;
192
195
  $cat-color-theme-secondary-text-active: $cat-color-base-neutral-900 !default;
193
196
  $cat-color-theme-secondary-text-hover: $cat-color-base-neutral-900 !default;
194
197
  $cat-color-theme-secondary-text: $cat-color-base-neutral-900 !default;
195
- $cat-color-theme-secondary-fill-active: $cat-color-base-neutral-900 !default;
196
- $cat-color-theme-secondary-fill-hover: $cat-color-base-neutral-900 !default;
197
- $cat-color-theme-secondary-fill: $cat-color-base-neutral-900 !default;
198
- $cat-color-theme-secondary-bg-active: $cat-color-base-neutral-200 !default;
199
- $cat-color-theme-secondary-bg-hover: $cat-color-base-neutral-200 !default;
200
- $cat-color-theme-secondary-bg: $cat-color-base-neutral-100 !default;
198
+ $cat-color-theme-secondary-fill-active: $cat-color-base-neutral-0 !default;
199
+ $cat-color-theme-secondary-fill-hover: $cat-color-base-neutral-0 !default;
200
+ $cat-color-theme-secondary-fill: $cat-color-base-neutral-0 !default;
201
+ $cat-color-theme-secondary-bg-active: $cat-color-base-neutral-400 !default;
202
+ $cat-color-theme-secondary-bg-hover: $cat-color-base-neutral-400 !default;
203
+ $cat-color-theme-secondary-bg: $cat-color-base-neutral-400 !default;
201
204
  $cat-color-theme-primary-text-active: var(--cat-primary-text-active, $cat-color-base-brand-600) !default;
202
205
  $cat-color-theme-primary-text-hover: var(--cat-primary-text-hover, $cat-color-base-brand-500) !default;
203
206
  $cat-color-theme-primary-text: var(--cat-primary-text, $cat-color-base-brand-400) !default;
@@ -263,8 +266,7 @@ $tokens: (
263
266
  ),
264
267
  'azeretMono': (
265
268
  'name': $cat-asset-font-azeret-mono-name,
266
- 'woff2Regular': $cat-asset-font-azeret-mono-woff2-regular,
267
- 'woff2SemiBold': $cat-asset-font-azeret-mono-woff2-semi-bold
269
+ 'woff2Regular': $cat-asset-font-azeret-mono-woff2-regular
268
270
  )
269
271
  )
270
272
  ),
@@ -377,7 +379,11 @@ $tokens: (
377
379
  'canvas': $cat-color-ui-background-canvas,
378
380
  'body': $cat-color-ui-background-body,
379
381
  'interaction': $cat-color-ui-background-interaction,
380
- 'notification': $cat-color-ui-background-notification
382
+ 'input': $cat-color-ui-background-input,
383
+ 'inputPrefix': $cat-color-ui-background-input-prefix,
384
+ 'notification': $cat-color-ui-background-notification,
385
+ 'skeleton': $cat-color-ui-background-skeleton,
386
+ 'skeletonHighlight': $cat-color-ui-background-skeleton-highlight
381
387
  ),
382
388
  'border': (
383
389
  'default': $cat-color-ui-border-default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -28,5 +28,6 @@
28
28
  "standard-version": "^9.3.2",
29
29
  "style-dictionary": "^3.1.1",
30
30
  "tinycolor2": "^1.4.2"
31
- }
31
+ },
32
+ "gitHead": "3bd083786a1df0a2de5b5d4a5eb557b44fb97800"
32
33
  }