@genesislcap/foundation-zero 14.25.1-alpha-d696af4d9.0 → 14.26.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.
- package/README.md +4 -1
- package/dist/custom-elements.json +188 -188
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -13,4 +13,7 @@ For the purpose of this POC, Zero is our first design system. In simplistic term
|
|
|
13
13
|
|
|
14
14
|
## License
|
|
15
15
|
|
|
16
|
-
Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
16
|
+
Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
17
|
+
|
|
18
|
+
### Licensed components
|
|
19
|
+
Genesis low-code platform
|
|
@@ -11879,194 +11879,6 @@
|
|
|
11879
11879
|
}
|
|
11880
11880
|
]
|
|
11881
11881
|
},
|
|
11882
|
-
{
|
|
11883
|
-
"kind": "javascript-module",
|
|
11884
|
-
"path": "src/text-area/index.ts",
|
|
11885
|
-
"declarations": [],
|
|
11886
|
-
"exports": [
|
|
11887
|
-
{
|
|
11888
|
-
"kind": "js",
|
|
11889
|
-
"name": "*",
|
|
11890
|
-
"declaration": {
|
|
11891
|
-
"name": "*",
|
|
11892
|
-
"package": "./text-area"
|
|
11893
|
-
}
|
|
11894
|
-
},
|
|
11895
|
-
{
|
|
11896
|
-
"kind": "js",
|
|
11897
|
-
"name": "*",
|
|
11898
|
-
"declaration": {
|
|
11899
|
-
"name": "*",
|
|
11900
|
-
"package": "./text-area.styles"
|
|
11901
|
-
}
|
|
11902
|
-
},
|
|
11903
|
-
{
|
|
11904
|
-
"kind": "js",
|
|
11905
|
-
"name": "*",
|
|
11906
|
-
"declaration": {
|
|
11907
|
-
"name": "*",
|
|
11908
|
-
"package": "./text-area.template"
|
|
11909
|
-
}
|
|
11910
|
-
}
|
|
11911
|
-
]
|
|
11912
|
-
},
|
|
11913
|
-
{
|
|
11914
|
-
"kind": "javascript-module",
|
|
11915
|
-
"path": "src/text-area/text-area.stories.ts",
|
|
11916
|
-
"declarations": [
|
|
11917
|
-
{
|
|
11918
|
-
"kind": "variable",
|
|
11919
|
-
"name": "meta",
|
|
11920
|
-
"type": {
|
|
11921
|
-
"text": "Meta"
|
|
11922
|
-
},
|
|
11923
|
-
"default": "{\n title: 'Text Area',\n component: 'zero-text-area',\n}"
|
|
11924
|
-
},
|
|
11925
|
-
{
|
|
11926
|
-
"kind": "variable",
|
|
11927
|
-
"name": "Primary",
|
|
11928
|
-
"type": {
|
|
11929
|
-
"text": "StoryObj"
|
|
11930
|
-
},
|
|
11931
|
-
"default": "{\n render: () => html`\n <div style=\"height: 200px;\">\n <zero-text-area resize=\"both\" placeholder=\"Enter text...\">Text Area</zero-text-area>\n <zero-text-area value=\"some value\">Test label</zero-text-area>\n <zero-text-area value=\"disabled\" disabled>Test label 2</zero-text-area>\n </div>\n `,\n}"
|
|
11932
|
-
}
|
|
11933
|
-
],
|
|
11934
|
-
"exports": [
|
|
11935
|
-
{
|
|
11936
|
-
"kind": "js",
|
|
11937
|
-
"name": "default",
|
|
11938
|
-
"declaration": {
|
|
11939
|
-
"name": "meta",
|
|
11940
|
-
"module": "src/text-area/text-area.stories.ts"
|
|
11941
|
-
}
|
|
11942
|
-
},
|
|
11943
|
-
{
|
|
11944
|
-
"kind": "js",
|
|
11945
|
-
"name": "Primary",
|
|
11946
|
-
"declaration": {
|
|
11947
|
-
"name": "Primary",
|
|
11948
|
-
"module": "src/text-area/text-area.stories.ts"
|
|
11949
|
-
}
|
|
11950
|
-
}
|
|
11951
|
-
]
|
|
11952
|
-
},
|
|
11953
|
-
{
|
|
11954
|
-
"kind": "javascript-module",
|
|
11955
|
-
"path": "src/text-area/text-area.styles.ts",
|
|
11956
|
-
"declarations": [
|
|
11957
|
-
{
|
|
11958
|
-
"kind": "function",
|
|
11959
|
-
"name": "zeroTextAreaStyles",
|
|
11960
|
-
"return": {
|
|
11961
|
-
"type": {
|
|
11962
|
-
"text": "ElementStyles"
|
|
11963
|
-
}
|
|
11964
|
-
},
|
|
11965
|
-
"parameters": [
|
|
11966
|
-
{
|
|
11967
|
-
"name": "context",
|
|
11968
|
-
"type": {
|
|
11969
|
-
"text": "ElementDefinitionContext"
|
|
11970
|
-
}
|
|
11971
|
-
},
|
|
11972
|
-
{
|
|
11973
|
-
"name": "definition",
|
|
11974
|
-
"type": {
|
|
11975
|
-
"text": "FoundationElementDefinition"
|
|
11976
|
-
}
|
|
11977
|
-
}
|
|
11978
|
-
]
|
|
11979
|
-
}
|
|
11980
|
-
],
|
|
11981
|
-
"exports": [
|
|
11982
|
-
{
|
|
11983
|
-
"kind": "js",
|
|
11984
|
-
"name": "zeroTextAreaStyles",
|
|
11985
|
-
"declaration": {
|
|
11986
|
-
"name": "zeroTextAreaStyles",
|
|
11987
|
-
"module": "src/text-area/text-area.styles.ts"
|
|
11988
|
-
}
|
|
11989
|
-
}
|
|
11990
|
-
]
|
|
11991
|
-
},
|
|
11992
|
-
{
|
|
11993
|
-
"kind": "javascript-module",
|
|
11994
|
-
"path": "src/text-area/text-area.template.ts",
|
|
11995
|
-
"declarations": [
|
|
11996
|
-
{
|
|
11997
|
-
"kind": "function",
|
|
11998
|
-
"name": "zeroTextAreaTemplate",
|
|
11999
|
-
"return": {
|
|
12000
|
-
"type": {
|
|
12001
|
-
"text": "ViewTemplate<TextArea>"
|
|
12002
|
-
}
|
|
12003
|
-
},
|
|
12004
|
-
"parameters": [
|
|
12005
|
-
{
|
|
12006
|
-
"name": "context",
|
|
12007
|
-
"type": {
|
|
12008
|
-
"text": "ElementDefinitionContext"
|
|
12009
|
-
}
|
|
12010
|
-
},
|
|
12011
|
-
{
|
|
12012
|
-
"name": "definition",
|
|
12013
|
-
"type": {
|
|
12014
|
-
"text": "FoundationElementDefinition"
|
|
12015
|
-
}
|
|
12016
|
-
}
|
|
12017
|
-
]
|
|
12018
|
-
}
|
|
12019
|
-
],
|
|
12020
|
-
"exports": [
|
|
12021
|
-
{
|
|
12022
|
-
"kind": "js",
|
|
12023
|
-
"name": "zeroTextAreaTemplate",
|
|
12024
|
-
"declaration": {
|
|
12025
|
-
"name": "zeroTextAreaTemplate",
|
|
12026
|
-
"module": "src/text-area/text-area.template.ts"
|
|
12027
|
-
}
|
|
12028
|
-
}
|
|
12029
|
-
]
|
|
12030
|
-
},
|
|
12031
|
-
{
|
|
12032
|
-
"kind": "javascript-module",
|
|
12033
|
-
"path": "src/text-area/text-area.ts",
|
|
12034
|
-
"declarations": [
|
|
12035
|
-
{
|
|
12036
|
-
"kind": "class",
|
|
12037
|
-
"description": "",
|
|
12038
|
-
"name": "TextArea",
|
|
12039
|
-
"superclass": {
|
|
12040
|
-
"name": "FoundationTextArea",
|
|
12041
|
-
"package": "@genesislcap/foundation-ui"
|
|
12042
|
-
},
|
|
12043
|
-
"tagName": "%%prefix%%-text-area",
|
|
12044
|
-
"customElement": true
|
|
12045
|
-
},
|
|
12046
|
-
{
|
|
12047
|
-
"kind": "variable",
|
|
12048
|
-
"name": "zeroTextArea"
|
|
12049
|
-
}
|
|
12050
|
-
],
|
|
12051
|
-
"exports": [
|
|
12052
|
-
{
|
|
12053
|
-
"kind": "js",
|
|
12054
|
-
"name": "TextArea",
|
|
12055
|
-
"declaration": {
|
|
12056
|
-
"name": "TextArea",
|
|
12057
|
-
"module": "src/text-area/text-area.ts"
|
|
12058
|
-
}
|
|
12059
|
-
},
|
|
12060
|
-
{
|
|
12061
|
-
"kind": "js",
|
|
12062
|
-
"name": "zeroTextArea",
|
|
12063
|
-
"declaration": {
|
|
12064
|
-
"name": "zeroTextArea",
|
|
12065
|
-
"module": "src/text-area/text-area.ts"
|
|
12066
|
-
}
|
|
12067
|
-
}
|
|
12068
|
-
]
|
|
12069
|
-
},
|
|
12070
11882
|
{
|
|
12071
11883
|
"kind": "javascript-module",
|
|
12072
11884
|
"path": "src/text-field/index.ts",
|
|
@@ -12527,6 +12339,194 @@
|
|
|
12527
12339
|
}
|
|
12528
12340
|
]
|
|
12529
12341
|
},
|
|
12342
|
+
{
|
|
12343
|
+
"kind": "javascript-module",
|
|
12344
|
+
"path": "src/text-area/index.ts",
|
|
12345
|
+
"declarations": [],
|
|
12346
|
+
"exports": [
|
|
12347
|
+
{
|
|
12348
|
+
"kind": "js",
|
|
12349
|
+
"name": "*",
|
|
12350
|
+
"declaration": {
|
|
12351
|
+
"name": "*",
|
|
12352
|
+
"package": "./text-area"
|
|
12353
|
+
}
|
|
12354
|
+
},
|
|
12355
|
+
{
|
|
12356
|
+
"kind": "js",
|
|
12357
|
+
"name": "*",
|
|
12358
|
+
"declaration": {
|
|
12359
|
+
"name": "*",
|
|
12360
|
+
"package": "./text-area.styles"
|
|
12361
|
+
}
|
|
12362
|
+
},
|
|
12363
|
+
{
|
|
12364
|
+
"kind": "js",
|
|
12365
|
+
"name": "*",
|
|
12366
|
+
"declaration": {
|
|
12367
|
+
"name": "*",
|
|
12368
|
+
"package": "./text-area.template"
|
|
12369
|
+
}
|
|
12370
|
+
}
|
|
12371
|
+
]
|
|
12372
|
+
},
|
|
12373
|
+
{
|
|
12374
|
+
"kind": "javascript-module",
|
|
12375
|
+
"path": "src/text-area/text-area.stories.ts",
|
|
12376
|
+
"declarations": [
|
|
12377
|
+
{
|
|
12378
|
+
"kind": "variable",
|
|
12379
|
+
"name": "meta",
|
|
12380
|
+
"type": {
|
|
12381
|
+
"text": "Meta"
|
|
12382
|
+
},
|
|
12383
|
+
"default": "{\n title: 'Text Area',\n component: 'zero-text-area',\n}"
|
|
12384
|
+
},
|
|
12385
|
+
{
|
|
12386
|
+
"kind": "variable",
|
|
12387
|
+
"name": "Primary",
|
|
12388
|
+
"type": {
|
|
12389
|
+
"text": "StoryObj"
|
|
12390
|
+
},
|
|
12391
|
+
"default": "{\n render: () => html`\n <div style=\"height: 200px;\">\n <zero-text-area resize=\"both\" placeholder=\"Enter text...\">Text Area</zero-text-area>\n <zero-text-area value=\"some value\">Test label</zero-text-area>\n <zero-text-area value=\"disabled\" disabled>Test label 2</zero-text-area>\n </div>\n `,\n}"
|
|
12392
|
+
}
|
|
12393
|
+
],
|
|
12394
|
+
"exports": [
|
|
12395
|
+
{
|
|
12396
|
+
"kind": "js",
|
|
12397
|
+
"name": "default",
|
|
12398
|
+
"declaration": {
|
|
12399
|
+
"name": "meta",
|
|
12400
|
+
"module": "src/text-area/text-area.stories.ts"
|
|
12401
|
+
}
|
|
12402
|
+
},
|
|
12403
|
+
{
|
|
12404
|
+
"kind": "js",
|
|
12405
|
+
"name": "Primary",
|
|
12406
|
+
"declaration": {
|
|
12407
|
+
"name": "Primary",
|
|
12408
|
+
"module": "src/text-area/text-area.stories.ts"
|
|
12409
|
+
}
|
|
12410
|
+
}
|
|
12411
|
+
]
|
|
12412
|
+
},
|
|
12413
|
+
{
|
|
12414
|
+
"kind": "javascript-module",
|
|
12415
|
+
"path": "src/text-area/text-area.styles.ts",
|
|
12416
|
+
"declarations": [
|
|
12417
|
+
{
|
|
12418
|
+
"kind": "function",
|
|
12419
|
+
"name": "zeroTextAreaStyles",
|
|
12420
|
+
"return": {
|
|
12421
|
+
"type": {
|
|
12422
|
+
"text": "ElementStyles"
|
|
12423
|
+
}
|
|
12424
|
+
},
|
|
12425
|
+
"parameters": [
|
|
12426
|
+
{
|
|
12427
|
+
"name": "context",
|
|
12428
|
+
"type": {
|
|
12429
|
+
"text": "ElementDefinitionContext"
|
|
12430
|
+
}
|
|
12431
|
+
},
|
|
12432
|
+
{
|
|
12433
|
+
"name": "definition",
|
|
12434
|
+
"type": {
|
|
12435
|
+
"text": "FoundationElementDefinition"
|
|
12436
|
+
}
|
|
12437
|
+
}
|
|
12438
|
+
]
|
|
12439
|
+
}
|
|
12440
|
+
],
|
|
12441
|
+
"exports": [
|
|
12442
|
+
{
|
|
12443
|
+
"kind": "js",
|
|
12444
|
+
"name": "zeroTextAreaStyles",
|
|
12445
|
+
"declaration": {
|
|
12446
|
+
"name": "zeroTextAreaStyles",
|
|
12447
|
+
"module": "src/text-area/text-area.styles.ts"
|
|
12448
|
+
}
|
|
12449
|
+
}
|
|
12450
|
+
]
|
|
12451
|
+
},
|
|
12452
|
+
{
|
|
12453
|
+
"kind": "javascript-module",
|
|
12454
|
+
"path": "src/text-area/text-area.template.ts",
|
|
12455
|
+
"declarations": [
|
|
12456
|
+
{
|
|
12457
|
+
"kind": "function",
|
|
12458
|
+
"name": "zeroTextAreaTemplate",
|
|
12459
|
+
"return": {
|
|
12460
|
+
"type": {
|
|
12461
|
+
"text": "ViewTemplate<TextArea>"
|
|
12462
|
+
}
|
|
12463
|
+
},
|
|
12464
|
+
"parameters": [
|
|
12465
|
+
{
|
|
12466
|
+
"name": "context",
|
|
12467
|
+
"type": {
|
|
12468
|
+
"text": "ElementDefinitionContext"
|
|
12469
|
+
}
|
|
12470
|
+
},
|
|
12471
|
+
{
|
|
12472
|
+
"name": "definition",
|
|
12473
|
+
"type": {
|
|
12474
|
+
"text": "FoundationElementDefinition"
|
|
12475
|
+
}
|
|
12476
|
+
}
|
|
12477
|
+
]
|
|
12478
|
+
}
|
|
12479
|
+
],
|
|
12480
|
+
"exports": [
|
|
12481
|
+
{
|
|
12482
|
+
"kind": "js",
|
|
12483
|
+
"name": "zeroTextAreaTemplate",
|
|
12484
|
+
"declaration": {
|
|
12485
|
+
"name": "zeroTextAreaTemplate",
|
|
12486
|
+
"module": "src/text-area/text-area.template.ts"
|
|
12487
|
+
}
|
|
12488
|
+
}
|
|
12489
|
+
]
|
|
12490
|
+
},
|
|
12491
|
+
{
|
|
12492
|
+
"kind": "javascript-module",
|
|
12493
|
+
"path": "src/text-area/text-area.ts",
|
|
12494
|
+
"declarations": [
|
|
12495
|
+
{
|
|
12496
|
+
"kind": "class",
|
|
12497
|
+
"description": "",
|
|
12498
|
+
"name": "TextArea",
|
|
12499
|
+
"superclass": {
|
|
12500
|
+
"name": "FoundationTextArea",
|
|
12501
|
+
"package": "@genesislcap/foundation-ui"
|
|
12502
|
+
},
|
|
12503
|
+
"tagName": "%%prefix%%-text-area",
|
|
12504
|
+
"customElement": true
|
|
12505
|
+
},
|
|
12506
|
+
{
|
|
12507
|
+
"kind": "variable",
|
|
12508
|
+
"name": "zeroTextArea"
|
|
12509
|
+
}
|
|
12510
|
+
],
|
|
12511
|
+
"exports": [
|
|
12512
|
+
{
|
|
12513
|
+
"kind": "js",
|
|
12514
|
+
"name": "TextArea",
|
|
12515
|
+
"declaration": {
|
|
12516
|
+
"name": "TextArea",
|
|
12517
|
+
"module": "src/text-area/text-area.ts"
|
|
12518
|
+
}
|
|
12519
|
+
},
|
|
12520
|
+
{
|
|
12521
|
+
"kind": "js",
|
|
12522
|
+
"name": "zeroTextArea",
|
|
12523
|
+
"declaration": {
|
|
12524
|
+
"name": "zeroTextArea",
|
|
12525
|
+
"module": "src/text-area/text-area.ts"
|
|
12526
|
+
}
|
|
12527
|
+
}
|
|
12528
|
+
]
|
|
12529
|
+
},
|
|
12530
12530
|
{
|
|
12531
12531
|
"kind": "javascript-module",
|
|
12532
12532
|
"path": "src/toolbar/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.26.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"storybook": "storybook dev -p 6006"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
30
|
+
"@genesislcap/genx": "^14.26.0",
|
|
31
31
|
"@playwright/test": "^1.18.1",
|
|
32
32
|
"@storybook/addon-essentials": "^7.0.0",
|
|
33
33
|
"@storybook/addon-links": "^7.0.0",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"watchlist": "^0.3.1"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.
|
|
53
|
-
"@genesislcap/foundation-ui": "14.
|
|
54
|
-
"@genesislcap/foundation-utils": "14.
|
|
52
|
+
"@genesislcap/foundation-comms": "^14.26.0",
|
|
53
|
+
"@genesislcap/foundation-ui": "^14.26.0",
|
|
54
|
+
"@genesislcap/foundation-utils": "^14.26.0",
|
|
55
55
|
"@microsoft/fast-colors": "^5.1.4",
|
|
56
56
|
"@microsoft/fast-components": "^2.21.3",
|
|
57
57
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
70
|
"customElements": "dist/custom-elements.json",
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "5f25fc6e5f9068551f1ea703439f460c352b97d4"
|
|
72
72
|
}
|