katalyst-riya-test 0.0.18 → 0.0.20

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.
Files changed (2) hide show
  1. package/dist/index.css +13 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -338,6 +338,19 @@ video {
338
338
  --primary-800: #2d31a6;
339
339
  --primary-900: #2d3282;
340
340
  }
341
+ .theme-primary {
342
+ --primary-25: #f5f8ff;
343
+ --primary-50: #eef4ff;
344
+ --primary-100: #e0eaff;
345
+ --primary-200: #c7d7fe;
346
+ --primary-300: #a4bcfd;
347
+ --primary-400: #8098f9;
348
+ --primary-500: #6172f3;
349
+ --primary-600: #444ce7;
350
+ --primary-700: #3538cd;
351
+ --primary-800: #2d31a6;
352
+ --primary-900: #2d3282;
353
+ }
341
354
  .sr-only {
342
355
  position: absolute;
343
356
  width: 1px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "katalyst-riya-test",
3
3
  "description": "website design system",
4
- "version": "0.0.18",
4
+ "version": "0.0.20",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",