cognite-create 0.2.450 → 0.3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cognite-create",
3
- "version": "0.2.450",
3
+ "version": "0.3.1",
4
4
  "description": "Create a Next.js app preconfigured with Cognite defaults.",
5
5
  "bin": {
6
6
  "cognite-create": "./bin/index.js"
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: You should always use these rules when needing to create any components, you should be importing from the Cognite registry if a component exists there.
2
+ description: You should always use these rules when needing to use any components, you should be importing from the Cognite registry if a component exists there.
3
3
  alwaysApply: false
4
4
  ---
5
5
 
@@ -0,0 +1,16 @@
1
+ ---
2
+ description: Whenever you are interacting with design or reference, consult these rules.
3
+ alwaysApply: false
4
+ ---
5
+
6
+ Use tailwinds grid in order to make beautiful accurate pixel perfect matches to designs, pay close attention to positioning detail.
7
+
8
+ Use the Chrome browser to visually see what the design looks like and make any changes compared to the reference.
9
+
10
+ You should make sure you make support for light and dark mode.
11
+
12
+ Responsive design is a must.
13
+
14
+ Styling must be consistent with the Cognite design patterns.
15
+
16
+ Do not edit the Cognite components you add directly you can create wrappers around them.