katalyst-riya-test 0.0.17 → 0.0.18

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 +11 -13
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -326,19 +326,17 @@ video {
326
326
  display: none;
327
327
  }
328
328
  :root {
329
- .theme-primary {
330
- --primary-25: #f5f8ff;
331
- --primary-50: #eef4ff;
332
- --primary-100: #e0eaff;
333
- --primary-200: #c7d7fe;
334
- --primary-300: #a4bcfd;
335
- --primary-400: #8098f9;
336
- --primary-500: #6172f3;
337
- --primary-600: #444ce7;
338
- --primary-700: #3538cd;
339
- --primary-800: #2d31a6;
340
- --primary-900: #2d3282;
341
- }
329
+ --primary-25: #f5f8ff;
330
+ --primary-50: #eef4ff;
331
+ --primary-100: #e0eaff;
332
+ --primary-200: #c7d7fe;
333
+ --primary-300: #a4bcfd;
334
+ --primary-400: #8098f9;
335
+ --primary-500: #6172f3;
336
+ --primary-600: #444ce7;
337
+ --primary-700: #3538cd;
338
+ --primary-800: #2d31a6;
339
+ --primary-900: #2d3282;
342
340
  }
343
341
  .sr-only {
344
342
  position: absolute;
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.17",
4
+ "version": "0.0.18",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",