@digdir/designsystemet 0.0.3 → 0.0.4

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 (51) hide show
  1. package/dist/build/bin/designsystemet.js +47 -0
  2. package/dist/build/src/codemods/css-var-codemod.js +36 -0
  3. package/dist/build/src/migrations/index.js +8 -0
  4. package/dist/build/src/migrations/light-dark.js +22 -0
  5. package/dist/build/src/migrations/prefix-ds.js +7 -0
  6. package/dist/build/src/migrations/tokens-v2.js +210 -0
  7. package/dist/build/src/tokens/build.js +140 -0
  8. package/dist/build/src/tokens/formatters.js +78 -0
  9. package/dist/build/src/tokens/noCase.js +30 -0
  10. package/dist/build/src/tokens/transformers.js +39 -0
  11. package/dist/build/tsconfig.tsbuildinfo +1 -0
  12. package/dist/types/bin/designsystemet.d.ts +3 -0
  13. package/dist/types/bin/designsystemet.d.ts.map +1 -0
  14. package/dist/types/src/codemods/css-var-codemod.d.ts +7 -0
  15. package/dist/types/src/codemods/css-var-codemod.d.ts.map +1 -0
  16. package/dist/types/src/migrations/index.d.ts +7 -0
  17. package/dist/types/src/migrations/index.d.ts.map +1 -0
  18. package/dist/types/src/migrations/light-dark.d.ts +3 -0
  19. package/dist/types/src/migrations/light-dark.d.ts.map +1 -0
  20. package/dist/types/src/migrations/prefix-ds.d.ts +3 -0
  21. package/dist/types/src/migrations/prefix-ds.d.ts.map +1 -0
  22. package/dist/types/src/migrations/tokens-v2.d.ts +3 -0
  23. package/dist/types/src/migrations/tokens-v2.d.ts.map +1 -0
  24. package/dist/types/src/tokens/build.d.ts +7 -0
  25. package/dist/types/src/tokens/build.d.ts.map +1 -0
  26. package/dist/types/src/tokens/formatters.d.ts +10 -0
  27. package/dist/types/src/tokens/formatters.d.ts.map +1 -0
  28. package/dist/types/src/tokens/noCase.d.ts +11 -0
  29. package/dist/types/src/tokens/noCase.d.ts.map +1 -0
  30. package/dist/types/src/tokens/transformers.d.ts +5 -0
  31. package/dist/types/src/tokens/transformers.d.ts.map +1 -0
  32. package/package.json +6 -4
  33. package/dist/bin/designsystemet.js +0 -43
  34. package/dist/chunk-3INHRMDA.js +0 -30
  35. package/dist/chunk-AFUBGWSA.js +0 -15
  36. package/dist/chunk-AH6WYHXT.js +0 -219
  37. package/dist/chunk-F6JN3G6R.js +0 -33
  38. package/dist/chunk-FSFXGZ5S.js +0 -48
  39. package/dist/chunk-HG7XELK3.js +0 -79
  40. package/dist/chunk-N6YJGJKH.js +0 -38
  41. package/dist/chunk-Q4LKHGOS.js +0 -153
  42. package/dist/chunk-XTBS6KQY.js +0 -20
  43. package/dist/src/codemods/css-var-codemod.js +0 -6
  44. package/dist/src/migrations/index.js +0 -10
  45. package/dist/src/migrations/light-dark.js +0 -7
  46. package/dist/src/migrations/prefix-ds.js +0 -7
  47. package/dist/src/migrations/tokens-v2.js +0 -7
  48. package/dist/src/tokens/build.js +0 -9
  49. package/dist/src/tokens/formatters.js +0 -8
  50. package/dist/src/tokens/noCase.js +0 -6
  51. package/dist/src/tokens/transformers.js +0 -11
@@ -1,7 +0,0 @@
1
- import {
2
- prefix_ds_default
3
- } from "../../chunk-AFUBGWSA.js";
4
- import "../../chunk-N6YJGJKH.js";
5
- export {
6
- prefix_ds_default as default
7
- };
@@ -1,7 +0,0 @@
1
- import {
2
- tokens_v2_default
3
- } from "../../chunk-AH6WYHXT.js";
4
- import "../../chunk-N6YJGJKH.js";
5
- export {
6
- tokens_v2_default as default
7
- };
@@ -1,9 +0,0 @@
1
- import {
2
- run
3
- } from "../../chunk-Q4LKHGOS.js";
4
- import "../../chunk-FSFXGZ5S.js";
5
- import "../../chunk-HG7XELK3.js";
6
- import "../../chunk-F6JN3G6R.js";
7
- export {
8
- run
9
- };
@@ -1,8 +0,0 @@
1
- import {
2
- groupedTokens,
3
- scopedReferenceVariables
4
- } from "../../chunk-HG7XELK3.js";
5
- export {
6
- groupedTokens,
7
- scopedReferenceVariables
8
- };
@@ -1,6 +0,0 @@
1
- import {
2
- noCase
3
- } from "../../chunk-F6JN3G6R.js";
4
- export {
5
- noCase
6
- };
@@ -1,11 +0,0 @@
1
- import {
2
- nameKebab,
3
- sizeRem,
4
- typographyShorthand
5
- } from "../../chunk-FSFXGZ5S.js";
6
- import "../../chunk-F6JN3G6R.js";
7
- export {
8
- nameKebab,
9
- sizeRem,
10
- typographyShorthand
11
- };