@hiscovega/grisso 1.0.7 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +21 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,27 @@
5
5
  > [!WARNING]
6
6
  > En la versión estable 2.0, el paquete se moverá a `@griddo/grisso`. El nombre actual `@hiscovega/grisso` dejará de recibir actualizaciones a partir de ese momento.
7
7
 
8
+ ## Tabla de contenido
9
+
10
+ - [Instalación](#instalación)
11
+ - [Uso](#uso)
12
+ - [CLI](#cli)
13
+ - [`grisso tokens`](#grisso-tokens)
14
+ - [API programática](#api-programática)
15
+ - [Ejemplos](#ejemplos)
16
+ - [`extractTokens()`](#extracttokens--scaffold-de-tokens)
17
+ - [Configuración personalizada](#configuración-personalizada)
18
+ - [Design Tokens (CSS custom properties)](#design-tokens-css-custom-properties)
19
+ - [Clases disponibles](#clases-disponibles)
20
+ - [Nomenclatura](#nomenclatura)
21
+ - [Breakpoints](#breakpoints-mobile-first)
22
+ - [State variants](#state-variants)
23
+ - [Categorías](#categorías)
24
+ - [Build](#build)
25
+ - [Desarrollo: Añadir nuevas utilities](#desarrollo-añadir-nuevas-utilities)
26
+ - [Publicación (release)](#publicación-release)
27
+ - [grisso-reduce (tree-shaking alternativo)](#grisso-reduce-tree-shaking-alternativo)
28
+
8
29
  ## Instalación
9
30
 
10
31
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hiscovega/grisso",
3
3
  "description": "Griddo CSS utility class library",
4
- "version": "1.0.7",
4
+ "version": "1.1.0",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
7
7
  "type": "module",