Skip to content

Commit

Permalink
fastn update and environments-url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantk232 committed Mar 20, 2024
1 parent 97760ac commit f080938
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .fastn/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1597,8 +1597,8 @@
},
"components/label-text.ftd": {
"name": "components/label-text.ftd",
"checksum": "2FD6F02B7A1A3B41417BA48F378B2ED076C494B955F6FB53DCCE061A0B0250B1",
"size": 1628
"checksum": "7287117D126182A09923CDBC063531F298C124FA9206100084531B4F139B0C12",
"size": 1606
},
"components/toggle.ftd": {
"name": "components/toggle.ftd",
Expand Down Expand Up @@ -1692,8 +1692,8 @@
},
"record.ftd": {
"name": "record.ftd",
"checksum": "9EB82634CCE4C7B004510FBC5C65310AF12584C1BEEA481F6B2C4B88AAF1F100",
"size": 291
"checksum": "50E29512E4B805A9E862DA2D94AC2C1275DDE4C3B146F3F326D6ACA3D497699E",
"size": 320
},
"slide.ftd": {
"name": "slide.ftd",
Expand All @@ -1706,8 +1706,8 @@
"size": 10641
}
},
"zip_url": "https://github.com/fastn-community/design-system/archive/028b055c914d1ece067673b469d9153cd11b62b9.zip",
"checksum": "B68DF5316FE058131C1EB36FFDAF999AB0847EF109B56D800B9C2882EE114AEB"
"zip_url": "https://github.com/fastn-community/design-system/archive/f5cfb371265e664227dbf8d901f8b12e4d2bd7af.zip",
"checksum": "8BA06F13E94D7FE4196332F6A4E8DCC3C22D724F158AA95B4EBCF9AA273C664D"
},
"fastn-community.github.io/doc-site": {
"files": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ string value:
text-placement placement: horizontal
ftd.align align-content: left

-- ds.section-row:
margin: $ds.spaces.vertical-gap.zero
-- ds.container:
width: hug-content

-- ds.row:
if: { label-text.placement == horizontal }
Expand All @@ -44,7 +44,7 @@ align-content: left

-- end: ds.column

-- end: ds.section-row
-- end: ds.container

-- end: label-text

Expand Down
12 changes: 6 additions & 6 deletions .packages/fastn-community.github.io/design-system/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@
},
"components/label-text.ftd": {
"name": "components/label-text.ftd",
"checksum": "2FD6F02B7A1A3B41417BA48F378B2ED076C494B955F6FB53DCCE061A0B0250B1",
"size": 1628
"checksum": "7287117D126182A09923CDBC063531F298C124FA9206100084531B4F139B0C12",
"size": 1606
},
"components/toggle.ftd": {
"name": "components/toggle.ftd",
Expand Down Expand Up @@ -382,8 +382,8 @@
},
"record.ftd": {
"name": "record.ftd",
"checksum": "9EB82634CCE4C7B004510FBC5C65310AF12584C1BEEA481F6B2C4B88AAF1F100",
"size": 291
"checksum": "50E29512E4B805A9E862DA2D94AC2C1275DDE4C3B146F3F326D6ACA3D497699E",
"size": 320
},
"slide.ftd": {
"name": "slide.ftd",
Expand All @@ -396,6 +396,6 @@
"size": 10641
}
},
"zip_url": "https://github.com/fastn-community/design-system/archive/028b055c914d1ece067673b469d9153cd11b62b9.zip",
"checksum": "B68DF5316FE058131C1EB36FFDAF999AB0847EF109B56D800B9C2882EE114AEB"
"zip_url": "https://github.com/fastn-community/design-system/archive/f5cfb371265e664227dbf8d901f8b12e4d2bd7af.zip",
"checksum": "8BA06F13E94D7FE4196332F6A4E8DCC3C22D724F158AA95B4EBCF9AA273C664D"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ optional string template-name:
optional body desc:
optional string updated-on:
optional string preview-url:
optional string domain-name:
optional string github-url:
string list features:
string list pages:
1 change: 1 addition & 0 deletions scenarios/user/dashboard.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tokens-url: /scenarios/sites/tokens/
setting-url: /scenarios/sites/setting/domains/
domains-url: /scenarios/sites/domains/
cr-list-url: /scenarios/sites/cr-list/
environments-url: /scenarios/sites/setting/environments/
updated-on: 14th Feb
preview-image: /-/ui.fifthtry.com/assets/sites/placeholder-preview.svg

Expand Down

0 comments on commit f080938

Please sign in to comment.