katalyst-riya-test 0.0.20 → 0.0.21

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 +0 -26
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -325,32 +325,6 @@ video {
325
325
  [hidden]:where(:not([hidden=until-found])) {
326
326
  display: none;
327
327
  }
328
- :root {
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;
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
- }
354
328
  .sr-only {
355
329
  position: absolute;
356
330
  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.20",
4
+ "version": "0.0.21",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",