@codecademy/gamut-kit 1.0.0-alpha.aa37ee.0 → 67.0.0-alpha.387605.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Ryzac, Inc.
3
+ Copyright (c) 2022 Codecademy LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-kit",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "1.0.0-alpha.aa37ee.0",
4
+ "version": "67.0.0-alpha.387605.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git@github.com:Codecademy/gamut.git"
9
9
  },
10
10
  "dependencies": {
11
- "@codecademy/gamut": "39.0.0-alpha.aa37ee.0",
12
- "@codecademy/gamut-icons": "6.0.0-alpha.aa37ee.0",
13
- "@codecademy/gamut-illustrations": "0.20.0-alpha.aa37ee.0",
14
- "@codecademy/gamut-labs": "27.0.0-alpha.aa37ee.0",
15
- "@codecademy/gamut-patterns": "1.0.0-alpha.aa37ee.0",
16
- "@codecademy/gamut-styles": "12.0.0-alpha.aa37ee.0",
17
- "@codecademy/gamut-tests": "3.0.0-alpha.aa37ee.0",
18
- "@codecademy/variance": "0.19.0-alpha.aa37ee.0",
11
+ "@codecademy/gamut": "67.0.0-alpha.387605.0",
12
+ "@codecademy/gamut-icons": "67.0.0-alpha.387605.0",
13
+ "@codecademy/gamut-illustrations": "67.0.0-alpha.387605.0",
14
+ "@codecademy/gamut-labs": "67.0.0-alpha.387605.0",
15
+ "@codecademy/gamut-patterns": "67.0.0-alpha.387605.0",
16
+ "@codecademy/gamut-styles": "67.0.0-alpha.387605.0",
17
+ "@codecademy/gamut-tests": "67.0.0-alpha.387605.0",
18
+ "@codecademy/variance": "67.0.0-alpha.387605.0",
19
19
  "component-test-setup": "^0.3.1"
20
20
  },
21
21
  "license": "MIT",
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "gitHead": "4a9d1a7016979719243a083fd8396523aa24b017"
25
+ "gitHead": "27eb467164f53a486ae354760442adc15073435c"
26
26
  }
package/project.json ADDED
@@ -0,0 +1,6 @@
1
+ {
2
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
3
+ "sourceRoot": "packages/gamut-kit",
4
+ "projectType": "library",
5
+ "tags": []
6
+ }