amotify 0.1.31 → 0.1.33
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/@declaration/_.js +1 -1
- package/dist/@styles/componentClasses/_.css +69 -65
- package/dist/@styles/componentClasses/_.js +39 -39
- package/dist/@styles/index.css +69 -65
- package/dist/@styles/index.js +39 -39
- package/dist/@styles/init.css +2 -2
- package/dist/@styles/style.css +69 -65
- package/dist/@styles/style.js +39 -39
- package/dist/@styles/var.css +2 -2
- package/dist/@utils/GenerateClassName.js +470 -1
- package/dist/@utils/LaunchReactApp.js +78 -1
- package/dist/@utils/_.js +12 -1
- package/dist/@utils/collectForm.js +96 -1
- package/dist/@utils/color.js +103 -1
- package/dist/@utils/config.js +101 -1
- package/dist/@utils/fin.js +39 -1
- package/dist/@utils/getElement.js +13 -1
- package/dist/@utils/jsminEx.js +172 -1
- package/dist/@utils/pageTransit.js +33 -1
- package/dist/@utils/useRecycle.js +44 -1
- package/dist/@utils/useStore.js +54 -1
- package/dist/atoms/Box.js +20 -1
- package/dist/atoms/FAI.js +148 -1
- package/dist/atoms/Flex.js +34 -1
- package/dist/atoms/Grid.js +17 -1
- package/dist/atoms/Img.js +65 -1
- package/dist/atoms/Logo.js +359 -51
- package/dist/atoms/P.js +20 -1
- package/dist/atoms/Placeholder.js +44 -1
- package/dist/atoms/Span.js +20 -1
- package/dist/atoms/_.js +9 -1
- package/dist/chunk-JJ3PEWPN.js +60 -0
- package/dist/fn/Button.js +316 -1
- package/dist/fn/Cropper.js +1009 -1
- package/dist/fn/Effect/Fade.js +88 -1
- package/dist/fn/Effect/Pudding.js +22 -1
- package/dist/fn/Effect/Ripple.js +117 -3
- package/dist/fn/Effect/_.js +14 -1
- package/dist/fn/Input/AutoHeightText.js +112 -1
- package/dist/fn/Input/Checker.js +36 -1
- package/dist/fn/Input/Chips/Selector.js +472 -1
- package/dist/fn/Input/Chips/_.js +349 -1
- package/dist/fn/Input/Contenteditable.js +160 -1
- package/dist/fn/Input/DigitCharacters.js +275 -1
- package/dist/fn/Input/Filer.js +619 -1
- package/dist/fn/Input/Hidden.js +48 -1
- package/dist/fn/Input/List.js +450 -1
- package/dist/fn/Input/Parts.js +121 -1
- package/dist/fn/Input/Plain.js +12 -1
- package/dist/fn/Input/RichSelect.js +279 -1
- package/dist/fn/Input/Search.js +53 -1
- package/dist/fn/Input/Segmented.js +245 -1
- package/dist/fn/Input/Select.js +278 -1
- package/dist/fn/Input/Slider.js +538 -1
- package/dist/fn/Input/Switch.js +221 -1
- package/dist/fn/Input/Text.js +626 -1
- package/dist/fn/Input/TextArea.js +151 -1
- package/dist/fn/Input/Time/Picker.js +1457 -1
- package/dist/fn/Input/Time/_.js +867 -1
- package/dist/fn/Input/_.js +48 -1
- package/dist/fn/Input/core.js +626 -1
- package/dist/fn/Layout/PageNotFound.js +90 -1
- package/dist/fn/Layout/PageRouter.js +87 -1
- package/dist/fn/Layout/PageViewController.js +29 -1
- package/dist/fn/Layout/Plate.js +37 -1
- package/dist/fn/Layout/RootViewController.js +315 -1
- package/dist/fn/Layout/SwipeView.js +348 -1
- package/dist/fn/Layout/TabBar.js +72 -1
- package/dist/fn/Layout/_.js +22 -1
- package/dist/fn/Loader/_.js +104 -1
- package/dist/fn/Loader/corner.js +85 -1
- package/dist/fn/Loader/mini.js +125 -1
- package/dist/fn/Loader/top.js +73 -1
- package/dist/fn/Sheet.d.ts +1 -0
- package/dist/fn/Sheet.js +1100 -1
- package/dist/fn/Snackbar.js +216 -1
- package/dist/fn/Table/Data.js +974 -1
- package/dist/fn/Table/Drag.js +435 -1
- package/dist/fn/Table/Normal.js +136 -1
- package/dist/fn/Table/Parts.js +41 -1
- package/dist/fn/Table/Wrapper.js +60 -1
- package/dist/fn/Table/_.js +16 -1
- package/dist/fn/Table/cellStyling.js +51 -1
- package/dist/fn/Tooltips.js +58 -1
- package/dist/fn/_.js +10 -1
- package/dist/index.js +20 -1
- package/dist/mols/Accordion.js +152 -1
- package/dist/mols/Column.js +16 -1
- package/dist/mols/LinkifyText.js +42 -1
- package/dist/mols/List.js +42 -1
- package/dist/mols/Row.js +47 -1
- package/dist/mols/Text.js +67 -1
- package/dist/mols/_.js +6 -1
- package/dist/temps/_.js +1 -1
- package/dist/temps/designBook.js +3636 -20
- package/package.json +1 -1
- package/dist/chunk-VY3566IV.js +0 -1
package/dist/@styles/style.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.32
|
|
4
4
|
* https://mingoo.co.jp/
|
|
5
5
|
|
|
6
6
|
* Copyright (c) mingoo, LLC.
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
|
|
9
|
-
* Latest updated at: 2024/6/
|
|
9
|
+
* Latest updated at: 2024/6/21
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* src/@styles/@app.scss */
|
|
@@ -1535,21 +1535,21 @@ amotify-app {
|
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
1537
1537
|
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_sheet.module.scss */
|
|
1538
|
-
.
|
|
1538
|
+
._FixScroll_encrj_1 {
|
|
1539
1539
|
overflow: hidden !important;
|
|
1540
1540
|
min-height: 0 !important;
|
|
1541
1541
|
height: calc(var(--viewHeight));
|
|
1542
1542
|
width: 100vw;
|
|
1543
1543
|
transition: var(--animation-time3);
|
|
1544
1544
|
}
|
|
1545
|
-
.
|
|
1545
|
+
._FixScroll_encrj_1._Float_encrj_8 {
|
|
1546
1546
|
opacity: 0.8 !important;
|
|
1547
1547
|
pointer-events: none;
|
|
1548
1548
|
transform-origin: center center;
|
|
1549
1549
|
transform: scale(0.96);
|
|
1550
1550
|
border-radius: calc((2vw + 2vh) / 2);
|
|
1551
1551
|
}
|
|
1552
|
-
.
|
|
1552
|
+
._Wrapper_encrj_16 {
|
|
1553
1553
|
position: fixed;
|
|
1554
1554
|
top: 0;
|
|
1555
1555
|
left: 0;
|
|
@@ -1558,170 +1558,174 @@ amotify-app {
|
|
|
1558
1558
|
pointer-events: none;
|
|
1559
1559
|
z-index: 6;
|
|
1560
1560
|
}
|
|
1561
|
-
.
|
|
1561
|
+
._Wrap_encrj_16 {
|
|
1562
1562
|
pointer-events: none !important;
|
|
1563
1563
|
height: 0;
|
|
1564
1564
|
}
|
|
1565
|
-
.
|
|
1565
|
+
._Wrap_encrj_16 ._TapSensor_encrj_30 {
|
|
1566
1566
|
position: sticky;
|
|
1567
1567
|
top: 0;
|
|
1568
1568
|
height: 0;
|
|
1569
|
+
width: 100vw;
|
|
1569
1570
|
user-select: none;
|
|
1570
1571
|
-webkit-user-select: none;
|
|
1571
1572
|
-webkit-touch-callout: none;
|
|
1572
1573
|
flex: none;
|
|
1573
1574
|
}
|
|
1574
|
-
.
|
|
1575
|
+
._Wrap_encrj_16 ._TapSensor_encrj_30 ._TapContent_encrj_40 {
|
|
1576
|
+
background-color: transparent;
|
|
1577
|
+
position: absolute;
|
|
1578
|
+
top: 0;
|
|
1575
1579
|
height: var(--viewHeight);
|
|
1576
1580
|
width: 100vw;
|
|
1577
1581
|
}
|
|
1578
|
-
.
|
|
1582
|
+
._Wrap_encrj_16._Hide_encrj_47 {
|
|
1579
1583
|
display: none !important;
|
|
1580
1584
|
}
|
|
1581
|
-
.
|
|
1585
|
+
._Wrap_encrj_16._Open_encrj_50._isNewSheet_true_encrj_50 ._Content_encrj_50 {
|
|
1582
1586
|
pointer-events: all !important;
|
|
1583
1587
|
background-color: rgba(var(--color-dark-rgb), 0.25);
|
|
1584
1588
|
}
|
|
1585
|
-
.
|
|
1589
|
+
._Wrap_encrj_16._Open_encrj_50._isNewSheet_false_encrj_54 ._BB_encrj_54 {
|
|
1586
1590
|
pointer-events: all !important;
|
|
1587
1591
|
}
|
|
1588
|
-
.
|
|
1592
|
+
._Wrap_encrj_16._Tcate_normal_encrj_57 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
|
|
1589
1593
|
transform: scale(1.015);
|
|
1590
1594
|
transition: var(--animation-time1);
|
|
1591
1595
|
}
|
|
1592
|
-
.
|
|
1596
|
+
._Wrap_encrj_16._Tcate_normal_encrj_57 ._TapSensor_encrj_30:active + ._BB_encrj_54 ._BaseBody_encrj_61 {
|
|
1593
1597
|
transition: var(--animation-time1);
|
|
1594
1598
|
box-shadow: 0 0 0 transparent inset, var(--shadow_style_4) var(--shadow_color_remark);
|
|
1595
1599
|
}
|
|
1596
|
-
.
|
|
1600
|
+
._Wrap_encrj_16._Tcate_normal_encrj_57 ._BB_encrj_54 {
|
|
1597
1601
|
transform: scale(0.75);
|
|
1598
1602
|
pointer-events: none !important;
|
|
1599
1603
|
}
|
|
1600
|
-
.
|
|
1604
|
+
._Wrap_encrj_16._Tcate_normal_encrj_57 ._BB_encrj_54 > * {
|
|
1601
1605
|
pointer-events: all;
|
|
1602
1606
|
}
|
|
1603
|
-
.
|
|
1607
|
+
._Wrap_encrj_16._Tcate_normal_encrj_57._Open_encrj_50 ._BB_encrj_54 {
|
|
1604
1608
|
transform: scale(1);
|
|
1605
1609
|
opacity: 1;
|
|
1606
1610
|
}
|
|
1607
|
-
.
|
|
1611
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._Content_encrj_50 {
|
|
1608
1612
|
overflow: hidden auto;
|
|
1609
1613
|
}
|
|
1610
|
-
.
|
|
1614
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
|
|
1611
1615
|
transition: var(--animation-time1);
|
|
1612
1616
|
left: calc(-1 * var(--grid-unit) * 2);
|
|
1613
1617
|
}
|
|
1614
|
-
.
|
|
1618
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._BB_encrj_54 {
|
|
1615
1619
|
max-width: 100vw;
|
|
1616
1620
|
left: -10%;
|
|
1617
1621
|
}
|
|
1618
|
-
.
|
|
1622
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76._Open_encrj_50 ._BB_encrj_54 {
|
|
1619
1623
|
left: 0;
|
|
1620
1624
|
opacity: 1;
|
|
1621
1625
|
}
|
|
1622
|
-
.
|
|
1626
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._Content_encrj_50 {
|
|
1623
1627
|
overflow: hidden auto;
|
|
1624
1628
|
}
|
|
1625
|
-
.
|
|
1629
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
|
|
1626
1630
|
transition: var(--animation-time1);
|
|
1627
1631
|
right: calc(-1 * var(--grid-unit) * 2);
|
|
1628
1632
|
}
|
|
1629
|
-
.
|
|
1633
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._BB_encrj_54 {
|
|
1630
1634
|
max-width: 100vw;
|
|
1631
1635
|
right: -10%;
|
|
1632
1636
|
}
|
|
1633
|
-
.
|
|
1637
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91._Open_encrj_50 ._BB_encrj_54 {
|
|
1634
1638
|
right: 0;
|
|
1635
1639
|
opacity: 1;
|
|
1636
1640
|
}
|
|
1637
|
-
.
|
|
1641
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
|
|
1638
1642
|
padding-top: 2vh !important;
|
|
1639
1643
|
transition: var(--animation-time1) !important;
|
|
1640
1644
|
}
|
|
1641
|
-
.
|
|
1645
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._BB_encrj_54 {
|
|
1642
1646
|
padding-top: 10vh;
|
|
1643
1647
|
}
|
|
1644
|
-
.
|
|
1648
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._BB_encrj_54 ._DragBar_encrj_113 {
|
|
1645
1649
|
position: relative;
|
|
1646
1650
|
}
|
|
1647
|
-
.
|
|
1651
|
+
._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106._Open_encrj_50 ._BB_encrj_54 {
|
|
1648
1652
|
padding-top: 0;
|
|
1649
1653
|
opacity: 1 !important;
|
|
1650
1654
|
transition: var(--animation-time3);
|
|
1651
1655
|
}
|
|
1652
|
-
.
|
|
1656
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
|
|
1653
1657
|
transform: scale(1.015);
|
|
1654
1658
|
transition: var(--animation-time1);
|
|
1655
1659
|
box-shadow: 0 0 0 transparent inset, var(--shadow_style_4) var(--shadow_color_remark);
|
|
1656
1660
|
}
|
|
1657
|
-
.
|
|
1661
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._BB_encrj_54 {
|
|
1658
1662
|
transform: scale(0.95);
|
|
1659
1663
|
}
|
|
1660
|
-
.
|
|
1664
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._BB_encrj_54._CustomSheet_encrj_129 {
|
|
1661
1665
|
position: relative;
|
|
1662
1666
|
}
|
|
1663
|
-
.
|
|
1664
|
-
.
|
|
1665
|
-
.
|
|
1666
|
-
.
|
|
1667
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_1_encrj_132,
|
|
1668
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_4_encrj_132,
|
|
1669
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_1_encrj_132,
|
|
1670
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_4_encrj_132 {
|
|
1667
1671
|
transform-origin: bottom right;
|
|
1668
1672
|
}
|
|
1669
|
-
.
|
|
1670
|
-
.
|
|
1671
|
-
.
|
|
1672
|
-
.
|
|
1673
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_2_encrj_135,
|
|
1674
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_5_encrj_135,
|
|
1675
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_2_encrj_135,
|
|
1676
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_5_encrj_135 {
|
|
1673
1677
|
transform-origin: top right;
|
|
1674
1678
|
}
|
|
1675
|
-
.
|
|
1676
|
-
.
|
|
1677
|
-
.
|
|
1678
|
-
.
|
|
1679
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_1_encrj_132,
|
|
1680
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_4_encrj_132,
|
|
1681
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_1_encrj_132,
|
|
1682
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_4_encrj_132 {
|
|
1679
1683
|
transform-origin: bottom left;
|
|
1680
1684
|
}
|
|
1681
|
-
.
|
|
1682
|
-
.
|
|
1683
|
-
.
|
|
1684
|
-
.
|
|
1685
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_2_encrj_135,
|
|
1686
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_5_encrj_135,
|
|
1687
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_2_encrj_135,
|
|
1688
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_5_encrj_135 {
|
|
1685
1689
|
transform-origin: top left;
|
|
1686
1690
|
}
|
|
1687
|
-
.
|
|
1688
|
-
.
|
|
1691
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_3_encrj_144,
|
|
1692
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_18_encrj_144 {
|
|
1689
1693
|
transform-origin: bottom;
|
|
1690
1694
|
}
|
|
1691
|
-
.
|
|
1692
|
-
.
|
|
1695
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_8_encrj_147,
|
|
1696
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_23_encrj_147 {
|
|
1693
1697
|
transform-origin: top;
|
|
1694
1698
|
}
|
|
1695
|
-
.
|
|
1696
|
-
.
|
|
1699
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_11_encrj_150,
|
|
1700
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_14_encrj_150 {
|
|
1697
1701
|
transform-origin: right;
|
|
1698
1702
|
}
|
|
1699
|
-
.
|
|
1700
|
-
.
|
|
1703
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_12_encrj_153,
|
|
1704
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_15_encrj_153 {
|
|
1701
1705
|
transform-origin: left;
|
|
1702
1706
|
}
|
|
1703
|
-
.
|
|
1704
|
-
.
|
|
1707
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132,
|
|
1708
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132 {
|
|
1705
1709
|
right: 0;
|
|
1706
1710
|
justify-content: flex-end;
|
|
1707
1711
|
}
|
|
1708
|
-
.
|
|
1709
|
-
.
|
|
1712
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138,
|
|
1713
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138 {
|
|
1710
1714
|
left: 0;
|
|
1711
1715
|
}
|
|
1712
|
-
.
|
|
1716
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_3_encrj_163 {
|
|
1713
1717
|
align-items: center;
|
|
1714
1718
|
justify-content: center;
|
|
1715
1719
|
}
|
|
1716
|
-
.
|
|
1717
|
-
.
|
|
1720
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_1_encrj_132,
|
|
1721
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_4_encrj_132 {
|
|
1718
1722
|
bottom: 0;
|
|
1719
1723
|
}
|
|
1720
|
-
.
|
|
1721
|
-
.
|
|
1724
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_2_encrj_135,
|
|
1725
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_5_encrj_135 {
|
|
1722
1726
|
top: 0;
|
|
1723
1727
|
}
|
|
1724
|
-
.
|
|
1728
|
+
._Wrap_encrj_16._Tcate_custom_encrj_121._Open_encrj_50 ._BB_encrj_54 {
|
|
1725
1729
|
transform: scale(1);
|
|
1726
1730
|
opacity: 1;
|
|
1727
1731
|
}
|
package/dist/@styles/style.js
CHANGED
|
@@ -57,45 +57,45 @@ var f_snackbar_module_default = {
|
|
|
57
57
|
|
|
58
58
|
// src/@styles/componentClasses/f_sheet.module.scss
|
|
59
59
|
var f_sheet_module_default = {
|
|
60
|
-
"FixScroll": "
|
|
61
|
-
"Float": "
|
|
62
|
-
"Wrapper": "
|
|
63
|
-
"Wrap": "
|
|
64
|
-
"TapSensor": "
|
|
65
|
-
"TapContent": "
|
|
66
|
-
"Hide": "
|
|
67
|
-
"Open": "
|
|
68
|
-
"isNewSheet_true": "
|
|
69
|
-
"Content": "
|
|
70
|
-
"isNewSheet_false": "
|
|
71
|
-
"BB": "
|
|
72
|
-
"Tcate_normal": "
|
|
73
|
-
"BaseBody": "
|
|
74
|
-
"Tcate_drawer": "
|
|
75
|
-
"Tpos_left": "
|
|
76
|
-
"Tpos_right": "
|
|
77
|
-
"Tpos_bottom": "
|
|
78
|
-
"DragBar": "
|
|
79
|
-
"Tcate_custom": "
|
|
80
|
-
"CustomSheet": "
|
|
81
|
-
"GPT": "
|
|
82
|
-
"Col_1": "
|
|
83
|
-
"Row_1": "
|
|
84
|
-
"Row_4": "
|
|
85
|
-
"Col_4": "
|
|
86
|
-
"Row_2": "
|
|
87
|
-
"Row_5": "
|
|
88
|
-
"Col_2": "
|
|
89
|
-
"Col_5": "
|
|
90
|
-
"GPT_3": "
|
|
91
|
-
"GPT_18": "
|
|
92
|
-
"GPT_8": "
|
|
93
|
-
"GPT_23": "
|
|
94
|
-
"GPT_11": "
|
|
95
|
-
"GPT_14": "
|
|
96
|
-
"GPT_12": "
|
|
97
|
-
"GPT_15": "
|
|
98
|
-
"Col_3": "
|
|
60
|
+
"FixScroll": "_FixScroll_encrj_1",
|
|
61
|
+
"Float": "_Float_encrj_8",
|
|
62
|
+
"Wrapper": "_Wrapper_encrj_16",
|
|
63
|
+
"Wrap": "_Wrap_encrj_16",
|
|
64
|
+
"TapSensor": "_TapSensor_encrj_30",
|
|
65
|
+
"TapContent": "_TapContent_encrj_40",
|
|
66
|
+
"Hide": "_Hide_encrj_47",
|
|
67
|
+
"Open": "_Open_encrj_50",
|
|
68
|
+
"isNewSheet_true": "_isNewSheet_true_encrj_50",
|
|
69
|
+
"Content": "_Content_encrj_50",
|
|
70
|
+
"isNewSheet_false": "_isNewSheet_false_encrj_54",
|
|
71
|
+
"BB": "_BB_encrj_54",
|
|
72
|
+
"Tcate_normal": "_Tcate_normal_encrj_57",
|
|
73
|
+
"BaseBody": "_BaseBody_encrj_61",
|
|
74
|
+
"Tcate_drawer": "_Tcate_drawer_encrj_76",
|
|
75
|
+
"Tpos_left": "_Tpos_left_encrj_76",
|
|
76
|
+
"Tpos_right": "_Tpos_right_encrj_91",
|
|
77
|
+
"Tpos_bottom": "_Tpos_bottom_encrj_106",
|
|
78
|
+
"DragBar": "_DragBar_encrj_113",
|
|
79
|
+
"Tcate_custom": "_Tcate_custom_encrj_121",
|
|
80
|
+
"CustomSheet": "_CustomSheet_encrj_129",
|
|
81
|
+
"GPT": "_GPT_encrj_132",
|
|
82
|
+
"Col_1": "_Col_1_encrj_132",
|
|
83
|
+
"Row_1": "_Row_1_encrj_132",
|
|
84
|
+
"Row_4": "_Row_4_encrj_132",
|
|
85
|
+
"Col_4": "_Col_4_encrj_132",
|
|
86
|
+
"Row_2": "_Row_2_encrj_135",
|
|
87
|
+
"Row_5": "_Row_5_encrj_135",
|
|
88
|
+
"Col_2": "_Col_2_encrj_138",
|
|
89
|
+
"Col_5": "_Col_5_encrj_138",
|
|
90
|
+
"GPT_3": "_GPT_3_encrj_144",
|
|
91
|
+
"GPT_18": "_GPT_18_encrj_144",
|
|
92
|
+
"GPT_8": "_GPT_8_encrj_147",
|
|
93
|
+
"GPT_23": "_GPT_23_encrj_147",
|
|
94
|
+
"GPT_11": "_GPT_11_encrj_150",
|
|
95
|
+
"GPT_14": "_GPT_14_encrj_150",
|
|
96
|
+
"GPT_12": "_GPT_12_encrj_153",
|
|
97
|
+
"GPT_15": "_GPT_15_encrj_153",
|
|
98
|
+
"Col_3": "_Col_3_encrj_163"
|
|
99
99
|
};
|
|
100
100
|
|
|
101
101
|
// src/@styles/componentClasses/f_loader.module.scss
|
package/dist/@styles/var.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license amotify
|
|
3
|
-
* amotify 0.1.
|
|
3
|
+
* amotify 0.1.32
|
|
4
4
|
* https://mingoo.co.jp/
|
|
5
5
|
|
|
6
6
|
* Copyright (c) mingoo, LLC.
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
|
|
9
|
-
* Latest updated at: 2024/6/
|
|
9
|
+
* Latest updated at: 2024/6/21
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/* src/@styles/var.scss */
|