@etus/seven-skill 0.1.0-beta.1 → 0.1.0-beta.2

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.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: seven
3
3
  description: Use when generating or auditing UI for the Seven Design System — ETUS Digital's React 19 + Tailwind v4 + @etus/tokens system. Covers component generation, variant selection, token consumption, typography (Inter only), color (OKLCH mint and lime brand, fuchsia chart-only), spatial design (two radius scales), motion (200ms tactile press), accessibility (WCAG 2.1 AA), pt-BR voice (sentence case, no trailing periods, imperative leads), and anti-pattern audits. Routes sub-commands shape, audit, polish, clarify. Not for backend or non-UI tasks.
4
- version: 0.1.0-beta.1
4
+ version: 0.1.0-beta.2
5
5
  argument-hint: "[command] [target]"
6
6
  user-invocable: true
7
7
  allowed-tools:
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "name": "seven",
14
14
  "description": "Seven Design System skill, plugin, and CLI detector for AI coding agents — ETUS Digital",
15
- "version": "0.1.0-beta.1",
15
+ "version": "0.1.0-beta.2",
16
16
  "author": {
17
17
  "name": "ETUS Digital",
18
18
  "url": "https://github.com/etusdigital"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "seven",
3
3
  "description": "Seven Design System skill, plugin, and CLI detector for AI coding agents — ETUS Digital",
4
- "version": "0.1.0-beta.1",
4
+ "version": "0.1.0-beta.2",
5
5
  "author": {
6
6
  "name": "ETUS Digital",
7
7
  "url": "https://github.com/etusdigital"
@@ -731,6 +731,38 @@ const TOKEN_DATA = {
731
731
  "133,77,14,1.00": "--yellow-800",
732
732
  "113,63,18,1.00": "--yellow-900",
733
733
  "66,32,6,1.00": "--yellow-950",
734
+ "26,115,232,1.00": "--report-builder-accent",
735
+ "138,180,248,1.00": "--report-builder-accent",
736
+ "232,240,254,1.00": "--report-builder-accent-bg",
737
+ "31,58,95,1.00": "--report-builder-accent-bg",
738
+ "241,246,253,1.00": "--report-builder-accent-bg-subtle",
739
+ "40,56,74,1.00": "--report-builder-accent-bg-subtle",
740
+ "210,227,252,1.00": "--report-builder-accent-border",
741
+ "60,91,138,1.00": "--report-builder-accent-border",
742
+ "66,133,244,1.00": "--report-builder-accent-bright",
743
+ "25,103,210,1.00": "--report-builder-accent-hover",
744
+ "174,203,250,1.00": "--report-builder-accent-hover",
745
+ "218,220,224,1.00": "--report-builder-border",
746
+ "95,99,104,1.00": "--report-builder-border",
747
+ "224,224,224,1.00": "--report-builder-border-strong",
748
+ "60,64,67,1.00": "--report-builder-border-strong",
749
+ "32,33,36,1.00": "--report-builder-fg",
750
+ "232,234,237,1.00": "--report-builder-fg",
751
+ "154,160,166,1.00": "--report-builder-fg-muted",
752
+ "189,193,198,1.00": "--report-builder-fg-secondary",
753
+ "0,0,0,0.87": "--report-builder-fg-strong",
754
+ "232,234,237,0.87": "--report-builder-fg-strong",
755
+ "117,117,117,1.00": "--report-builder-fg-subtle",
756
+ "52,168,83,1.00": "--report-builder-positive",
757
+ "129,201,149,1.00": "--report-builder-positive",
758
+ "60,64,67,0.30": "--report-builder-shadow",
759
+ "0,0,0,0.50": "--report-builder-shadow",
760
+ "60,64,67,0.15": "--report-builder-shadow-subtle",
761
+ "0,0,0,0.30": "--report-builder-shadow-subtle",
762
+ "241,243,244,1.00": "--report-builder-surface-hover",
763
+ "53,54,58,1.00": "--report-builder-surface-hover",
764
+ "41,42,45,1.00": "--report-builder-surface-muted",
765
+ "248,249,250,1.00": "--report-builder-surface-subtle",
734
766
  "148,163,184,1.00": "--asset-palette-status-draft-color",
735
767
  "100,116,139,1.00": "--asset-palette-type-archive-color",
736
768
  "100,116,139,0.18": "--asset-palette-type-archive-tint",
@@ -767,7 +799,6 @@ const TOKEN_DATA = {
767
799
  "112,81,0,1.00": "--priority-medium-text",
768
800
  "255,212,205,1.00": "--priority-urgent-bg",
769
801
  "162,5,25,1.00": "--priority-urgent-text",
770
- "0,0,0,0.30": "--sheet-overlay-bg-blur",
771
802
  "255,255,255,0.50": "--sheet-overlay-bg-light",
772
803
  "199,247,199,1.00": "--status-approved-bg",
773
804
  "0,139,29,1.00": "--status-approved-dot",
@@ -789,7 +820,7 @@ const TOKEN_DATA = {
789
820
  "244,241,255,1.00": "--tip-bg"
790
821
  },
791
822
  "colorByRaw": {
792
- "oklch(0.00% 0.0000 0)": "--base-black",
823
+ "oklch(0.00% 0.0000 0)": "--button-warning-fg-default",
793
824
  "oklch(0.00% 0.0000 0 / 20.0%)": "--base-black-20",
794
825
  "oklch(0.00% 0.0000 0 / 40.0%)": "--base-black-40",
795
826
  "oklch(0.00% 0.0000 0 / 60.0%)": "--sheet-overlay-bg-default",
@@ -797,13 +828,13 @@ const TOKEN_DATA = {
797
828
  "oklch(0.00% 0.0000 0 / 0.0%)": "--base-transparent",
798
829
  "oklch(100.00% 0.0000 0)": "--tooltip-content-foreground",
799
830
  "oklch(93.19% 0.0316 255.59)": "--blue-100",
800
- "oklch(88.23% 0.0571 254.13)": "--alert-variant-info-border",
831
+ "oklch(88.23% 0.0571 254.13)": "--feature-item-badge-border",
801
832
  "oklch(80.91% 0.0956 251.81)": "--status-info-subtle-foreground",
802
833
  "oklch(71.37% 0.1434 254.62)": "--blue-400",
803
834
  "oklch(97.05% 0.0142 254.60)": "--featured-icon-color-info-bg",
804
835
  "oklch(62.31% 0.1880 259.81)": "--color-firefox",
805
- "oklch(54.61% 0.2152 262.88)": "--status-indicator-dot-color-info",
806
- "oklch(48.82% 0.2172 264.38)": "--feature-item-tone-info-fg",
836
+ "oklch(54.61% 0.2152 262.88)": "--tag-color-dot-info",
837
+ "oklch(48.82% 0.2172 264.38)": "--feature-item-badge-fg",
807
838
  "oklch(42.44% 0.1809 265.64)": "--status-info-border",
808
839
  "oklch(37.91% 0.1378 265.52)": "--blue-900",
809
840
  "oklch(28.23% 0.0874 267.94)": "--status-info-subtle",
@@ -821,17 +852,17 @@ const TOKEN_DATA = {
821
852
  "oklch(93.45% 0.0058 84.57)": "--brand-neutral-gray-05",
822
853
  "oklch(96.11% 0.0041 91.45)": "--brand-neutral-gray-06",
823
854
  "oklch(98.56% 0.0017 67.80)": "--brand-neutral-off-white",
824
- "oklch(95.21% 0.0467 171.12)": "--toggle-variant-default-bg-on",
855
+ "oklch(95.21% 0.0467 171.12)": "--toggle-variant-outline-bg-on",
825
856
  "oklch(90.88% 0.0912 168.55)": "--primary-border",
826
857
  "oklch(87.18% 0.1296 166.48)": "--primary-subtle-foreground",
827
858
  "oklch(84.11% 0.1609 163.31)": "--sidebar-ring",
828
859
  "oklch(97.65% 0.0243 170.99)": "--surface-selected",
829
- "oklch(81.75% 0.1821 159.79)": "--toggle-variant-outline-bg-on",
860
+ "oklch(81.75% 0.1821 159.79)": "--timeline-marker-focus-ring-color",
830
861
  "oklch(69.20% 0.1533 159.90)": "--spinner-gradient-end",
831
- "oklch(56.08% 0.1221 160.56)": "--feature-item-tone-subtle-fg",
862
+ "oklch(56.08% 0.1221 160.56)": "--button-group-root-border-color-primary",
832
863
  "oklch(42.11% 0.0897 161.06)": "--primary-border",
833
- "oklch(26.88% 0.0527 163.85)": "--select-item-focus-fg",
834
- "oklch(18.34% 0.0338 166.67)": "--toggle-variant-outline-color-on",
864
+ "oklch(26.88% 0.0527 163.85)": "--toggle-variant-outline-color-on",
865
+ "oklch(18.34% 0.0338 166.67)": "--tag-checkbox-text-checked",
835
866
  "oklch(97.98% 0.0312 139.44)": "--secondary-foreground",
836
867
  "oklch(94.80% 0.0824 139.21)": "--secondary-border",
837
868
  "oklch(92.69% 0.1227 138.76)": "--secondary-subtle-foreground",
@@ -839,7 +870,7 @@ const TOKEN_DATA = {
839
870
  "oklch(98.93% 0.0139 138.71)": "--secondary-subtle",
840
871
  "oklch(87.82% 0.2037 137.75)": "--tags-input-tag-background",
841
872
  "oklch(72.57% 0.1684 137.62)": "--button-secondary-color-border-hover",
842
- "oklch(58.24% 0.1354 137.66)": "--focus-ring-secondary-color",
873
+ "oklch(58.24% 0.1354 137.66)": "--button-ring-secondary",
843
874
  "oklch(42.97% 0.0993 137.99)": "--secondary-hover",
844
875
  "oklch(28.73% 0.0661 137.75)": "--secondary",
845
876
  "oklch(21.23% 0.0502 138.22)": "--tags-input-tag-foreground",
@@ -869,19 +900,19 @@ const TOKEN_DATA = {
869
900
  "oklch(96.24% 0.0434 156.74)": "--green-100",
870
901
  "oklch(92.50% 0.0806 155.99)": "--alert-variant-success-border",
871
902
  "oklch(87.12% 0.1363 154.45)": "--success-subtle-foreground",
872
- "oklch(80.03% 0.1821 151.71)": "--green-400",
903
+ "oklch(80.03% 0.1821 151.71)": "--success-hover",
873
904
  "oklch(98.19% 0.0181 155.83)": "--featured-icon-color-success-bg",
874
905
  "oklch(72.27% 0.1920 149.58)": "--success",
875
906
  "oklch(62.71% 0.1699 149.21)": "--timeline-marker-color-success",
876
- "oklch(52.73% 0.1371 150.07)": "--alert-variant-success-fg",
907
+ "oklch(52.73% 0.1371 150.07)": "--button-success-bg-hover",
877
908
  "oklch(44.79% 0.1083 151.33)": "--status-success-border",
878
909
  "oklch(39.25% 0.0896 152.54)": "--green-900",
879
910
  "oklch(26.64% 0.0628 152.93)": "--success-subtle",
880
- "oklch(97.02% 0.0000 0)": "--topbar-root-background",
911
+ "oklch(97.02% 0.0000 0)": "--toolbar-button-background-hover",
881
912
  "oklch(92.19% 0.0000 0)": "--topbar-root-border-color",
882
913
  "oklch(86.99% 0.0000 0)": "--text-disabled",
883
914
  "oklch(71.55% 0.0000 0)": "--border-semantic-strong",
884
- "oklch(98.51% 0.0000 0)": "--surface-sunken",
915
+ "oklch(98.51% 0.0000 0)": "--topbar-root-background",
885
916
  "oklch(55.55% 0.0000 0)": "--toolbar-button-foreground-muted",
886
917
  "oklch(43.86% 0.0000 0)": "--status-disabled-foreground",
887
918
  "oklch(37.15% 0.0000 0)": "--status-disabled-border",
@@ -892,10 +923,10 @@ const TOKEN_DATA = {
892
923
  "oklch(88.45% 0.0593 18.33)": "--alert-variant-destructive-border",
893
924
  "oklch(80.77% 0.1035 19.57)": "--status-destructive-subtle-foreground",
894
925
  "oklch(71.06% 0.1661 22.22)": "--status-destructive-hover",
895
- "oklch(97.05% 0.0129 17.38)": "--featured-icon-color-destructive-bg",
926
+ "oklch(97.05% 0.0129 17.38)": "--modal-icon-pill-color-destructive-bg",
896
927
  "oklch(63.68% 0.2078 25.33)": "--timeline-marker-color-error",
897
928
  "oklch(57.71% 0.2152 27.33)": "--asset-palette-type-doc-pdf-color",
898
- "oklch(50.54% 0.1905 27.52)": "--alert-variant-destructive-fg",
929
+ "oklch(50.54% 0.1905 27.52)": "--modal-icon-pill-color-destructive-fg",
899
930
  "oklch(44.37% 0.1613 26.90)": "--status-destructive-border",
900
931
  "oklch(39.58% 0.1331 25.72)": "--red-900",
901
932
  "oklch(25.75% 0.0886 26.04)": "--status-destructive-subtle",
@@ -903,14 +934,46 @@ const TOKEN_DATA = {
903
934
  "oklch(94.51% 0.1243 101.54)": "--alert-variant-warning-border",
904
935
  "oklch(90.52% 0.1657 98.11)": "--warning-subtle-foreground",
905
936
  "oklch(86.06% 0.1731 91.94)": "--timeline-marker-color-warning",
906
- "oklch(98.73% 0.0262 102.21)": "--featured-icon-color-warning-bg",
937
+ "oklch(98.73% 0.0262 102.21)": "--modal-icon-pill-color-warning-bg",
907
938
  "oklch(79.52% 0.1617 86.05)": "--asset-palette-type-design-illustrator-color",
908
- "oklch(68.06% 0.1423 75.83)": "--text-warning",
909
- "oklch(55.38% 0.1207 66.44)": "--feature-item-tone-warning-fg",
939
+ "oklch(68.06% 0.1423 75.83)": "--button-warning-bg-hover",
940
+ "oklch(55.38% 0.1207 66.44)": "--modal-icon-pill-color-warning-fg",
910
941
  "oklch(47.62% 0.1034 61.91)": "--status-warning-border",
911
942
  "oklch(42.10% 0.0897 57.71)": "--yellow-900",
912
943
  "oklch(28.57% 0.0639 53.81)": "--badge-color-warning-fg",
913
944
  "transparent": "--toggle-variant-outline-bg-default",
945
+ "oklch(57.37% 0.1946 257.86)": "--report-builder-accent",
946
+ "oklch(76.61% 0.1083 259.79)": "--report-builder-accent-bright",
947
+ "oklch(95.32% 0.0207 261.77)": "--report-builder-accent-bg",
948
+ "oklch(34.67% 0.0731 256.69)": "--report-builder-accent-bg",
949
+ "oklch(97.14% 0.0108 256.69)": "--report-builder-accent-bg-subtle",
950
+ "oklch(33.49% 0.0383 251.89)": "--report-builder-accent-bg-subtle",
951
+ "oklch(91.09% 0.0388 257.92)": "--report-builder-accent-border",
952
+ "oklch(46.92% 0.0851 258.47)": "--report-builder-accent-border",
953
+ "oklch(63.04% 0.1800 259.96)": "--report-builder-accent-bright",
954
+ "oklch(53.18% 0.1807 258.26)": "--report-builder-accent-hover",
955
+ "oklch(83.69% 0.0733 259.99)": "--report-builder-accent-hover",
956
+ "oklch(89.41% 0.0059 264.53)": "--report-builder-border",
957
+ "oklch(49.79% 0.0094 253.91)": "--report-builder-fg-muted",
958
+ "oklch(90.67% 0.0000 0)": "--report-builder-border-strong",
959
+ "oklch(36.88% 0.0074 240.02)": "--report-builder-fg-secondary",
960
+ "oklch(24.79% 0.0058 271.18)": "--report-builder-surface",
961
+ "oklch(93.64% 0.0046 258.33)": "--report-builder-fg",
962
+ "oklch(70.28% 0.0111 247.99)": "--report-builder-fg-subtle",
963
+ "oklch(80.93% 0.0083 253.87)": "--report-builder-fg-secondary",
964
+ "rgba(0, 0, 0, 0.87)": "--report-builder-fg-strong",
965
+ "rgba(232, 234, 237, 0.87)": "--report-builder-fg-strong",
966
+ "oklch(56.24% 0.0000 0)": "--report-builder-fg-subtle",
967
+ "oklch(64.75% 0.1603 148.50)": "--report-builder-positive",
968
+ "oklch(77.44% 0.1039 152.19)": "--report-builder-positive",
969
+ "rgba(60, 64, 67, 0.3)": "--report-builder-shadow",
970
+ "rgba(0, 0, 0, 0.5)": "--report-builder-shadow",
971
+ "rgba(60, 64, 67, 0.15)": "--report-builder-shadow-subtle",
972
+ "rgba(0, 0, 0, 0.3)": "--report-builder-shadow-subtle",
973
+ "oklch(96.29% 0.0025 228.78)": "--report-builder-surface-hover",
974
+ "oklch(33.34% 0.0071 274.76)": "--report-builder-surface-hover",
975
+ "oklch(28.52% 0.0056 271.22)": "--report-builder-surface-subtle",
976
+ "oklch(98.16% 0.0017 247.84)": "--report-builder-surface-subtle",
914
977
  "oklch(71.07% 0.0351 256.79)": "--asset-palette-status-draft-color",
915
978
  "oklch(55.44% 0.0407 257.42)": "--asset-palette-type-code-env-color",
916
979
  "rgb(100 116 139 / 0.18)": "--asset-palette-type-code-env-tint",
@@ -1025,7 +1088,6 @@ const TOKEN_DATA = {
1025
1088
  "fontSizesPx": [
1026
1089
  10,
1027
1090
  12,
1028
- 13,
1029
1091
  14,
1030
1092
  16,
1031
1093
  18,
@@ -1044,7 +1106,6 @@ const TOKEN_DATA = {
1044
1106
  "1.25",
1045
1107
  "1.375",
1046
1108
  "1.5",
1047
- "1.55",
1048
1109
  "1.625",
1049
1110
  "104px",
1050
1111
  "14px",
@@ -1099,11 +1160,7 @@ const TOKEN_DATA = {
1099
1160
  "--card-root-shadow-xl",
1100
1161
  "--collection-batchbar-shadow",
1101
1162
  "--filetree-footer-dot-ring",
1102
- "--focus-ring-destructive-shadow",
1103
- "--focus-ring-ghost-shadow",
1104
- "--focus-ring-outline-shadow",
1105
- "--focus-ring-primary-shadow",
1106
- "--focus-ring-secondary-shadow",
1163
+ "--panel-root-shadow",
1107
1164
  "--shadow-lg",
1108
1165
  "--shadow-md",
1109
1166
  "--shadow-sm",
@@ -1178,6 +1235,7 @@ const TOKEN_DATA = {
1178
1235
  "--core-border-input",
1179
1236
  "--core-border-ring",
1180
1237
  "--destructive",
1238
+ "--destructive-active",
1181
1239
  "--destructive-border",
1182
1240
  "--destructive-foreground",
1183
1241
  "--destructive-hover",
@@ -1236,9 +1294,31 @@ const TOKEN_DATA = {
1236
1294
  "--primary-hover",
1237
1295
  "--primary-subtle",
1238
1296
  "--primary-subtle-foreground",
1297
+ "--report-builder-accent",
1298
+ "--report-builder-accent-bg",
1299
+ "--report-builder-accent-bg-subtle",
1300
+ "--report-builder-accent-border",
1301
+ "--report-builder-accent-bright",
1302
+ "--report-builder-accent-hover",
1303
+ "--report-builder-border",
1304
+ "--report-builder-border-strong",
1305
+ "--report-builder-fg",
1306
+ "--report-builder-fg-muted",
1307
+ "--report-builder-fg-secondary",
1308
+ "--report-builder-fg-strong",
1309
+ "--report-builder-fg-subtle",
1310
+ "--report-builder-on-accent",
1311
+ "--report-builder-positive",
1312
+ "--report-builder-shadow",
1313
+ "--report-builder-shadow-subtle",
1314
+ "--report-builder-surface",
1315
+ "--report-builder-surface-hover",
1316
+ "--report-builder-surface-muted",
1317
+ "--report-builder-surface-subtle",
1239
1318
  "--ring",
1240
1319
  "--ring-offset",
1241
1320
  "--secondary",
1321
+ "--secondary-active",
1242
1322
  "--secondary-border",
1243
1323
  "--secondary-foreground",
1244
1324
  "--secondary-hover",
@@ -1278,6 +1358,7 @@ const TOKEN_DATA = {
1278
1358
  "--success",
1279
1359
  "--success-border",
1280
1360
  "--success-foreground",
1361
+ "--success-hover",
1281
1362
  "--success-subtle",
1282
1363
  "--success-subtle-foreground",
1283
1364
  "--surface",
@@ -1285,6 +1366,7 @@ const TOKEN_DATA = {
1285
1366
  "--warning",
1286
1367
  "--warning-border",
1287
1368
  "--warning-foreground",
1369
+ "--warning-hover",
1288
1370
  "--warning-subtle",
1289
1371
  "--warning-subtle-foreground"
1290
1372
  ]
@@ -129,6 +129,38 @@ export const TOKEN_DATA = {
129
129
  "133,77,14,1.00": "--yellow-800",
130
130
  "113,63,18,1.00": "--yellow-900",
131
131
  "66,32,6,1.00": "--yellow-950",
132
+ "26,115,232,1.00": "--report-builder-accent",
133
+ "138,180,248,1.00": "--report-builder-accent",
134
+ "232,240,254,1.00": "--report-builder-accent-bg",
135
+ "31,58,95,1.00": "--report-builder-accent-bg",
136
+ "241,246,253,1.00": "--report-builder-accent-bg-subtle",
137
+ "40,56,74,1.00": "--report-builder-accent-bg-subtle",
138
+ "210,227,252,1.00": "--report-builder-accent-border",
139
+ "60,91,138,1.00": "--report-builder-accent-border",
140
+ "66,133,244,1.00": "--report-builder-accent-bright",
141
+ "25,103,210,1.00": "--report-builder-accent-hover",
142
+ "174,203,250,1.00": "--report-builder-accent-hover",
143
+ "218,220,224,1.00": "--report-builder-border",
144
+ "95,99,104,1.00": "--report-builder-border",
145
+ "224,224,224,1.00": "--report-builder-border-strong",
146
+ "60,64,67,1.00": "--report-builder-border-strong",
147
+ "32,33,36,1.00": "--report-builder-fg",
148
+ "232,234,237,1.00": "--report-builder-fg",
149
+ "154,160,166,1.00": "--report-builder-fg-muted",
150
+ "189,193,198,1.00": "--report-builder-fg-secondary",
151
+ "0,0,0,0.87": "--report-builder-fg-strong",
152
+ "232,234,237,0.87": "--report-builder-fg-strong",
153
+ "117,117,117,1.00": "--report-builder-fg-subtle",
154
+ "52,168,83,1.00": "--report-builder-positive",
155
+ "129,201,149,1.00": "--report-builder-positive",
156
+ "60,64,67,0.30": "--report-builder-shadow",
157
+ "0,0,0,0.50": "--report-builder-shadow",
158
+ "60,64,67,0.15": "--report-builder-shadow-subtle",
159
+ "0,0,0,0.30": "--report-builder-shadow-subtle",
160
+ "241,243,244,1.00": "--report-builder-surface-hover",
161
+ "53,54,58,1.00": "--report-builder-surface-hover",
162
+ "41,42,45,1.00": "--report-builder-surface-muted",
163
+ "248,249,250,1.00": "--report-builder-surface-subtle",
132
164
  "148,163,184,1.00": "--asset-palette-status-draft-color",
133
165
  "100,116,139,1.00": "--asset-palette-type-archive-color",
134
166
  "100,116,139,0.18": "--asset-palette-type-archive-tint",
@@ -165,7 +197,6 @@ export const TOKEN_DATA = {
165
197
  "112,81,0,1.00": "--priority-medium-text",
166
198
  "255,212,205,1.00": "--priority-urgent-bg",
167
199
  "162,5,25,1.00": "--priority-urgent-text",
168
- "0,0,0,0.30": "--sheet-overlay-bg-blur",
169
200
  "255,255,255,0.50": "--sheet-overlay-bg-light",
170
201
  "199,247,199,1.00": "--status-approved-bg",
171
202
  "0,139,29,1.00": "--status-approved-dot",
@@ -187,7 +218,7 @@ export const TOKEN_DATA = {
187
218
  "244,241,255,1.00": "--tip-bg"
188
219
  },
189
220
  "colorByRaw": {
190
- "oklch(0.00% 0.0000 0)": "--base-black",
221
+ "oklch(0.00% 0.0000 0)": "--button-warning-fg-default",
191
222
  "oklch(0.00% 0.0000 0 / 20.0%)": "--base-black-20",
192
223
  "oklch(0.00% 0.0000 0 / 40.0%)": "--base-black-40",
193
224
  "oklch(0.00% 0.0000 0 / 60.0%)": "--sheet-overlay-bg-default",
@@ -195,13 +226,13 @@ export const TOKEN_DATA = {
195
226
  "oklch(0.00% 0.0000 0 / 0.0%)": "--base-transparent",
196
227
  "oklch(100.00% 0.0000 0)": "--tooltip-content-foreground",
197
228
  "oklch(93.19% 0.0316 255.59)": "--blue-100",
198
- "oklch(88.23% 0.0571 254.13)": "--alert-variant-info-border",
229
+ "oklch(88.23% 0.0571 254.13)": "--feature-item-badge-border",
199
230
  "oklch(80.91% 0.0956 251.81)": "--status-info-subtle-foreground",
200
231
  "oklch(71.37% 0.1434 254.62)": "--blue-400",
201
232
  "oklch(97.05% 0.0142 254.60)": "--featured-icon-color-info-bg",
202
233
  "oklch(62.31% 0.1880 259.81)": "--color-firefox",
203
- "oklch(54.61% 0.2152 262.88)": "--status-indicator-dot-color-info",
204
- "oklch(48.82% 0.2172 264.38)": "--feature-item-tone-info-fg",
234
+ "oklch(54.61% 0.2152 262.88)": "--tag-color-dot-info",
235
+ "oklch(48.82% 0.2172 264.38)": "--feature-item-badge-fg",
205
236
  "oklch(42.44% 0.1809 265.64)": "--status-info-border",
206
237
  "oklch(37.91% 0.1378 265.52)": "--blue-900",
207
238
  "oklch(28.23% 0.0874 267.94)": "--status-info-subtle",
@@ -219,17 +250,17 @@ export const TOKEN_DATA = {
219
250
  "oklch(93.45% 0.0058 84.57)": "--brand-neutral-gray-05",
220
251
  "oklch(96.11% 0.0041 91.45)": "--brand-neutral-gray-06",
221
252
  "oklch(98.56% 0.0017 67.80)": "--brand-neutral-off-white",
222
- "oklch(95.21% 0.0467 171.12)": "--toggle-variant-default-bg-on",
253
+ "oklch(95.21% 0.0467 171.12)": "--toggle-variant-outline-bg-on",
223
254
  "oklch(90.88% 0.0912 168.55)": "--primary-border",
224
255
  "oklch(87.18% 0.1296 166.48)": "--primary-subtle-foreground",
225
256
  "oklch(84.11% 0.1609 163.31)": "--sidebar-ring",
226
257
  "oklch(97.65% 0.0243 170.99)": "--surface-selected",
227
- "oklch(81.75% 0.1821 159.79)": "--toggle-variant-outline-bg-on",
258
+ "oklch(81.75% 0.1821 159.79)": "--timeline-marker-focus-ring-color",
228
259
  "oklch(69.20% 0.1533 159.90)": "--spinner-gradient-end",
229
- "oklch(56.08% 0.1221 160.56)": "--feature-item-tone-subtle-fg",
260
+ "oklch(56.08% 0.1221 160.56)": "--button-group-root-border-color-primary",
230
261
  "oklch(42.11% 0.0897 161.06)": "--primary-border",
231
- "oklch(26.88% 0.0527 163.85)": "--select-item-focus-fg",
232
- "oklch(18.34% 0.0338 166.67)": "--toggle-variant-outline-color-on",
262
+ "oklch(26.88% 0.0527 163.85)": "--toggle-variant-outline-color-on",
263
+ "oklch(18.34% 0.0338 166.67)": "--tag-checkbox-text-checked",
233
264
  "oklch(97.98% 0.0312 139.44)": "--secondary-foreground",
234
265
  "oklch(94.80% 0.0824 139.21)": "--secondary-border",
235
266
  "oklch(92.69% 0.1227 138.76)": "--secondary-subtle-foreground",
@@ -237,7 +268,7 @@ export const TOKEN_DATA = {
237
268
  "oklch(98.93% 0.0139 138.71)": "--secondary-subtle",
238
269
  "oklch(87.82% 0.2037 137.75)": "--tags-input-tag-background",
239
270
  "oklch(72.57% 0.1684 137.62)": "--button-secondary-color-border-hover",
240
- "oklch(58.24% 0.1354 137.66)": "--focus-ring-secondary-color",
271
+ "oklch(58.24% 0.1354 137.66)": "--button-ring-secondary",
241
272
  "oklch(42.97% 0.0993 137.99)": "--secondary-hover",
242
273
  "oklch(28.73% 0.0661 137.75)": "--secondary",
243
274
  "oklch(21.23% 0.0502 138.22)": "--tags-input-tag-foreground",
@@ -267,19 +298,19 @@ export const TOKEN_DATA = {
267
298
  "oklch(96.24% 0.0434 156.74)": "--green-100",
268
299
  "oklch(92.50% 0.0806 155.99)": "--alert-variant-success-border",
269
300
  "oklch(87.12% 0.1363 154.45)": "--success-subtle-foreground",
270
- "oklch(80.03% 0.1821 151.71)": "--green-400",
301
+ "oklch(80.03% 0.1821 151.71)": "--success-hover",
271
302
  "oklch(98.19% 0.0181 155.83)": "--featured-icon-color-success-bg",
272
303
  "oklch(72.27% 0.1920 149.58)": "--success",
273
304
  "oklch(62.71% 0.1699 149.21)": "--timeline-marker-color-success",
274
- "oklch(52.73% 0.1371 150.07)": "--alert-variant-success-fg",
305
+ "oklch(52.73% 0.1371 150.07)": "--button-success-bg-hover",
275
306
  "oklch(44.79% 0.1083 151.33)": "--status-success-border",
276
307
  "oklch(39.25% 0.0896 152.54)": "--green-900",
277
308
  "oklch(26.64% 0.0628 152.93)": "--success-subtle",
278
- "oklch(97.02% 0.0000 0)": "--topbar-root-background",
309
+ "oklch(97.02% 0.0000 0)": "--toolbar-button-background-hover",
279
310
  "oklch(92.19% 0.0000 0)": "--topbar-root-border-color",
280
311
  "oklch(86.99% 0.0000 0)": "--text-disabled",
281
312
  "oklch(71.55% 0.0000 0)": "--border-semantic-strong",
282
- "oklch(98.51% 0.0000 0)": "--surface-sunken",
313
+ "oklch(98.51% 0.0000 0)": "--topbar-root-background",
283
314
  "oklch(55.55% 0.0000 0)": "--toolbar-button-foreground-muted",
284
315
  "oklch(43.86% 0.0000 0)": "--status-disabled-foreground",
285
316
  "oklch(37.15% 0.0000 0)": "--status-disabled-border",
@@ -290,10 +321,10 @@ export const TOKEN_DATA = {
290
321
  "oklch(88.45% 0.0593 18.33)": "--alert-variant-destructive-border",
291
322
  "oklch(80.77% 0.1035 19.57)": "--status-destructive-subtle-foreground",
292
323
  "oklch(71.06% 0.1661 22.22)": "--status-destructive-hover",
293
- "oklch(97.05% 0.0129 17.38)": "--featured-icon-color-destructive-bg",
324
+ "oklch(97.05% 0.0129 17.38)": "--modal-icon-pill-color-destructive-bg",
294
325
  "oklch(63.68% 0.2078 25.33)": "--timeline-marker-color-error",
295
326
  "oklch(57.71% 0.2152 27.33)": "--asset-palette-type-doc-pdf-color",
296
- "oklch(50.54% 0.1905 27.52)": "--alert-variant-destructive-fg",
327
+ "oklch(50.54% 0.1905 27.52)": "--modal-icon-pill-color-destructive-fg",
297
328
  "oklch(44.37% 0.1613 26.90)": "--status-destructive-border",
298
329
  "oklch(39.58% 0.1331 25.72)": "--red-900",
299
330
  "oklch(25.75% 0.0886 26.04)": "--status-destructive-subtle",
@@ -301,14 +332,46 @@ export const TOKEN_DATA = {
301
332
  "oklch(94.51% 0.1243 101.54)": "--alert-variant-warning-border",
302
333
  "oklch(90.52% 0.1657 98.11)": "--warning-subtle-foreground",
303
334
  "oklch(86.06% 0.1731 91.94)": "--timeline-marker-color-warning",
304
- "oklch(98.73% 0.0262 102.21)": "--featured-icon-color-warning-bg",
335
+ "oklch(98.73% 0.0262 102.21)": "--modal-icon-pill-color-warning-bg",
305
336
  "oklch(79.52% 0.1617 86.05)": "--asset-palette-type-design-illustrator-color",
306
- "oklch(68.06% 0.1423 75.83)": "--text-warning",
307
- "oklch(55.38% 0.1207 66.44)": "--feature-item-tone-warning-fg",
337
+ "oklch(68.06% 0.1423 75.83)": "--button-warning-bg-hover",
338
+ "oklch(55.38% 0.1207 66.44)": "--modal-icon-pill-color-warning-fg",
308
339
  "oklch(47.62% 0.1034 61.91)": "--status-warning-border",
309
340
  "oklch(42.10% 0.0897 57.71)": "--yellow-900",
310
341
  "oklch(28.57% 0.0639 53.81)": "--badge-color-warning-fg",
311
342
  "transparent": "--toggle-variant-outline-bg-default",
343
+ "oklch(57.37% 0.1946 257.86)": "--report-builder-accent",
344
+ "oklch(76.61% 0.1083 259.79)": "--report-builder-accent-bright",
345
+ "oklch(95.32% 0.0207 261.77)": "--report-builder-accent-bg",
346
+ "oklch(34.67% 0.0731 256.69)": "--report-builder-accent-bg",
347
+ "oklch(97.14% 0.0108 256.69)": "--report-builder-accent-bg-subtle",
348
+ "oklch(33.49% 0.0383 251.89)": "--report-builder-accent-bg-subtle",
349
+ "oklch(91.09% 0.0388 257.92)": "--report-builder-accent-border",
350
+ "oklch(46.92% 0.0851 258.47)": "--report-builder-accent-border",
351
+ "oklch(63.04% 0.1800 259.96)": "--report-builder-accent-bright",
352
+ "oklch(53.18% 0.1807 258.26)": "--report-builder-accent-hover",
353
+ "oklch(83.69% 0.0733 259.99)": "--report-builder-accent-hover",
354
+ "oklch(89.41% 0.0059 264.53)": "--report-builder-border",
355
+ "oklch(49.79% 0.0094 253.91)": "--report-builder-fg-muted",
356
+ "oklch(90.67% 0.0000 0)": "--report-builder-border-strong",
357
+ "oklch(36.88% 0.0074 240.02)": "--report-builder-fg-secondary",
358
+ "oklch(24.79% 0.0058 271.18)": "--report-builder-surface",
359
+ "oklch(93.64% 0.0046 258.33)": "--report-builder-fg",
360
+ "oklch(70.28% 0.0111 247.99)": "--report-builder-fg-subtle",
361
+ "oklch(80.93% 0.0083 253.87)": "--report-builder-fg-secondary",
362
+ "rgba(0, 0, 0, 0.87)": "--report-builder-fg-strong",
363
+ "rgba(232, 234, 237, 0.87)": "--report-builder-fg-strong",
364
+ "oklch(56.24% 0.0000 0)": "--report-builder-fg-subtle",
365
+ "oklch(64.75% 0.1603 148.50)": "--report-builder-positive",
366
+ "oklch(77.44% 0.1039 152.19)": "--report-builder-positive",
367
+ "rgba(60, 64, 67, 0.3)": "--report-builder-shadow",
368
+ "rgba(0, 0, 0, 0.5)": "--report-builder-shadow",
369
+ "rgba(60, 64, 67, 0.15)": "--report-builder-shadow-subtle",
370
+ "rgba(0, 0, 0, 0.3)": "--report-builder-shadow-subtle",
371
+ "oklch(96.29% 0.0025 228.78)": "--report-builder-surface-hover",
372
+ "oklch(33.34% 0.0071 274.76)": "--report-builder-surface-hover",
373
+ "oklch(28.52% 0.0056 271.22)": "--report-builder-surface-subtle",
374
+ "oklch(98.16% 0.0017 247.84)": "--report-builder-surface-subtle",
312
375
  "oklch(71.07% 0.0351 256.79)": "--asset-palette-status-draft-color",
313
376
  "oklch(55.44% 0.0407 257.42)": "--asset-palette-type-code-env-color",
314
377
  "rgb(100 116 139 / 0.18)": "--asset-palette-type-code-env-tint",
@@ -423,7 +486,6 @@ export const TOKEN_DATA = {
423
486
  "fontSizesPx": [
424
487
  10,
425
488
  12,
426
- 13,
427
489
  14,
428
490
  16,
429
491
  18,
@@ -442,7 +504,6 @@ export const TOKEN_DATA = {
442
504
  "1.25",
443
505
  "1.375",
444
506
  "1.5",
445
- "1.55",
446
507
  "1.625",
447
508
  "104px",
448
509
  "14px",
@@ -497,11 +558,7 @@ export const TOKEN_DATA = {
497
558
  "--card-root-shadow-xl",
498
559
  "--collection-batchbar-shadow",
499
560
  "--filetree-footer-dot-ring",
500
- "--focus-ring-destructive-shadow",
501
- "--focus-ring-ghost-shadow",
502
- "--focus-ring-outline-shadow",
503
- "--focus-ring-primary-shadow",
504
- "--focus-ring-secondary-shadow",
561
+ "--panel-root-shadow",
505
562
  "--shadow-lg",
506
563
  "--shadow-md",
507
564
  "--shadow-sm",
@@ -576,6 +633,7 @@ export const TOKEN_DATA = {
576
633
  "--core-border-input",
577
634
  "--core-border-ring",
578
635
  "--destructive",
636
+ "--destructive-active",
579
637
  "--destructive-border",
580
638
  "--destructive-foreground",
581
639
  "--destructive-hover",
@@ -634,9 +692,31 @@ export const TOKEN_DATA = {
634
692
  "--primary-hover",
635
693
  "--primary-subtle",
636
694
  "--primary-subtle-foreground",
695
+ "--report-builder-accent",
696
+ "--report-builder-accent-bg",
697
+ "--report-builder-accent-bg-subtle",
698
+ "--report-builder-accent-border",
699
+ "--report-builder-accent-bright",
700
+ "--report-builder-accent-hover",
701
+ "--report-builder-border",
702
+ "--report-builder-border-strong",
703
+ "--report-builder-fg",
704
+ "--report-builder-fg-muted",
705
+ "--report-builder-fg-secondary",
706
+ "--report-builder-fg-strong",
707
+ "--report-builder-fg-subtle",
708
+ "--report-builder-on-accent",
709
+ "--report-builder-positive",
710
+ "--report-builder-shadow",
711
+ "--report-builder-shadow-subtle",
712
+ "--report-builder-surface",
713
+ "--report-builder-surface-hover",
714
+ "--report-builder-surface-muted",
715
+ "--report-builder-surface-subtle",
637
716
  "--ring",
638
717
  "--ring-offset",
639
718
  "--secondary",
719
+ "--secondary-active",
640
720
  "--secondary-border",
641
721
  "--secondary-foreground",
642
722
  "--secondary-hover",
@@ -676,6 +756,7 @@ export const TOKEN_DATA = {
676
756
  "--success",
677
757
  "--success-border",
678
758
  "--success-foreground",
759
+ "--success-hover",
679
760
  "--success-subtle",
680
761
  "--success-subtle-foreground",
681
762
  "--surface",
@@ -683,6 +764,7 @@ export const TOKEN_DATA = {
683
764
  "--warning",
684
765
  "--warning-border",
685
766
  "--warning-foreground",
767
+ "--warning-hover",
686
768
  "--warning-subtle",
687
769
  "--warning-subtle-foreground"
688
770
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etus/seven-skill",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "description": "Seven Design System skill, plugin, and CLI detector for AI coding agents — ETUS Digital",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -46,19 +46,19 @@
46
46
  "htmlparser2": "^9.1.0"
47
47
  },
48
48
  "optionalDependencies": {
49
- "puppeteer": "^23.0.0"
49
+ "puppeteer": "^25.3.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/css-tree": "^2.3.10",
53
- "@types/node": "^25.0.6",
54
- "tsx": "^4.21.0",
53
+ "@types/node": "^24.13.2",
54
+ "tsx": "^4.23.0",
55
55
  "typescript": "^5.9.3",
56
- "vitest": "^4.1.7",
57
- "@etus/tokens": "^0.4.0-beta.2",
56
+ "vitest": "^4.1.10",
57
+ "@etus/tokens": "^0.4.0-beta.13",
58
58
  "@etus/tsconfig": "0.0.0"
59
59
  },
60
60
  "engines": {
61
- "node": ">=18.0.0"
61
+ "node": ">=24.0.0"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"