cognite-create 0.3.7 → 0.3.8

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.3.7",
3
+ "version": "0.3.8",
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: Whenever you are interacting with design or reference, consult these rules.
2
+ description: Whenever you are generating layouts or components with design instructions or reference images, consult these rules.
3
3
  alwaysApply: false
4
4
  ---
5
5
 
@@ -13,4 +13,7 @@ Responsive design is a must.
13
13
 
14
14
  Styling must be consistent with the Cognite design patterns.
15
15
 
16
- Do not edit the Cognite components you add directly you can create wrappers around them.
16
+ Do not edit the Cognite components you add directly you can create wrappers around them.
17
+
18
+ Grids
19
+ Make sure to build up grids using either flex or grid classes from tailwind, consider the arrangement and use the best one for the job. Make sure to align components as neatly as possible.
File without changes
File without changes