@symbo.ls/uikit 2.11.290 → 2.11.291

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/dist/index.cjs.js CHANGED
@@ -8403,7 +8403,628 @@ var createEmotion3 = (key = "smbls", container) => {
8403
8403
  var emotion = createEmotion3();
8404
8404
 
8405
8405
  // ../init/dynamic.json
8406
- var dynamic_default = {};
8406
+ var dynamic_default = {
8407
+ key: "rosi.symbo.ls",
8408
+ name: "Rosi Studios",
8409
+ files: {
8410
+ "app.js": {
8411
+ content: {},
8412
+ code: "{ LayoutNav: {} }",
8413
+ key: "app.js",
8414
+ type: "code",
8415
+ format: "js"
8416
+ }
8417
+ },
8418
+ state: {},
8419
+ components: {
8420
+ Layout: {
8421
+ content: {
8422
+ props: {
8423
+ ignoreChildExtend: true,
8424
+ position: "absolute",
8425
+ inset: "3.75vw 3.75vw 3.75vw 3.75vw",
8426
+ overflow: "hidden"
8427
+ }
8428
+ }
8429
+ },
8430
+ Logo: {
8431
+ extend: [
8432
+ "Link"
8433
+ ],
8434
+ props: {
8435
+ href: "/"
8436
+ },
8437
+ Icon: {
8438
+ name: "logo",
8439
+ fontSize: "I"
8440
+ }
8441
+ },
8442
+ FrameLine: {
8443
+ extend: [
8444
+ "Flex"
8445
+ ],
8446
+ tag: "nav",
8447
+ props: {
8448
+ whiteSpace: "nowrap",
8449
+ align: "center",
8450
+ gap: "0",
8451
+ ":nth-child(even)": {
8452
+ "> a": {
8453
+ ":before": {
8454
+ left: "W",
8455
+ right: "auto",
8456
+ bottom: "100%",
8457
+ top: "Z",
8458
+ transition: "A bottom ease",
8459
+ borderWidth: "0 0 3px 0"
8460
+ },
8461
+ ":hover:before": {
8462
+ bottom: "Z"
8463
+ }
8464
+ }
8465
+ },
8466
+ childProps: {
8467
+ gap: "X",
8468
+ padding: "X 1ch"
8469
+ }
8470
+ },
8471
+ childExtend: {
8472
+ extend: "Navlink",
8473
+ Span: {}
8474
+ },
8475
+ $propsCollection: [
8476
+ {
8477
+ href: "/",
8478
+ class: "logo",
8479
+ position: "absolute",
8480
+ left: "0",
8481
+ background: "black",
8482
+ padding: "",
8483
+ margin: "- -Y1 - 0",
8484
+ style: {
8485
+ padding: "0 !important"
8486
+ },
8487
+ zIndex: 2,
8488
+ $href: null,
8489
+ ":after": {
8490
+ hide: true
8491
+ },
8492
+ ":before": {
8493
+ hide: true
8494
+ },
8495
+ Icon: {
8496
+ name: "logo",
8497
+ fontSize: "1.5em"
8498
+ }
8499
+ },
8500
+ {
8501
+ text: "Rosi Studios",
8502
+ href: "/"
8503
+ },
8504
+ {
8505
+ text: "Archive",
8506
+ href: "/archive"
8507
+ },
8508
+ {
8509
+ text: "Services",
8510
+ href: "/services"
8511
+ },
8512
+ {
8513
+ text: "About",
8514
+ href: "/about"
8515
+ },
8516
+ {
8517
+ text: "hello@rosistudios.com",
8518
+ href: "/about"
8519
+ },
8520
+ {
8521
+ text: "Working hours",
8522
+ href: "/about"
8523
+ },
8524
+ {
8525
+ text: "10am - 6pm",
8526
+ href: "/about"
8527
+ },
8528
+ {
8529
+ text: "Monday - Friday",
8530
+ href: "/about",
8531
+ "@widescreen": {
8532
+ hide: true
8533
+ },
8534
+ "@square": {
8535
+ show: true
8536
+ }
8537
+ },
8538
+ {
8539
+ text: "Contact",
8540
+ href: "/about",
8541
+ "@ultrawidescreen": {
8542
+ hide: true
8543
+ }
8544
+ },
8545
+ {
8546
+ text: "29 Tabukashvili Street",
8547
+ href: "/about"
8548
+ },
8549
+ {
8550
+ text: "0108",
8551
+ href: "/about"
8552
+ },
8553
+ {
8554
+ text: "Tbilisi",
8555
+ href: "/about"
8556
+ },
8557
+ {
8558
+ text: "Georgia",
8559
+ href: "/about"
8560
+ },
8561
+ {
8562
+ text: "+995 555 025 252",
8563
+ href: "/about"
8564
+ },
8565
+ {
8566
+ Span: {
8567
+ text: "Follow on ",
8568
+ "@ultrawidescreen": {
8569
+ hide: true
8570
+ }
8571
+ },
8572
+ text: "Instagram",
8573
+ target: "_blank",
8574
+ href: "/"
8575
+ },
8576
+ {
8577
+ flexFlow: "row",
8578
+ text: "Copyright \xA9 2024",
8579
+ Span: {
8580
+ order: 2,
8581
+ text: " All rights reserved",
8582
+ "@widescreen": {
8583
+ hide: true
8584
+ }
8585
+ }
8586
+ }
8587
+ ]
8588
+ },
8589
+ Navlink: {
8590
+ extend: "Link",
8591
+ props: {
8592
+ lineHeight: "1",
8593
+ position: "relative",
8594
+ $href: {
8595
+ ":after": {
8596
+ content: "''",
8597
+ position: "absolute",
8598
+ bottom: "W",
8599
+ left: "Z",
8600
+ right: "Z",
8601
+ borderWidth: "0 0 3px",
8602
+ borderStyle: "solid",
8603
+ borderColor: "primary",
8604
+ opacity: 0
8605
+ },
8606
+ ":hover:after": {
8607
+ opacity: 1
8608
+ }
8609
+ },
8610
+ ":before": {
8611
+ content: '"\u2022"',
8612
+ position: "absolute",
8613
+ top: "50%",
8614
+ left: "100%",
8615
+ transform: "translate3d(-50%, -50%, 1px)"
8616
+ }
8617
+ },
8618
+ Icon: {
8619
+ if: "({\n props\n }) => props.src"
8620
+ }
8621
+ },
8622
+ LayoutNav: {
8623
+ props: "() => ({\n position: 'absolute',\n top: '3.75vw',\n left: '3.75vw',\n right: '3.75vw',\n bottom: '3.75vw',\n '--vertical-offset': '2.5vw',\n '--type-tail': 'calc(-1 * var(--spacing-Z))',\n\n '@tabletS': {\n '--vertical-offset': '4.5vw',\n top: '6.5vw',\n left: '6.5vw',\n right: '6.5vw',\n bottom: '6.5vw',\n },\n '!loaded': {\n '& nav': {\n opacity: '0',\n margin: '- - - 1.5em',\n transition: 'E all ease',\n }\n },\n onRender: (el, s) => {\n if (s.loaded) return\n const t = setTimeout(() => {\n el.setProps({\n '& nav': {\n margin: '0',\n opacity: '1',\n },\n })\n s.loaded = true\n clearTimeout(t)\n }, 250)\n },\n })",
8624
+ childExtend: {
8625
+ props: {
8626
+ fontSize: "2.755vw",
8627
+ position: "absolute",
8628
+ overflow: "hidden",
8629
+ lineHeight: "1",
8630
+ "@wideportrait": {
8631
+ fontSize: "3.96vw"
8632
+ },
8633
+ "@ultrawideportrait": {
8634
+ fontSize: "5.75vw"
8635
+ },
8636
+ ":nth-child(odd)": {
8637
+ "> nav": {
8638
+ "> a:before": {
8639
+ top: "100%",
8640
+ left: "50%",
8641
+ transform: "translate3d(-50%, -50%, 1px)"
8642
+ },
8643
+ "> a:after": {
8644
+ top: "Z",
8645
+ bottom: "Z",
8646
+ right: "auto",
8647
+ left: "W"
8648
+ }
8649
+ }
8650
+ }
8651
+ }
8652
+ },
8653
+ content: {
8654
+ props: {
8655
+ ignoreChildExtend: true,
8656
+ position: "absolute",
8657
+ inset: "3.75vw 3.75vw 3.75vw 3.75vw",
8658
+ overflow: "hidden"
8659
+ }
8660
+ },
8661
+ Top: {
8662
+ props: {
8663
+ top: "--type-tail",
8664
+ left: "-Z",
8665
+ right: "0"
8666
+ },
8667
+ FrameLine: {
8668
+ padding: "- - - 1.35em",
8669
+ content: {
8670
+ childProps: {
8671
+ "@ultrawideportrait": {
8672
+ ":nth-child(2)": {
8673
+ hide: true
8674
+ }
8675
+ }
8676
+ }
8677
+ }
8678
+ }
8679
+ },
8680
+ Right: {
8681
+ props: {
8682
+ right: "--type-tail",
8683
+ top: "--vertical-offset",
8684
+ bottom: "--vertical-offset",
8685
+ style: {
8686
+ writingMode: "tb"
8687
+ },
8688
+ "@landscape": {
8689
+ letterSpacing: "0.185vmin"
8690
+ },
8691
+ "@ultrawidescreen": {
8692
+ letterSpacing: "0.0375vmin"
8693
+ },
8694
+ "@narrowscreen": {
8695
+ letterSpacing: "0.5375vmin"
8696
+ },
8697
+ "@square": {
8698
+ letterSpacing: "0.0375em"
8699
+ },
8700
+ "@wideportrait": {
8701
+ letterSpacing: "0.035em"
8702
+ }
8703
+ },
8704
+ FrameLine: {
8705
+ align: "center center",
8706
+ transform: "translate3d(0, 0, 0)",
8707
+ content: {
8708
+ childProps: {
8709
+ "@landscape": {
8710
+ ":nth-child(-n + 6)": {
8711
+ hide: true
8712
+ },
8713
+ ":nth-child(n + 10)": {
8714
+ ":before": {
8715
+ hide: true
8716
+ }
8717
+ },
8718
+ ":nth-child(n + 11)": {
8719
+ hide: true
8720
+ }
8721
+ },
8722
+ "@wideportrait": {
8723
+ ":nth-child(-n + 5)": {
8724
+ hide: true
8725
+ },
8726
+ ":nth-child(n + 8)": {
8727
+ ":before": {
8728
+ hide: true
8729
+ }
8730
+ },
8731
+ ":nth-child(n + 9)": {
8732
+ hide: true
8733
+ }
8734
+ }
8735
+ }
8736
+ }
8737
+ }
8738
+ },
8739
+ Bottom: {
8740
+ props: {
8741
+ transform: "scale(-1)",
8742
+ top: "initial",
8743
+ bottom: "--type-tail",
8744
+ left: "0",
8745
+ right: "0",
8746
+ "@wideportrait": {
8747
+ letterSpacing: "0.02em"
8748
+ }
8749
+ },
8750
+ FrameLine: {
8751
+ ":before": {
8752
+ content: '"\u2022"',
8753
+ margin: "- -.2em 0 0"
8754
+ },
8755
+ childProps: {
8756
+ "@landscape": {
8757
+ ":nth-child(-n + 10)": {
8758
+ hide: true
8759
+ }
8760
+ },
8761
+ "@wideportrait": {
8762
+ order: 3,
8763
+ ":nth-child(-n + 10)": {
8764
+ hide: true
8765
+ },
8766
+ ":nth-child(12)": {
8767
+ hide: true
8768
+ },
8769
+ ":nth-child(13)": {
8770
+ hide: true
8771
+ },
8772
+ ":nth-child(14)": {
8773
+ hide: true
8774
+ },
8775
+ ":nth-child(15)": {
8776
+ order: 1
8777
+ },
8778
+ ":nth-child(11)": {
8779
+ order: 2
8780
+ }
8781
+ },
8782
+ "@ultrawideportrait": {
8783
+ ":nth-child(12)": {
8784
+ hide: false,
8785
+ show: true,
8786
+ display: "block !important"
8787
+ },
8788
+ ":nth-child(15)": {
8789
+ hide: true
8790
+ },
8791
+ ":nth-child(16)": {
8792
+ hide: true
8793
+ },
8794
+ ":nth-child(17)": {
8795
+ hide: true
8796
+ }
8797
+ }
8798
+ }
8799
+ }
8800
+ },
8801
+ Left: {
8802
+ props: {
8803
+ left: "--type-tail",
8804
+ top: "--vertical-offset",
8805
+ bottom: "--vertical-offset",
8806
+ transform: "scale(-1) translate3d(0,-.125em,0)",
8807
+ letterSpacing: "-0.035em",
8808
+ style: {
8809
+ writingMode: "tb"
8810
+ },
8811
+ "@landscape": {
8812
+ letterSpacing: "0.035vmin"
8813
+ },
8814
+ "@ultrawidescreen": {
8815
+ letterSpacing: "-0.025em"
8816
+ },
8817
+ "@narrowscreen": {
8818
+ letterSpacing: "0.37vmin"
8819
+ },
8820
+ "@square": {
8821
+ letterSpacing: "0.025em"
8822
+ },
8823
+ "@wideportrait": {
8824
+ letterSpacing: "-0.025em"
8825
+ }
8826
+ },
8827
+ FrameLine: {
8828
+ align: "center center",
8829
+ content: {
8830
+ childProps: {
8831
+ "@landscape": {
8832
+ ":nth-child(-n + 15)": {
8833
+ hide: true
8834
+ },
8835
+ ":last-child:before": {
8836
+ hide: true
8837
+ }
8838
+ },
8839
+ "@portrait": {
8840
+ "& span": {
8841
+ hide: true
8842
+ },
8843
+ ":nth-child(15)": {
8844
+ hide: true
8845
+ },
8846
+ ":nth-child(-n + 11)": {
8847
+ hide: true
8848
+ },
8849
+ ":last-child:before": {
8850
+ hide: true
8851
+ }
8852
+ }
8853
+ }
8854
+ }
8855
+ }
8856
+ }
8857
+ }
8858
+ },
8859
+ pages: {
8860
+ "/": {
8861
+ extend: "LayoutNav"
8862
+ },
8863
+ "/archive": {
8864
+ props: {},
8865
+ extend: "LayoutNav",
8866
+ content: {
8867
+ props: {
8868
+ flexAlign: "center center"
8869
+ },
8870
+ H1: {
8871
+ textAlign: "center",
8872
+ text: "archive"
8873
+ }
8874
+ }
8875
+ },
8876
+ "/services": {
8877
+ props: {},
8878
+ extend: "LayoutNav",
8879
+ content: {
8880
+ props: {
8881
+ flexAlign: "center center"
8882
+ },
8883
+ H1: {
8884
+ textAlign: "center",
8885
+ text: "services"
8886
+ }
8887
+ }
8888
+ },
8889
+ "/about": {
8890
+ props: {},
8891
+ extend: "LayoutNav",
8892
+ content: {
8893
+ props: {
8894
+ flexAlign: "center center"
8895
+ },
8896
+ H1: {
8897
+ textAlign: "center",
8898
+ text: "about"
8899
+ }
8900
+ }
8901
+ }
8902
+ },
8903
+ snippets: {},
8904
+ id: "102bd4c6f0",
8905
+ designSystem: {
8906
+ COLOR: {
8907
+ light: "#ffffff",
8908
+ gray: "#6e6e72",
8909
+ dark: "#000000",
8910
+ primary: [
8911
+ "--dark",
8912
+ "--light"
8913
+ ]
8914
+ },
8915
+ GRADIENT: {},
8916
+ THEME: {
8917
+ document: {
8918
+ "@dark": {
8919
+ background: "dark",
8920
+ color: "light"
8921
+ },
8922
+ "@light": {
8923
+ background: "light",
8924
+ color: "dark"
8925
+ }
8926
+ },
8927
+ primary: {}
8928
+ },
8929
+ FONT: {
8930
+ "RS-Professional": [
8931
+ {
8932
+ url: "https://based-files-production.based.dev/enD5U3P7x0/fia5bde6eb/a2d2cc96-6d17-4199-8922-dbff01ea0d5c-08873076-1679-4df8-a403-30478e4a23ec-ea1c9be0-00e8-4450-a2d0-be00190d7bee.woff",
8933
+ fontStyle: "normal",
8934
+ fontWeight: "600",
8935
+ fontDisplay: "swap",
8936
+ isVariable: true
8937
+ }
8938
+ ],
8939
+ Figtree: [
8940
+ {
8941
+ url: "https://based-files-production.based.dev/enD5U3P7x0/fi98a58619/37999dcc-71ab-4bbb-b72f-3d82b415a5d7-68517462-18eb-4b0a-93c9-7159ccf6e251-621a5448-8e66-49db-96cb-51fe9ec1acdd.woff",
8942
+ fontStyle: "normal",
8943
+ fontWeight: "600",
8944
+ fontDisplay: "swap",
8945
+ isVariable: true
8946
+ }
8947
+ ]
8948
+ },
8949
+ FONT_FAMILY: {
8950
+ def: {
8951
+ type: "serif",
8952
+ value: [
8953
+ "RS-Professional",
8954
+ "Figtree"
8955
+ ]
8956
+ }
8957
+ },
8958
+ TYPOGRAPHY: {
8959
+ base: 16,
8960
+ ratio: 1.25,
8961
+ subSequence: true,
8962
+ templates: {
8963
+ h1: {},
8964
+ h2: {},
8965
+ h3: {},
8966
+ h4: {},
8967
+ h5: {},
8968
+ h6: {},
8969
+ body: {}
8970
+ },
8971
+ "@custom": {
8972
+ base: 16,
8973
+ ratio: 1.25
8974
+ },
8975
+ "@mobileXS": {
8976
+ base: 16,
8977
+ ratio: 1.25
8978
+ },
8979
+ "@tabletS": {
8980
+ base: 16,
8981
+ ratio: 1.25
8982
+ },
8983
+ "@tabletL": {
8984
+ base: 16,
8985
+ ratio: 1.25
8986
+ },
8987
+ "@screenM": {
8988
+ base: 16,
8989
+ ratio: 1.25
8990
+ }
8991
+ },
8992
+ SPACING: {
8993
+ base: 16,
8994
+ ratio: 1.618,
8995
+ subSequence: true
8996
+ },
8997
+ TIMING: {
8998
+ base: 150,
8999
+ ratio: 1.333,
9000
+ subSequence: true
9001
+ },
9002
+ MEDIA: {
9003
+ landscape: "(orientation: landscape)",
9004
+ portrait: "(orientation: portrait)",
9005
+ ultrawidescreen: "(min-aspect-ratio: 5/3)",
9006
+ widescreen: "(min-aspect-ratio: 5/4)",
9007
+ narrowscreen: "(max-aspect-ratio: 4/3) and (min-aspect-ratio: 1/1)",
9008
+ square: "(min-aspect-ratio: 4/5) and (max-aspect-ratio: 5/4)",
9009
+ narrowportrait: "(max-aspect-ratio: 3/4) and (min-aspect-ratio: 1/1)",
9010
+ wideportrait: "(max-aspect-ratio: 4/5)",
9011
+ ultrawideportrait: "(max-aspect-ratio: 3/5)"
9012
+ },
9013
+ RESET: {},
9014
+ ANIMATION: {},
9015
+ useReset: true,
9016
+ useVariable: true,
9017
+ useFontImport: true,
9018
+ useIconSprite: true,
9019
+ useSvgSprite: true,
9020
+ useDefaultConfig: true,
9021
+ useDocumentTheme: true,
9022
+ verbose: false,
9023
+ ICONS: {
9024
+ logo: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M9.11861199,11.0779445 C10.867171,10.3593456 11.8798375,8.84811038 11.9015452,6.98193084 C11.9123991,6.02452485 11.9142081,5.01812348 11.9069721,3.96272673 C11.9067982,3.93113012 11.9245599,3.9024403 11.953285,3.88791931 C11.9820101,3.87339832 12.0171138,3.87536388 12.0448163,3.89304441 L23.3740897,11.2869914 C23.4532043,11.3393059 23.5005787,11.4282063 23.5,11.5232581 C23.4956531,12.3296857 23.4913116,13.1611554 23.48697,14.0176672 C23.4833521,14.6498891 23.3643212,15.2472698 23.1298776,15.8098093 C22.5336381,17.2412002 21.4916662,18.2022355 20.0039619,18.6929151 C19.6457841,18.8112299 19.293395,18.8707502 18.9467946,18.8714761 C16.93521,18.8780088 14.6790515,18.8798234 12.178319,18.87692 C11.9699246,18.87692 11.77962,18.8188514 11.6074052,18.7027142 C11.2781711,18.4813277 10.9464043,18.2624817 10.612105,18.0461761 C8.96448698,16.982795 7.38380118,15.9546179 5.87004759,14.9616449 C4.23834857,13.891731 2.55889251,12.8011301 0.83167941,11.6898423 C0.726035039,11.6216117 0.625455809,11.5548329 0.529941721,11.4895057 C0.500998057,11.4691817 0.49303855,11.4430508 0.506063198,11.4111131 C0.517337731,11.3814997 0.545435619,11.3619864 0.576613378,11.3621177 C2.93913989,11.355585 5.23473418,11.3552221 7.46339625,11.3610289 C8.10160402,11.3632065 8.6533426,11.268845 9.11861199,11.0779445 Z"/></svg>'
9025
+ }
9026
+ }
9027
+ };
8407
9028
 
8408
9029
  // ../init/index.js
8409
9030
  var CONFIG2 = (0, import_scratch7.getActiveConfig)();